[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#574766: 2.6.32-3-686: No WPA with Ralink rt2860 (works with upstream driver, though)



Package: linux-2.6
Version: 2.6.32-9
Severity: normal

I cannot get a WPA-encrypted WLAN connection to work with the included rt2860
driver (staging).  Attached is a syslog snippet of a failing connection
attempt. Unencrypted connections work fine.

As a workaround, I took the rt2860-source package from unstable and upgraded
the included upstream driver from 1.8.0.0 to the latest version provided by
Ralink (2.3.0.0). There were only minor adjustments of the Debian-patches
necessary. I compiled the updated package with module-assistant, removed the
rt2860 module from the linux-image package and installed the replacement. After
loading the new kernel module everything was fine: WPA and unencrypted
connections are working.

I tried to look at the diff between the upstream driver and the one in the
kernel sources. Unfortunately, there is no one-to-one correspondance between
source files. However, were comparison was possible the kernel driver looks
older and the diff is substantial.

I'm not an expert in WPA issue debugging, but please let me know if I can be of
help fixing this issue. 

Thanks,

Michael

PS: Note that the system information below is collected with the working
    rt2860 loaded. Moreover, I removed the kernel log, as it had only
    firewall messages.


-- Syslog excerpt --


Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 20 09:22:24 morkel NetworkManager: <info>  (wlan0): device state change: 6 -> 4 (reason 0)
Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 20 09:22:24 morkel NetworkManager: <info>  (wlan0): device state change: 4 -> 5 (reason 0)
Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0/wireless): connection 'Auto Selma' has security, and secrets exist.  No new secrets needed.
Mar 20 09:22:24 morkel NetworkManager: <info>  Config: added 'ssid' value 'Selma'
Mar 20 09:22:24 morkel NetworkManager: <info>  Config: added 'scan_ssid' value '1'
Mar 20 09:22:24 morkel NetworkManager: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Mar 20 09:22:24 morkel NetworkManager: <info>  Config: added 'psk' value '<omitted>'
Mar 20 09:22:24 morkel NetworkManager: <info>  Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 20 09:22:24 morkel NetworkManager: <info>  Config: set interface ap_scan to 1
Mar 20 09:22:24 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  disconnected -> scanning
Mar 20 09:22:29 morkel wpa_supplicant[2083]: Trying to associate with 00:15:e9:d6:7a:d0 (SSID='Selma' freq=2437 MHz)
Mar 20 09:22:29 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  scanning -> associating
Mar 20 09:22:29 morkel kernel: [ 3897.684288] ===>rt_ioctl_giwscan. 2(2) BSS returned, data->length = 286
Mar 20 09:22:29 morkel kernel: [ 3897.684849] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=6)
Mar 20 09:22:39 morkel wpa_supplicant[2083]: Authentication with 00:15:e9:d6:7a:d0 timed out.
Mar 20 09:22:39 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  associating -> disconnected
Mar 20 09:22:39 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  disconnected -> scanning
Mar 20 09:22:44 morkel kernel: [ 3912.709580] ===>rt_ioctl_giwscan. 1(1) BSS returned, data->length = 113
Mar 20 09:22:50 morkel NetworkManager: <info>  Activation (wlan0/wireless): association took too long.
Mar 20 09:22:50 morkel NetworkManager: <info>  (wlan0): device state change: 5 -> 6 (reason 0)
Mar 20 09:22:50 morkel NetworkManager: <info>  Activation (wlan0/wireless): asking for new secrets
Mar 20 09:22:50 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  scanning -> disconnected
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0) Stage 1 of 5 (Device Prepare) scheduled...
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0) Stage 1 of 5 (Device Prepare) started...
Mar 20 09:22:51 morkel NetworkManager: <info>  (wlan0): device state change: 6 -> 4 (reason 0)
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0) Stage 2 of 5 (Device Configure) scheduled...
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0) Stage 1 of 5 (Device Prepare) complete.
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0) Stage 2 of 5 (Device Configure) starting...
Mar 20 09:22:51 morkel NetworkManager: <info>  (wlan0): device state change: 4 -> 5 (reason 0)
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0/wireless): connection 'Auto Selma' has security, and secrets exist.  No new secrets needed.
Mar 20 09:22:51 morkel NetworkManager: <info>  Config: added 'ssid' value 'Selma'
Mar 20 09:22:51 morkel NetworkManager: <info>  Config: added 'scan_ssid' value '1'
Mar 20 09:22:51 morkel NetworkManager: <info>  Config: added 'key_mgmt' value 'WPA-PSK'
Mar 20 09:22:51 morkel NetworkManager: <info>  Config: added 'psk' value '<omitted>'
Mar 20 09:22:51 morkel NetworkManager: <info>  Activation (wlan0) Stage 2 of 5 (Device Configure) complete.
Mar 20 09:22:51 morkel NetworkManager: <info>  Config: set interface ap_scan to 1
Mar 20 09:22:51 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  disconnected -> scanning
Mar 20 09:22:56 morkel wpa_supplicant[2083]: Trying to associate with 00:15:e9:d6:7a:d0 (SSID='Selma' freq=2437 MHz)
Mar 20 09:22:56 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  scanning -> associating
Mar 20 09:22:56 morkel kernel: [ 3924.661913] ===>rt_ioctl_giwscan. 2(2) BSS returned, data->length = 286
Mar 20 09:22:56 morkel kernel: [ 3924.662604] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=6)
Mar 20 09:23:06 morkel wpa_supplicant[2083]: Authentication with 00:15:e9:d6:7a:d0 timed out.
Mar 20 09:23:06 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  associating -> disconnected
Mar 20 09:23:06 morkel NetworkManager: <info>  (wlan0): supplicant connection state:  disconnected -> scanning
Mar 20 09:23:11 morkel kernel: [ 3939.683300] ===>rt_ioctl_giwscan. 1(1) BSS returned, data->length = 113
Mar 20 09:23:17 morkel NetworkManager: <info>  Activation (wlan0/wireless): association took too long.
Mar 20 09:23:17 morkel NetworkManager: <info>  (wlan0): device state change: 5 -> 9 (reason 7)
Mar 20 09:23:17 morkel NetworkManager: <info>  Activation (wlan0) failed for access point (Selma)
Mar 20 09:23:17 morkel NetworkManager: <info>  Marking connection 'Auto Selma' invalid.
Mar 20 09:23:17 morkel NetworkManager: <info>  Activation (wlan0) failed.
Mar 20 09:23:17 morkel NetworkManager: <info>  (wlan0): device state change: 9 -> 3 (reason 0)
Mar 20 09:23:17 morkel NetworkManager: <info>  (wlan0): deactivating device (reason: 0).



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- Package-specific info:
** Version:
Linux version 2.6.32-3-686 (Debian 2.6.32-9) (maks@debian.org) (gcc version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Thu Feb 25 06:14:20 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=UUID=542c57cb-bd98-49c4-a7e5-765bccc09af5 ro quiet

** Tainted: C (1024)
 * Module from drivers/staging has been loaded.

** Model information
not available

** Loaded modules:
Module                  Size  Used by
rt2860sta             615248  1 
nls_utf8                 908  0 
nls_cp437               4489  0 
vfat                    6538  0 
fat                    34908  1 vfat
snd_usb_audio          50466  0 
snd_usb_lib            10989  1 snd_usb_audio
snd_seq_midi            3576  0 
snd_seq_midi_event      3684  1 snd_seq_midi
snd_rawmidi            12505  2 snd_usb_lib,snd_seq_midi
snd_hda_codec_realtek   163098  1 
snd_hda_intel          16427  1 
snd_hda_codec          46002  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               4054  2 snd_usb_audio,snd_hda_codec
snd_pcm                47362  3 snd_usb_audio,snd_hda_intel,snd_hda_codec
snd_seq                35459  2 snd_seq_midi,snd_seq_midi_event
snd_timer              12258  2 snd_pcm,snd_seq
snd_seq_device          3673  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    34363  12 snd_usb_audio,snd_rawmidi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore               3450  1 snd
snd_page_alloc          5041  2 snd_hda_intel,snd_pcm
xt_tcpudp               1743  95 
iptable_nat             3551  1 
nf_nat                 10568  1 iptable_nat
nf_conntrack_ipv4       7597  19 iptable_nat,nf_nat
nf_defrag_ipv4           779  1 nf_conntrack_ipv4
xt_DSCP                 1451  51 
xt_TCPMSS               2303  4 
ipt_LOG                 3570  42 
ipt_REJECT              1517  0 
iptable_mangle          2325  1 
iptable_filter          1790  1 
xt_multiport            1775  0 
xt_state                 927  16 
xt_limit                1088  44 
xt_conntrack            1955  0 
nf_conntrack_ftp        4272  0 
nf_conntrack           38063  6 iptable_nat,nf_nat,nf_conntrack_ipv4,xt_state,xt_conntrack,nf_conntrack_ftp
ip_tables               7690  3 iptable_nat,iptable_mangle,iptable_filter
x_tables                8327  11 xt_tcpudp,iptable_nat,xt_DSCP,xt_TCPMSS,ipt_LOG,ipt_REJECT,xt_multiport,xt_state,xt_limit,xt_conntrack,ip_tables
loop                    9753  0 
usbhid                 27888  0 
uvcvideo               45194  0 
hid                    50657  1 usbhid
videodev               25541  1 uvcvideo
v4l1_compat            10250  2 uvcvideo,videodev
eeepc_laptop            9355  0 
usb_storage            29805  1 
i915                  218794  2 
drm_kms_helper         17247  1 i915
drm                   107671  3 i915,drm_kms_helper
rfkill                 10260  1 eeepc_laptop
uhci_hcd               16045  0 
ehci_hcd               27574  0 
i2c_algo_bit            3497  1 i915
i2c_i801                6442  0 
r8169                  24784  0 
intel_agp              20233  1 
usbcore                98126  8 snd_usb_audio,snd_usb_lib,usbhid,uvcvideo,usb_storage,uhci_hcd,ehci_hcd
mii                     2714  1 r8169
pci_hotplug            18065  1 eeepc_laptop
video                  14605  1 i915
i2c_core               12648  5 videodev,i915,drm,i2c_algo_bit,i2c_i801
agpgart                19516  2 drm,intel_agp
output                  1204  1 video
rng_core                2178  0 
evdev                   5609  21 
psmouse                44413  0 
pcspkr                  1207  0 
button                  3598  1 i915
processor              26571  2 
serio_raw               2916  0 
crc_ccitt               1039  0 
nls_base                4541  5 nls_utf8,nls_cp437,vfat,fat,usbcore
ext3                   94192  2 
jbd                    32161  1 ext3
mbcache                 3762  1 ext3
sd_mod                 25781  5 
crc_t10dif              1012  1 sd_mod
thermal                 9206  0 
fan                     2586  0 
thermal_sys             9378  4 video,processor,thermal,fan
ata_generic             2015  0 
ide_pci_generic         1924  0 
ide_core               64146  1 ide_pci_generic
ata_piix               16545  2 
libata                114408  2 ata_generic,ata_piix
scsi_mod              101297  3 usb_storage,sd_mod,libata

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME Express Memory Controller Hub [8086:27ac] (rev 03)
	Subsystem: Intel Corporation Mobile 945GME Express Memory Controller Hub [8086:27ac]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1252]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
	Region 1: I/O ports at ec80 [size=8]
	Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M]
	Region 3: Memory at feb40000 (32-bit, non-prefetchable) [size=256K]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915

00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1252]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fea80000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: <access denied>

00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:8331]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at feb38000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fe800000-fe8fffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: fe700000-fe7fffff
	Prefetchable memory behind bridge: 0000000080000000-00000000801fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Bus: primary=00, secondary=01, subordinate=02, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fa700000-fe6fffff
	Prefetchable memory behind bridge: 00000000bbe00000-00000000bfdfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at e480 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at e800 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at e880 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02) (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 16
	Region 4: I/O ports at ec00 [size=32]
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at feb3fc00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2) (prog-if 01 [Subtractive decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02) (prog-if 80 [Master])
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4 [size=1]
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374 [size=1]
	Region 4: I/O ports at ffa0 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1347]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus

03:00.0 Network controller [0280]: RaLink RT2860 [1814:0781]
	Subsystem: RaLink Device [1814:2790]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at fe7f0000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: rt2860

04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)
	Subsystem: ASUSTeK Computer Inc. Device [1043:8168]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 27
	Region 0: I/O ports at dc00 [size=256]
	Region 2: Memory at fe8ff000 (64-bit, non-prefetchable) [size=4K]
	Region 4: Memory at bfef0000 (64-bit, prefetchable) [size=64K]
	Expansion ROM at fe8c0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169


** USB devices:
Bus 001 Device 006: ID 059b:0370 Iomega Corp. 
Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 004: ID 046d:0990 Logitech, Inc. QuickCam Pro 9000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 046d:c03f Logitech, Inc. UltraX Optical Mouse
Bus 002 Device 003: ID 1241:1503 Belkin Keyboard
Bus 002 Device 002: ID 058f:9254 Alcor Micro Corp. Hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
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 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.32-3-686 depends on:
ii  debconf [debconf-2.0]        1.5.28      Debian configuration management sy
ii  initramfs-tools [linux-initr 0.93.4      tools for generating an initramfs
ii  module-init-tools            3.12~pre2-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-3-686 recommends:
ii  firmware-linux-free           2.6.32-9   Binary firmware for various driver
ii  libc6-i686                    2.10.2-6   GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.32-3-686 suggests:
ii  grub                          0.97-59    GRand Unified Bootloader (dummy pa
pn  linux-doc-2.6.32              <none>     (no description available)

Versions of packages linux-image-2.6.32-3-686 is related to:
pn  firmware-bnx2                 <none>     (no description available)
pn  firmware-bnx2x                <none>     (no description available)
pn  firmware-ipw2x00              <none>     (no description available)
pn  firmware-ivtv                 <none>     (no description available)
pn  firmware-iwlwifi              <none>     (no description available)
ii  firmware-linux                0.23       Binary firmware for various driver
ii  firmware-linux-nonfree        0.23       Binary firmware for various driver
pn  firmware-qlogic               <none>     (no description available)
ii  firmware-ralink               0.23       Binary firmware for Ralink RT2561,

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.32-3-686/postinst/bootloader-error-2.6.32-3-686:
  linux-image-2.6.32-3-686/postinst/depmod-error-initrd-2.6.32-3-686: false
  linux-image-2.6.32-3-686/postinst/bootloader-test-error-2.6.32-3-686:
* linux-image-2.6.32-3-686/postinst/missing-firmware-2.6.32-3-686:
  linux-image-2.6.32-3-686/prerm/would-invalidate-boot-loader-2.6.32-3-686: true
  linux-image-2.6.32-3-686/prerm/removing-running-kernel-2.6.32-3-686: true

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://mih.voxindeserto.de



Reply to: