P.S.
Adding just these two lines to modprobe.conf
softdep bttv post: lirc
softdep dvb_bt8xx post: lirc
on the machine whose dmesg I just posted above that failed (gx110)
It worked! So clearly a race condition. Racing with what, I don't know.
With this working dmesg trace, to compare against the previous bad one
(same machine)
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-39squeeze1)
(da...@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan
11 12:29:30 UTC 2012
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000000feac000 (usable)
[ 0.000000] BIOS-e820: 000000000feac000 - 0000000010000000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.3 present.
[ 0.000000] last_pfn = 0xfeac max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FF0000000 write-back
[ 0.000000] 1 base 00FF00000 mask FFFF00000 uncachable
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT not supported by CPU.
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] init_memory_mapping: 0000000000000000-000000000feac000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 000fc00000 page 2M
[ 0.000000] 000fc00000 - 000feac000 page 4k
[ 0.000000] kernel direct mapping tables up to feac000 @ 7000-d000
[ 0.000000] RAMDISK: 0b6ed000 - 0bf40f94
[ 0.000000] ACPI: RSDP 000fd790 00014 (v00 DELL )
[ 0.000000] ACPI: RSDT 000fd7a4 00028 (v01 DELL GX110 00000007
ASL 00000061)
[ 0.000000] ACPI: FACP 000fd7cc 00074 (v01 DELL GX110 00000007
ASL 00000061)
[ 0.000000] ACPI: DSDT fffe6000 017FA (v01 DELL dt_ex 00001000
MSFT 0100000B)
[ 0.000000] ACPI: FACS 0feac000 00040
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 254MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 0feac000
[ 0.000000] low ram: 0 - 0feac000
[ 0.000000] node 0 low ram: 00000000 - 0feac000
[ 0.000000] node 0 bootmap 00002000 - 00003fd8
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 000feac000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==>
[0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==>
[0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==>
[0000006000 - 0000007000]
[ 0.000000] #3 [0001000000 - 00014cccf4] TEXT DATA BSS ==>
[0001000000 - 00014cccf4]
[ 0.000000] #4 [000b6ed000 - 000bf40f94] RAMDISK ==>
[000b6ed000 - 000bf40f94]
[ 0.000000] #5 [000009fc00 - 0000100000] BIOS reserved ==>
[000009fc00 - 0000100000]
[ 0.000000] #6 [00014cd000 - 00014d316c] BRK ==>
[00014cd000 - 00014d316c]
[ 0.000000] #7 [0000007000 - 0000009000] PGTABLE ==>
[0000007000 - 0000009000]
[ 0.000000] #8 [0000002000 - 0000004000] BOOTMAP ==>
[0000002000 - 0000004000]
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x0000feac
[ 0.000000] HighMem 0x0000feac -> 0x0000feac
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x000000a0
[ 0.000000] 0: 0x00000100 -> 0x0000feac
[ 0.000000] On node 0 totalpages: 65100
[ 0.000000] free_area_init_node: node 0, pgdat c13b4860, node_mem_map
c14d5000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3968 pages, LIFO batch:0
[ 0.000000] Normal zone: 478 pages used for memmap
[ 0.000000] Normal zone: 60622 pages, LIFO batch:15
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] Local APIC disabled by BIOS -- reenabling.
[ 0.000000] Found and enabled local APIC!
[ 0.000000] nr_irqs_gsi: 16
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 -
0000000000100000
[ 0.000000] Allocating PCI resources starting at 10000000 (gap:
10000000:efb00000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @c1800000 s34328 r0 d23016
u4194304
[ 0.000000] pcpu-alloc: s34328 r0 d23016 u4194304 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 64590
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=6216981c-0e04-42ba-9594-69124e315f5c ro lapic
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072
bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 244244k/260784k available (2504k kernel code,
15828k reserved, 1328k data, 380k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd56000 - 0xfffff000 (2724 kB)
[ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.000000] vmalloc : 0xd06ac000 - 0xff3fe000 ( 749 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xcfeac000 ( 254 MB)
[ 0.000000] .init : 0xc13bf000 - 0xc141e000 ( 380 kB)
[ 0.000000] .data : 0xc1272289 - 0xc13be480 (1328 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1272289 (2504 kB)
[ 0.000000] Checking if this processor honours the WP bit even in
supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0,
CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:1280
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 730.878 MHz processor.
[ 0.008015] Calibrating delay loop (skipped), value calculated using
timer frequency.. 1461.75 BogoMIPS (lpj=2923512)
[ 0.008194] Security Framework initialized
[ 0.008274] SELinux: Disabled at boot.
[ 0.008353] Mount-cache hash table entries: 512
[ 0.008840] Initializing cgroup subsys ns
[ 0.008912] Initializing cgroup subsys cpuacct
[ 0.008979] Initializing cgroup subsys devices
[ 0.009043] Initializing cgroup subsys freezer
[ 0.009104] Initializing cgroup subsys net_cls
[ 0.009240] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.009335] CPU: L2 cache: 256K
[ 0.009405] mce: CPU supports 5 MCE banks
[ 0.009515] Performance Events: p6 PMU driver.
[ 0.009643] ... version: 0
[ 0.009702] ... bit width: 32
[ 0.009762] ... generic registers: 2
[ 0.009821] ... value mask: 00000000ffffffff
[ 0.009884] ... max period: 000000007fffffff
[ 0.009947] ... fixed-purpose events: 0
[ 0.010006] ... event mask: 0000000000000003
[ 0.010078] Checking 'hlt' instruction... OK.
[ 0.024832] SMP alternatives: switching to UP code
[ 0.033383] Freeing SMP alternatives: 13k freed
[ 0.033503] ACPI: Core revision 20090903
[ 0.049368] ACPI: setting ELCR to 0200 (from 0e20)
[ 0.050004] Enabling APIC mode: Flat. Using 0 I/O APICs
[ 0.050073] weird, boot CPU (#0) not listed by the BIOS.
[ 0.050135] SMP motherboard not detected.
[ 0.052001] SMP disabled
[ 0.052001] Brought up 1 CPUs
[ 0.052001] Total of 1 processors activated (1461.75 BogoMIPS).
[ 0.052001] CPU0 attaching NULL sched-domain.
[ 0.052001] devtmpfs: initialized
[ 0.052001] regulator: core version 0.5
[ 0.052001] NET: Registered protocol family 16
[ 0.052102] ACPI: bus type pci registered
[ 0.077936] PCI: PCI BIOS revision 2.10 entry at 0xfc0be, last bus=1
[ 0.078004] PCI: Using configuration type 1 for base access
[ 0.079488] bio: create slab <bio-0> at 0
[ 0.080496] ACPI: EC: Look up EC in DSDT
[ 0.087700] ACPI: Interpreter enabled
[ 0.087782] ACPI: (supports S0 S1 S4 S5)
[ 0.088018] ACPI: Using PIC for interrupt routing
[ 0.096279] ACPI: No dock devices found.
[ 0.096410] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.096671] pci 0000:00:01.0: reg 10 32bit mmio pref:
[0xf4000000-0xf7ffffff]
[ 0.096686] pci 0000:00:01.0: reg 14 32bit mmio: [0xff000000-0xff07ffff]
[ 0.096937] pci 0000:00:1f.1: reg 20 io port: [0xffa0-0xffaf]
[ 0.097020] pci 0000:00:1f.3: reg 20 io port: [0xdcd0-0xdcdf]
[ 0.097130] pci 0000:01:07.0: reg 10 32bit mmio pref:
[0xf8001000-0xf8001fff]
[ 0.097250] pci 0000:01:07.1: reg 10 32bit mmio pref:
[0xf8000000-0xf8000fff]
[ 0.097380] pci 0000:01:0c.0: reg 10 io port: [0xec80-0xecff]
[ 0.097395] pci 0000:01:0c.0: reg 14 32bit mmio: [0xfdfffc00-0xfdfffc7f]
[ 0.097430] pci 0000:01:0c.0: reg 30 32bit mmio pref:
[0xfe000000-0xfe01ffff]
[ 0.097458] pci 0000:01:0c.0: supports D1 D2
[ 0.097466] pci 0000:01:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.097537] pci 0000:01:0c.0: PME# disabled
[ 0.097638] pci 0000:00:1e.0: transparent bridge
[ 0.097704] pci 0000:00:1e.0: bridge io port: [0xe000-0xefff]
[ 0.097716] pci 0000:00:1e.0: bridge 32bit mmio: [0xfd000000-0xfeffffff]
[ 0.097729] pci 0000:00:1e.0: bridge 32bit mmio pref:
[0xf8000000-0xf80fffff]
[ 0.097747] pci_bus 0000:00: on NUMA node 0
[ 0.097762] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.098262] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.101729] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11
12 15)
[ 0.102607] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11
12 15)
[ 0.103492] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11
12 15)
[ 0.104389] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11
12 15)
[ 0.105154] vgaarb: device added:
PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.105253] vgaarb: loaded
[ 0.105602] PCI: Using ACPI for IRQ routing
[ 0.106071] Switching to clocksource tsc
[ 0.108377] pnp: PnP ACPI init
[ 0.108532] ACPI: bus type pnp registered
[ 0.119618] pnp: PnP ACPI: found 13 devices
[ 0.119697] ACPI: ACPI bus type pnp unregistered
[ 0.119768] PnPBIOS: Disabled by ACPI PNP
[ 0.119869] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.119942] system 00:00: iomem range 0x100000-0xffffff could not be
reserved
[ 0.120014] system 00:00: iomem range 0x1000000-0xfeabfff could not
be reserved
[ 0.120103] system 00:00: iomem range 0xf0000-0xfffff could not be
reserved
[ 0.120174] system 00:00: iomem range 0xffb00000-0xffbfffff has been
reserved
[ 0.120246] system 00:00: iomem range 0xffc00000-0xffffffff has been
reserved
[ 0.120338] system 00:0c: ioport range 0x800-0x85f has been reserved
[ 0.120408] system 00:0c: ioport range 0xc00-0xc7f has been reserved
[ 0.120477] system 00:0c: ioport range 0x860-0x8ff has been reserved
[ 0.155886] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
[ 0.155960] pci 0000:00:1e.0: IO window: 0xe000-0xefff
[ 0.156030] pci 0000:00:1e.0: MEM window: 0xfd000000-0xfeffffff
[ 0.156100] pci 0000:00:1e.0: PREFETCH window: 0xf8000000-0xf80fffff
[ 0.156192] pci 0000:00:1e.0: setting latency timer to 64
[ 0.156209] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.156218] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.156229] pci_bus 0000:01: resource 0 io: [0xe000-0xefff]
[ 0.156239] pci_bus 0000:01: resource 1 mem: [0xfd000000-0xfeffffff]
[ 0.156249] pci_bus 0000:01: resource 2 pref mem [0xf8000000-0xf80fffff]
[ 0.156259] pci_bus 0000:01: resource 3 io: [0x00-0xffff]
[ 0.156268] pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
[ 0.156396] NET: Registered protocol family 2
[ 0.156786] IP route cache hash table entries: 2048 (order: 1, 8192
bytes)
[ 0.157933] TCP established hash table entries: 8192 (order: 4, 65536
bytes)
[ 0.158197] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.158453] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.158520] TCP reno registered
[ 0.158853] NET: Registered protocol family 1
[ 0.158984] pci 0000:00:01.0: Boot video device
[ 0.159198] Unpacking initramfs...
[ 1.002787] Freeing initrd memory: 8527k freed
[ 1.052002] audit: initializing netlink socket (disabled)
[ 1.052355] type=2000 audit(1327375521.049:1): initialized
[ 1.067382] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.073183] VFS: Disk quotas dquot_6.5.2
[ 1.073490] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.073844] msgmni has been set to 494
[ 1.075934] alg: No test for stdrng (krng)
[ 1.076165] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 253)
[ 1.076255] io scheduler noop registered
[ 1.076315] io scheduler anticipatory registered
[ 1.076376] io scheduler deadline registered
[ 1.076593] io scheduler cfq registered (default)
[ 1.077200] isapnp: Scanning for PnP cards...
[ 1.431114] isapnp: No Plug & Play device found
[ 1.436429] Linux agpgart interface v0.103
[ 1.436736] agpgart-intel 0000:00:00.0: Intel i810 Chipset
[ 1.442365] pci 0000:00:01.0: detected 4MB dedicated video ram
[ 1.444530] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xf4000000
[ 1.444837] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.445063] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.446074] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.449641] serial 00:0a: activated
[ 1.449936] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.450486] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at
0x60,0x64 irq 1,12
[ 1.452785] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.452865] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.453306] mice: PS/2 mouse device common for all mice
[ 1.453665] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.453762] rtc0: alarms up to one day, 242 bytes nvram
[ 1.453863] cpuidle: using governor ladder
[ 1.453924] cpuidle: using governor menu
[ 1.453994] No iBFT detected.
[ 1.455509] TCP cubic registered
[ 1.456163] NET: Registered protocol family 10
[ 1.459091] Mobile IPv6
[ 1.459153] NET: Registered protocol family 17
[ 1.459274] Using IPI No-Shortcut mode
[ 1.459632] PM: Resume from disk failed.
[ 1.459688] registered taskstats version 1
[ 1.460215] rtc_cmos 00:05: setting system clock to 2012-01-24
03:25:22 UTC (1327375522)
[ 1.460421] Initalizing network drop monitor service
[ 1.460579] Freeing unused kernel memory: 380k freed
[ 1.462564] Write protecting the kernel text: 2508k
[ 1.462719] Write protecting the kernel read-only data: 924k
[ 1.533625] udev[46]: starting version 164
[ 2.101721] SCSI subsystem initialized
[ 2.239275] libata version 3.00 loaded.
[ 2.274521] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
[ 2.274604] PCI: setting IRQ 5 as level-triggered
[ 2.274617] 3c59x 0000:01:0c.0: PCI INT A -> Link[LNKC] -> GSI 5
(level, low) -> IRQ 5
[ 2.274734] 3c59x: Donald Becker and others.
[ 2.274809] 0000:01:0c.0: 3Com PCI 3c905C Tornado at d0890c00.
[ 2.298281] ata_piix 0000:00:1f.1: version 2.13
[ 2.298457] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 2.298715] scsi0 : ata_piix
[ 2.299537] scsi1 : ata_piix
[ 2.299919] ata1: PATA max UDMA/66 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0
irq 14
[ 2.299992] ata2: PATA max UDMA/66 cmd 0x170 ctl 0x376 bmdma 0xffa8
irq 15
[ 2.301343] ata2: port disabled. ignoring.
[ 2.483558] ata1.00: ATA-8: WDC WD3200AAJB-00WGA0, 00.02C01, max UDMA/100
[ 2.483641] ata1.00: 625142448 sectors, multi 8: LBA48
[ 2.492790] ata1.00: configured for UDMA/66
[ 2.493265] scsi 0:0:0:0: Direct-Access ATA WDC WD3200AAJB-0
00.0 PQ: 0 ANSI: 5
[ 2.546783] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320
GB/298 GiB)
[ 2.547107] sd 0:0:0:0: [sda] Write Protect is off
[ 2.547175] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.547272] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 2.547918] sda: sda1 sda2 < sda5 >
[ 2.573858] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.228062] floppy0: no floppy controllers found
[ 5.331960] PM: Starting manual resume from disk
[ 5.332173] PM: Resume from partition 8:5
[ 5.332179] PM: Checking hibernation image.
[ 5.332654] PM: Error -22 checking image file
[ 5.332662] PM: Resume from disk failed.
[ 5.455368] kjournald starting. Commit interval 5 seconds
[ 5.455479] EXT3-fs: mounted filesystem with writeback data mode.
[ 7.179961] udev[205]: starting version 164
[ 7.952906] input: PC Speaker as /devices/platform/pcspkr/input/input0
[ 8.210552] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 8.217943] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 8.218062] ACPI: Power Button [PWRF]
[ 8.245796] processor LNXCPU:00: registered as cooling_device0
[ 8.279161] dcdbas dcdbas: Dell Systems Management Base Driver
(version 5.6.0-3.2)
[ 8.348922] parport_pc 00:0b: activated
[ 8.349003] parport_pc 00:0b: reported by Plug and Play ACPI
[ 8.349623] parport0: PC-style at 0x378 (0x778), irq 7
[PCSPP,TRISTATE,EPP]
[ 8.378251] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 8.394625] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[ 8.394712] PCI: setting IRQ 10 as level-triggered
[ 8.394727] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI
10 (level, low) -> IRQ 10
[ 8.394832] i801_smbus 0000:00:1f.3: Enabling SMBus device
[ 8.558425] Intel 82802 RNG detected
[ 9.222577] Linux video capture interface: v2.00
[ 9.390731] bttv: driver version 0.9.18 loaded
[ 9.390810] bttv: using 8 buffers with 2080k (520 pages) each for capture
[ 9.391711] bttv: Bt8xx card found (0).
[ 9.392681] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[ 9.392753] PCI: setting IRQ 11 as level-triggered
[ 9.392767] bttv 0000:01:07.0: PCI INT A -> Link[LNKA] -> GSI 11
(level, low) -> IRQ 11
[ 9.392871] bttv0: Bt878 (rev 17) at 0000:01:07.0, irq: 11, latency:
64, mmio: 0xf8001000
[ 9.396190] bttv0: detected: DViCO FusionHDTV 5 Lite [card=135], PCI
subsystem ID is 18ac:d500
[ 9.396296] bttv0: using: DViCO FusionHDTV 5 Lite [card=135,autodetected]
[ 9.396365] IRQ 11/bttv0: IRQF_DISABLED is not guaranteed on shared IRQs
[ 9.396498] bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init]
[ 9.396936] bttv0: tuner type=64
[ 9.424496] bttv0: audio absent, no audio device found!
[ 9.643999] tuner 1-0043: chip found @ 0x86 (bt878 #0 [sw])
[ 9.694113] tda9887 1-0043: creating new instance
[ 9.694195] tda9887 1-0043: tda988[5/6/7] found
[ 9.701039] tuner 1-0061: chip found @ 0xc2 (bt878 #0 [sw])
[ 9.723177] tuner-simple 1-0061: creating new instance
[ 9.723268] tuner-simple 1-0061: type set to 64 (LG TDVS-H06xF)
[ 9.724954] bttv0: registered device video1
[ 9.725230] bttv0: registered device vbi0
[ 9.726410] bttv0: add subdevice "dvb0"
[ 9.817796] bt878: AUDIO driver version 0.0.0 loaded
[ 9.817948] bt878: Bt878 AUDIO function found (0).
[ 9.818049] bt878 0000:01:07.1: PCI INT A -> Link[LNKA] -> GSI 11
(level, low) -> IRQ 11
[ 9.818140] bt878_probe: card id=[0xd50018ac],[ DViCO FusionHDTV 5
Lite ] has DVB functions.
[ 9.818236] bt878(0): Bt878 (rev 17) at 01:07.1, irq: 11, latency:
64, memory: 0xf8000000
[ 9.818413] IRQ 11/bt878: IRQF_DISABLED is not guaranteed on shared IRQs
[ 9.966250] DVB: registering new adapter (bttv0)
[ 10.224962] tuner-simple 1-0061: attaching existing instance
[ 10.225048] tuner-simple 1-0061: type set to 64 (LG TDVS-H06xF)
[ 10.225121] DVB: registering adapter 0 frontend 0 (LG Electronics
LGDT3303 VSB/QAM Frontend)...
[ 11.172069] floppy0: no floppy controllers found
[ 11.931873] Adding 746980k swap on /dev/sda5. Priority:-1 extents:1
across:746980k
[ 12.187478] EXT3 FS on sda1, internal journal
[ 12.408936] loop: module loaded
[ 14.150828] RPC: Registered udp transport module.
[ 14.150921] RPC: Registered tcp transport module.
[ 14.150982] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 14.365755] eth0: setting full-duplex.
[ 14.505934] Slow work thread pool: Starting up
[ 14.506175] Slow work thread pool: Ready
[ 14.506489] FS-Cache: Loaded
[ 14.824602] FS-Cache: Netfs 'nfs' registered for caching
[ 15.022533] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[ 15.931552] fuse init (API version 7.13)
[ 17.000223] svc: failed to register lockdv1 RPC service (errno 97).
[ 17.007780] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state
recovery directory
[ 17.034239] NFSD: starting 90-second grace period
[ 23.831290] lirc_dev: IR Remote Control driver registered, major 61
[ 24.352233] lirc_serial: auto-detected active high receiver
[ 24.352321] lirc_dev: lirc_register_plugin: sample_rate: 0
[ 24.936025] eth0: no IPv6 routers present
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f1e2e36.2040...@gmail.com