Topic: Another wireless prob.

Old xp laptop - now new crunchbang with wireless usb dongle - but not connecting?

spent lotsa time now, someone please take a looky and tell me its an easy solution smile

dave@crunchbang:~$  uname -a
Linux crunchbang 2.6.39-bpo.2-486 #1 Thu Aug 4 10:19:05 UTC 2011 i686 GNU/Linux
dave@crunchbang:~$     lspci -knn | grep -i net -A2 
00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 [Rhine-II] [1106:3065] (rev 74)
    Subsystem: Mitac Device [1071:8666]
    Kernel driver in use: via-rhine
dave@crunchbang:~$     lsusb
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
dave@crunchbang:~$     egrep -v "^$|^#" /etc/network/interfaces
auto lo
iface lo inet loopback
dave@crunchbang:~$     egrep -v "^$|^#" /etc/resolv.conf
dave@crunchbang:~$     egrep -v "^$|^#" /etc/hosts
127.0.0.1    localhost
127.0.1.1    crunchbang
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
dave@crunchbang:~$     cat /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.

# PCI device 0x1106:0x3065 (via-rhine)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:40:d0:75:5b:9e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# USB device 0x:0x (rt2800usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="7c:dd:90:16:51:26", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
dave@crunchbang:~$     ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:40:d0:75:5b:9e  
          inet6 addr: fe80::240:d0ff:fe75:5b9e/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:1179 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1041 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:430056 (419.9 KiB)  TX bytes:183419 (179.1 KiB)
          Interrupt:23 Base address:0xe200 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:272 errors:0 dropped:0 overruns:0 frame:0
          TX packets:272 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:22280 (21.7 KiB)  TX bytes:22280 (21.7 KiB)

pan0      Link encap:Ethernet  HWaddr 7a:7f:ae:2a:3e:61  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 7c:dd:90:16:51:26  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

dave@crunchbang:~$     ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:40:d0:75:5b:9e brd ff:ff:ff:ff:ff:ff
    inet6 fe80::240:d0ff:fe75:5b9e/64 scope link 
       valid_lft forever preferred_lft forever
3: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN 
    link/ether 7a:7f:ae:2a:3e:61 brd ff:ff:ff:ff:ff:ff
4: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
    link/ether 7c:dd:90:16:51:26 brd ff:ff:ff:ff:ff:ff
dave@crunchbang:~$     route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
dave@crunchbang:~$     rfkill list
bash: rfkill: command not found
dave@crunchbang:~$     lsmod
Module                  Size  Used by
arc4                   12418  2 
ecb                    12649  2 
rt2800usb              13213  0 
rt2800lib              38618  1 rt2800usb
rt2x00usb              13249  1 rt2800usb
rt2x00lib              28600  3 rt2800usb,rt2800lib,rt2x00usb
mac80211              160214  3 rt2800lib,rt2x00usb,rt2x00lib
cfg80211              107034  2 rt2x00lib,mac80211
mperf                  12387  0 
cpufreq_userspace      12520  0 
cpufreq_powersave      12422  0 
cpufreq_conservative    12987  0 
cpufreq_stats          12550  0 
via                    34503  2 
drm                   133245  3 via
parport_pc             21895  0 
ppdev                  12621  0 
bridge                 55118  0 
stp                    12368  1 bridge
lp                     12858  0 
parport                26994  3 parport_pc,ppdev,lp
bnep                   17147  2 
bluetooth              88140  7 bnep
rfkill                 18476  3 cfg80211,bluetooth
fuse                   51519  3 
loop                   17747  0 
snd_via82xx            22532  1 
gameport               13332  1 snd_via82xx
snd_via82xx_modem      13348  0 
snd_ac97_codec         83728  2 snd_via82xx,snd_via82xx_modem
ac97_bus               12462  1 snd_ac97_codec
snd_mpu401_uart        13299  1 snd_via82xx
i2c_viapro             12451  0 
joydev                 16869  0 
snd_seq_midi           12744  0 
snd_seq_midi_event     13124  1 snd_seq_midi
i2c_core               19022  2 drm,i2c_viapro
snd_rawmidi            18311  2 snd_mpu401_uart,snd_seq_midi
snd_pcm                52675  3 snd_via82xx,snd_via82xx_modem,snd_ac97_codec
snd_seq                39027  2 snd_seq_midi,snd_seq_midi_event
snd_timer              22133  2 snd_pcm,snd_seq
snd_seq_device         12995  3 snd_seq_midi,snd_rawmidi,snd_seq
via_ircc               21333  0 
pcmcia                 32024  0 
snd                    38148  11 snd_via82xx,snd_via82xx_modem,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi,snd_pcm,snd_seq,snd_timer,snd_seq_device
psmouse                50618  0 
soundcore              12878  1 snd
yenta_socket           22152  0 
pcmcia_rsrc            17314  1 yenta_socket
shpchp                 26653  0 
tpm_tis                12949  0 
serio_raw              12758  0 
evdev                  13048  12 
irda                   78083  1 via_ircc
pcmcia_core            17973  3 pcmcia,yenta_socket,pcmcia_rsrc
pci_hotplug            26303  1 shpchp
snd_page_alloc         12841  3 snd_via82xx,snd_via82xx_modem,snd_pcm
tpm                    17476  1 tpm_tis
processor              22676  1 
tpm_bios               12799  1 tpm
ac                     12552  0 
pcspkr                 12515  0 
video                  17345  0 
crc_ccitt              12331  2 rt2800lib,irda
battery                12957  0 
button                 12783  0 
power_supply           13283  2 ac,battery
ext4                  266711  1 
mbcache                12810  1 ext4
jbd2                   51540  1 ext4
crc16                  12327  2 bluetooth,ext4
sg                     21324  0 
sr_mod                 17418  0 
sd_mod                 35060  3 
crc_t10dif             12332  1 sd_mod
cdrom                  34629  1 sr_mod
ata_generic            12439  0 
pata_via               12733  2 
uhci_hcd               21850  0 
libata                132026  2 ata_generic,pata_via
ehci_hcd               34829  0 
usbcore                99121  5 rt2800usb,rt2x00usb,uhci_hcd,ehci_hcd
scsi_mod              134453  4 sg,sr_mod,sd_mod,libata
thermal                13058  0 
thermal_sys            17667  3 processor,video,thermal
via_rhine              22182  0 
mii                    12595  1 via_rhine
dave@crunchbang:~$     dmesg | egrep 'net|eth|sky|sis|via|3c3|3c5|e100|8139|8169|acx|air|ath|atl|ar9|carl|atme|at7|herm|iwl|ipw|rtl8|r81|rt2|rt3|rt6|rt7|tg3|ssb|wl|b43|b44|ori|pri|p5|zd|ndis|wmi|ns8|FW'
[    0.008271] Initializing cgroup subsys net_cls
[    0.064003] print_constraints: dummy: 
[    0.076235] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.077969] pci 0000:00:11.6: reg 10: [io  0xe100-0xe1ff]
[    0.608315] audit: initializing netlink socket (disabled)
[    1.003604] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xa0000000
[    1.022595] Initializing network drop monitor service
[    1.223739] via-rhine.c:v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
[    1.223999] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKB] -> GSI 23 (level, low) -> IRQ 23
[    1.289676] thermal LNXTHERM:00: registered as thermal_zone0
[    1.289681] ACPI: Thermal Zone [TZ0] (0 C)
[    1.313795] eth0: VIA Rhine II at 0x1e200, 00:40:d0:75:5b:9e, IRQ 23.
[    1.314513] eth0: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
[    1.492627] pata_via 0000:00:11.1: version 0.3.4
[    1.492734] pata_via 0000:00:11.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    1.494319] scsi0 : pata_via
[    1.496172] scsi1 : pata_via
[    1.881695] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   54.989201] Adding 433148k swap on /dev/sda5.  Priority:-1 extents:1 across:433148k 
[   62.096052] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   63.440397] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   63.515585] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[   63.515615] agpgart-via 0000:00:00.0: bridge is in legacy mode, falling back to 2.x
[   63.515624] agpgart-via 0000:00:00.0: putting AGP V2 device into 0x mode
[   68.075765] via-rhine 0000:00:12.0: eth0: link down
[   68.075890] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  281.961602] via-rhine 0000:00:12.0: eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[  281.961662] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  292.480033] eth0: no IPv6 routers present
[  298.248063] phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x0594 with error -19.
[  298.248081] phy0 -> rt2800_init_eeprom: Error - Invalid RT chipset detected.
[  298.248086] phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
[  298.248186] usbcore: registered new interface driver rt2800usb
[  312.412558] via-rhine 0000:00:12.0: eth0: link down
[  488.060061] via-rhine 0000:00:12.0: eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[  509.134514] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[  509.159015] Registered led device: rt2800usb-phy1::radio
[  509.159097] Registered led device: rt2800usb-phy1::assoc
[  509.159163] Registered led device: rt2800usb-phy1::quality
[  720.636195]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.636211]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.636218]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.636223]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  720.636384]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.636398]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.636402]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.636407]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  720.636525]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.636538]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.636543]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.636548]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  720.636679]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.636693]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.636698]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.636703]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  720.636813]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.636826]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.636831]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.636836]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  720.636963]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.636976]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.636981]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.636986]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  720.637091]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  720.637105]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  720.637110]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  720.637115]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  840.636149]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  840.636195]  [<c122813d>] ? inet_ioctl+0x94/0x97
[  840.636341]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  840.636356]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  840.636363]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  840.636368]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  840.636522]  [<c12753d5>] ? __mutex_lock_slowpath+0xf/0x11
[  840.636536]  [<c11f0762>] ? rtnetlink_rcv+0xb/0x1e
[  840.636541]  [<c11fe857>] ? netlink_unicast+0xbd/0x111
[  840.636546]  [<c11fee9b>] ? netlink_sendmsg+0x214/0x22d
[  881.313401] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2389.917477] via-rhine 0000:00:12.0: eth0: link down
dave@crunchbang:~$     cat /var/lib/NetworkManager/NetworkManager.state

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
dave@crunchbang:~$     cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false
dave@crunchbang:~$     nm-tool

NetworkManager Tool

State: disconnected

- Device: eth0 -----------------------------------------------------------------
  Type:              Wired
  Driver:            via-rhine
  State:             unavailable
  Default:           no
  HW Address:        00:40:D0:75:5B:9E

  Capabilities:
    Carrier Detect:  yes
    Speed:           10 Mb/s

  Wired Properties
    Carrier:         off


- Device: wlan0 ----------------------------------------------------------------
  Type:              802.11 WiFi
  Driver:            rt2800usb
  State:             disconnected
  Default:           no
  HW Address:        7C:DD:90:16:51:26

  Capabilities:

  Wireless Properties
    WEP Encryption:  yes
    WPA Encryption:  yes
    WPA2 Encryption: yes

  Wireless Access Points 


dave@crunchbang:~$     iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

pan0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
dave@crunchbang:~$     iwlist chan
lo        no frequency information.

eth0      no frequency information.

pan0      no frequency information.

wlan0     14 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 14 : 2.484 GHz
dave@crunchbang:~$     sudo iwlist scan

Re: Another wireless prob.

Post output of

apt-cache policy firmware-ralink
If you poke the bear it is going to come after you.

Re: Another wireless prob.

Here it is:

dave@crunchbang:~$ apt-cache policy firmware-ralink
firmware-ralink:
  Installed: 0.32~bpo60+1
  Candidate: 0.32~bpo60+1
  Version table:
 *** 0.32~bpo60+1 0
        100 http://backports.debian.org/debian-backports/ squeeze-backports/non-free i386 Packages
        100 /var/lib/dpkg/status
     0.28+squeeze1 0
        100 http://ftp.debian.org/debian/ squeeze/non-free i386 Packages
dave@crunchbang:~$ 

Re: Another wireless prob.

See if you get better results with compat-wireless:

Preparations:

sudo apt-get install module-assistant
sudo m-a prepare

You can get bleeding edge compat-wireless here:

http://linuxwireless.org/download/compa … .6.tar.bz2

download the file to e.g. ~/downloads

cd ~/downloads
tar xf compat-wireless-2.6.tar.bz2
cd ./compat-wireless-2012-02-02
./scripts/driver-select rt2x00
make
sudo make install

reboot


PS: the bleeding edge compat-wireless changes daily, so it is possible that you have to change the date in above instructions.

whether it works or not, post a complete output of dmesg after having tried to connect.
There was an kernel oops recorded in the one you posted earlier.

hth

Last edited by xaos52 (2012-02-03 08:39:35)

If you poke the bear it is going to come after you.

Re: Another wireless prob.

here is the dmesg result, hey thanks for your time-

dave@crunchbang:~$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.39-bpo.2-486 (Debian 2.6.39-3~bpo60+1) (norbert@tretkowski.de) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 Thu Aug 4 10:19:05 UTC 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000dfef000 (usable)
[    0.000000]  BIOS-e820: 000000000dff0000 - 000000000dffffc0 (ACPI data)
[    0.000000]  BIOS-e820: 000000000dffffc0 - 000000000e000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI 2.3 present.
[    0.000000] DMI: MTC 8666/8666, BIOS R1.01  06/08/2005
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0xdfef max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FF8000000 write-back
[    0.000000]   1 base 008000000 mask FFC000000 write-back
[    0.000000]   2 base 00C000000 mask FFE000000 write-back
[    0.000000]   3 base 090000000 mask FFE000000 write-combining
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 base 0A0000000 mask FF8000000 write-combining
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] Base memory trampoline at [c009c000] 9c000 size 12288
[    0.000000] init_memory_mapping: 0000000000000000-000000000dfef000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 000dc00000 page 2M
[    0.000000]  000dc00000 - 000dfef000 page 4k
[    0.000000] kernel direct mapping tables up to dfef000 @ 17fb000-1800000
[    0.000000] RAMDISK: 09f54000 - 0a833000
[    0.000000] ACPI: RSDP 000e6010 00014 (v00 OID_00)
[    0.000000] ACPI: RSDT 0dffc2a0 0002C (v01 INSYDE FACP_000 00000100 0000 00010200)
[    0.000000] ACPI: FACP 0dfffb00 00074 (v01 INSYDE FACP_000 00000100 0000 00010200)
[    0.000000] ACPI: DSDT 0dffc2e0 03815 (v01 INSYDE    PN800 00001000 INTL 02002036)
[    0.000000] ACPI: FACS 0dffffc0 00040
[    0.000000] ACPI: APIC 0dfffb90 00068 (v01 INSYDE APIC_000 30303030 0000 00010200)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 223MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 0dfef000
[    0.000000]   low ram: 0 - 0dfef000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0000dfef
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0000dfef
[    0.000000] On node 0 totalpages: 57214
[    0.000000] free_area_init_node: node 0, pgdat c13ae4c8, node_mem_map cde2e200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 416 pages used for memmap
[    0.000000]   Normal zone: 52815 pages, LIFO batch:15
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at e000000 (gap: e000000:f1f80000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 56766
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.39-bpo.2-486 root=UUID=67c967fc-3e20-4807-a6d2-336ded9022dc ro quiet splash
[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 212908k/229308k available (2541k kernel code, 15948k reserved, 1254k data, 488k init, 0k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffa1000 - 0xfffff000   ( 376 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000000]     vmalloc : 0xce7ef000 - 0xff7fe000   ( 784 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xcdfef000   ( 223 MB)
[    0.000000]       .init : 0xc13b5000 - 0xc142f000   ( 488 kB)
[    0.000000]       .data : 0xc127b750 - 0xc13b4f80   (1254 kB)
[    0.000000]       .text : 0xc1000000 - 0xc127b750   (2541 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] NR_IRQS:288
[    0.000000] CPU 0 irqstacks, hard=cd808000 soft=cd80a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1393.083 MHz processor.
[    0.008005] Calibrating delay loop (skipped), value calculated using timer frequency.. 2786.16 BogoMIPS (lpj=5572332)
[    0.008012] pid_max: default: 32768 minimum: 301
[    0.008057] Security Framework initialized
[    0.008066] SELinux:  Disabled at boot.
[    0.008085] Mount-cache hash table entries: 512
[    0.008235] Initializing cgroup subsys ns
[    0.008241] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.008245] Initializing cgroup subsys cpuacct
[    0.008252] Initializing cgroup subsys memory
[    0.008266] Initializing cgroup subsys devices
[    0.008269] Initializing cgroup subsys freezer
[    0.008272] Initializing cgroup subsys net_cls
[    0.008276] Initializing cgroup subsys blkio
[    0.008334] CPU: Intel(R) Celeron(R) M processor         1.40GHz stepping 08
[    0.013676] ACPI: Core revision 20110316
[    0.020065] Performance Events: p6 PMU driver.
[    0.020075] ... version:                0
[    0.020077] ... bit width:              32
[    0.020080] ... generic registers:      2
[    0.020082] ... value mask:             00000000ffffffff
[    0.020085] ... max period:             000000007fffffff
[    0.020088] ... fixed-purpose events:   0
[    0.020090] ... event mask:             0000000000000003
[    0.020290] NMI watchdog enabled, takes one hw-pmu counter.
[    0.020322] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024382] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.068003] devtmpfs: initialized
[    0.068003] PM: Registering ACPI NVS region at dffffc0 (64 bytes)
[    0.068003] print_constraints: dummy: 
[    0.068003] NET: Registered protocol family 16
[    0.068003] EISA bus registered
[    0.068003] ACPI: bus type pci registered
[    0.068003] PCI: PCI BIOS revision 2.10 entry at 0xe9bf4, last bus=1
[    0.068003] PCI: Using configuration type 1 for base access
[    0.068003] bio: create slab <bio-0> at 0
[    0.068003] ACPI: EC: Look up EC in DSDT
[    0.068003] ACPI: Executed 1 blocks of module-level executable AML code
[    0.070204] ACPI: Interpreter enabled
[    0.070212] ACPI: (supports S0 S3 S4 S5)
[    0.070243] ACPI: Using IOAPIC for interrupt routing
[    0.080088] ACPI: EC: GPE = 0x1, I/O: command/status = 0x66, data = 0x62
[    0.080230] ACPI: No dock devices found.
[    0.080233] HEST: Table not found.
[    0.080238] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.080372] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.080628] pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.080633] pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.080637] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.080641] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000cffff] (ignored)
[    0.080646] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[    0.080650] pci_root PNP0A03:00: host bridge window [mem 0xfff80000-0xffffffff] (ignored)
[    0.080654] pci_root PNP0A03:00: host bridge window [mem 0x0e000000-0xfedfffff] (ignored)
[    0.080677] pci 0000:00:00.0: [1106:0259] type 0 class 0x000600
[    0.080691] pci 0000:00:00.0: reg 10: [mem 0xa0000000-0xa7ffffff pref]
[    0.080758] pci 0000:00:00.1: [1106:1259] type 0 class 0x000600
[    0.080808] pci 0000:00:00.2: [1106:2259] type 0 class 0x000600
[    0.080854] pci 0000:00:00.3: [1106:3259] type 0 class 0x000600
[    0.080901] pci 0000:00:00.4: [1106:4259] type 0 class 0x000600
[    0.080949] pci 0000:00:00.7: [1106:7259] type 0 class 0x000600
[    0.080999] pci 0000:00:01.0: [1106:b198] type 1 class 0x000604
[    0.081045] pci 0000:00:01.0: supports D1
[    0.081073] pci 0000:00:09.0: [1524:1410] type 2 class 0x000607
[    0.081092] pci 0000:00:09.0: reg 10: [mem 0x00000000-0x00000fff]
[    0.081113] pci 0000:00:09.0: supports D1 D2
[    0.081117] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.081123] pci 0000:00:09.0: PME# disabled
[    0.081153] pci 0000:00:10.0: [1106:3038] type 0 class 0x000c03
[    0.081202] pci 0000:00:10.0: reg 20: [io  0x1200-0x121f]
[    0.081237] pci 0000:00:10.0: supports D1 D2
[    0.081241] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.081246] pci 0000:00:10.0: PME# disabled
[    0.081266] pci 0000:00:10.1: [1106:3038] type 0 class 0x000c03
[    0.081315] pci 0000:00:10.1: reg 20: [io  0x1220-0x123f]
[    0.081350] pci 0000:00:10.1: supports D1 D2
[    0.081353] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.081359] pci 0000:00:10.1: PME# disabled
[    0.081379] pci 0000:00:10.2: [1106:3038] type 0 class 0x000c03
[    0.081428] pci 0000:00:10.2: reg 20: [io  0x1240-0x125f]
[    0.081463] pci 0000:00:10.2: supports D1 D2
[    0.081467] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.081472] pci 0000:00:10.2: PME# disabled
[    0.081492] pci 0000:00:10.3: [1106:3104] type 0 class 0x000c03
[    0.081510] pci 0000:00:10.3: reg 10: [mem 0x00000000-0x000000ff]
[    0.081576] pci 0000:00:10.3: supports D1 D2
[    0.081580] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.081585] pci 0000:00:10.3: PME# disabled
[    0.081611] pci 0000:00:11.0: [1106:3177] type 0 class 0x000601
[    0.081680] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.081689] pci 0000:00:11.0: quirk: [io  0x1000-0x107f] claimed by vt8235 PM
[    0.081695] pci 0000:00:11.0: quirk: [io  0x1400-0x140f] claimed by vt8235 SMB
[    0.081730] pci 0000:00:11.1: [1106:0571] type 0 class 0x000101
[    0.081782] pci 0000:00:11.1: reg 20: [io  0x1100-0x110f]
[    0.081842] pci 0000:00:11.5: [1106:3059] type 0 class 0x000401
[    0.081861] pci 0000:00:11.5: reg 10: [io  0xe000-0xe0ff]
[    0.081931] pci 0000:00:11.5: supports D1 D2
[    0.081951] pci 0000:00:11.6: [1106:3068] type 0 class 0x000780
[    0.081970] pci 0000:00:11.6: reg 10: [io  0xe100-0xe1ff]
[    0.082058] pci 0000:00:12.0: [1106:3065] type 0 class 0x000200
[    0.082077] pci 0000:00:12.0: reg 10: [io  0xe200-0xe2ff]
[    0.082089] pci 0000:00:12.0: reg 14: [mem 0xd0000000-0xd00000ff]
[    0.082149] pci 0000:00:12.0: supports D1 D2
[    0.082152] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.082158] pci 0000:00:12.0: PME# disabled
[    0.082219] pci 0000:01:00.0: [1106:3118] type 0 class 0x000300
[    0.082237] pci 0000:01:00.0: reg 10: [mem 0x90000000-0x93ffffff pref]
[    0.082247] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xc0ffffff]
[    0.082282] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.082303] pci 0000:01:00.0: supports D1 D2
[    0.082343] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.082349] pci 0000:00:01.0:   bridge window [io  0xc000-0xdfff]
[    0.082355] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff]
[    0.082361] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x9fffffff pref]
[    0.082406] pci_bus 0000:00: on NUMA node 0
[    0.082411] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.094243] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 14 15)
[    0.094331] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *7 10 11 14 15)
[    0.094408] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 14 15)
[    0.094484] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *10 11 14 15)
[    0.094549] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
[    0.094616] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
[    0.094683] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
[    0.094749] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 14 15) *0, disabled.
[    0.094820] ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0, disabled.
[    0.094904] ACPI: PCI Interrupt Link [ALKB] (IRQs 23) *11
[    0.095038] ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *5, disabled.
[    0.095080] ACPI Exception: AE_AML_INVALID_RESOURCE_TYPE, Evaluating _CRS (20110316/pci_link-282)
[    0.095087] ACPI: PCI Interrupt Link [ALKD] (IRQs 21) *0
[    0.095206] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.095210] vgaarb: loaded
[    0.095262] PCI: Using ACPI for IRQ routing
[    0.095267] PCI: pci_cache_line_size set to 64 bytes
[    0.095337] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    0.095342] reserve RAM buffer: 000000000dfef000 - 000000000fffffff 
[    0.097356] pnp: PnP ACPI init
[    0.097381] ACPI: bus type pnp registered
[    0.100218] pnp 00:00: [bus 00-ff]
[    0.100223] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.100227] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.100231] pnp 00:00: [io  0x0d00-0xffff window]
[    0.100235] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.100239] pnp 00:00: [mem 0x000c0000-0x000cffff window]
[    0.100243] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    0.100247] pnp 00:00: [mem 0xfff80000-0xffffffff]
[    0.100250] pnp 00:00: [mem 0x0e000000-0xfedfffff window]
[    0.100323] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.100539] pnp 00:01: [irq 12]
[    0.100583] pnp 00:01: Plug and Play ACPI device, IDs SYN0c06 SYN0c00 PNP0f13 (active)
[    0.100615] pnp 00:02: [irq 1]
[    0.100618] pnp 00:02: [io  0x0060]
[    0.100621] pnp 00:02: [io  0x0064]
[    0.100670] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.100685] pnp 00:03: [io  0x0070-0x0075]
[    0.100691] pnp 00:03: [irq 8]
[    0.100733] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.100748] pnp 00:04: [io  0x0061]
[    0.100787] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.100826] pnp 00:05: [mem 0x000e0000-0x000fffff]
[    0.100830] pnp 00:05: [mem 0xfff80000-0xffffffff]
[    0.100833] pnp 00:05: [mem 0xfec00000-0xfec00fff]
[    0.100837] pnp 00:05: [mem 0xfee00000-0xfee00fff]
[    0.100910] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.100915] system 00:05: [mem 0xfff80000-0xffffffff] has been reserved
[    0.100919] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.100924] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.100928] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.100946] pnp 00:06: [dma 4]
[    0.100950] pnp 00:06: [io  0x0000-0x001f]
[    0.100953] pnp 00:06: [io  0x0081-0x008f]
[    0.100956] pnp 00:06: [io  0x0090-0x0091]
[    0.100960] pnp 00:06: [io  0x0093-0x009f]
[    0.100963] pnp 00:06: [io  0x00c0-0x00df]
[    0.101004] pnp 00:06: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.101020] pnp 00:07: [io  0x0080]
[    0.101023] pnp 00:07: [io  0x0092]
[    0.101026] pnp 00:07: [io  0x0330-0x0331]
[    0.101030] pnp 00:07: [io  0x04d0-0x04d1]
[    0.101033] pnp 00:07: [io  0x1000-0x107f]
[    0.101036] pnp 00:07: [io  0x1400-0x140f]
[    0.101039] pnp 00:07: [io  0x0022]
[    0.101043] pnp 00:07: [io  0x002e-0x002f]
[    0.101046] pnp 00:07: [io  0x0074-0x0075]
[    0.101049] pnp 00:07: [io  0x00a8-0x00a9]
[    0.101115] system 00:07: [io  0x0330-0x0331] has been reserved
[    0.101120] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.101124] system 00:07: [io  0x1000-0x107f] has been reserved
[    0.101128] system 00:07: [io  0x1400-0x140f] has been reserved
[    0.101133] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.101150] pnp 00:08: [io  0x00f0-0x00ff]
[    0.101158] pnp 00:08: [irq 13]
[    0.101199] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.101427] pnp: PnP ACPI: found 9 devices
[    0.101430] ACPI: ACPI bus type pnp unregistered
[    0.101437] PnPBIOS: Disabled by ACPI PNP
[    0.138370] Switching to clocksource acpi_pm
[    0.138416] pci 0000:00:09.0: BAR 15: assigned [mem 0x10000000-0x13ffffff pref]
[    0.138422] pci 0000:00:09.0: BAR 16: assigned [mem 0x14000000-0x17ffffff]
[    0.138428] pci 0000:00:09.0: BAR 0: assigned [mem 0x18000000-0x18000fff]
[    0.138436] pci 0000:00:09.0: BAR 0: set to [mem 0x18000000-0x18000fff] (PCI address [0x18000000-0x18000fff])
[    0.138444] pci 0000:00:09.0: BAR 13: assigned [io  0x1800-0x18ff]
[    0.138449] pci 0000:00:09.0: BAR 14: assigned [io  0x1c00-0x1cff]
[    0.138455] pci 0000:00:10.3: BAR 0: assigned [mem 0x18001000-0x180010ff]
[    0.138462] pci 0000:00:10.3: BAR 0: set to [mem 0x18001000-0x180010ff] (PCI address [0x18001000-0x180010ff])
[    0.138469] pci 0000:01:00.0: BAR 6: assigned [mem 0x94000000-0x9400ffff pref]
[    0.138474] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.138479] pci 0000:00:01.0:   bridge window [io  0xc000-0xdfff]
[    0.138485] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff]
[    0.138492] pci 0000:00:01.0:   bridge window [mem 0x90000000-0x9fffffff pref]
[    0.138500] pci 0000:00:09.0: CardBus bridge to [bus 02-05]
[    0.138503] pci 0000:00:09.0:   bridge window [io  0x1800-0x18ff]
[    0.138509] pci 0000:00:09.0:   bridge window [io  0x1c00-0x1cff]
[    0.138515] pci 0000:00:09.0:   bridge window [mem 0x10000000-0x13ffffff pref]
[    0.138522] pci 0000:00:09.0:   bridge window [mem 0x14000000-0x17ffffff]
[    0.138541] pci 0000:00:01.0: setting latency timer to 64
[    0.138558] pci 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.138569] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
[    0.138573] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
[    0.138577] pci_bus 0000:01: resource 0 [io  0xc000-0xdfff]
[    0.138581] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xcfffffff]
[    0.138585] pci_bus 0000:01: resource 2 [mem 0x90000000-0x9fffffff pref]
[    0.138589] pci_bus 0000:02: resource 0 [io  0x1800-0x18ff]
[    0.138593] pci_bus 0000:02: resource 1 [io  0x1c00-0x1cff]
[    0.138597] pci_bus 0000:02: resource 2 [mem 0x10000000-0x13ffffff pref]
[    0.138601] pci_bus 0000:02: resource 3 [mem 0x14000000-0x17ffffff]
[    0.138667] NET: Registered protocol family 2
[    0.138759] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.139028] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.139115] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.139169] TCP: Hash tables configured (established 8192 bind 8192)
[    0.139173] TCP reno registered
[    0.139178] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.139186] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.139326] NET: Registered protocol family 1
[    0.139357] pci 0000:00:01.0: disabling DAC on VIA PCI bridge
[    0.139424] PCI: CLS mismatch (32 != 16), using 64 bytes
[    0.139430] pci 0000:01:00.0: Boot video device
[    0.139499] Unpacking initramfs...
[    0.139499] Switched to NOHz mode on CPU #0
[    0.598787] Freeing initrd memory: 9084k freed
[    0.612228] audit: initializing netlink socket (disabled)
[    0.612253] type=2000 audit(1328293851.612:1): initialized
[    0.642336] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    0.642498] VFS: Disk quotas dquot_6.5.2
[    0.642534] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.642637] msgmni has been set to 433
[    0.642867] alg: No test for stdrng (krng)
[    0.642914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.642920] io scheduler noop registered
[    0.642923] io scheduler deadline registered
[    0.642942] io scheduler cfq registered (default)
[    0.643268] ERST: Table is not found!
[    0.643287] isapnp: Scanning for PnP cards...
[    0.996899] isapnp: No Plug & Play device found
[    0.997020] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.997636] Linux agpgart interface v0.103
[    0.997798] agpgart: Detected VIA PM800/PN800/PM880/PN880 chipset
[    1.007501] agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xa0000000
[    1.007660] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.018567] i8042: Detected active multiplexing controller, rev 1.1
[    1.024341] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.024356] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.024405] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.024441] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.024475] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.024627] mousedev: PS/2 mouse device common for all mice
[    1.024860] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.024897] rtc0: alarms up to one year, y3k, 242 bytes nvram
[    1.024954] EISA: Probing bus 0 at eisa.0
[    1.024964] Cannot allocate resource for EISA slot 1
[    1.024997] EISA: Detected 0 cards.
[    1.025001] cpuidle: using governor ladder
[    1.025004] cpuidle: using governor menu
[    1.025344] TCP cubic registered
[    1.025405] NET: Registered protocol family 10
[    1.026209] Mobile IPv6
[    1.026213] NET: Registered protocol family 17
[    1.026222] Registering the dns_resolver key type
[    1.026242] Using IPI Shortcut mode
[    1.026359] PM: Hibernation image not present or could not be loaded.
[    1.026376] registered taskstats version 1
[    1.026718] rtc_cmos 00:03: setting system clock to 2012-02-03 18:30:52 UTC (1328293852)
[    1.026753] Initializing network drop monitor service
[    1.026906] Freeing unused kernel memory: 488k freed
[    1.027201] Write protecting the kernel text: 2544k
[    1.027222] Write protecting the kernel read-only data: 984k
[    1.033409] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.048162] udev[42]: starting version 164
[    1.271021] via-rhine.c:v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
[    1.271244] ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 11, using IRQ 23
[    1.271249] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 23
[    1.271268] via-rhine 0000:00:12.0: PCI INT A -> Link[ALKB] -> GSI 23 (level, low) -> IRQ 23
[    1.300640] eth0: VIA Rhine II at 0x1e200, 00:40:d0:75:5b:9e, IRQ 23.
[    1.301358] eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 41e1.
[    1.306486] thermal LNXTHERM:00: registered as thermal_zone0
[    1.306491] ACPI: Thermal Zone [TZ0] (0 C)
[    1.352930] usbcore: registered new interface driver usbfs
[    1.353149] usbcore: registered new interface driver hub
[    1.355164] usbcore: registered new device driver usb
[    1.364151] SCSI subsystem initialized
[    1.380154] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.385579] uhci_hcd: USB Universal Host Controller Interface driver
[    1.418815] ehci_hcd 0000:00:10.3: BAR 0: set to [mem 0x18001000-0x180010ff] (PCI address [0x18001000-0x180010ff])
[    1.418829] ehci_hcd 0000:00:10.3: enabling device (0000 -> 0002)
[    1.418921] ACPI Exception: AE_AML_INVALID_RESOURCE_TYPE, Evaluating _CRS (20110316/pci_link-282)
[    1.418929] ACPI: Unable to set IRQ for PCI Interrupt Link [ALKD]. Try pci=noacpi or acpi=off
[    1.418984] ehci_hcd 0000:00:10.3: PCI INT D: no GSI - using ISA IRQ 10
[    1.419038] ehci_hcd 0000:00:10.3: EHCI Host Controller
[    1.419081] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
[    1.419149] ehci_hcd 0000:00:10.3: irq 10, io mem 0x18001000
[    1.420385] libata version 3.00 loaded.
[    1.428027] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00
[    1.428071] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.428075] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.428079] usb usb1: Product: EHCI Host Controller
[    1.428082] usb usb1: Manufacturer: Linux 2.6.39-bpo.2-486 ehci_hcd
[    1.428086] usb usb1: SerialNumber: 0000:00:10.3
[    1.428293] hub 1-0:1.0: USB hub found
[    1.428300] hub 1-0:1.0: 6 ports detected
[    1.444029] uhci_hcd 0000:00:10.0: BAR 4: set to [io  0x1200-0x121f] (PCI address [0x1200-0x121f])
[    1.444125] ACPI Exception: AE_AML_INVALID_RESOURCE_TYPE, Evaluating _CRS (20110316/pci_link-282)
[    1.444133] ACPI: Unable to set IRQ for PCI Interrupt Link [ALKD]. Try pci=noacpi or acpi=off
[    1.444188] uhci_hcd 0000:00:10.0: PCI INT A: no GSI - using ISA IRQ 11
[    1.444227] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    1.444257] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.444305] uhci_hcd 0000:00:10.0: irq 11, io base 0x00001200
[    1.444363] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.444367] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.444371] usb usb2: Product: UHCI Host Controller
[    1.444374] usb usb2: Manufacturer: Linux 2.6.39-bpo.2-486 uhci_hcd
[    1.444378] usb usb2: SerialNumber: 0000:00:10.0
[    1.444712] hub 2-0:1.0: USB hub found
[    1.444720] hub 2-0:1.0: 2 ports detected
[    1.460018] uhci_hcd 0000:00:10.1: BAR 4: set to [io  0x1220-0x123f] (PCI address [0x1220-0x123f])
[    1.460076] ACPI Exception: AE_AML_INVALID_RESOURCE_TYPE, Evaluating _CRS (20110316/pci_link-282)
[    1.460083] ACPI: Unable to set IRQ for PCI Interrupt Link [ALKD]. Try pci=noacpi or acpi=off
[    1.460134] uhci_hcd 0000:00:10.1: PCI INT B: no GSI - using ISA IRQ 7
[    1.460162] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    1.460175] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    1.460212] uhci_hcd 0000:00:10.1: irq 7, io base 0x00001220
[    1.460255] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.460260] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.460263] usb usb3: Product: UHCI Host Controller
[    1.460266] usb usb3: Manufacturer: Linux 2.6.39-bpo.2-486 uhci_hcd
[    1.460270] usb usb3: SerialNumber: 0000:00:10.1
[    1.460548] hub 3-0:1.0: USB hub found
[    1.460555] hub 3-0:1.0: 2 ports detected
[    1.460643] pata_via 0000:00:11.1: version 0.3.4
[    1.460687] ACPI: PCI Interrupt Link [ALKA] disabled and referenced, BIOS bug
[    1.460739] ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
[    1.460743] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[    1.460754] pata_via 0000:00:11.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
[    1.461488] scsi0 : pata_via
[    1.461686] scsi1 : pata_via
[    1.466365] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1100 irq 14
[    1.466370] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x1108 irq 15
[    1.480020] uhci_hcd 0000:00:10.2: BAR 4: set to [io  0x1240-0x125f] (PCI address [0x1240-0x125f])
[    1.480083] ACPI Exception: AE_AML_INVALID_RESOURCE_TYPE, Evaluating _CRS (20110316/pci_link-282)
[    1.480090] ACPI: Unable to set IRQ for PCI Interrupt Link [ALKD]. Try pci=noacpi or acpi=off
[    1.480144] uhci_hcd 0000:00:10.2: PCI INT C: no GSI - using ISA IRQ 5
[    1.480174] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    1.480193] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    1.480234] uhci_hcd 0000:00:10.2: irq 5, io base 0x00001240
[    1.480287] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.480292] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.480295] usb usb4: Product: UHCI Host Controller
[    1.480299] usb usb4: Manufacturer: Linux 2.6.39-bpo.2-486 uhci_hcd
[    1.480302] usb usb4: SerialNumber: 0000:00:10.2
[    1.480613] hub 4-0:1.0: USB hub found
[    1.480621] hub 4-0:1.0: 2 ports detected
[    1.628669] ata1.00: ATA-6: HTS424040M9AT00, MA2OA71A, max UDMA/100
[    1.628675] ata1.00: 78140160 sectors, multi 16: LBA48 
[    1.640032] Refined TSC clocksource calibration: 1393.158 MHz.
[    1.640040] Switching to clocksource tsc
[    1.644465] ata1.00: configured for UDMA/100
[    1.644671] scsi 0:0:0:0: Direct-Access     ATA      HTS424040M9AT00  MA2O PQ: 0 ANSI: 5
[    1.740014] usb 1-2: new high speed USB device number 2 using ehci_hcd
[    1.808375] ata2.00: ATAPI: SONY CD-RW/DVD-ROM CRX835E, KYK2, max UDMA/33
[    1.824242] ata2.00: configured for UDMA/33
[    1.825148] scsi 1:0:0:0: CD-ROM            SONY     CD-RW  CRX835E   KYK2 PQ: 0 ANSI: 5
[    1.857734] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
[    1.857857] sd 0:0:0:0: [sda] Write Protect is off
[    1.857862] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.857890] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.859326] sr0: scsi3-mmc drive: 0x/24x writer cd/rw xa/form2 cdda tray
[    1.859332] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.859763] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.909641]  sda: sda1 sda2 < sda5 >
[    1.910195] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.926152] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.926680] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.500497] PM: Starting manual resume from disk
[    2.500505] PM: Hibernation image partition 8:5 present
[    2.500508] PM: Looking for hibernation image.
[    2.522677] PM: Image not found (code -22)
[    2.522681] PM: Hibernation image not present or could not be loaded.
[    2.608549] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.930005] udev[267]: starting version 164
[    5.387448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.405380] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.900850] NET: Registered protocol family 23
[    5.989996] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/LNXVIDEO:00/input/input1
[    5.990010] ACPI: Video Device [VGA0] (multi-head: yes  rom: no  post: no)
[    6.056689] yenta_cardbus 0000:00:09.0: CardBus bridge found [1071:8666]
[    6.056713] yenta_cardbus 0000:00:09.0: Using CSCINT to route CSC interrupts to PCI
[    6.056717] yenta_cardbus 0000:00:09.0: Routing CardBus interrupts to PCI
[    6.056723] yenta_cardbus 0000:00:09.0: TI: mfunc 0x01001002, devctl 0x44
[    6.086495] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    6.280138] ACPI: AC Adapter [AC] (on-line)
[    6.280705] ACPI: acpi_idle registered with cpuidle
[    6.281034] Marking TSC unstable due to TSC halts in idle
[    6.282785] Switching to clocksource acpi_pm
[    6.289739] yenta_cardbus 0000:00:09.0: ISA IRQ mask 0x0048, PCI irq 17
[    6.289745] yenta_cardbus 0000:00:09.0: Socket status: 30000006
[    6.366702] ACPI: Battery Slot [BAT0] (battery present)
[    6.367172] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[    6.369723] ACPI: Lid Switch [LID]
[    6.369842] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[    6.369927] ACPI: Sleep Button [SBTN]
[    6.370006] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
[    6.370048] ACPI: Power Button [PBTN]
[    6.370149] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    6.370192] ACPI: Power Button [PWRF]
[    6.740035] ehci_hcd 0000:00:10.3: Unlink after no-IRQ?  Controller is probably using the wrong IRQ.
[    6.934646] Synaptics Touchpad, model: 1, fw: 5.9, id: 0xf6eb1, caps: 0xa04713/0x0/0x0
[    6.994418] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input7
[    7.157569] ACPI: PCI Interrupt Link [ALKC] disabled and referenced, BIOS bug
[    7.157715] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 5, using IRQ 22
[    7.157720] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[    7.157741] VIA 82xx Modem 0000:00:11.6: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
[    7.160038] VIA 82xx Modem 0000:00:11.6: setting latency timer to 64
[    7.671803] VIA 82xx Audio 0000:00:11.5: power state changed by ACPI to D0
[    7.671812] VIA 82xx Audio 0000:00:11.5: power state changed by ACPI to D0
[    7.671831] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
[    7.671988] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[   17.296031] usb 1-2: device not accepting address 2, error -110
[   17.408029] usb 1-2: new high speed USB device number 3 using ehci_hcd
[   32.964032] usb 1-2: device not accepting address 3, error -110
[   33.076030] usb 1-2: new high speed USB device number 4 using ehci_hcd
[   43.508029] usb 1-2: device not accepting address 4, error -110
[   43.620028] usb 1-2: new high speed USB device number 5 using ehci_hcd
[   54.052029] usb 1-2: device not accepting address 5, error -110
[   54.052096] hub 1-0:1.0: unable to enumerate USB device on port 2
[   54.914841] Adding 433148k swap on /dev/sda5.  Priority:-1 extents:1 across:433148k 
[   54.919213] EXT4-fs (sda1): re-mounted. Opts: (null)
[   55.268841] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   55.405401] loop: module loaded
[   56.471029] fuse init (API version 7.16)
[   61.724051] Bluetooth: Core ver 2.16
[   61.724133] NET: Registered protocol family 31
[   61.724135] Bluetooth: HCI device and connection manager initialized
[   61.724140] Bluetooth: HCI socket layer initialized
[   61.724143] Bluetooth: L2CAP socket layer initialized
[   61.724396] Bluetooth: SCO socket layer initialized
[   61.933107] lp: driver loaded but no devices found
[   61.946955] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   61.946960] Bluetooth: BNEP filters: protocol multicast
[   62.029558] Bridge firewalling registered
[   62.255244] ppdev: user-space parallel port driver
[   63.374012] [drm] Initialized drm 1.1.0 20060810
[   64.036062] pci 0000:01:00.0: power state changed by ACPI to D0
[   64.036082] pci 0000:01:00.0: power state changed by ACPI to D0
[   64.036109] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   64.036429] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   64.036433] [drm] No driver support for vblank timestamp query.
[   64.036438] [drm] Initialized via 2.11.1 20070202 for 0000:01:00.0 on minor 0
[   64.197019] agpgart-via 0000:00:00.0: AGP 3.5 bridge
[   64.197049] agpgart-via 0000:00:00.0: bridge is in legacy mode, falling back to 2.x
[   64.197057] agpgart-via 0000:00:00.0: putting AGP V2 device into 0x mode
[   64.197133] pci 0000:01:00.0: putting AGP V2 device into 0x mode
[   67.945748] via-rhine 0000:00:12.0: eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[   78.864023] eth0: no IPv6 routers present
[  112.301087] via-rhine 0000:00:12.0: eth0: link down
[  150.686658] via-rhine 0000:00:12.0: eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[ 1896.532140] via-rhine 0000:00:12.0: eth0: link down

result of "preparations"

dave@crunchbang:~$ sudo apt-get install module-assistant 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  xulrunner-8.0 libmozjs8d
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  module-assistant
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 114 kB of archives.
After this operation, 582 kB of additional disk space will be used.
Get:1 http://ftp.debian.org/debian/ squeeze/main module-assistant all 0.11.3 [114 kB]
Fetched 114 kB in 0s (163 kB/s)      
Selecting previously deselected package module-assistant.
(Reading database ... 95780 files and directories currently installed.)
Unpacking module-assistant (from .../module-assistant_0.11.3_all.deb) ...
Processing triggers for man-db ...
Setting up module-assistant (0.11.3) ...
dave@crunchbang:~$ apt-get autoremove xulrunner-8.0 libmozjs8d
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
dave@crunchbang:~$ sudo apt-get autoremove xulrunner-8.0 libmozjs8d
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  libmozjs8d xulrunner-8.0
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 24.2 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 95835 files and directories currently installed.)
Removing xulrunner-8.0 ...
Removing libmozjs8d ...
Processing triggers for man-db ...
dave@crunchbang:~$

then after next command-

dave@crunchbang:~$ cd ~/downloads
dave@crunchbang:~/downloads$ tar xf compat-wireless-2.6.tar.bz2
dave@crunchbang:~/downloads$ cd ./compat-wireless-2012-02-02
dave@crunchbang:~/downloads/compat-wireless-2012-02-02$ ./scripts/driver-select rt2x00
Processing new driver-select request...
Backing up makefile: Makefile.bk
Backing up makefile: drivers/net/wireless/Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backup exists: Makefile.bk
Backing up makefile: net/wireless/Makefile.bk
Backing up makefile: drivers/ssb/Makefile.bk
Backing up makefile: drivers/bcma/Makefile.bk
Backup exists: Makefile.bk
dave@crunchbang:~/downloads/compat-wireless-2012-02-02$ make
/home/dave/downloads/compat-wireless-2012-02-02/config.mk:254: "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m."
./scripts/gen-compat-autoconf.sh config.mk > include/linux/compat_autoconf.h
make -C /lib/modules/2.6.39-bpo.2-486/build M=/home/dave/downloads/compat-wireless-2012-02-02 modules
make: *** /lib/modules/2.6.39-bpo.2-486/build: No such file or directory.  Stop.
make: *** [modules] Error 2
dave@crunchbang:~/downloads/compat-wireless-2012-02-02$ sudo make install
/home/dave/downloads/compat-wireless-2012-02-02/config.mk:254: "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m."