Package: linux-2.6 Version: 2.6.31-1 Severity: important Hello,
When I start the kernel 2.6.31, the wifi does not start, while it runs correctly with the kernel 2.6.30. It seems that the wireless parameters of /etc/network/interfaces are not given to the script /etc/network/if-pre-up.d/wireless-tools. As you may see in the kernel log, wlan0 is 'not ready' at system startup time. Looking at the device by iwconfig shows empty values but scanning by iwlist works correctly. To make the device work, I must set manually the iwconfig parameters: # iwconfig wlan0 essid moine mode managed enc ... and then start the dhcp client (both dhclient3 and dhcpcd give the same results). If I try to set down and then up the device, I get: - down r...@tele:/home/jef# ifdown -v wlan0 Configuring interface wlan0=wlan0 (inet) run-parts --verbose /etc/network/if-down.d dhcpcd -k wlan0 ifconfig wlan0 down run-parts --verbose /etc/network/if-post-down.d run-parts: executing /etc/network/if-post-down.d/wireless-tools Error for wireless request "Set Mode" (8B06) : SET failed on device wlan0 ; Invalid argument. - up r...@tele:/home/jef# ifup -v wlan0 Configuring interface wlan0=wlan0 (inet) run-parts --verbose /etc/network/if-pre-up.d run-parts: executing /etc/network/if-pre-up.d/wireless-tools dhcpcd wlan0 err, wlan0: timed out warn, wlan0: using IPV4LL address 169.254.12.77 run-parts --verbose /etc/network/if-up.d run-parts: executing /etc/network/if-up.d/mountnfs dhcpcd.sh: interface wlan0 has been configured with new IP=169.254.12.77 and iwconfig shows empty values. I am not new to Linux, but I could not find how the kernel might change the scanning of the configuration file! Regards. -- Package-specific info: ** Version: Linux version 2.6.31-1-amd64 (Debian 2.6.31-1) (wa...@debian.org) (gcc version 4.3.4 (Debian 4.3.4-5) ) #1 SMP Sat Oct 24 17:50:31 UTC 2009 ** Command line: root=/dev/sda3 ro ** Not tainted ** Kernel log: [ 4.471076] ACPI: Power Button [PWRF] [ 4.471208] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3 [ 4.471260] ACPI: Power Button [PWRB] [ 4.486250] ACPI: WMI: Mapper loaded [ 4.563771] input: PC Speaker as /devices/platform/pcspkr/input/input4 [ 4.731341] EDAC MC: Ver: 2.1.0 Oct 24 2009 [ 4.735285] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 [ 4.771345] EDAC amd64_edac: Ver: 3.2.0 Oct 24 2009 [ 4.771635] EDAC amd64: This node reports that Memory ECC is currently disabled. [ 4.771688] EDAC amd64: bit 0x400000 in register F3x44 of the MISC_CONTROL device (0000:00:18.3) should be enabled [ 4.771742] EDAC amd64: WARNING: ECC is NOT currently enabled by the BIOS. Module will NOT be loaded. [ 4.771744] Either Enable ECC in the BIOS, or use the 'ecc_enable_override' parameter. [ 4.771745] Might be a BIOS bug, if BIOS says ECC is enabled [ 4.771747] Use of the override can cause unknown side effects. [ 4.771935] amd64_edac: probe of 0000:00:18.2 failed with error -22 [ 4.869786] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x2d00 [ 4.869849] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2e00 [ 4.960033] Initializing USB Mass Storage driver... [ 4.960433] scsi4 : SCSI emulation for USB Mass Storage devices [ 4.960589] usb-storage: device found at 2 [ 4.960593] usb-storage: waiting for device to settle before scanning [ 4.960602] usbcore: registered new interface driver usb-storage [ 4.960643] USB Mass Storage support registered. [ 5.029065] cfg80211: Using static regulatory domain info [ 5.029107] cfg80211: Regulatory domain: US [ 5.029144] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5.029194] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) [ 5.029235] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 5.029275] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 5.029316] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 5.029356] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 5.029396] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) [ 5.029443] cfg80211: Calling CRDA for country: US [ 5.188525] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5 [ 5.351562] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 21 [ 5.351608] HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 21 (level, low) -> IRQ 21 [ 5.351708] HDA Intel 0000:00:07.0: setting latency timer to 64 [ 5.940013] hda_codec: Unknown model for ALC888, trying auto-probe from BIOS... [ 5.956100] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:07.0/input/input6 [ 6.021172] phy0: Selected rate control algorithm 'minstrel' [ 6.021813] Registered led device: rt73usb-phy0::radio [ 6.021870] Registered led device: rt73usb-phy0::assoc [ 6.021924] Registered led device: rt73usb-phy0::quality [ 6.022877] usbcore: registered new interface driver rt73usb [ 6.038416] usbcore: registered new interface driver rt2500usb [ 6.955413] Adding 2000052k swap on /dev/sda5. Priority:-1 extents:1 across:2000052k [ 7.104807] EXT3 FS on sda3, internal journal [ 7.657103] kjournald starting. Commit interval 5 seconds [ 7.657370] EXT3 FS on sda6, internal journal [ 7.657429] EXT3-fs: mounted filesystem with ordered data mode. [ 8.182962] rt73usb 1-1:1.0: firmware: requesting rt73.bin [ 8.300001] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 9.958084] usb-storage: device scan complete [ 9.965049] scsi 4:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0 [ 9.972039] scsi 4:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0 [ 9.979038] scsi 4:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0 [ 9.986038] scsi 4:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0 [ 10.019053] sd 4:0:0:0: [sdb] Attached SCSI removable disk [ 10.129091] sd 4:0:0:2: [sdd] Attached SCSI removable disk [ 10.151051] sd 4:0:0:1: [sdc] Attached SCSI removable disk [ 10.162036] sd 4:0:0:3: [sde] Attached SCSI removable disk [ 170.627981] wlan0: authenticate with AP 00:07:cb:58:be:fb [ 170.629982] wlan0: authenticated [ 170.629985] wlan0: associate with AP 00:07:cb:58:be:fb [ 170.632102] wlan0: RX AssocResp from 00:07:cb:58:be:fb (capab=0x411 status=0 aid=1) [ 170.632106] wlan0: associated [ 170.644725] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 181.296010] wlan0: no IPv6 routers present [ 5138.323751] alloc irq_desc for 31 on node 0 [ 5138.323755] alloc kstat_irqs on node 0 [ 5138.323768] forcedeth 0000:00:0a.0: irq 31 for MSI/MSI-X [ 5138.323971] eth0: no link during initialization. [ 5138.324685] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 5603.697038] wlan0: deauthenticating by local choice (reason=3) [ 5618.934365] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 6314.306231] wlan0: authenticate with AP 00:07:cb:58:be:fb [ 6314.308103] wlan0: authenticated [ 6314.308106] wlan0: associate with AP 00:07:cb:58:be:fb [ 6314.310236] wlan0: RX AssocResp from 00:07:cb:58:be:fb (capab=0x411 status=0 aid=1) [ 6314.310240] wlan0: associated [ 6314.322972] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 6325.264011] wlan0: no IPv6 routers present [ 6446.540028] wlan0: deauthenticating by local choice (reason=3) [ 6451.430620] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 6484.650106] wlan0: authenticate with AP 00:07:cb:58:be:fb [ 6484.651978] wlan0: authenticated [ 6484.651981] wlan0: associate with AP 00:07:cb:58:be:fb [ 6484.654112] wlan0: RX AssocResp from 00:07:cb:58:be:fb (capab=0x411 status=0 aid=1) [ 6484.654115] wlan0: associated [ 6484.666722] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 6495.400009] wlan0: no IPv6 routers present [ 8138.905092] wlan0: deauthenticating by local choice (reason=3) [ 8178.574364] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 8219.970231] wlan0: authenticate with AP 00:07:cb:58:be:fb [ 8219.971978] wlan0: authenticated [ 8219.971981] wlan0: associate with AP 00:07:cb:58:be:fb [ 8219.974000] wlan0: RX AssocResp from 00:07:cb:58:be:fb (capab=0x411 status=0 aid=1) [ 8219.974004] wlan0: associated [ 8219.986599] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 8230.184012] wlan0: no IPv6 routers present ** Model information sys_vendor: Packard Bell BV product_name: IMEDIA 8040 product_version: PB80133702 chassis_vendor: Packard Bell BV chassis_version: To Be Filled By O.E.M. bios_vendor: American Megatrends Inc. bios_version: PBANTON.P20 board_vendor: Packard Bell BV board_name: To be filled by O.E.M. board_version: To be filled by O.E.M. ** Loaded modules: Module Size Used by rt2500usb 22532 0 arc4 2256 2 ecb 3520 2 snd_hda_codec_realtek 271908 1 rt73usb 28020 0 crc_itu_t 2432 1 rt73usb rt2x00usb 13424 2 rt2500usb,rt73usb rt2x00lib 35024 3 rt2500usb,rt73usb,rt2x00usb led_class 5528 1 rt2x00lib snd_hda_intel 29128 1 snd_hda_codec 83920 2 snd_hda_codec_realtek,snd_hda_intel input_polldev 4928 1 rt2x00lib snd_hwdep 9288 1 snd_hda_codec mac80211 157456 2 rt2x00usb,rt2x00lib snd_pcm 89240 2 snd_hda_intel,snd_hda_codec snd_seq 58528 0 snd_timer 23888 2 snd_pcm,snd_seq snd_seq_device 8324 1 snd_seq cfg80211 98600 2 rt2x00lib,mac80211 usb_storage 64624 0 i2c_nforce2 8168 0 snd 71608 10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device amd64_edac_mod 23520 0 soundcore 8816 1 snd i2c_core 26768 1 i2c_nforce2 rfkill 23544 1 cfg80211 k8temp 5424 0 edac_core 50444 1 amd64_edac_mod snd_page_alloc 10768 2 snd_hda_intel,snd_pcm serio_raw 6564 0 evdev 11504 11 pcspkr 3280 0 psmouse 46172 0 wmi 8144 0 button 7072 0 processor 43164 0 ext3 133616 2 jbd 53624 1 ext3 mbcache 9524 1 ext3 ide_cd_mod 30344 0 cdrom 36200 1 ide_cd_mod ide_pci_generic 5156 0 ata_generic 6132 0 sd_mod 37608 4 crc_t10dif 2208 1 sd_mod ohci_hcd 24700 0 forcedeth 57404 0 amd74xx 7208 0 ide_core 117744 3 ide_cd_mod,ide_pci_generic,amd74xx ehci_hcd 37600 0 ahci 41552 3 libata 191148 2 ata_generic,ahci scsi_mod 173200 3 usb_storage,sd_mod,libata thermal 17376 0 fan 5768 0 thermal_sys 17936 3 processor,thermal,fan ** Network interface configuration: # Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or # /usr/share/doc/ifupdown/examples for more information. auto lo wlan0 iface lo inet loopback iface wlan0 inet dhcp wireless-mode managed wireless-essid moine wireless-enc restricted wireless-key 00b4313234 ** Network status: *** IP interfaces and addresses: 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:1e:90:b3:56:8e brd ff:ff:ff:ff:ff:ff 3: wmaster0: <UP,LOWER_UP> mtu 0 qdisc pfifo_fast state UNKNOWN qlen 1000 link/ieee802.11 00:1c:df:9f:57:fb brd 00:00:00:00:00:00 4: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:1c:df:9f:57:fb brd ff:ff:ff:ff:ff:ff inet 192.168.0.10/24 brd 192.168.0.255 scope global wlan0 inet6 fe80::21c:dfff:fe9f:57fb/64 scope link valid_lft forever preferred_lft forever *** Device statistics: Inter-| Receive | Transmit face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed lo: 2860 40 0 0 0 0 0 0 2860 40 0 0 0 0 0 0 eth0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wmaster0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 wlan0:21964500 18122 0 0 0 0 0 0 1281823 11735 0 0 0 0 0 0 *** Protocol statistics: Ip: 17982 total packets received 10 with invalid addresses 0 forwarded 0 incoming packets discarded 15997 incoming packets delivered 11630 requests sent out 61 dropped because of missing route Icmp: 6 ICMP messages received 0 input ICMP message failed. ICMP input histogram: destination unreachable: 2 echo replies: 4 8 ICMP messages sent 0 ICMP messages failed ICMP output histogram: destination unreachable: 2 echo request: 6 IcmpMsg: InType0: 4 InType3: 2 OutType3: 2 OutType8: 6 Tcp: 201 active connections openings 3 passive connection openings 0 failed connection attempts 10 connection resets received 1 connections established 15700 segments received 11388 segments send out 42 segments retransmited 0 bad segments received. 66 resets sent Udp: 206 packets received 0 packets to unknown port received. 2 packet receive errors 213 packets sent RcvbufErrors: 2 UdpLite: TcpExt: 7 packets pruned from receive queue because of socket buffer overrun 64 TCP sockets finished time wait in fast timer 176 delayed acks sent Quick ack mode was activated 11 times 6 packets directly queued to recvmsg prequeue. 2 bytes directly received in process context from prequeue 11810 packet headers predicted 346 acknowledgments not containing data payload received 129 predicted acknowledgments 1 congestion windows recovered without slow start after partial ack 2 timeouts after SACK recovery 12 other TCP timeouts 234 packets collapsed in receive queue due to low socket buffer 12 DSACKs sent for old packets 1 DSACKs received 10 connections reset due to unexpected data 4 connections reset due to early user close 5 connections aborted due to timeout TCPSackShiftFallback: 1 IpExt: InBcastPkts: 83 InOctets: 21695208 OutOctets: 902183 InBcastOctets: 18832 *** Device features: eth0: 0x20 lo: 0x13865 wlan0: 0x2000 wmaster0: 0x2000 ** PCI devices: 00:00.0 RAM memory [0500]: nVidia Corporation MCP67 Memory Controller [10de:0547] (rev a2) Subsystem: Packard Bell B.V. Device [1631:e906] 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> 00:01.0 ISA bridge [0601]: nVidia Corporation MCP67 ISA Bridge [10de:0548] (rev a2) Subsystem: Packard Bell B.V. Device [1631:e906] 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: I/O ports at 2f00 [size=256] 00:01.1 SMBus [0c05]: nVidia Corporation MCP67 SMBus [10de:0542] (rev a2) Subsystem: Packard Bell B.V. Device [1631:e906] 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- Interrupt: pin A routed to IRQ 11 Region 0: I/O ports at ec00 [size=64] Region 4: I/O ports at 2d00 [size=64] Region 5: I/O ports at 2e00 [size=64] Capabilities: <access denied> Kernel driver in use: nForce2_smbus 00:02.0 USB Controller [0c03]: nVidia Corporation MCP67 OHCI USB 1.1 Controller [10de:055e] (rev a2) (prog-if 10 [OHCI]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (750ns min, 250ns max) Interrupt: pin A routed to IRQ 20 Region 0: Memory at febff000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: ohci_hcd 00:02.1 USB Controller [0c03]: nVidia Corporation MCP67 EHCI USB 2.0 Controller [10de:055f] (rev a2) (prog-if 20 [EHCI]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (750ns min, 250ns max) Interrupt: pin B routed to IRQ 22 Region 0: Memory at febfec00 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:04.0 USB Controller [0c03]: nVidia Corporation MCP67 OHCI USB 1.1 Controller [10de:055e] (rev a2) (prog-if 10 [OHCI]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (750ns min, 250ns max) Interrupt: pin A routed to IRQ 22 Region 0: Memory at febfd000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: ohci_hcd 00:04.1 USB Controller [0c03]: nVidia Corporation MCP67 EHCI USB 2.0 Controller [10de:055f] (rev a2) (prog-if 20 [EHCI]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (750ns min, 250ns max) Interrupt: pin B routed to IRQ 23 Region 0: Memory at febfe800 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:06.0 IDE interface [0101]: nVidia Corporation MCP67 IDE Controller [10de:0560] (rev a1) (prog-if 8a [Master SecP PriP]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (750ns min, 250ns max) Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8] Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1] Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8] Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1] Region 4: I/O ports at ffa0 [size=16] Capabilities: <access denied> Kernel driver in use: AMD_IDE 00:07.0 Audio device [0403]: nVidia Corporation MCP67 High Definition Audio [10de:055c] (rev a1) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (500ns min, 1250ns max) Interrupt: pin A routed to IRQ 21 Region 0: Memory at febf8000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel 00:08.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Bridge [10de:0561] (rev a2) (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=01, subordinate=01, sec-latency=64 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:09.0 SATA controller [0106]: nVidia Corporation MCP67 AHCI Controller [10de:0554] (rev a2) (prog-if 01 [AHCI 1.0]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (750ns min, 250ns max) Interrupt: pin A routed to IRQ 23 Region 0: I/O ports at e480 [size=8] Region 1: I/O ports at e400 [size=4] Region 2: I/O ports at e080 [size=8] Region 3: I/O ports at e000 [size=4] Region 4: I/O ports at dc00 [size=16] Region 5: Memory at febf6000 (32-bit, non-prefetchable) [size=8K] Capabilities: <access denied> Kernel driver in use: ahci 00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP67 Ethernet [10de:054c] (rev a2) Subsystem: Packard Bell B.V. Device [1631:e906] 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 (250ns min, 5000ns max) Interrupt: pin A routed to IRQ 31 Region 0: Memory at febfc000 (32-bit, non-prefetchable) [size=4K] Region 1: I/O ports at d880 [size=8] Region 2: Memory at febfe400 (32-bit, non-prefetchable) [size=256] Region 3: Memory at febfe000 (32-bit, non-prefetchable) [size=16] Capabilities: <access denied> Kernel driver in use: forcedeth 00:0b.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0562] (rev a2) (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: 64 bytes Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 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-driver 00:0c.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (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: 64 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 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-driver 00:0d.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (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: 64 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 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-driver 00:0e.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (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: 64 bytes Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 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-driver 00:0f.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (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: 64 bytes Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 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-driver 00:10.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (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: 64 bytes Bus: primary=00, secondary=07, subordinate=07, sec-latency=0 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-driver 00:11.0 PCI bridge [0604]: nVidia Corporation MCP67 PCI Express Bridge [10de:0563] (rev a2) (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: 64 bytes Bus: primary=00, secondary=08, subordinate=08, sec-latency=0 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-driver 00:12.0 VGA compatible controller [0300]: nVidia Corporation C68 [GeForce 7025 / nForce 630a] [10de:053e] (rev a2) (prog-if 00 [VGA controller]) Subsystem: Packard Bell B.V. Device [1631:e906] 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 10 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fc000000 (64-bit, non-prefetchable) [size=16M] Expansion ROM at febc0000 [disabled] [size=128K] Capabilities: <access denied> 00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100] 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- Capabilities: <access denied> 00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101] 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- 00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller [1022:1102] 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- 00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103] 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- Capabilities: <access denied> Kernel driver in use: k8temp ** USB devices: Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 002: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 050d:705a Belkin Components F5D7050A Wireless Adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/dash Versions of packages linux-image-2.6.31-1-amd64 depends on: ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy ii initramfs-tools [linux-initra 0.93.4 tools for generating an initramfs ii module-init-tools 3.11-1 tools for managing Linux kernel mo Versions of packages linux-image-2.6.31-1-amd64 recommends: pn firmware-linux-free <none> (no description available) Versions of packages linux-image-2.6.31-1-amd64 suggests: ii grub 0.97-59 GRand Unified Bootloader (dummy pa pn linux-doc-2.6.31 <none> (no description available) Versions of packages linux-image-2.6.31-1-amd64 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) pn firmware-linux <none> (no description available) pn firmware-linux-nonfree <none> (no description available) pn firmware-qlogic <none> (no description available) pn firmware-ralink <none> (no description available) -- debconf information: linux-image-2.6.31-1-amd64/prerm/removing-running-kernel-2.6.31-1-amd64: true shared/kernel-image/really-run-bootloader: true linux-image-2.6.31-1-amd64/postinst/depmod-error-initrd-2.6.31-1-amd64: false linux-image-2.6.31-1-amd64/postinst/missing-firmware-2.6.31-1-amd64: linux-image-2.6.31-1-amd64/prerm/would-invalidate-boot-loader-2.6.31-1-amd64: true linux-image-2.6.31-1-amd64/postinst/bootloader-test-error-2.6.31-1-amd64: linux-image-2.6.31-1-amd64/postinst/bootloader-error-2.6.31-1-amd64: -- Ken ar c'hentan | ** Breizh ha Linux atav! ** Jef | http://moinejf.free.fr/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org