Hi, I'm recently facing the problem that the firmware upload for the tda1004x firmware fails on my system. The firmware file is in place, and this used to work before, so no PEBKAC I hope. Details: I recently upgraded from debian woody to debian sarge. As such, a new system compiler was installed (gcc 3.3.5 instead of gcc 2.95.4) and a new kernel was build using this compiler. The kernel itself is a plain vanilla 2.4.30 from www.kernel.org, no additional patches. I also upgraded i2c and lm-sensors modules, the recent 2.9.1 version off the lm-sensors side. Problem: The DVB drivers keep telling me that the firmware upload fails. Needless to say, this used to work before (2.4.27 kernel, 2.8.7 i2c modules). It also fails after downgrading to i2c 2.8.8 (I haven't had 2.8.7 at home for trying that). To help you trace this problem, I enabled debugging output in the saa7146_i2c.c source, which is in my understanding responsible for uploading the firmware to the tda1004x via the Phillips SAA7146 bridge; complete output is below. Some hardware details: This is an Asus P4PE board with winbond i2c chipset, i2c and lm sensors do work fine here, so that's not the problem. The TV card is a Hauppage Nova WinTV Budget, old model, TechnoTrend design with Phillips chipset (no connexant chips). Trouble seems to be that the "i2c addressing phase" fails, whatever that means. (-; The transfer then times out; I tried to enlarge the timeout, but the result is the same, firmware fails to load. Maybe the following logs help to trace some details, I'd be glad if someone can shed some light on this (I'm not cutting the boot log here, maybe it contains some additional information about the system, search for **** to see the problem): Jun 14 00:37:44 rayek kernel: klogd 1.4.1#17, log source = /proc/kmsg started. Jun 14 00:37:44 rayek kernel: Inspecting /boot/System.map-2.4.30 Jun 14 00:37:44 rayek kernel: Loaded 20708 symbols from /boot/System.map-2.4.30. Jun 14 00:37:44 rayek kernel: Symbols match kernel version 2.4.30. Jun 14 00:37:44 rayek kernel: Loaded 83 symbols from 3 modules. Jun 14 00:37:44 rayek kernel: Linux version 2.4.30 (root@rayek) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 Sun Jun 12 16:26:51 CEST 2005 Jun 14 00:37:44 rayek kernel: BIOS-provided physical RAM map: Jun 14 00:37:44 rayek kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) Jun 14 00:37:44 rayek kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) Jun 14 00:37:44 rayek kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) Jun 14 00:37:44 rayek kernel: BIOS-e820: 0000000000100000 - 000000001ffec000 (usable) Jun 14 00:37:44 rayek kernel: BIOS-e820: 000000001ffec000 - 000000001ffef000 (ACPI data) Jun 14 00:37:44 rayek kernel: BIOS-e820: 000000001ffef000 - 000000001ffff000 (reserved) Jun 14 00:37:44 rayek kernel: BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS) Jun 14 00:37:44 rayek kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) Jun 14 00:37:44 rayek kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) Jun 14 00:37:44 rayek kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) Jun 14 00:37:44 rayek kernel: 511MB LOWMEM available. Jun 14 00:37:44 rayek kernel: On node 0 totalpages: 131052 Jun 14 00:37:44 rayek kernel: zone(0): 4096 pages. Jun 14 00:37:44 rayek kernel: zone(1): 126956 pages. Jun 14 00:37:44 rayek kernel: zone(2): 0 pages. Jun 14 00:37:44 rayek kernel: Kernel command line: BOOT_IMAGE=Linux_2.4.30 ro root=308 acpi=off hdc=ide-scsi hdd=ide-scsi parport=0x0378,7 Jun 14 00:37:44 rayek kernel: ide_setup: hdc=ide-scsi Jun 14 00:37:44 rayek kernel: ide_setup: hdd=ide-scsi Jun 14 00:37:44 rayek kernel: Found and enabled local APIC! Jun 14 00:37:44 rayek kernel: Initializing CPU#0 Jun 14 00:37:44 rayek kernel: Detected 2672.761 MHz processor. Jun 14 00:37:44 rayek kernel: Console: colour VGA+ 80x25 Jun 14 00:37:44 rayek kernel: Calibrating delay loop... 5334.63 BogoMIPS Jun 14 00:37:44 rayek kernel: Memory: 515320k/524208k available (1823k kernel code, 8500k reserved, 640k data, 112k init, 0k highmem) Jun 14 00:37:44 rayek kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) Jun 14 00:37:44 rayek kernel: Inode cache hash table entries: 32768 (order: 6, 262144 bytes) Jun 14 00:37:44 rayek kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes) Jun 14 00:37:44 rayek kernel: Buffer cache hash table entries: 32768 (order: 5, 131072 bytes) Jun 14 00:37:44 rayek kernel: Page-cache hash table entries: 131072 (order: 7, 524288 bytes) Jun 14 00:37:44 rayek kernel: CPU: Trace cache: 12K uops, L1 D cache: 8K Jun 14 00:37:44 rayek kernel: CPU: L2 cache: 512K Jun 14 00:37:44 rayek kernel: Intel machine check architecture supported. Jun 14 00:37:44 rayek kernel: Intel machine check reporting enabled on CPU#0. Jun 14 00:37:44 rayek kernel: CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz stepping 07 Jun 14 00:37:44 rayek kernel: Enabling fast FPU save and restore... done. Jun 14 00:37:44 rayek kernel: Enabling unmasked SIMD FPU exception support... done. Jun 14 00:37:44 rayek kernel: Checking 'hlt' instruction... OK. Jun 14 00:37:44 rayek kernel: POSIX conformance testing by UNIFIX Jun 14 00:37:44 rayek kernel: enabled ExtINT on CPU#0 Jun 14 00:37:44 rayek kernel: ESR value before enabling vector: 00000000 Jun 14 00:37:44 rayek kernel: ESR value after enabling vector: 00000000 Jun 14 00:37:44 rayek kernel: Using local APIC timer interrupts. Jun 14 00:37:44 rayek kernel: calibrating APIC timer ... Jun 14 00:37:44 rayek kernel: ..... CPU clock speed is 2672.7344 MHz. Jun 14 00:37:44 rayek kernel: ..... host bus clock speed is 133.6366 MHz. Jun 14 00:37:44 rayek kernel: cpu: 0, clocks: 1336366, slice: 668183 Jun 14 00:37:44 rayek kernel: CPU0<T0:1336352,T1:668160,D:9,S:668183,C:1336366> Jun 14 00:37:44 rayek kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@xxxxxxxxxxxxx) Jun 14 00:37:44 rayek kernel: mtrr: detected mtrr type: Intel Jun 14 00:37:44 rayek kernel: ACPI: Subsystem revision 20040326 Jun 14 00:37:44 rayek kernel: ACPI: Interpreter disabled. Jun 14 00:37:44 rayek kernel: PCI: PCI BIOS revision 2.10 entry at 0xf1e50, last bus=2 Jun 14 00:37:44 rayek kernel: PCI: Using configuration type 1 Jun 14 00:37:44 rayek kernel: PCI: Probing PCI hardware Jun 14 00:37:44 rayek kernel: PCI: Probing PCI hardware (bus 00) Jun 14 00:37:44 rayek kernel: PCI: Enabled i801 SMBus device Jun 14 00:37:44 rayek kernel: PCI: Ignoring BAR0-3 of IDE controller 00:1f.1 Jun 14 00:37:44 rayek kernel: Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge Jun 14 00:37:44 rayek kernel: PCI: Using IRQ router PIIX/ICH [8086/24c0] at 00:1f.0 Jun 14 00:37:44 rayek kernel: Linux NET4.0 for Linux 2.4 Jun 14 00:37:44 rayek kernel: Based upon Swansea University Computer Society NET3.039 Jun 14 00:37:44 rayek kernel: Initializing RT netlink socket Jun 14 00:37:44 rayek kernel: IA-32 Microcode Update Driver: v1.14 <tigran@xxxxxxxxxxx> Jun 14 00:37:44 rayek kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) Jun 14 00:37:44 rayek kernel: Starting kswapd Jun 14 00:37:44 rayek kernel: Journalled Block Device driver loaded Jun 14 00:37:44 rayek kernel: NTFS driver v1.1.22 [Flags: R/O] Jun 14 00:37:44 rayek kernel: udf: registering filesystem Jun 14 00:37:44 rayek kernel: parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP] Jun 14 00:37:44 rayek kernel: pty: 256 Unix98 ptys configured Jun 14 00:37:44 rayek kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled Jun 14 00:37:44 rayek kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A Jun 14 00:37:44 rayek kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A Jun 14 00:37:44 rayek kernel: lp0: using parport0 (interrupt-driven). Jun 14 00:37:44 rayek kernel: Real Time Clock Driver v1.10f Jun 14 00:37:44 rayek kernel: Non-volatile memory driver v1.2 Jun 14 00:37:44 rayek kernel: ppdev: user-space parallel port driver Jun 14 00:37:44 rayek kernel: Floppy drive(s): fd0 is 1.44M Jun 14 00:37:44 rayek kernel: FDC 0 is a post-1991 82077 Jun 14 00:37:44 rayek kernel: SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256). Jun 14 00:37:44 rayek kernel: CSLIP: code copyright 1989 Regents of the University of California. Jun 14 00:37:44 rayek kernel: SLIP linefill/keepalive option. Jun 14 00:37:44 rayek kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize Jun 14 00:37:44 rayek kernel: loop: loaded (max 8 devices) Jun 14 00:37:44 rayek kernel: b44.c:v0.93 (Mar, 2004) Jun 14 00:37:44 rayek kernel: PCI: Enabling device 02:05.0 (0004 -> 0006) Jun 14 00:37:44 rayek kernel: PCI: Assigned IRQ 10 for device 02:05.0 Jun 14 00:37:44 rayek kernel: PCI: Sharing IRQ 10 with 02:0c.0 Jun 14 00:37:44 rayek kernel: eth0: Broadcom 4400 10/100BaseT Ethernet 00:0c:6e:1a:f9:dd Jun 14 00:37:44 rayek kernel: PPP generic driver version 2.4.2 Jun 14 00:37:44 rayek kernel: 8139too Fast Ethernet driver 0.9.26 Jun 14 00:37:44 rayek kernel: PCI: Enabling device 02:0b.0 (0004 -> 0007) Jun 14 00:37:44 rayek kernel: PCI: Assigned IRQ 11 for device 02:0b.0 Jun 14 00:37:44 rayek kernel: PCI: Sharing IRQ 11 with 00:1d.7 Jun 14 00:37:44 rayek kernel: eth1: RealTek RTL8139 at 0xe0803000, 00:40:f4:77:0e:f4, IRQ 11 Jun 14 00:37:44 rayek kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4 Jun 14 00:37:44 rayek kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Jun 14 00:37:44 rayek kernel: ICH4: IDE controller at PCI slot 00:1f.1 Jun 14 00:37:44 rayek kernel: PCI: Found IRQ 9 for device 00:1f.1 Jun 14 00:37:44 rayek kernel: PCI: Sharing IRQ 9 with 00:1d.2 Jun 14 00:37:44 rayek kernel: ICH4: chipset revision 2 Jun 14 00:37:44 rayek kernel: ICH4: not 100%% native mode: will probe irqs later Jun 14 00:37:44 rayek kernel: ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio Jun 14 00:37:44 rayek kernel: ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA Jun 14 00:37:44 rayek kernel: hda: WDC WD400EB-00CPF0, ATA DISK drive Jun 14 00:37:44 rayek kernel: blk: queue c03b9460, I/O limit 4095Mb (mask 0xffffffff) Jun 14 00:37:44 rayek kernel: hdc: TOSHIBA DVD-ROM SD-M1712, ATAPI CD/DVD-ROM drive Jun 14 00:37:44 rayek kernel: hdd: LITE-ON LTR-48246S, ATAPI CD/DVD-ROM drive Jun 14 00:37:44 rayek kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Jun 14 00:37:44 rayek kernel: ide1 at 0x170-0x177,0x376 on irq 15 Jun 14 00:37:44 rayek kernel: hda: attached ide-disk driver. Jun 14 00:37:44 rayek kernel: hda: host protected area => 1 Jun 14 00:37:44 rayek kernel: hda: 78165360 sectors (40021 MB) w/2048KiB Cache, CHS=4865/255/63, UDMA(100) Jun 14 00:37:44 rayek kernel: hdc: attached ide-scsi driver. Jun 14 00:37:44 rayek kernel: hdd: attached ide-scsi driver. Jun 14 00:37:44 rayek kernel: Partition check: Jun 14 00:37:44 rayek kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 > Jun 14 00:37:44 rayek kernel: SCSI subsystem driver Revision: 1.00 Jun 14 00:37:44 rayek kernel: scsi0 : SCSI host adapter emulation for IDE ATAPI devices Jun 14 00:37:44 rayek kernel: Vendor: TOSHIBA Model: DVD-ROM SD-M1712 Rev: 1004 Jun 14 00:37:44 rayek kernel: Type: CD-ROM ANSI SCSI revision: 02 Jun 14 00:37:44 rayek kernel: Vendor: LITE-ON Model: LTR-48246S Rev: SID1 Jun 14 00:37:44 rayek kernel: Type: CD-ROM ANSI SCSI revision: 02 Jun 14 00:37:44 rayek kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 Jun 14 00:37:44 rayek kernel: Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0 Jun 14 00:37:44 rayek kernel: sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray Jun 14 00:37:44 rayek kernel: Uniform CD-ROM driver Revision: 3.12 Jun 14 00:37:44 rayek kernel: sr1: scsi3-mmc drive: 42x/48x writer cd/rw xa/form2 cdda tray Jun 14 00:37:44 rayek kernel: usb.c: registered new driver usbdevfs Jun 14 00:37:44 rayek kernel: usb.c: registered new driver hub Jun 14 00:37:44 rayek kernel: NET4: Linux TCP/IP 1.0 for NET4.0 Jun 14 00:37:44 rayek kernel: IP Protocols: ICMP, UDP, TCP Jun 14 00:37:44 rayek kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes Jun 14 00:37:44 rayek kernel: TCP: Hash tables configured (established 32768 bind 65536) Jun 14 00:37:44 rayek kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. Jun 14 00:37:44 rayek kernel: EXT3-fs: INFO: recovery required on readonly filesystem. Jun 14 00:37:44 rayek kernel: EXT3-fs: write access will be enabled during recovery. Jun 14 00:37:44 rayek kernel: kjournald starting. Commit interval 5 seconds Jun 14 00:37:44 rayek kernel: EXT3-fs: recovery complete. Jun 14 00:37:44 rayek kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 14 00:37:44 rayek kernel: VFS: Mounted root (ext3 filesystem) readonly. Jun 14 00:37:44 rayek kernel: Freeing unused kernel memory: 112k freed Jun 14 00:37:44 rayek kernel: Adding Swap: 995988k swap-space (priority -1) Jun 14 00:37:44 rayek kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,8), internal journal Jun 14 00:37:44 rayek kernel: kjournald starting. Commit interval 5 seconds Jun 14 00:37:44 rayek kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,9), internal journal Jun 14 00:37:44 rayek kernel: EXT3-fs: mounted filesystem with ordered data mode. Jun 14 00:37:44 rayek kernel: eth1: link up, 100Mbps, full-duplex, lpa 0x41E1 Jun 14 00:37:46 rayek kernel: PCI: Enabling device 02:0a.0 (0004 -> 0005) Jun 14 00:37:46 rayek kernel: PCI: Assigned IRQ 5 for device 02:0a.0 Jun 14 00:37:46 rayek kernel: PCI: Enabling device 00:1f.5 (0004 -> 0007) Jun 14 00:37:46 rayek kernel: PCI: Assigned IRQ 10 for device 00:1f.5 Jun 14 00:37:46 rayek kernel: PCI: Sharing IRQ 10 with 00:1f.3 Jun 14 00:37:46 rayek kernel: intel8x0_measure_ac97_clock: measured 49424 usecs Jun 14 00:37:46 rayek kernel: intel8x0: clocking to 48000 Jun 14 00:37:48 rayek lpd[493]: restarted Jun 14 00:37:49 rayek xfs: ignoring font path element /usr/lib/X11/fonts/cyrillic/ (unreadable) Jun 14 00:37:49 rayek xfs-xtt: Warning: font renderer for ".TTF" already registered at priority 10 Jun 14 00:37:49 rayek xfs-xtt: Warning: font renderer for ".TTC" already registered at priority 10 Jun 14 00:37:49 rayek xfs-xtt: ignoring font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID (unreadable) Jun 14 00:37:49 rayek xfs-xtt: ignoring font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (unreadable) Jun 14 00:37:49 rayek xfs-xtt: ignoring font path element /usr/lib/X11/fonts/cyrillic/:unscaled (unreadable) Jun 14 00:37:50 rayek xfs: ignoring font path element /usr/lib/X11/fonts/CID (unreadable) Jun 14 00:37:51 rayek kernel: PCI: Enabling device 02:0a.1 (0004 -> 0005) Jun 14 00:37:51 rayek kernel: gameport0: Emu10k1 Gameport at 0xb400 size 8 speed 1046 kHz Jun 14 00:37:51 rayek Xprt_64: No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 8 Jun 14 00:37:52 rayek kernel: i2c-core.o: i2c core module version 2.9.1 (20050412) Jun 14 00:37:52 rayek kernel: i2c-i801 version 2.9.1 (20050412) Jun 14 00:37:52 rayek kernel: i2c-dev.o: i2c /dev entries driver module version 2.9.1 (20050412) Jun 14 00:37:52 rayek kernel: i2c-proc.o version 2.9.1 (20050412) Jun 14 00:37:52 rayek kernel: w83781d.o version 2.9.1 (20050412) Jun 14 00:37:52 rayek kernel: usb.c: registered new driver hiddev Jun 14 00:37:52 rayek kernel: usb.c: registered new driver hid Jun 14 00:37:52 rayek kernel: hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech@xxxxxxx> Jun 14 00:37:52 rayek kernel: hid-core.c: USB HID support drivers Jun 14 00:37:52 rayek kernel: mice: PS/2 mouse device common for all mice Jun 14 00:37:52 rayek kernel: usb-uhci.c: $Revision: 1.275 $ time 16:30:59 Jun 12 2005 Jun 14 00:37:52 rayek kernel: usb-uhci.c: High bandwidth mode enabled Jun 14 00:37:52 rayek kernel: PCI: Found IRQ 5 for device 00:1d.0 Jun 14 00:37:52 rayek kernel: PCI: Sharing IRQ 5 with 01:00.0 Jun 14 00:37:52 rayek kernel: usb-uhci.c: USB UHCI at I/O 0xd800, IRQ 5 Jun 14 00:37:52 rayek kernel: usb-uhci.c: Detected 2 ports Jun 14 00:37:52 rayek kernel: usb.c: new USB bus registered, assigned bus number 1 Jun 14 00:37:52 rayek kernel: hub.c: USB hub found Jun 14 00:37:52 rayek kernel: hub.c: 2 ports detected Jun 14 00:37:52 rayek kernel: PCI: Found IRQ 9 for device 00:1d.1 Jun 14 00:37:52 rayek kernel: usb-uhci.c: USB UHCI at I/O 0xd400, IRQ 9 Jun 14 00:37:52 rayek kernel: usb-uhci.c: Detected 2 ports Jun 14 00:37:53 rayek kernel: usb.c: new USB bus registered, assigned bus number 2 Jun 14 00:37:53 rayek kernel: hub.c: USB hub found Jun 14 00:37:53 rayek kernel: hub.c: 2 ports detected Jun 14 00:37:53 rayek kernel: PCI: Found IRQ 9 for device 00:1d.2 Jun 14 00:37:53 rayek kernel: PCI: Sharing IRQ 9 with 00:1f.1 Jun 14 00:37:53 rayek kernel: usb-uhci.c: USB UHCI at I/O 0xd000, IRQ 9 Jun 14 00:37:53 rayek kernel: usb-uhci.c: Detected 2 ports Jun 14 00:37:53 rayek kernel: usb.c: new USB bus registered, assigned bus number 3 Jun 14 00:37:53 rayek kernel: hub.c: USB hub found Jun 14 00:37:53 rayek kernel: hub.c: 2 ports detected Jun 14 00:37:53 rayek kernel: usb-uhci.c: v1.275:USB Universal Host Controller Interface driver Jun 14 00:37:53 rayek kernel: hub.c: new USB device 00:1d.1-1, assigned address 2 Jun 14 00:37:53 rayek kernel: input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb2:2.0 Jun 14 00:37:55 rayek kernel: 0: nvidia: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-5336 Wed Jan 14 18:29:26 PST 2004 Jun 14 00:37:56 rayek kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann Jun 14 00:37:56 rayek kernel: agpgart: Maximum main memory to use for agp memory: 439M Jun 14 00:37:56 rayek kernel: agpgart: Detected Intel(R) 845G chipset Jun 14 00:37:56 rayek kernel: agpgart: AGP aperture is 128M @ 0xf0000000 Jun 14 00:40:28 rayek kernel: Linux video capture interface: v1.00 Jun 14 00:40:28 rayek kernel: saa7146: register extension 'budget dvb'. Jun 14 00:40:28 rayek kernel: saa7146: register extension 'budget_ci dvb'. Jun 14 00:40:28 rayek kernel: PCI: Enabling device 02:0c.0 (0004 -> 0006) Jun 14 00:40:28 rayek kernel: PCI: Found IRQ 10 for device 02:0c.0 Jun 14 00:40:28 rayek kernel: PCI: Sharing IRQ 10 with 02:05.0 Jun 14 00:40:28 rayek kernel: saa7146_core: found saa7146 @ mem e1d32000 (revision 1, irq 10) (0x13c2,0x1011). Jun 14 00:40:28 rayek kernel: DVB: registering new adapter (TT-Budget/WinTV-NOVA-T^I PCI). ***************************************************** Debug output of the SAA module starts below: Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000400 Jun 14 00:40:28 rayek kernel: msg:1/2 Jun 14 00:40:28 rayek kernel: msg:2/2 Jun 14 00:40:28 rayek kernel: before: 0x10001ee8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: after: 0x10001ee8 Jun 14 00:40:28 rayek kernel: before: 0x110000d0 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: after: 0x11251ed0 Jun 14 00:40:28 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:28 rayek kernel: msg:1/2 Jun 14 00:40:28 rayek kernel: msg:2/2 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: busy_state detected. Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: busy_state detected. Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: busy_state detected. Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: busy_state detected. Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: busy_state detected. Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: busy_state detected. Jun 14 00:40:28 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:28 rayek kernel: before: 0xe20200e8 (status: 0x00000000), 0 Jun 14 00:40:28 rayek kernel: error in address phase. Jun 14 00:40:28 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:28 rayek kernel: transmission successful. (msg:-121). Jun 14 00:40:28 rayek kernel: msg:1/2 Jun 14 00:40:29 rayek kernel: msg:2/2 Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0x860787ec (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: transmission successful. (msg:-121). Jun 14 00:40:29 rayek kernel: msg:1/1 Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: busy_state detected. Jun 14 00:40:29 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:29 rayek kernel: before: 0xd00234e4 (status: 0x00000000), 0 Jun 14 00:40:29 rayek kernel: error in address phase. Jun 14 00:40:29 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:29 rayek kernel: transmission successful. (msg:-121). Jun 14 00:40:30 rayek kernel: msg:1/2 Jun 14 00:40:30 rayek kernel: msg:2/2 Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: transmission successful. (msg:-121). Jun 14 00:40:30 rayek kernel: msg:1/2 Jun 14 00:40:30 rayek kernel: msg:2/2 Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0x10001ae8 (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: after: 0x10001ae8 Jun 14 00:40:30 rayek kernel: before: 0x11ea00d0 (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: after: 0x11251ad0 Jun 14 00:40:30 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:30 rayek kernel: msg:1/2 Jun 14 00:40:30 rayek kernel: msg:2/2 Jun 14 00:40:30 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:30 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:30 rayek kernel: error in address phase. Jun 14 00:40:30 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:30 rayek kernel: busy_state detected. Jun 14 00:40:30 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0x12001ae8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: transmission successful. (msg:-121). Jun 14 00:40:31 rayek kernel: msg:1/2 Jun 14 00:40:31 rayek kernel: msg:2/2 Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0x100011ec (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100011ec Jun 14 00:40:31 rayek kernel: before: 0x00000040 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x25001140 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:31 rayek kernel: tda1004x: Detected Philips TDA10045H. Jun 14 00:40:31 rayek kernel: msg:1/2 Jun 14 00:40:31 rayek kernel: msg:2/2 Jun 14 00:40:31 rayek kernel: before: 0x100711ec (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100711ec Jun 14 00:40:31 rayek kernel: before: 0x00000040 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x00071140 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0x100702e4 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100702e4 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc20bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: error in address phase. Jun 14 00:40:31 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:31 rayek kernel: transmission successful. (msg:-121). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: busy_state detected. Jun 14 00:40:31 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:31 rayek kernel: before: 0xc60bf5e8 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0xc60bf5e8 Jun 14 00:40:31 rayek kernel: before: 0x85ab0090 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x85abf590 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:31 rayek kernel: tda1004x: Detected Philips TD1316 tuner. Jun 14 00:40:31 rayek kernel: msg:1/2 Jun 14 00:40:31 rayek kernel: msg:2/2 Jun 14 00:40:31 rayek kernel: before: 0x100711ec (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100711ec Jun 14 00:40:31 rayek kernel: before: 0x00000040 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x02071140 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0x100700e4 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100700e4 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:31 rayek kernel: msg:1/2 Jun 14 00:40:31 rayek kernel: msg:2/2 Jun 14 00:40:31 rayek kernel: before: 0x100711ec (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100711ec Jun 14 00:40:31 rayek kernel: before: 0x00000040 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x00071140 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0x100700e4 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100700e4 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:31 rayek kernel: msg:1/2 Jun 14 00:40:31 rayek kernel: msg:2/2 Jun 14 00:40:31 rayek kernel: before: 0x100711ec (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100711ec Jun 14 00:40:31 rayek kernel: before: 0x00000040 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x00071140 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0x100708e4 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100708e4 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:31 rayek kernel: msg:1/2 Jun 14 00:40:31 rayek kernel: msg:2/2 Jun 14 00:40:31 rayek kernel: before: 0x100711ec (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100711ec Jun 14 00:40:31 rayek kernel: before: 0x00000040 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x08071140 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:2). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0x100700e4 (status: 0x00000000), 0 Jun 14 00:40:31 rayek kernel: after: 0x100700e4 Jun 14 00:40:31 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:31 rayek kernel: msg:1/1 Jun 14 00:40:31 rayek kernel: before: 0x100c14e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: after: 0x100c14e4 Jun 14 00:40:32 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:32 rayek kernel: msg:1/1 Jun 14 00:40:32 rayek kernel: before: 0x102d02e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: after: 0x102d02e4 Jun 14 00:40:32 rayek kernel: transmission successful. (msg:1). Jun 14 00:40:32 rayek kernel: msg:1/1 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x102e00e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:32 rayek kernel: msg:1/1 Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:32 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:32 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:32 rayek kernel: busy_state detected. Jun 14 00:40:32 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:32 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x103800e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:33 rayek kernel: msg:1/1 Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100e00e4 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:33 rayek kernel: tda1004x: trying to upload 16 bytes Jun 14 00:40:33 rayek kernel: msg:1/1 Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:33 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:33 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:33 rayek kernel: busy_state detected. Jun 14 00:40:33 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:33 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x100d2fe8 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:34 rayek kernel: tda1004x: Error during firmware upload Jun 14 00:40:34 rayek kernel: msg:1/1 Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:34 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:34 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:34 rayek kernel: busy_state detected. Jun 14 00:40:34 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:34 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0x000600d0 (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:35 rayek kernel: msg:1/2 Jun 14 00:40:35 rayek kernel: msg:2/2 Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xd000d1ec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:35 rayek kernel: msg:1/2 Jun 14 00:40:35 rayek kernel: msg:2/2 Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:35 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:35 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:35 rayek kernel: busy_state detected. Jun 14 00:40:35 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:35 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0xaa00abec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:36 rayek kernel: msg:1/2 Jun 14 00:40:36 rayek kernel: msg:2/2 Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:36 rayek kernel: busy_state detected. Jun 14 00:40:36 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:36 rayek kernel: before: 0x1c7e1dec (status: 0x00000000), 0 Jun 14 00:40:36 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:36 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:37 rayek kernel: msg:1/2 Jun 14 00:40:37 rayek kernel: msg:2/2 Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: busy_state detected. Jun 14 00:40:37 rayek kernel: error_state detected. status:0x00000042 Jun 14 00:40:37 rayek kernel: before: 0xa0cca1ec (status: 0x00000000), 0 Jun 14 00:40:37 rayek kernel: saa7146_i2c_writeout: timed out waiting for end of xfer Jun 14 00:40:37 rayek kernel: error while sending message(s). starting again. Jun 14 00:40:37 rayek kernel: transmission successful. (msg:-5). Jun 14 00:40:37 rayek kernel: Couldn't read from EEPROM: not there? Jun 14 00:40:37 rayek kernel: saa7146: register extension 'budget dvb /w video in'. Jun 14 00:40:37 rayek kernel: usb.c: registered new driver Technotrend/Hauppauge USB-Nova Jun 14 00:40:37 rayek kernel: usb.c: registered new driver ttusb-dec Jun 14 00:40:41 rayek kernel: saa7146: unregister extension 'budget_ci dvb'. Jun 14 00:40:41 rayek kernel: usb.c: deregistering driver ttusb-dec Jun 14 00:40:41 rayek kernel: usb.c: deregistering driver Technotrend/Hauppauge USB-Nova Jun 14 00:42:59 rayek syslogd 1.4.1#17: restart. Thanks, Thomas