[Secure-testing-team] Bug#708368: linux-image-3.2.0-4-amd64: perf_swevent_enabled array out-of-bound access

Pierre-Elliott Bécue becue at crans.org
Wed May 15 11:52:21 UTC 2013


Package: src:linux
Version: 3.2.41-2
Severity: normal
Tags: security patch

There is a flaw in the kernel package. It has been reported on https://bugzilla.redhat.com/show_bug.cgi?id=962792.
A fix can be found there : http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8176cced706b5e5d15887584150764894e94e02f

The patch on the link is :
diff --git a/kernel/events/core.c b/kernel/events/core.c
index 7e0962e..4d3124b 100644
--- a/kernel/events/core.c
+++ b/kernel/events/core.c
@@ -5331,7 +5331,7 @@ static void sw_perf_event_destroy(struct perf_event *event)
static int perf_swevent_init(struct perf_event *event)
{
-     int event_id = event->attr.config;
+     u64 event_id = event->attr.config;

      if (event->attr.type != PERF_TYPE_SOFTWARE)
         return -ENOENT;

The flaw is an out-of-bound exploit on a 32 bits int var, which should be a u64. It could potentially
allow unpriviledged user to gain privileges

-- Package-specific info:
** Version:
Linux version 3.2.0-4-amd64 (debian-kernel at lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-15) ) #1 SMP Debian 3.2.41-2

All of this has been collected by reportbug, but seems useless for this bug report.

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/lvm-slash ro quiet

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[    6.980032] [drm] ib test on ring 0 succeeded in 0 usecs
[    6.980236] [drm] Radeon Display Connectors
[    6.980238] [drm] Connector 0:
[    6.980239] [drm]   DVI-I
[    6.980240] [drm]   HPD2
[    6.980241] [drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
[    6.980243] [drm]   Encoders:
[    6.980244] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    6.980245] [drm]     DFP2: INTERNAL_KLDSCP_LVTMA
[    6.980246] [drm] Connector 1:
[    6.980247] [drm]   HDMI-A
[    6.980248] [drm]   HPD3
[    6.980250] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[    6.980251] [drm]   Encoders:
[    6.980252] [drm]     DFP1: INTERNAL_UNIPHY
[    6.980253] [drm] Connector 2:
[    6.980254] [drm]   VGA
[    6.980256] [drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[    6.980257] [drm]   Encoders:
[    6.980258] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    6.980285] [drm] Internal thermal controller with fan control
[    6.980393] [drm] radeon: power management initialized
[    7.029427] [drm] fb mappable at 0xD0142000
[    7.029430] [drm] vram apper at 0xD0000000
[    7.029432] [drm] size 9216000
[    7.029433] [drm] fb depth is 24
[    7.029435] [drm]    pitch is 7680
[    7.029556] fbcon: radeondrmfb (fb0) is primary device
[    7.158288] hda_codec: AD1989B: BIOS auto-probing.
[    7.158371] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
[    7.451274] Console: switching to colour frame buffer device 240x75
[    7.463954] fb0: radeondrmfb frame buffer device
[    7.463957] drm: registered panic notifier
[    7.463974] [drm] Initialized radeon 2.16.0 20080528 for 0000:02:00.0 on minor 0
[    7.464282] snd_hda_intel 0000:02:00.1: irq 74 for MSI/MSI-X
[    7.464311] snd_hda_intel 0000:02:00.1: setting latency timer to 64
[    7.568368] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
[    7.568478] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:02:00.1/sound/card1/input8
[    7.596969] usbcore: registered new interface driver usbserial
[    7.596985] USB Serial support registered for generic
[    7.597044] usbcore: registered new interface driver usbserial_generic
[    7.597046] usbserial: USB Serial Driver core
[    7.602880] USB Serial support registered for pl2303
[    7.602901] pl2303 7-2:1.0: pl2303 converter detected
[    7.614635] usb 7-2: pl2303 converter now attached to ttyUSB0
[    7.614657] usbcore: registered new interface driver pl2303
[    7.614660] pl2303: Prolific PL2303 USB to serial adaptor driver
[    8.925197] usblp2: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x2A12
[    8.929091] usblp3: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0C17
[    8.929114] usbcore: registered new interface driver usblp
[   11.091853] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   11.281441] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[   11.457319] loop: module loaded
[   11.502267] vboxdrv: Found 8 processor cores.
[   11.502592] vboxdrv: fAsync=0 offMin=0x596 offMax=0x7f53
[   11.502765] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   11.502767] vboxdrv: Successfully loaded version 4.1.18_Debian (interface 0x00190000).
[   13.163514] Adding 1949692k swap on /dev/mapper/lvm-swap.  Priority:-1 extents:1 across:1949692k 
[   13.856055] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
[   13.868599] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   19.263953] sky2 0000:04:00.0: eth1: enabling interface
[   19.264905] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   21.623833] sky2 0000:04:00.0: eth1: Link is up at 1000 Mbps, full duplex, flow control rx
[   21.624714] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   26.171969] 8021q: 802.1Q VLAN Support v1.8
[   29.753754] RPC: Registered named UNIX socket transport module.
[   29.753757] RPC: Registered udp transport module.
[   29.753758] RPC: Registered tcp transport module.
[   29.753759] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   29.769821] FS-Cache: Loaded
[   29.806678] FS-Cache: Netfs 'nfs' registered for caching
[   30.547742] fuse init (API version 7.17)
[   31.867988] vboxpci: IOMMU not found (not registered)
[   36.980473] eth1.2: no IPv6 routers present
[   37.189787] Bluetooth: Core ver 2.16
[   37.189803] NET: Registered protocol family 31
[   37.189805] Bluetooth: HCI device and connection manager initialized
[   37.189807] Bluetooth: HCI socket layer initialized
[   37.189809] Bluetooth: L2CAP socket layer initialized
[   37.189813] Bluetooth: SCO socket layer initialized
[   37.233307] Bluetooth: RFCOMM TTY layer initialized
[   37.233310] Bluetooth: RFCOMM socket layer initialized
[   37.233312] Bluetooth: RFCOMM ver 1.11
[   37.249422] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   37.249425] Bluetooth: BNEP filters: protocol multicast
[   37.390619] lp: driver loaded but no devices found
[   37.425836] ppdev: user-space parallel port driver
[   39.722791] sky2 0000:06:00.0: eth0: enabling interface
[   39.723440] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   44.522619] postgres (5325): /proc/5325/oom_adj is deprecated, please use /proc/5325/oom_score_adj instead.
[   45.679211] usblp2: removed
[   45.680014] usblp2: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x2A12
[   45.680218] usblp3: removed
[   45.693631] usblp3: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0C17
[   47.199256] usblp2: removed
[   47.199869] usblp2: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x03F0 pid 0x2A12
[   47.200035] usblp3: removed
[   47.214148] usblp3: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0C17
[ 2528.137206] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 3691.607459] usblp3: removed

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: American Megatrends Inc.
bios_version: 0102   
board_vendor: ASUSTeK Computer INC.
board_name: P6T DELUXE V2
board_version: Rev 1.xx

** Loaded modules:
autofs4
parport_pc
ppdev
lp
parport
bnep
rfcomm
bluetooth
rfkill
cpufreq_stats
cpufreq_powersave
cpufreq_conservative
cpufreq_userspace
pci_stub
vboxpci(O)
vboxnetadp(O)
vboxnetflt(O)
fuse
nfs
nfs_acl
auth_rpcgss
fscache
lockd
sunrpc
8021q
garp
stp
vboxdrv(O)
loop
firewire_sbp2
usblp
joydev
pl2303
usbserial
snd_hda_codec_hdmi
snd_hda_codec_analog
radeon
ttm
drm_kms_helper
drm
snd_hda_intel
power_supply
i2c_algo_bit
snd_hda_codec
snd_hwdep
snd_pcm
snd_page_alloc
snd_seq
snd_seq_device
snd_timer
snd
mxm_wmi
coretemp
soundcore
crc32c_intel
i7core_edac
i2c_i801
edac_core
psmouse
i2c_core
iTCO_wdt
iTCO_vendor_support
evdev
acpi_cpufreq
button
wmi
mperf
serio_raw
pcspkr
processor
thermal_sys
asus_atk0110
ext4
crc16
jbd2
mbcache
usbhid
hid
dm_mod
raid1
md_mod
sg
sd_mod
sr_mod
cdrom
crc_t10dif
firewire_ohci
firewire_core
usb_storage
ata_generic
uhci_hcd
ata_piix
crc_itu_t
pata_marvell
ahci
libahci
ehci_hcd
libata
scsi_mod
usbcore
sky2
usb_common

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port [8086:3405] (rev 12)
	Subsystem: ASUSTeK Computer Inc. Device [1043:836b]
	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:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 12) (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
	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:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 12) (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
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: fba00000-fbafffff
	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

00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 12) (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

00:10.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 Physical and Link Layer Registers Port 0 [8086:3425] (rev 12) (prog-if 00 [8259])
	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:10.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0 [8086:3426] (rev 12) (prog-if 00 [8259])
	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:13.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller [8086:342d] (rev 12) (prog-if 20 [IO(X)-APIC])
	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 fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>

00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 12) (prog-if 00 [8259])
	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: i7core_edac

00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 12) (prog-if 00 [8259])
	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:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 12) (prog-if 00 [8259])
	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:14.3 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Throttle Registers [8086:3438] (rev 12) (prog-if 00 [8259])
	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:1a.0 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 [8086:3a37] (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 [8086:3a38] (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 9880 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 [8086:3a39] (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 [8086:3a3c] (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 0: Memory at fb9ff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller [8086:3a3e]
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ea]
	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 72
	Region 0: Memory at fb9f8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 [8086:3a40] (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
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: c0600000-c09fffff
	Prefetchable memory behind bridge: 00000000faf00000-00000000faffffff
	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 82801JI (ICH10 Family) PCI Express Root Port 3 [8086:3a44] (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
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000c0400000-00000000c05fffff
	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.4 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5 [8086:3a48] (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: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000c0200000-00000000c03fffff
	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.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 [8086:3a4a] (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
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: fbb00000-fbbfffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000c01fffff
	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 82801JI (ICH10 Family) USB UHCI Controller #1 [8086:3a34] (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 9080 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 [8086:3a35] (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 9400 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 [8086:3a36] (prog-if 00 [UHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 9480 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 [8086:3a3a] (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 fb9fe000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 90) (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=08, subordinate=08, sec-latency=32
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	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 82801JIR (ICH10R) LPC Interface Controller [8086:3a16]
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 82801JI (ICH10 Family) 4 port SATA IDE Controller #1 [8086:3a20] (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
	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 20
	Region 0: I/O ports at 8000 [size=8]
	Region 1: I/O ports at 7c00 [size=4]
	Region 2: I/O ports at 7880 [size=8]
	Region 3: I/O ports at 7800 [size=4]
	Region 4: I/O ports at 7480 [size=16]
	Region 5: I/O ports at 7400 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus Controller [8086:3a30]
	Subsystem: ASUSTeK Computer Inc. P5Q Deluxe Motherboard [1043:82d4]
	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 C routed to IRQ 18
	Region 0: Memory at fb9fd000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]

00:1f.5 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller #2 [8086:3a26] (prog-if 85 [Master SecO PriO])
	Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
	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 20
	Region 0: I/O ports at 9000 [size=8]
	Region 1: I/O ports at 8c00 [size=4]
	Region 2: I/O ports at 8880 [size=8]
	Region 3: I/O ports at 8800 [size=4]
	Region 4: I/O ports at 8480 [size=16]
	Region 5: I/O ports at 8400 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: ata_piix

02:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV770 [Radeon HD 4870] [1002:9440] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e114]
	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 73
	Region 0: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at fbae0000 (64-bit, non-prefetchable) [size=64K]
	Region 4: I/O ports at a000 [size=256]
	Expansion ROM at fbac0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: radeon

02:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI RV770 HDMI Audio [Radeon HD 4850/4870] [1002:aa30]
	Subsystem: PC Partner Limited Sapphire HD 4850 512MB GDDR3 PCI-E Dual Slot Fansink [174b:aa30]
	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 B routed to IRQ 74
	Region 0: Memory at fbafc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: snd_hda_intel

04:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
	Subsystem: ASUSTeK Computer Inc. Device [1043:81f8]
	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 71
	Region 0: Memory at fbbfc000 (64-bit, non-prefetchable) [size=16K]
	Region 2: I/O ports at b800 [size=256]
	Expansion ROM at fbbc0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: sky2

05:00.0 IDE interface [0101]: Marvell Technology Group Ltd. 88SE6121 SATA II / PATA Controller [11ab:6121] (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8212]
	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 16
	Region 0: I/O ports at cc00 [size=8]
	Region 1: I/O ports at c880 [size=4]
	Region 2: I/O ports at c800 [size=8]
	Region 3: I/O ports at c480 [size=4]
	Region 4: I/O ports at c400 [size=16]
	Region 5: Memory at fbcffc00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: pata_marvell

06:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller [11ab:4364] (rev 12)
	Subsystem: ASUSTeK Computer Inc. Device [1043:81f8]
	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 70
	Region 0: Memory at fbdfc000 (64-bit, non-prefetchable) [size=16K]
	Region 2: I/O ports at d800 [size=256]
	Expansion ROM at fbdc0000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: sky2

08:02.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller [1106:3044] (rev c0) (prog-if 10 [OHCI])
	Subsystem: ASUSTeK Computer Inc. M4A series motherboard [1043:81fe]
	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 (8000ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at fbeff000 (32-bit, non-prefetchable) [size=2K]
	Region 1: I/O ports at ec00 [size=128]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci

ff:00.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers [8086:2c41] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:00.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder [8086:2c01] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:02.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 0 [8086:2c10] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:02.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 [8086:2c11] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:03.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller [8086:2c18] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:03.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder [8086:2c19] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:03.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers [8086:2c1c] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:04.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers [8086:2c20] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:04.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers [8086:2c21] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:04.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers [8086:2c22] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:04.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2c23] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:05.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers [8086:2c28] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:05.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers [8086:2c29] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:05.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers [8086:2c2a] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:05.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2c2b] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:06.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers [8086:2c30] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:06.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers [8086:2c31] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:06.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers [8086:2c32] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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

ff:06.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers [8086:2c33] (rev 04)
	Subsystem: Intel Corporation Device [8086:8086]
	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


** USB devices:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 154b:6002 PNY 
Bus 001 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 002 Device 003: ID 03f0:2a12 Hewlett-Packard 
Bus 006 Device 002: ID 046d:c318 Logitech, Inc. Illuminated Keyboard
Bus 007 Device 002: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 008 Device 002: ID 03f0:0c17 Hewlett-Packard LaserJet 1010
Bus 008 Device 003: ID 046d:c525 Logitech, Inc. MX Revolution Cordless Mouse


-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.2.0-4-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.49
ii  initramfs-tools [linux-initramfs-tool]  0.109.1
ii  kmod                                    9-3
ii  linux-base                              3.5
ii  module-init-tools                       9-3

Versions of packages linux-image-3.2.0-4-amd64 recommends:
ii  firmware-linux-free  3.2

Versions of packages linux-image-3.2.0-4-amd64 suggests:
pn  debian-kernel-handbook  <none>
ii  extlinux                2:4.05+dfsg-6+deb7u1
ii  grub-pc                 1.99-27+deb7u1
pn  linux-doc-3.2           <none>

Versions of packages linux-image-3.2.0-4-amd64 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>
ii  firmware-linux-nonfree  0.36+wheezy.1
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 excluded

-- debsums errors found:
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/saa7146.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/saa7146_vv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/max2165.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mc44s803.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mt2060.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mt20xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mt2131.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mt2266.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mxl5005s.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/mxl5007t.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/qt1010.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tda18212.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tda18218.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tda18271.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tda827x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tda8290.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tda9887.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tea5761.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tea5767.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tuner-simple.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tuner-types.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/tuner-xc2028.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/xc4000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/common/tuners/xc5000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/b2c2/b2c2-flexcop-pci.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/b2c2/b2c2-flexcop-usb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/b2c2/b2c2-flexcop.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/bt8xx/bt878.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/bt8xx/dst.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/bt8xx/dst_ca.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/bt8xx/dvb-bt8xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ddbridge/ddbridge.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dm1105/dm1105.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-core/dvb-core.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-a800.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-af9005-remote.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-af9005.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-af9015.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-anysee.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-au6610.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-az6027.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-ce6230.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-cinergyT2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-cxusb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dib0700.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dibusb-common.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dibusb-mb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dibusb-mc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-digitv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dtt200u.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dtv5100.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-dw2102.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-ec168.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-friio.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-gl861.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-gp8psk.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-it913x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-lmedm04.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-m920x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-nova-t-usb2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-opera.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-technisat-usb2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-ttusb2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-umt-010.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-vp702x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb-vp7045.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/dvb-usb/dvb-usb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/firewire/firedtv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/af9013.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/atbm8830.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/au8522.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/bcm3510.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cx22700.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cx22702.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cx24110.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cx24113.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cx24116.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cx24123.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/cxd2820r.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib0070.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib0090.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib3000mb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib3000mc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib7000m.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib7000p.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dib8000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dibx000_common.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/drxd.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/drxk.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/ds3000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/dvb-pll.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/ec100.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/isl6405.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/isl6421.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/isl6423.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/it913x-fe.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/itd1000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/ix2505v.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/l64781.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/lgdt3305.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/lgdt330x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/lgs8gxx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/lnbp21.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/mb86a16.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/mb86a20s.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/mt312.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/mt352.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/nxt200x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/nxt6000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/or51132.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/or51211.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/s5h1409.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/s5h1411.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/s5h1420.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/s921.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/si21xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/sp8870.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/sp887x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stb0899.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stb6000.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stb6100.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv0288.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv0297.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv0299.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv0367.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv0900.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv090x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv6110.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/stv6110x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda10021.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda10023.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda10048.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda1004x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda10086.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda18271c2dd.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda665x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda8083.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda8261.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tda826x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/tua6100.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/ves1820.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/ves1x93.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/zl10036.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/zl10039.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/frontends/zl10353.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/mantis/hopper.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/mantis/mantis.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/mantis/mantis_core.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ngene/ngene.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/pluto2/pluto2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/pt1/earth-pt1.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/siano/smsdvb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/siano/smsmdtv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/siano/smssdio.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/siano/smsusb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/budget-av.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/budget-ci.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/budget-core.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/budget-patch.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/budget.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/dvb-ttpci.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttpci/ttpci-eeprom.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttusb-dec/ttusb_dec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/dvb/ttusb-dec/ttusbdecfe.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/dsbr100.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/radio-maxiradio.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/radio-mr800.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/radio-si4713.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/radio-tea5764.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/radio-wl1273.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/saa7706h.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/si470x/radio-usb-si470x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/si4713-i2c.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/radio/tef6862.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ene_ir.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/fintek-cir.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/imon.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-jvc-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-lirc-codec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-mce_kbd-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-nec-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-rc5-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-rc5-sz-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-rc6-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ir-sony-decoder.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/ite-cir.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-adstech-dvb-t-pci.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-alink-dtu-m.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-anysee.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-apac-viewcomp.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-asus-pc39.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-ati-tv-wonder-hd-600.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia-a16d.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia-cardbus.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia-dvbt.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia-m135a.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia-m733a-rm-k6.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia-rm-ks.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avermedia.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-avertv-303.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-azurewave-ad-tu700.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-behold-columbus.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-behold.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-budget-ci-old.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-cinergy-1400.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-cinergy.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-dib0700-nec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-dib0700-rc5.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-digitalnow-tinytwin.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-digittrade.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-dm1105-nec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-dntv-live-dvb-t.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-dntv-live-dvbt-pro.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-em-terratec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-encore-enltv-fm53.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-encore-enltv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-encore-enltv2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-evga-indtube.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-eztv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-flydvb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-flyvideo.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-fusionhdtv-mce.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-gadmei-rm008z.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-genius-tvgo-a11mce.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-gotview7135.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-hauppauge.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-imon-mce.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-imon-pad.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-iodata-bctv7e.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-kaiomy.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-kworld-315u.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-kworld-plus-tv-analog.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-leadtek-y04g0051.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-lirc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-lme2510.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-manli.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-msi-digivox-ii.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-msi-digivox-iii.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-msi-tvanywhere-plus.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-msi-tvanywhere.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-nebula.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-nec-terratec-cinergy-xs.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-norwood.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-npgtech.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pctv-sedna.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pinnacle-color.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pinnacle-grey.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pixelview-002t.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pixelview-mk12.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pixelview-new.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pixelview.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-powercolor-real-angel.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-proteus-2309.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-purpletv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-pv951.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-rc6-mce.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-real-audio-220-32-keys.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-streamzap.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-tbs-nec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-technisat-usb2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-terratec-cinergy-xs.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-terratec-slim-2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-terratec-slim.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-tevii-nec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-tivo.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-total-media-in-hand.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-trekstor.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-tt-1500.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-twinhan1027.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-videomate-m1f.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-videomate-s350.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-videomate-tv-pvr.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-winfast-usbii-deluxe.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/keymaps/rc-winfast.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/lirc_dev.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/mceusb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/nuvoton-cir.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/rc-core.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/rc-loopback.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/redrat3.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/streamzap.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/rc/winbond-cir.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/adv7170.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/adv7175.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/au0828/au0828.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/bt819.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/bt856.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/bt866.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/bt8xx/bttv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/btcx-risc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/bw-qcam.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/c-qcam.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cpia2/cpia2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cs5345.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cs53l32a.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx18/cx18-alsa.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx18/cx18.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx231xx/cx231xx-alsa.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx231xx/cx231xx-dvb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx231xx/cx231xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx2341x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx23885/cx23885.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx25840/cx25840.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx88/cx88-alsa.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx88/cx88-blackbird.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx88/cx88-vp3054-i2c.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx88/cx8800.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx88/cx8802.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/cx88/cx88xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/em28xx/em28xx-alsa.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/em28xx/em28xx-dvb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/em28xx/em28xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/et61x251/et61x251.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gl860/gspca_gl860.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_benq.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_conex.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_cpia1.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_etoms.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_finepix.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_jeilinj.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_kinect.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_konica.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_main.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_mars.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_mr97310a.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_nw80x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_ov519.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_ov534.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_ov534_9.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_pac207.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_pac7302.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_pac7311.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_se401.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sn9c2028.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sn9c20x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sonixb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sonixj.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca1528.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca500.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca501.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca505.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca506.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca508.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_spca561.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sq905.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sq905c.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sq930x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_stk014.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_stv0680.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_sunplus.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_t613.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_tv8532.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_vc032x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_vicam.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_xirlink_cit.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/gspca_zc3xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/m5602/gspca_m5602.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/gspca/stv06xx/gspca_stv06xx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/hdpvr/hdpvr.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/hexium_gemini.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/hexium_orion.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/imx074.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ir-kbd-i2c.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ivtv/ivtv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ivtv/ivtvfb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ks0127.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/m52790.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/marvell-ccic/cafe_ccic.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/meye.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/msp3400.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mt9m001.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mt9m111.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mt9t031.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mt9t112.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mt9v011.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mt9v022.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/mxb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ov2640.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ov6650.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ov7670.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ov772x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ov9640.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/ov9740.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/pvrusb2/pvrusb2.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/pwc/pwc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/rj54n1cb0c.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/s2255drv.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa6588.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7110.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7115.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7127.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7134/saa6752hs.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7134/saa7134-alsa.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7134/saa7134-dvb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7134/saa7134-empress.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7134/saa7134.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7164/saa7164.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa717x.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/saa7185.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/sn9c102/sn9c102.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/soc_camera.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/soc_camera_platform.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/soc_mediabus.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/stkwebcam.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tda7432.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tda9840.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tea6415c.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tea6420.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tlg2300/poseidon.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tuner.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tvaudio.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tveeprom.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tvp5150.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/tw9910.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/upd64031a.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/upd64083.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/usbvision/usbvision.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/uvc/uvcvideo.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/v4l2-common.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/v4l2-compat-ioctl32.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/v4l2-int-device.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/via-camera.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf-core.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf-dma-sg.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf-dvb.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf-vmalloc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf2-core.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf2-dma-contig.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf2-memops.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videobuf2-vmalloc.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/videodev.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/vivi.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/vp27smpx.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/vpx3220.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/w9966.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/wm8739.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/wm8775.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/zoran/videocodec.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/zoran/zr36016.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/zoran/zr36050.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/zoran/zr36060.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/zoran/zr36067.ko (from linux-image-3.2.0-4-amd64 package)
debsums: changed file /lib/modules/3.2.0-4-amd64/kernel/drivers/media/video/zr364xx.ko (from linux-image-3.2.0-4-amd64 package)



More information about the Secure-testing-team mailing list