Package: src:linux Version: 3.5-1~experimental.1 Severity: normal Control: user debian-eeepc-de...@lists.alioth.debian.org Control: usertags -1 701
Dear Debian folks, testing Linux kernel 3.5-1~experimental.1 [1] from Debian experimental I noticed that the module `microcode` is loaded which has according to `/var/log/syslog` not been the case with Linux 3.2.y. [ 7.197429] [drm] initialized overlay support […] [ 7.342650] microcode: Microcode Update Driver: v2.00 <tig...@aivazian.fsnet.co.uk>, Peter Oruba This is an ASUS Eee PC 701 4G [2] with an Intel Celeron processor. $ more /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 13 model name : Intel(R) Celeron(R) M processor 900MHz stepping : 8 microcode : 0x20 cpu MHz : 630.097 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx up bts bogomips : 1260.19 clflush size : 64 cache_alignment : 64 address sizes : 32 bits physical, 32 bits virtual There are several descriptions but one is »AMD Microcode Update Driver«, but looking at the source it also has a component to work with Intel processors. $ sudo modinfo microcode filename: /lib/modules/3.5-trunk-686-pae/kernel/arch/x86/kernel/microcode.ko alias: devname:cpu/microcode alias: char-major-10-184 license: GPL author: Tigran Aivazian <tig...@aivazian.fsnet.co.uk> description: Microcode Update Driver license: GPL author: Tigran Aivazian <tig...@aivazian.fsnet.co.uk> description: Microcode Update Driver license: GPL v2 author: Peter Oruba description: AMD Microcode Update Driver alias: x86cpu:vendor:0002:family:*:model:*:feature:* alias: x86cpu:vendor:0000:family:*:model:*:feature:* depends: intree: Y vermagic: 3.5-trunk-686-pae SMP mod_unload modversions 686 So to summarize I think, this module should not be loaded automatically for this Celeron processor, which is not need for operation. Commit 78ff123b [1] commit 78ff123b05fb15beb1ad670372eea0d299d0b8af Author: Andi Kleen <a...@linux.intel.com> Date: Thu Jan 26 00:09:13 2012 +0100 is likely the one introducing this behavior. $ git describe 78ff123b05fb15beb1ad670372eea0d299d0b8af v3.3-rc1-38-g78ff123 Thanks, Paul [1] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=78ff123b05fb15beb1ad670372eea0d299d0b8af -- Package-specific info: ** Version: Linux version 3.5-trunk-686-pae (Debian 3.5-1~experimental.1) (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-8) ) #1 SMP Thu Aug 2 17:56:18 UTC 2012 ** Command line: BOOT_IMAGE=/boot/vmlinuz-3.5-trunk-686-pae root=UUID=b33ef3d8-b6d8-481d-a9a3-0050047ab9b0 ro quiet noisapnp ** Not tainted ** Kernel log: [ 2.112230] ata2.00: configured for UDMA/66 [ 2.112610] scsi 1:0:0:0: Direct-Access ATA SILICONMOTION SM n/a PQ: 0 ANSI: 5 [ 2.133133] sd 1:0:0:0: [sda] 7815024 512-byte logical blocks: (4.00 GB/3.72 GiB) [ 2.133316] sd 1:0:0:0: [sda] Write Protect is off [ 2.133327] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.133403] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA [ 2.135947] sda: sda1 [ 2.137146] sd 1:0:0:0: [sda] Attached SCSI disk [ 2.144709] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 2.236088] usb 1-5: new high-speed USB device number 3 using ehci_hcd [ 2.276134] Refined TSC clocksource calibration: 630.064 MHz. [ 2.276155] Switching to clocksource tsc [ 2.295504] kjournald starting. Commit interval 5 seconds [ 2.295571] EXT3-fs (sda1): mounted filesystem with ordered data mode [ 2.369423] usb 1-5: New USB device found, idVendor=0951, idProduct=1606 [ 2.369440] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=4 [ 2.369451] usb 1-5: Product: UB6225 [ 2.369459] usb 1-5: Manufacturer: ENE [ 2.369467] usb 1-5: SerialNumber: 146030377350 [ 2.480161] usb 1-8: new high-speed USB device number 4 using ehci_hcd [ 2.613176] usb 1-8: New USB device found, idVendor=eb1a, idProduct=2761 [ 2.613192] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.980091] usb 3-1: new low-speed USB device number 2 using uhci_hcd [ 3.160058] usb 3-1: New USB device found, idVendor=046d, idProduct=c312 [ 3.160075] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.160084] usb 3-1: Product: USB Multimedia Keyboard [ 3.160093] usb 3-1: Manufacturer: LITEON Technology [ 5.931695] udevd[308]: starting version 175 [ 6.253034] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1 [ 6.261294] Marking TSC unstable due to TSC halts in idle [ 6.261341] ACPI: acpi_idle registered with cpuidle [ 6.264135] ACPI: Lid Switch [LID] [ 6.264375] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 6.264394] ACPI: Sleep Button [SLPB] [ 6.264599] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3 [ 6.264611] ACPI: Power Button [PWRB] [ 6.264814] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4 [ 6.264825] ACPI: Power Button [PWRF] [ 6.279350] Switching to clocksource hpet [ 6.377129] eeepc_laptop: Eee PC Hotkey Driver [ 6.377147] eeepc_laptop: model 701 does not officially support setting cpu speed [ 6.377153] eeepc_laptop: cpufv disabled to avoid instability [ 6.377176] eeepc_laptop: Hotkey init flags 0x41 [ 6.378202] eeepc_laptop: Get control methods supported: 0x101711 [ 6.446035] ACPI: AC Adapter [AC0] (on-line) [ 6.446323] ACPI: Battery Slot [BAT0] (battery absent) [ 6.448793] [drm] Initialized drm 1.1.0 20060810 [ 6.466301] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no) [ 6.466537] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5 [ 6.467784] input: Asus EeePC extra buttons as /devices/platform/eeepc/input/input6 [ 6.669284] eeepc_laptop: BIOS says wireless lan is blocked, but the pci device is present [ 6.669300] eeepc_laptop: skipped wireless hotplug as probably inappropriate for this model [ 6.670182] eeepc_laptop: Unable to find port [ 6.700886] i915 0000:00:02.0: setting latency timer to 64 [ 6.722152] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 6.722167] [drm] Driver supports precise vblank timestamp query. [ 6.723288] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 6.751580] intel_rng: FWH not detected [ 6.770040] usbcore: registered new interface driver uas [ 6.785384] usbcore: registered new interface driver usbhid [ 6.785394] usbhid: USB HID core driver [ 6.808100] Initializing USB Mass Storage driver... [ 6.848225] scsi2 : usb-storage 1-5:1.0 [ 6.848559] usbcore: registered new interface driver usb-storage [ 6.848567] USB Mass Storage support registered. [ 6.877229] microcode: CPU0 sig=0x6d8, pf=0x20, revision=0x20 [ 7.197429] [drm] initialized overlay support [ 7.338218] input: LITEON Technology USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input7 [ 7.340279] hid-generic 0003:046D:C312.0001: input,hidraw0: USB HID v1.10 Keyboard [LITEON Technology USB Multimedia Keyboard] on usb-0000:00:1d.1-1/input0 [ 7.342650] microcode: Microcode Update Driver: v2.00 <tig...@aivazian.fsnet.co.uk>, Peter Oruba [ 7.723890] fbcon: inteldrmfb (fb0) is primary device [ 7.854184] Console: switching to colour frame buffer device 100x30 [ 7.862826] fb0: inteldrmfb frame buffer device [ 7.862833] drm: registered panic notifier [ 7.863787] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 7.863922] ACPI Warning: 0x00000860-0x0000087f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251) [ 7.863944] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 7.863951] lpc_ich: Resource conflict(s) found affecting iTCO_wdt [ 7.863960] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \PMIO 1 (20120320/utaddress-251) [ 7.863976] ACPI Warning: 0x00000828-0x0000082f SystemIO conflicts with Region \_SB_.PCI0.SBRG.PMS0 2 (20120320/utaddress-251) [ 7.863992] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 7.864027] ACPI Warning: 0x00000480-0x000004bf SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120320/utaddress-251) [ 7.864044] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 7.864050] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 7.864946] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X [ 7.883737] scsi 2:0:0:0: Direct-Access USB2.0 CardReader SD0 0100 PQ: 0 ANSI: 0 [ 7.895059] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 7.895343] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 7.923607] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04751/0xa00000/0x0 [ 7.935109] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8 [ 7.947764] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 7.948594] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 8.023933] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11 [ 9.002855] EXT3-fs (sda1): using internal journal [ 9.105005] loop: module loaded [ 11.894997] fuse init (API version 7.19) [ 13.551545] atl2 0000:03:00.0: irq 44 for MSI/MSI-X [ 13.551707] atl2: eth0 NIC Link is Up<100 Mbps Full Duplex> [ 13.597596] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input12 # sudo modprobe -r microcode [ 218.031982] microcode: Microcode Update Driver: v2.00 removed. ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 04) Subsystem: ASUSTeK Computer Inc. Device [1043:82d9] 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 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d9] 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 f7f00000 (32-bit, non-prefetchable) [size=512K] Region 1: I/O ports at ec00 [size=8] Region 2: Memory at d0000000 (32-bit, prefetchable) [size=256M] Region 3: Memory at f7ec0000 (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 915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 04) Subsystem: ASUSTeK Computer Inc. Device [1043:82d9] 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 f7f80000 (32-bit, non-prefetchable) [size=512K] Capabilities: <access denied> 00:1b.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller [8086:2668] (rev 04) Subsystem: ASUSTeK Computer Inc. Device [1043:82a1] 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: 16 bytes Interrupt: pin A routed to IRQ 43 Region 0: Memory at f7eb8000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 [8086:2660] (rev 04) (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: 16 bytes Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: 00001000-00001fff Memory behind bridge: 1f900000-1fafffff Prefetchable memory behind bridge: 000000001fb00000-000000001fcfffff 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 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 [8086:2662] (rev 04) (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: 16 bytes Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 00002000-00002fff Memory behind bridge: fbf00000-fbffffff Prefetchable memory behind bridge: 000000001fd00000-000000001fefffff 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 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 [8086:2664] (rev 04) (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: 16 bytes Bus: primary=00, secondary=01, subordinate=02, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: f8000000-fbefffff Prefetchable memory behind bridge: 00000000f0000000-00000000f6ffffff 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 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 04) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 e400 [size=32] Kernel driver in use: uhci_hcd 00:1d.1 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 04) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 e480 [size=32] Kernel driver in use: uhci_hcd 00:1d.2 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 04) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 e800 [size=32] Kernel driver in use: uhci_hcd 00:1d.3 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 04) (prog-if 00 [UHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 e880 [size=32] Kernel driver in use: uhci_hcd 00:1d.7 USB controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 04) (prog-if 20 [EHCI]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 f7eb7c00 (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 d4) (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 82801FBM (ICH6M) LPC Interface Bridge [8086:2641] (rev 04) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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:1f.2 IDE interface [0101]: Intel Corporation 82801FBM (ICH6M) SATA Controller [8086:2653] (rev 04) (prog-if 80 [Master]) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller [8086:266a] (rev 04) Subsystem: ASUSTeK Computer Inc. Device [1043:82d8] 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 0 Region 4: I/O ports at 0400 [size=32] 03:00.0 Ethernet controller [0200]: Atheros Communications Inc. L2 Fast Ethernet [1969:2048] (rev a0) Subsystem: ASUSTeK Computer Inc. Device [1043:8233] 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: 16 bytes Interrupt: pin A routed to IRQ 44 Region 0: Memory at fbfc0000 (64-bit, non-prefetchable) [size=256K] Expansion ROM at fbfa0000 [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: atl2 -- System Information: Debian Release: wheezy/sid Architecture: i386 (i686) Kernel: Linux 3.5-trunk-686-pae (SMP w/1 CPU core) 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-3.5-trunk-686-pae depends on: ii debconf [debconf-2.0] 1.5.41 ii initramfs-tools [linux-initramfs-tool] 0.107 ii kmod 9-1 ii linux-base 3.5 ii module-init-tools 9-1 Versions of packages linux-image-3.5-trunk-686-pae recommends: ii firmware-linux-free 3 ii libc6-i686 2.13-13 Versions of packages linux-image-3.5-trunk-686-pae suggests: pn debian-kernel-handbook <none> ii grub-pc 1.99-22.1 pn linux-doc-3.5 <none> Versions of packages linux-image-3.5-trunk-686-pae is related to: pn firmware-atheros <none> pn firmware-bnx2 <none> pn firmware-bnx2x <none> pn firmware-brcm80211 <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> pn firmware-iwlwifi <none> pn firmware-libertas <none> pn firmware-linux <none> pn firmware-linux-nonfree <none> pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> pn firmware-ralink <none> pn firmware-realtek <none> pn xen-hypervisor <none> -- debconf information: linux-image-3.5-trunk-686-pae/prerm/removing-running-kernel-3.5-trunk-686-pae: true linux-image-3.5-trunk-686-pae/postinst/depmod-error-initrd-3.5-trunk-686-pae: false linux-image-3.5-trunk-686-pae/postinst/ignoring-ramdisk: linux-image-3.5-trunk-686-pae/postinst/missing-firmware-3.5-trunk-686-pae:
signature.asc
Description: This is a digitally signed message part