Package: linux-image-2.6.29-2-686
Version: 2.6.29-4
Severity: normal

When using network-manager, I cannot connect to wifi if I reactivate wirelless 
after having switched it off with the hardware kill-switch of my Dell Latitude 
D820.

I noticed some weird things after trying to debug the cause of the problem.

I have the following kill-switch information appearing in /sys at boot if 
kill-switch is off (meaning wireless activated) :
# for i in $(find /sys | grep -i kill | grep /state ); do echo -n "$i : " ; cat 
$i; done
/sys/devices/virtual/rfkill/rfkill0/state : 1
/sys/devices/virtual/rfkill/rfkill1/state : 1
/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/rfkill/rfkill2/state : 1

After I activate the kill-switch to disable networking, it gives :
# for i in $(find /sys | grep -i kill | grep /state ); do echo -n "$i : " ; cat 
$i; done
/sys/devices/virtual/rfkill/rfkill0/state : 2
/sys/devices/virtual/rfkill/rfkill1/state : 2
/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/rfkill/rfkill2/state : 2

However, after reactivating network (kill switch switched to off), I get only :
# for i in $(find /sys | grep -i kill | grep /state ); do echo -n "$i : " ; cat 
$i; done
/sys/devices/virtual/rfkill/rfkill0/state : 1
/sys/devices/virtual/rfkill/rfkill1/state : 1
/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/rfkill/rfkill2/state : 2

This probably explains the problem with network-manager (which is btw reflected 
in the killswitch.state shown with lshal :

--- hal-on.log  2009-05-25 19:17:06.000000000 +0200
+++ hal-back-on.log     2009-05-25 19:20:01.000000000 +0200
@@ -80,18 +80,18 @@
 udi = '/org/freedesktop/Hal/devices/pci_8086_4222_rfkill_3945ABG_wlan'
   info.addons.singleton = {'hald-addon-rfkill-killswitch'} (string list)
   info.capabilities = {'killswitch'} (string list)
   info.category = 'killswitch'  (string)
   info.interfaces = {'org.freedesktop.Hal.Device.KillSwitch'} (string list)
   info.parent = '/org/freedesktop/Hal/devices/pci_8086_4222'  (string)
   info.product = '3945ABG wlan Killswitch'  (string)
   info.subsystem = 'rfkill'  (string)
   info.udi = '/org/freedesktop/Hal/devices/pci_8086_4222_rfkill_3945ABG_wlan'  
(string)
   info.vendor = 'Intel Corporation'  (string)
   killswitch.access_method = 'rfkill'  (string)
   killswitch.name = '3945ABG'  (string)
-  killswitch.state = 1  (0x1)  (int)
+  killswitch.state = 2  (0x2)  (int)
   killswitch.type = 'wlan'  (string)
   linux.hotplug_type = 2  (0x2)  (int)
   linux.subsystem = 'rfkill'  (string)
   linux.sysfs_path = 
'/sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/rfkill/rfkill2'  (string)

This used to work fine with Network-Manager over 2.6.26, though.

Thanks in advance.

-- Package-specific info:
** Version:
Linux version 2.6.29-2-686 (Debian 2.6.29-4) (wa...@debian.org) (gcc version 
4.3.3 (Debian 4.3.3-8) ) #1 SMP Sun May 3 12:46:00 UTC 2009

** Command line:
root=/dev/sda5 ro pci=assign-busses vga=791

** Tainted: P (1)

** Kernel log:
[   10.456549] coretemp coretemp.0: Using relative temperature scale!
[   10.472451] coretemp coretemp.1: Using relative temperature scale!
[   14.423356] fuse init (API version 7.11)
[   14.531429] kjournald starting.  Commit interval 5 seconds
[   14.546631] EXT3 FS on sda3, internal journal
[   14.561588] EXT3-fs: mounted filesystem with ordered data mode.
[   14.611015] kjournald starting.  Commit interval 5 seconds
[   14.626346] EXT3 FS on dm-3, internal journal
[   14.641141] EXT3-fs: mounted filesystem with ordered data mode.
[   14.685104] kjournald starting.  Commit interval 5 seconds
[   14.699952] EXT3 FS on dm-2, internal journal
[   14.714364] EXT3-fs: mounted filesystem with ordered data mode.
[   14.752134] kjournald starting.  Commit interval 5 seconds
[   14.766460] EXT3 FS on dm-0, internal journal
[   14.780224] EXT3-fs: mounted filesystem with ordered data mode.
[   14.841000] kjournald starting.  Commit interval 5 seconds
[   14.854725] EXT3 FS on dm-1, internal journal
[   14.868207] EXT3-fs: mounted filesystem with ordered data mode.
[   15.013563] kjournald starting.  Commit interval 5 seconds
[   15.027303] EXT3 FS on dm-4, internal journal
[   15.040477] EXT3-fs: mounted filesystem with ordered data mode.
[   15.141855] kjournald starting.  Commit interval 5 seconds
[   15.155362] EXT3 FS on dm-6, internal journal
[   15.168501] EXT3-fs: mounted filesystem with ordered data mode.
[   18.961074] kjournald starting.  Commit interval 5 seconds
[   18.974645] EXT3 FS on dm-5, internal journal
[   18.987999] EXT3-fs: mounted filesystem with ordered data mode.
[   22.853875] platform microcode: firmware: requesting intel-ucode/06-0f-02
[   22.920562] platform microcode: firmware: requesting intel-ucode/06-0f-02
[   22.942887] Microcode Update Driver: v2.00 <tig...@aivazian.fsnet.co.uk>, 
Peter Oruba
[   25.550273] NET: Registered protocol family 10
[   25.564710] lo: Disabled Privacy Extensions
[   52.027501] Bluetooth: L2CAP ver 2.11
[   52.040834] Bluetooth: L2CAP socket layer initialized
[   52.191452] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   52.283180] Bluetooth: RFCOMM socket layer initialized
[   52.295685] Bluetooth: RFCOMM TTY layer initialized
[   52.308226] Bluetooth: RFCOMM ver 1.10
[   52.320679] usbcore: registered new interface driver hiddev
[   52.333112] usbcore: registered new interface driver usbhid
[   52.345452] usbhid: v2.6:USB HID core driver
[   54.873217] lp: driver loaded but no devices found
[   54.950536] ppdev: user-space parallel port driver
[   56.997427] tg3 0000:04:00.0: wake-up capability disabled by ACPI
[   56.997444] tg3 0000:04:00.0: PME# disabled
[   56.997613] tg3 0000:04:00.0: irq 29 for MSI/MSI-X
[   57.093547] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   57.094659] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   57.094821] iwl3945 0000:03:00.0: restoring config space at offset 0x1 (was 
0x100102, writing 0x100106)
[   57.095013] iwl3945 0000:03:00.0: irq 30 for MSI/MSI-X
[   57.095125] iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-2.ucode
[   57.203388] iwl3945 loaded firmware version 15.28.2.8
[   57.250205] Registered led device: iwl-phy0:radio
[   57.250282] Registered led device: iwl-phy0:assoc
[   57.250312] Registered led device: iwl-phy0:RX
[   57.250340] Registered led device: iwl-phy0:TX
[   57.262335] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   58.615306] tg3: eth1: Link is up at 100 Mbps, full duplex.
[   58.615313] tg3: eth1: Flow control is on for TX and on for RX.
[   58.615681] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   59.812117] wlan0: authenticate with AP 00:18:84:29:6a:6d
[   59.819407] wlan0: authenticated
[   59.819413] wlan0: associate with AP 00:18:84:29:6a:6d
[   59.822083] wlan0: RX AssocResp from 00:18:84:29:6a:6d (capab=0x421 status=0 
aid=1)
[   59.822089] wlan0: associated
[   59.823649] wlan0: disassociating by local choice (reason=3)
[   60.147226] nvidia: module license 'NVIDIA' taints kernel.
[   60.404635] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   60.404651] nvidia 0000:01:00.0: setting latency timer to 64
[   60.405139] NVRM: loading NVIDIA UNIX x86 Kernel Module  180.44  Mon Mar 23 
14:59:10 PST 2009
[   60.438595] IRQ 16/nvidia: IRQF_DISABLED is not guaranteed on shared IRQs
[   69.152014] eth1: no IPv6 routers present
[  107.716938] iwl3945: Radio Frequency Kill Switch is On:
[  107.716942] Kill switch must be turned off for wireless networking to work.
[  107.799400] usb 2-2.3: USB disconnect, address 3
[  107.806193] btusb_intr_complete: hci0 urb f6b1a1c0 failed to resubmit (19)
[  107.815013] btusb_send_frame: hci0 urb f6b1a1c0 submission failed
[  111.278148] iwl3945: MAC is in deep sleep!
[  111.285957] iwl3945: MAC is in deep sleep!
[  111.294122] iwl3945: MAC is in deep sleep!
[  111.303101] iwl3945 0000:03:00.0: PCI INT A disabled
[  120.117117] usb 2-2.3: new full speed USB device using uhci_hcd and address 4
[  120.277144] usb 2-2.3: New USB device found, idVendor=413c, idProduct=8103
[  120.285991] usb 2-2.3: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[  120.295134] usb 2-2.3: configuration #1 chosen from 1 choice
[  132.829582] usb 2-2.3: USB disconnect, address 4
[  132.839514] btusb_intr_complete: hci0 urb f63b3840 failed to resubmit (19)
[  132.851177] btusb_send_frame: hci0 urb f63b3840 submission failed
[  139.121109] usb 2-2.3: new full speed USB device using uhci_hcd and address 5
[  139.281134] usb 2-2.3: New USB device found, idVendor=413c, idProduct=8103
[  139.290680] usb 2-2.3: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[  139.300356] usb 2-2.3: configuration #1 chosen from 1 choice
[  170.678271] usb 2-2.3: USB disconnect, address 5
[  170.687850] btusb_intr_complete: hci0 urb f63b3540 failed to resubmit (19)
[  170.698867] btusb_send_frame: hci0 urb f63b3540 submission failed
[  181.776391] warning: `q-agent' uses 32-bit capabilities (legacy support in 
use)
[  205.952762] hda-intel: IRQ timing workaround is activated for card #0. 
Suggest a bigger bdl_pos_adj.
[  347.164179] CE: hpet increasing min_delta_ns to 15000 nsec
[  347.164276] CE: hpet increasing min_delta_ns to 22500 nsec
[  347.164371] CE: hpet increasing min_delta_ns to 33750 nsec

** Loaded modules:
Module                  Size  Used by
tcp_diag                1224  0 
inet_diag               8064  1 tcp_diag
nvidia               7215664  30 
binfmt_misc             7168  1 
ppdev                   6224  0 
parport_pc             22020  0 
lp                      7872  0 
parport                30868  3 ppdev,parport_pc,lp
hid_gaff                2900  0 
hid_pl                  2996  0 
hid_cypress             2340  0 
hid_zpff                2652  0 
hid_gyration            2196  0 
hid_sony                2568  0 
hid_ntrig               1744  0 
hid_samsung             2112  0 
hid_microsoft           3200  0 
hid_tmff                3460  0 
hid_monterey            2132  0 
hid_ezkey               1832  0 
hid_apple               5704  0 
hid_a4tech              2500  0 
hid_logitech            6656  0 
usbhid                 29132  5 hid_gaff,hid_pl,hid_zpff,hid_tmff,hid_logitech
rfcomm                 29636  5 
ff_memless              4264  5 hid_gaff,hid_pl,hid_zpff,hid_tmff,hid_logitech
hid_cherry              2100  0 
hid_sunplus             1972  0 
hid_petalynx            2468  0 
hid_belkin              2284  0 
hid_chicony             2004  0 
hidp                   12064  2 
hid                    34260  22 
hid_gaff,hid_pl,hid_cypress,hid_zpff,hid_gyration,hid_sony,hid_ntrig,hid_samsung,hid_microsoft,hid_tmff,hid_monterey,hid_ezkey,hid_apple,hid_a4tech,hid_logitech,usbhid,hid_cherry,hid_sunplus,hid_petalynx,hid_belkin,hid_chicony,hidp
l2cap                  17072  14 rfcomm,hidp
ipv6                  232468  32 
cpufreq_conservative     5456  0 
cpufreq_powersave       1276  0 
cpufreq_stats           3588  0 
microcode              11148  0 
fuse                   48352  1 
dm_crypt               11156  0 
coretemp                5160  0 
cpufreq_userspace       2748  2 
acpi_cpufreq            7044  0 
eeprom                  4868  0 
firewire_sbp2          12500  0 
loop                   12988  0 
joydev                  8560  0 
snd_hda_codec_idt      48764  1 
snd_hda_intel          22092  3 
snd_hda_codec          58808  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep               6000  1 snd_hda_codec
snd_pcm_oss            31708  0 
snd_mixer_oss          12000  1 snd_pcm_oss
snd_pcm                62708  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           2368  0 
arc4                    1544  2 
snd_seq_oss            24756  0 
ecb                     2352  2 
snd_seq_midi            5448  0 
pcmcia                 23312  0 
snd_rawmidi            18544  1 snd_seq_midi
snd_seq_midi_event      6072  2 snd_seq_oss,snd_seq_midi
iwl3945                71640  0 
snd_seq                42120  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              17808  2 snd_pcm,snd_seq
snd_seq_device          6108  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
mac80211              135592  1 iwl3945
led_class               3668  1 iwl3945
snd                    48420  18 
snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
psmouse                36628  0 
yenta_socket           21276  1 
rsrc_nonstatic          9424  1 yenta_socket
i2c_i801                8104  0 
lib80211                6076  1 iwl3945
btusb                  10156  0 
soundcore               6204  1 snd
dell_laptop             3148  0 
rfkill                  9576  5 iwl3945,dell_laptop
pcmcia_core            30784  3 pcmcia,yenta_socket,rsrc_nonstatic
serio_raw               4544  0 
i2c_core               20828  3 nvidia,eeprom,i2c_i801
wmi                     6332  0 
evdev                   8160  12 
cfg80211               32996  2 iwl3945,mac80211
bluetooth              46052  6 rfcomm,hidp,l2cap,btusb
snd_page_alloc          8036  2 snd_hda_intel,snd_pcm
video                  16348  6 
output                  2504  1 video
dcdbas                  6728  1 dell_laptop
rng_core                3644  0 
button                  5672  0 
battery                 5832  0 
ac                      2872  0 
ext3                  107180  9 
jbd                    42500  1 ext3
mbcache                 7180  1 ext3
dm_snapshot            17444  0 
sd_mod                 28252  6 
crc_t10dif              1616  1 sd_mod
ide_pci_generic         3408  0 
ide_core               91812  1 ide_pci_generic
ata_generic             4316  0 
ata_piix               20092  6 
libata                148892  2 ata_generic,ata_piix
tg3                    91048  0 
uhci_hcd               19392  0 
ehci_hcd               29936  0 
scsi_mod              132076  3 firewire_sbp2,sd_mod,libata
firewire_ohci          18620  0 
firewire_core          33504  2 firewire_sbp2,firewire_ohci
crc_itu_t               1796  1 firewire_core
libphy                 19424  1 tg3
intel_agp              22548  0 
usbcore               124912  6 hid_sony,usbhid,btusb,uhci_hcd,ehci_hcd
agpgart                30624  2 nvidia,intel_agp
thermal                15092  0 
processor              39540  4 acpi_cpufreq,thermal
fan                     4104  0 
thermal_sys            10272  4 video,thermal,processor,fan
dm_mirror              12468  0 
dm_region_hash         10632  1 dm_mirror
dm_log                  8588  2 dm_mirror,dm_region_hash
dm_mod                 48856  28 dm_crypt,dm_snapshot,dm_mirror,dm_log

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
        Subsystem: Dell Device [1028:01cc]
        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 PCI bridge [0604]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
and 945GT Express PCI Express Root Port [8086:27a1] (rev 03) (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=01, subordinate=01, sec-latency=0
        Memory behind bridge: ed000000-efefffff
        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:1b.0 Audio device [0403]: Intel Corporation 82801G (ICH7 Family) High 
Definition Audio Controller [8086:27d8] (rev 01)
        Subsystem: Dell Device [1028:01cc]
        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
        Interrupt: pin A routed to IRQ 21
        Region 0: Memory at efffc000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 1 [8086:27d0] (rev 01) (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:1c.1 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 2 [8086:27d2] (rev 01) (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
        Memory behind bridge: ecf00000-ecffffff
        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:1c.2 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 3 [8086:27d4] (rev 01) (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
        Memory behind bridge: ece00000-ecefffff
        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:1c.3 PCI bridge [0604]: Intel Corporation 82801G (ICH7 Family) PCI Express 
Port 4 [8086:27d6] (rev 01) (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
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: ecc00000-ecdfffff
        Prefetchable memory behind bridge: 00000000e0000000-00000000e01fffff
        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:1d.0 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 [8086:27c8] (rev 01) (prog-if 00 [UHCI])
        Subsystem: Dell Device [1028:01cc]
        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 20
        Region 4: I/O ports at bf80 [size=32]
        Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 [8086:27c9] (rev 01) (prog-if 00 [UHCI])
        Subsystem: Dell Device [1028:01cc]
        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 21
        Region 4: I/O ports at bf60 [size=32]
        Kernel driver in use: uhci_hcd

00:1d.2 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 [8086:27ca] (rev 01) (prog-if 00 [UHCI])
        Subsystem: Dell Device [1028:01cc]
        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 22
        Region 4: I/O ports at bf40 [size=32]
        Kernel driver in use: uhci_hcd

00:1d.3 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 [8086:27cb] (rev 01) (prog-if 00 [UHCI])
        Subsystem: Dell Device [1028:01cc]
        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 23
        Region 4: I/O ports at bf20 [size=32]
        Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller [8086:27cc] (rev 01) (prog-if 20 [EHCI])
        Subsystem: Dell Device [1028:01cc]
        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 20
        Region 0: Memory at ffa80000 (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 e1) (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=06, subordinate=0a, sec-latency=32
        I/O behind bridge: 00002000-00002fff
        Memory behind bridge: ecb00000-ecbfffff
        Prefetchable memory behind bridge: 0000000050000000-0000000053ffffff
        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 01)
        Subsystem: Dell Device [1028:01cc]
        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 01) (prog-if 80 [Master])
        Subsystem: Dell Device [1028:01cc]
        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 17
        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 bfa0 [size=16]
        Capabilities: <access denied>
        Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus Controller 
[8086:27da] (rev 01)
        Subsystem: Dell Device [1028:01cc]
        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 17
        Region 4: I/O ports at 10c0 [size=32]
        Kernel driver in use: i801_smbus

01:00.0 VGA compatible controller [0300]: nVidia Corporation G72M [Quadro NVS 
110M/GeForce Go 7300] [10de:01d7] (rev a1) (prog-if 00 [VGA controller])
        Subsystem: Dell Device [1028:01cc]
        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 ed000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at ee000000 (64-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at ef000000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: nvidia

03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG 
[Golan] Network Connection [8086:4222] (rev 02)
        Subsystem: Intel Corporation Device [8086:1021]
        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 17
        Region 0: Memory at ecfff000 (32-bit, non-prefetchable) [size=4K]
        Capabilities: <access denied>
        Kernel driver in use: iwl3945

04:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5752 
Gigabit Ethernet PCI Express [14e4:1600] (rev 02)
        Subsystem: Dell Device [1028:01cc]
        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
        Interrupt: pin A routed to IRQ 29
        Region 0: Memory at ecef0000 (64-bit, non-prefetchable) [size=64K]
        Expansion ROM at <ignored> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: tg3

06:01.0 CardBus bridge [0607]: O2 Micro, Inc. Cardbus bridge [1217:7135] (rev 
21)
        Subsystem: Dell Device [1028:01cc]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping+ SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 168
        Interrupt: pin A routed to IRQ 19
        Region 0: Memory at ecb00000 (32-bit, non-prefetchable) [size=4K]
        Bus: primary=06, secondary=07, subordinate=0a, sec-latency=176
        Memory window 0: 50000000-53fff000 (prefetchable)
        Memory window 1: 54000000-57fff000
        I/O window 0: 00002000-000020ff
        I/O window 1: 00002400-000024ff
        BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+
        16-bit legacy interface ports at 0001
        Kernel driver in use: yenta_cardbus

06:01.4 FireWire (IEEE 1394) [0c00]: O2 Micro, Inc. Firewire (IEEE 1394) 
[1217:00f7] (rev 02) (prog-if 10 [OHCI])
        Subsystem: Dell Device [1028:01cc]
        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: 64 bytes
        Interrupt: pin A routed to IRQ 19
        Region 0: Memory at ecbff000 (32-bit, non-prefetchable) [size=4K]
        Region 1: Memory at ecbfe800 (32-bit, non-prefetchable) [size=2K]
        Capabilities: <access denied>
        Kernel driver in use: firewire_ohci



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

Kernel: Linux 2.6.29-2-686 (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.29-2-686 depends on:
ii  debconf [debconf-2.0]         1.5.26     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.2     tools for generating an initramfs
ii  module-init-tools             3.7-pre9-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.29-2-686 recommends:
ii  libc6-i686                    2.9-12     GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.29-2-686 suggests:
ii  grub                          0.97-53    GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.29              <none>     (no description available)

-- debconf information:
  linux-image-2.6.29-2-686/preinst/overwriting-modules-2.6.29-2-686: true
  linux-image-2.6.29-2-686/postinst/bootloader-error-2.6.29-2-686:
  linux-image-2.6.29-2-686/preinst/abort-install-2.6.29-2-686:
  linux-image-2.6.29-2-686/preinst/failed-to-move-modules-2.6.29-2-686:
  linux-image-2.6.29-2-686/preinst/initrd-2.6.29-2-686:
  linux-image-2.6.29-2-686/postinst/old-dir-initrd-link-2.6.29-2-686: true
  linux-image-2.6.29-2-686/postinst/old-initrd-link-2.6.29-2-686: true
  linux-image-2.6.29-2-686/postinst/bootloader-test-error-2.6.29-2-686:
  linux-image-2.6.29-2-686/postinst/depmod-error-initrd-2.6.29-2-686: false
  linux-image-2.6.29-2-686/preinst/elilo-initrd-2.6.29-2-686: true
  linux-image-2.6.29-2-686/preinst/lilo-initrd-2.6.29-2-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.29-2-686/preinst/lilo-has-ramdisk:
  linux-image-2.6.29-2-686/postinst/depmod-error-2.6.29-2-686: false
  linux-image-2.6.29-2-686/postinst/kimage-is-a-directory:
  linux-image-2.6.29-2-686/postinst/create-kimage-link-2.6.29-2-686: true
  linux-image-2.6.29-2-686/prerm/removing-running-kernel-2.6.29-2-686: true
  linux-image-2.6.29-2-686/postinst/old-system-map-link-2.6.29-2-686: true
  linux-image-2.6.29-2-686/preinst/bootloader-initrd-2.6.29-2-686: true
  linux-image-2.6.29-2-686/prerm/would-invalidate-boot-loader-2.6.29-2-686: true
  linux-image-2.6.29-2-686/preinst/abort-overwrite-2.6.29-2-686:



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to