Package: linux-image-2.6.30-1-amd64 Version: 2.6.30-5 Severity: important My Ethernet device is unusable with amd64 kernels (2.6.26 ... 2.6.30). When connected to a dhcp server, the system gets a IP address, but no connection is possible :
p...@cosidlvm~% sudo dhclient eth2 There is already a pid file /var/run/dhclient.pid with pid 5346 killed old client process, removed PID file Internet Systems Consortium DHCP Client V3.1.2p1 Copyright 2004-2009 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth2/00:23:54:32:10:07Sending on LPF/eth2/00:23:54:32:10:07 Sending on Socket/fallback DHCPREQUEST on eth2 to 255.255.255.255 port 67 DHCPACK from 192.168.9.1 bound to 192.168.9.50 -- renewal in 231 seconds. p...@cosidlvm~% sudo routeTable de routage IP du noyau Destination Passerelle Genmask Indic Metric Ref Use Iface 192.168.9.0 * 255.255.255.0 U 0 0 0 eth2 default 192.168.9.1 0.0.0.0 UG 0 0 0 My Ethernet device is unusable with amd64 kernels (2.6.26 ... 2.6.30). When connected to a dhcp server, the system gets a IP address, but no connection is possible : p...@cosidlvm~% sudo dhclient eth2 There is already a pid file /var/run/dhclient.pid with pid 5346 killed old client process, removed PID file Internet Systems Consortium DHCP Client V3.1.2p1 Copyright 2004-2009 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth2/00:23:54:32:10:07Sending on LPF/eth2/00:23:54:32:10:07 Sending on Socket/fallback DHCPREQUEST on eth2 to 255.255.255.255 port 67 DHCPACK from 192.168.9.1 bound to 192.168.9.50 -- renewal in 231 seconds. p...@cosidlvm~% sudo route Table de routage IP du noyau Destination Passerelle Genmask Indic Metric Ref Use Iface 192.168.9.0 * 255.255.255.0 U 0 0 0 eth2 default 192.168.9.1 0.0.0.0 UG 0 0 0 eth2 p...@cosidlvm~% sudo ifconfig eth2 Link encap:Ethernet HWaddr 00:23:54:32:10:07 inet adr:192.168.9.50 Bcast:192.168.9.255 Masque:255.255.255.0 adr inet6: fe80::223:54ff:fe32:1007/64 Scope:Lien UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:5 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 RX bytes:864 (864.0 B) TX bytes:684 (684.0 B) Interruption:19 Adresse de base:0xdead <<<<<<<<<<<<<<<<<<<<<<<<<<< lo .... The interface can ping itself : p...@cosidlvm~% ping 192.168.9.50 PING 192.168.9.50 (192.168.9.50) 56(84) bytes of data. 64 bytes from 192.168.9.50: icmp_seq=1 ttl=64 time=0.061 ms 64 bytes from 192.168.9.50: icmp_seq=2 ttl=64 time=0.023 ms 64 bytes from 192.168.9.50: icmp_seq=3 ttl=64 time=0.023 ms ^C --- 192.168.9.50 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms rtt min/avg/max/mdev = 0.023/0.035/0.061/0.019 ms But nothing else : p...@cosidlvm~% ping 192.168.9.1 (the dhcp server) PING 192.168.9.1 (192.168.9.1) 56(84) bytes of data. >From 192.168.9.50 icmp_seq=1 Destination Host Unreachable >From 192.168.9.50 icmp_seq=2 Destination Host Unreachable >From 192.168.9.50 icmp_seq=3 Destination Host Unreachable >From 192.168.9.50 icmp_seq=4 Destination Host Unreachable >From 192.168.9.50 icmp_seq=5 Destination Host Unreachable >From 192.168.9.50 icmp_seq=6 Destination Host Unreachable ^C --- 192.168.9.1 ping statistics --- 8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 7040ms , pipe 3 It is not a firewall issue : p...@cosidlvm~% sudo iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination When I reboot to a 32bits system (same machine, same dhcp server), only 3 Go of memory are in use ; it works then properly : p...@ordico~% uname -a Linux ordico 2.6.26-2-686 #1 SMP Sun Jul 26 21:25:33 UTC 2009 i686 GNU/Linux p...@ordico~% p...@ordico~% free total used free shared buffers cached Mem: 3108336 132332 2976004 0 7432 68260 -/+ buffers/cache: 56640 3051696 Swap: 1959888 0 1959888 p...@ordico~% p...@ordico~% sudo dhclient eth0 Internet Systems Consortium DHCP Client V3.1.1 Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth0/00:23:54:32:10:07 Sending on LPF/eth0/00:23:54:32:10:07 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 DHCPOFFER from 192.168.9.1 DHCPREQUEST on eth0 to 255.255.255.255 port 67 DHCPACK from 192.168.9.1 bound to 192.168.9.50 -- renewal in 226 seconds. p...@ordico~% ping 192.168.9.1 PING 192.168.9.1 (192.168.9.1) 56(84) bytes of data. 64 bytes from 192.168.9.1: icmp_seq=1 ttl=64 time=0.301 ms 64 bytes from 192.168.9.1: icmp_seq=2 ttl=64 time=0.203 ms 64 bytes from 192.168.9.1: icmp_seq=3 ttl=64 time=0.247 ms ^C --- 192.168.9.1 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1999ms rtt min/avg/max/mdev = 0.203/0.250/0.301/0.042 ms It works, but I have this curious 0xdead address too : p...@cosid32~% sudo ifconfig eth0 Link encap:Ethernet HWaddr 00:23:54:32:10:07 inet adr:192.168.9.50 Bcast:192.168.9.255 Masque:255.255.255.0 adr inet6: fe80::223:54ff:fe32:1007/64 Scope:Lien UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:51 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:1000 RX bytes:8704 (8.5 KiB) TX bytes:18379 (17.9 KiB) Interruption:19 Adresse de base:0xdead <<<<<<<<<<<<<<<< Rem I found a message on the Internet about network being unusable after upgrading from 2Go to 4Go. See http://forums.opensuse.org/network-internet/412787-no-network-after-update-ram-4gb.html -- Package-specific info: ** Version: Linux version 2.6.30-1-amd64 (Debian 2.6.30-5) (m...@debian.org) (gcc version 4.3.3 (Debian 4.3.3-5) ) #1 SMP Mon Aug 3 12:28:22 UTC 2009 ** Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30-1-amd64 root=/dev/mapper/vg-sidlvm ro ** Not tainted ** Kernel log: [ 6.207462] Asus Laptop ACPI Extras version 0.30 [ 6.212283] unsupported model X71SL, trying default values [ 6.212350] send /proc/acpi/dsdt to the developers [ 6.256370] ACPI: Battery Slot [BAT0] (battery present) [ 6.450460] asus-laptop: Asus Laptop Support version 0.42 [ 6.455361] asus-laptop: X71SL model detected [ 6.522043] Linux video capture interface: v2.00 [ 6.536170] asus-laptop: Brightness ignored, must be controlled by ACPI video driver [ 6.536341] input: Asus Laptop extra buttons as /devices/virtual/input/input8 [ 6.536528] Registered led device: asus::mail [ 6.536611] Registered led device: asus::touchpad [ 6.582624] input: PC Speaker as /devices/platform/pcspkr/input/input9 [ 7.065207] Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008 [ 7.102508] uvcvideo: Found UVC 1.00 device USB2.0 1.3M UVC WebCam (04f2:b012) [ 7.106173] input: USB2.0 1.3M UVC WebCam as /devices/pci0000:00/0000:00:03.3/usb1/1-5/1-5:1.0/input/input10 [ 7.106365] usbcore: registered new interface driver uvcvideo [ 7.106401] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input11 [ 7.106518] USB Video Class driver (v0.1.0) [ 7.143732] cfg80211: Using static regulatory domain info [ 7.143809] cfg80211: Regulatory domain: US [ 7.143880] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 7.143965] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm) [ 7.144051] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 7.144126] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 7.144200] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 7.144276] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm) [ 7.144351] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm) [ 7.144427] cfg80211: Calling CRDA for country: US [ 7.199662] Error: Driver 'pcspkr' is already registered, aborting... [ 7.362142] sis190 Gigabit Ethernet driver 1.2 loaded. [ 7.362242] alloc irq_desc for 19 on cpu 0 node 0 [ 7.362245] alloc kstat_irqs on cpu 0 node 0 [ 7.362255] sis190 0000:00:04.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19 [ 7.362350] sis190 0000:00:04.0: setting latency timer to 64 [ 7.362430] 0000:00:04.0: Read MAC address from EEPROM [ 7.362502] 0000:00:04.0: Error EEPROM read 0. [ 7.362571] 0000:00:04.0: Read MAC address from APC. [ 7.408018] 0000:00:04.0: Unknown PHY transceiver at address 1. [ 7.924016] 0000:00:04.0: Using transceiver at address 1 as default. [ 7.960655] 0000:00:04.0: SiS 191 PCI Gigabit Ethernet adapter at ffffc2000067cc00 (IRQ: 19), 00:23:54:32:10:07 [ 7.960741] eth0: RGMII mode. [ 7.960807] eth0: Enabling Auto-negotiation. [ 7.993103] alloc irq_desc for 18 on cpu 0 node 0 [ 7.993106] alloc kstat_irqs on cpu 0 node 0 [ 7.993117] HDA Intel 0000:00:0f.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18 [ 7.993289] HDA Intel 0000:00:0f.0: setting latency timer to 64 [ 7.994338] udev: renamed network interface eth0 to eth2 [ 8.262412] ath9k 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 8.262503] ath9k 0000:02:00.0: setting latency timer to 64 [ 9.184783] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:0f.0/input/input12 [ 9.189114] phy0: Selected rate control algorithm 'ath9k_rate_control' [ 9.189743] Registered led device: ath9k-phy0::radio [ 9.189827] Registered led device: ath9k-phy0::assoc [ 9.189908] Registered led device: ath9k-phy0::tx [ 9.189990] Registered led device: ath9k-phy0::rx [ 9.190065] phy0: Atheros AR9280 MAC/BB Rev:2 AR5133 RF Rev:d0: mem=0xffffc200110c0000, irq=16 [ 9.204680] udev: renamed network interface wlan0 to wlan1 [ 12.822906] Adding 1959888k swap on /dev/sda5. Priority:-1 extents:1 across:1959888k [ 13.008085] EXT3 FS on dm-20, internal journal [ 13.149679] loop: module loaded [ 14.314452] kjournald starting. Commit interval 5 seconds [ 14.314898] EXT3 FS on dm-6, internal journal [ 14.315019] EXT3-fs: mounted filesystem with ordered data mode. [ 14.347562] kjournald starting. Commit interval 5 seconds [ 14.347963] EXT3 FS on dm-5, internal journal [ 14.348092] EXT3-fs: mounted filesystem with ordered data mode. [ 14.383637] kjournald starting. Commit interval 5 seconds [ 14.384101] EXT3 FS on dm-2, internal journal [ 14.384218] EXT3-fs: mounted filesystem with ordered data mode. [ 15.625160] ADDRCONF(NETDEV_UP): wlan1: link is not ready [ 18.429895] wlan1: authenticate with AP 00:18:39:35:85:6c [ 18.432028] wlan1: authenticated [ 18.432032] wlan1: associate with AP 00:18:39:35:85:6c [ 18.434616] wlan1: RX AssocResp from 00:18:39:35:85:6c (capab=0x411 status=0 aid=1) [ 18.434619] wlan1: associated [ 18.435483] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready [ 18.562647] Intel AES-NI instructions are not detected. [ 24.960830] ip_tables: (C) 2000-2006 Netfilter Core Team [ 25.273856] Netfilter messages via NETLINK v0.30. [ 25.310157] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 25.310436] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use [ 25.310518] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or [ 25.310600] sysctl net.netfilter.nf_conntrack_acct=1 to enable it. [ 25.637693] ctnetlink v0.93: registering with nfnetlink. [ 25.772824] ClusterIP Version 0.8 loaded successfully [ 26.216698] xt_time: kernel timezone is +0200 [ 28.592019] wlan1: no IPv6 routers present [ 28.738306] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 536.197034] wlan1: deauthenticated (Reason: 4) [ 537.196021] wlan1: direct probe to AP 00:18:39:35:85:6c try 1 [ 537.198261] wlan1 direct probe responded [ 537.198264] wlan1: authenticate with AP 00:18:39:35:85:6c [ 537.201458] wlan1: authenticated [ 537.201462] wlan1: associate with AP 00:18:39:35:85:6c [ 537.203856] wlan1: RX ReassocResp from 00:18:39:35:85:6c (capab=0x411 status=13 aid=0) [ 537.203859] wlan1: AP denied association (code=13) [ 537.400018] wlan1: associate with AP 00:18:39:35:85:6c [ 537.600019] wlan1: associate with AP 00:18:39:35:85:6c [ 537.602622] wlan1: RX AssocResp from 00:18:39:35:85:6c (capab=0x411 status=0 aid=1) [ 537.602625] wlan1: associated ** Loaded modules: Module Size Used by ip6table_filter 3904 1 ip6_tables 18928 1 ip6table_filter xt_time 2880 0 xt_connlimit 4424 0 xt_realm 1776 0 iptable_raw 2928 0 xt_comment 1792 0 xt_policy 3120 0 ipt_ULOG 9768 0 ipt_REJECT 3248 4 ipt_REDIRECT 2000 0 ipt_NETMAP 2032 0 ipt_MASQUERADE 3120 0 ipt_LOG 5796 12 ipt_ECN 2704 0 ipt_ecn 2160 0 ipt_CLUSTERIP 7176 0 ipt_ah 1904 0 ipt_addrtype 2688 0 nf_nat_tftp 1936 0 nf_nat_snmp_basic 9560 0 nf_nat_sip 6352 0 nf_nat_pptp 3296 0 nf_nat_proto_gre 2612 1 nf_nat_pptp nf_nat_irc 2576 0 nf_nat_h323 6608 0 nf_nat_ftp 3200 0 nf_nat_amanda 2240 0 ts_kmp 2416 5 nf_conntrack_amanda 4672 1 nf_nat_amanda nf_conntrack_sane 5700 0 nf_conntrack_tftp 5412 1 nf_nat_tftp nf_conntrack_sip 19812 1 nf_nat_sip nf_conntrack_proto_sctp 8636 0 nf_conntrack_pptp 6900 1 nf_nat_pptp nf_conntrack_proto_gre 6372 1 nf_conntrack_pptp nf_conntrack_netlink 16512 0 nf_conntrack_netbios_ns 2784 0 nf_conntrack_irc 6472 1 nf_nat_irc nf_conntrack_h323 51792 1 nf_nat_h323 nf_conntrack_ftp 8632 1 nf_nat_ftp xt_tcpmss 2304 0 xt_recent 9616 0 xt_pkttype 1888 4 xt_physdev 2496 0 xt_owner 2848 0 xt_NFQUEUE 2112 0 xt_NFLOG 1968 0 nfnetlink_log 10116 1 xt_NFLOG xt_multiport 3216 4 xt_MARK 2912 0 xt_mark 2432 0 xt_mac 1856 0 xt_limit 3044 0 xt_length 2064 0 xt_iprange 2640 0 xt_helper 2304 0 xt_hashlimit 10368 0 xt_DSCP 3552 0 xt_dscp 2816 0 xt_dccp 3136 0 xt_conntrack 4448 0 xt_CONNMARK 3584 0 xt_connmark 2880 0 xt_CLASSIFY 1840 0 xt_tcpudp 3328 18 xt_state 2400 12 iptable_nat 6240 0 nf_nat 20180 12 ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,iptable_nat nf_conntrack_ipv4 15240 15 iptable_nat,nf_nat nf_defrag_ipv4 2288 1 nf_conntrack_ipv4 nf_conntrack 70224 31 xt_connlimit,ipt_MASQUERADE,ipt_CLUSTERIP,nf_nat_tftp,nf_nat_snmp_basic,nf_nat_sip,nf_nat_pptp,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_amanda,nf_conntrack_sane,nf_conntrack_tftp,nf_conntrack_sip,nf_conntrack_proto_sctp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_conntrack_netlink,nf_conntrack_netbios_ns,nf_conntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,xt_helper,xt_conntrack,xt_CONNMARK,xt_connmark,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4 iptable_mangle 4032 1 nfnetlink 5608 2 nf_conntrack_netlink,nfnetlink_log iptable_filter 3776 1 ip_tables 17392 4 iptable_raw,iptable_nat,iptable_mangle,iptable_filter x_tables 22440 44 ip6_tables,xt_time,xt_connlimit,xt_realm,xt_comment,xt_policy,ipt_ULOG,ipt_REJECT,ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,ipt_LOG,ipt_ECN,ipt_ecn,ipt_CLUSTERIP,ipt_ah,ipt_addrtype,xt_tcpmss,xt_recent,xt_pkttype,xt_physdev,xt_owner,xt_NFQUEUE,xt_NFLOG,xt_multiport,xt_MARK,xt_mark,xt_mac,xt_limit,xt_length,xt_iprange,xt_helper,xt_hashlimit,xt_DSCP,xt_dscp,xt_dccp,xt_conntrack,xt_CONNMARK,xt_connmark,xt_CLASSIFY,xt_tcpudp,xt_state,iptable_nat,ip_tables cryptd 7368 0 aes_x86_64 8928 2 aes_generic 27840 1 aes_x86_64 loop 15980 0 firewire_sbp2 15424 0 arc4 2048 2 snd_hda_codec_realtek 250260 1 ecb 3072 2 ath9k 222580 0 mac80211 161424 1 ath9k joydev 10992 0 snd_hda_intel 26680 0 snd_hda_codec 75264 2 snd_hda_codec_realtek,snd_hda_intel snd_hwdep 8152 1 snd_hda_codec rfkill 12116 2 ath9k sis190 17828 0 snd_pcm 78504 2 snd_hda_intel,snd_hda_codec snd_timer 21824 1 snd_pcm snd 63912 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer soundcore 7984 1 snd mii 5600 1 sis190 uvcvideo 56700 0 snd_page_alloc 10000 2 snd_hda_intel,snd_pcm cfg80211 65480 2 ath9k,mac80211 pcspkr 2800 0 videodev 36784 1 uvcvideo asus_laptop 18964 0 v4l1_compat 12932 2 uvcvideo,videodev v4l2_compat_ioctl32 9312 1 videodev evdev 10448 23 psmouse 42172 0 serio_raw 5844 0 battery 7840 0 processor 40176 2 ac 3872 0 button 6512 0 ext3 122896 4 jbd 48184 1 ext3 mbcache 8804 1 ext3 dm_mirror 14648 0 dm_region_hash 12736 1 dm_mirror dm_log 9924 2 dm_mirror,dm_region_hash dm_snapshot 22764 0 dm_mod 59416 55 dm_mirror,dm_log,dm_snapshot usbhid 37344 0 hid 41376 1 usbhid sg 24024 0 sr_mod 15908 0 cdrom 34344 1 sr_mod sd_mod 33736 3 crc_t10dif 2096 1 sd_mod ata_generic 5924 0 ohci_hcd 22812 0 ide_pci_generic 4964 0 sata_sis 6356 2 pata_sis 3760 1 sata_sis libata 175532 3 ata_generic,sata_sis,pata_sis sdhci_pci 8160 0 scsi_mod 158800 5 firewire_sbp2,sg,sr_mod,sd_mod,libata sdhci 17604 1 sdhci_pci ehci_hcd 33852 0 firewire_ohci 22404 0 firewire_core 45028 2 firewire_sbp2,firewire_ohci crc_itu_t 2720 1 firewire_core mmc_core 55536 1 sdhci led_class 5048 3 ath9k,asus_laptop,sdhci ricoh_mmc 4272 0 sis5513 8148 0 ide_core 105152 2 ide_pci_generic,sis5513 sis_agp 8400 0 video 21900 0 output 3472 1 video thermal 15936 0 fan 5240 0 thermal_sys 16448 4 processor,video,thermal,fan ** PCI devices: 00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 671MX [1039:0671] Subsystem: ASUSTeK Computer Inc. Device [1043:1aa7] 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: 64 00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] PCI-to-PCI bridge [1039:0004] (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=01, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fa000000-fdefffff Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff 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:02.0 ISA bridge [0601]: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] [1039:0968] (rev 01) 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 00:02.5 IDE interface [0101]: Silicon Integrated Systems [SiS] 5513 [IDE] [1039:5513] (rev 01) (prog-if 80 [Master]) Subsystem: ASUSTeK Computer Inc. Device [1043:1aa7] 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: 128 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 fff0 [size=16] Capabilities: <access denied> Kernel driver in use: SIS_IDE 00:03.0 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f) (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:1aa7] 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: 64 (20000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 20 Region 0: Memory at f9fff000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:03.1 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f) (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:1aa7] 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: 64 (20000ns max), Cache Line Size: 32 bytes Interrupt: pin B routed to IRQ 21 Region 0: Memory at f9ffe000 (32-bit, non-prefetchable) [size=4K] Kernel driver in use: ohci_hcd 00:03.3 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 2.0 Controller [1039:7002] (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:1aa7] 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: 64 (20000ns max), Cache Line Size: 32 bytes Interrupt: pin C routed to IRQ 22 Region 0: Memory at f9ffd000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: ehci_hcd 00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter [1039:0191] (rev 02) Subsystem: ASUSTeK Computer Inc. Device [1043:1815] 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 19 Region 0: Memory at f9ffcc00 (32-bit, non-prefetchable) [size=128] Region 1: I/O ports at cc00 [size=128] Capabilities: <access denied> Kernel driver in use: sis190 00:05.0 IDE interface [0101]: Silicon Integrated Systems [SiS] SATA Controller / IDE mode [1039:1183] (rev 03) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: ASUSTeK Computer Inc. Device [1043:1aa7] 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: 64 Interrupt: pin A routed to IRQ 17 Region 0: I/O ports at c800 [size=8] Region 1: I/O ports at c400 [size=4] Region 2: I/O ports at c000 [size=8] Region 3: I/O ports at bc00 [size=4] Region 4: I/O ports at b800 [size=16] Region 5: I/O ports at b400 [size=128] Capabilities: <access denied> Kernel driver in use: sata_sis 00:06.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] PCI-to-PCI bridge [1039:000a] (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=02, subordinate=02, sec-latency=0 Memory behind bridge: fdf00000-fdffffff 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:07.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] PCI-to-PCI bridge [1039:000a] (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=06, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fe000000-febfffff Prefetchable memory behind bridge: 00000000f6000000-00000000f8ffffff 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 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 05) (prog-if 10 [OHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:1877] 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: 64 (500ns min, 1000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at f9ffc000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: firewire_ohci 00:0d.1 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 22) Subsystem: ASUSTeK Computer Inc. Device [1043:1877] 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: 64, Cache Line Size: 32 bytes Interrupt: pin B routed to IRQ 17 Region 0: Memory at f9ffc800 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: sdhci-pci 00:0d.2 System peripheral [0880]: Ricoh Co Ltd R5C843 MMC Host Controller [1180:0843] (rev 12) Subsystem: ASUSTeK Computer Inc. Device [1043:1877] 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: 64, Cache Line Size: 32 bytes Interrupt: pin B routed to IRQ 11 Region 0: Memory at f9ff7c00 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> Kernel driver in use: ricoh-mmc 00:0d.3 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 12) Subsystem: ASUSTeK Computer Inc. Device [1043:1877] 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: 64, Cache Line Size: 32 bytes Interrupt: pin B routed to IRQ 11 Region 0: Memory at f9ff7800 (32-bit, non-prefetchable) [size=256] Capabilities: <access denied> 00:0d.4 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev ff) (prog-if ff) !!! Unknown header type 7f 00:0f.0 Audio device [0403]: Silicon Integrated Systems [SiS] Azalia Audio Controller [1039:7502] Subsystem: ASUSTeK Computer Inc. Device [1043:1963] 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 (13000ns min, 2750ns max) Interrupt: pin A routed to IRQ 18 Region 0: Memory at f9ff0000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: HDA Intel 01:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 9300M GS] [10de:06e9] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. U6V laptop [1043:19b2] 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 10 Region 0: Memory at fc000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at dc00 [size=128] Expansion ROM at fdee0000 [disabled] [size=128K] Capabilities: <access denied> 02:00.0 Network controller [0280]: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) [168c:002a] (rev 01) Subsystem: Device [1a3b:1067] 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 fdff0000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: ath9k -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages linux-image-2.6.30-1-amd64 depends on: ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy ii initramfs-tools [linux-initra 0.93.4 tools for generating an initramfs ii module-init-tools 3.9-2 tools for managing Linux kernel mo linux-image-2.6.30-1-amd64 recommends no packages. Versions of packages linux-image-2.6.30-1-amd64 suggests: ii grub-pc [grub] 1.96+20090808-1 GRand Unified Bootloader, version pn linux-doc-2.6.30 <none> (no description available) -- debconf-show failed -- Pierre Meurisse -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org