Hi, I manage to get working a little bit my Cinergy Hybrid T USB XS. To manage it I did that: - update to kernel 2.6.24-18 (I am under ubuntu) - rename /lib/modules/2.6.24-18-generic/kernel/drivers/media/video/em28xx/em28xx.ko - copy empia/ folder from the deb package to /lib/modules/2.6.24-18-generic/ - run depmod -a
dmesg gives that (device pluged in after boot): [ 212.007246] usb 4-1: new high speed USB device using ehci_hcd and address 5 [ 212.152786] usb 4-1: configuration #1 chosen from 1 choice [ 212.279314] Linux video capture interface: v2.00 [ 212.316906] em28xx: no version for "struct_module" found: kernel tainted. [ 212.321548] em28xx v4l2 driver version 0.0.1 loaded [ 212.322463] em28xx new video device (0ccd:005e): interface 0, class 255 [ 212.322480] em28xx: device is attached to a USB 2.0 bus [ 212.323687] em28xx #0: Alternate settings: 8 [ 212.323698] em28xx #0: Alternate setting 0, max size= 0 [ 212.323702] em28xx #0: Alternate setting 1, max size= 0 [ 212.323706] em28xx #0: Alternate setting 2, max size= 1448 [ 212.323709] em28xx #0: Alternate setting 3, max size= 2048 [ 212.323713] em28xx #0: Alternate setting 4, max size= 2304 [ 212.323717] em28xx #0: Alternate setting 5, max size= 2580 [ 212.323720] em28xx #0: Alternate setting 6, max size= 2892 [ 212.323724] em28xx #0: Alternate setting 7, max size= 3072 [ 212.518733] input: em2880/em2870 remote control as /devices/virtual/input/input9 [ 212.555685] em28xx-input.c: remote control handler attached [ 212.756011] trying to set disabled gpio? (00) [ 212.760387] tuner 1-0061: chip found @ 0xc2 (em28xx #0) [ 212.760450] attach inform (default): detected I2C address c2 [ 212.767041] attach_inform: tvp5150 detected. [ 212.831450] tvp5150 1-005c: tvp5150am1 detected. [ 214.460863] successfully attached tuner [ 214.466056] em28xx #0: V4L2 VBI device registered as /dev/vbi0 [ 214.490086] em28xx #0: V4L2 device registered as /dev/video0 [ 214.490099] em28xx #0: Found Terratec Hybrid XS (em2882) [ 214.490239] usbcore: registered new interface driver em28xx [ 214.499024] analog tv open() [ 214.499037] modelock active! [ 214.514056] vbi open() [ 214.514071] modelock active! [ 214.529914] em28xx_audio: disagrees about version of symbol snd_pcm_new [ 214.529923] em28xx_audio: Unknown symbol snd_pcm_new [ 214.530004] em28xx_audio: disagrees about version of symbol snd_card_register [ 214.530008] em28xx_audio: Unknown symbol snd_card_register [ 214.530085] em28xx_audio: disagrees about version of symbol snd_card_free [ 214.530088] em28xx_audio: Unknown symbol snd_card_free [ 214.530280] em28xx_audio: disagrees about version of symbol snd_card_new [ 214.530283] em28xx_audio: Unknown symbol snd_card_new [ 214.530354] em28xx_audio: disagrees about version of symbol snd_pcm_lib_ioctl [ 214.530358] em28xx_audio: Unknown symbol snd_pcm_lib_ioctl [ 214.530568] em28xx_audio: disagrees about version of symbol snd_pcm_set_ops [ 214.530572] em28xx_audio: Unknown symbol snd_pcm_set_ops [ 214.530648] em28xx_audio: disagrees about version of symbol snd_pcm_hw_constraint_integer [ 214.530652] em28xx_audio: Unknown symbol snd_pcm_hw_constraint_integer [ 214.530891] em28xx_audio: disagrees about version of symbol snd_pcm_period_elapsed [ 214.530895] em28xx_audio: Unknown symbol snd_pcm_period_elapsed [ 214.639084] em2880-dvb.c: DVB Init [ 214.994549] DVB: registering new adapter (em2880 DVB-T) [ 214.995023] DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)... [ 214.996452] Em28xx: Initialized (Em2880 DVB Extension) extension Seems to have some problem with em28xx-audio. Maybe because the modules were compiled against the wrong kernel headers?! I said it is a little bit working because if I change a channel under Kaffeine, Kaffeine doesn't answer anymore :-( But sometimes it works ok!! Otherwise when I boot with device pluged in and I call Kaffeine, I got the following output of dmesg: [ 39.822165] Linux video capture interface: v2.00 [ 39.854322] em28xx: no version for "struct_module" found: kernel tainted. [ 39.857686] em28xx v4l2 driver version 0.0.1 loaded [ 39.857759] em28xx new video device (0ccd:005e): interface 0, class 255 [ 39.857766] em28xx: device is attached to a USB 2.0 bus [ 39.857771] em28xx #0: Alternate settings: 8 [ 39.857774] em28xx #0: Alternate setting 0, max size= 0 [ 39.857777] em28xx #0: Alternate setting 1, max size= 0 [ 39.857782] em28xx #0: Alternate setting 2, max size= 1448 [ 39.857785] em28xx #0: Alternate setting 3, max size= 2048 [ 39.857789] em28xx #0: Alternate setting 4, max size= 2304 [ 39.857794] em28xx #0: Alternate setting 5, max size= 2580 [ 39.857797] em28xx #0: Alternate setting 6, max size= 2892 [ 39.857923] em28xx #0: Alternate setting 7, max size= 3072 [ 39.858095] input,hidraw0: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:03.3-3.2 [ 39.858125] usbcore: registered new interface driver usbhid [ 39.858133] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver [ 40.058837] input: em2880/em2870 remote control as /devices/virtual/input/input9 [ 40.114764] em28xx-input.c: remote control handler attached [ 40.315544] trying to set disabled gpio? (00) [ 40.319140] tuner 1-0061: chip found @ 0xc2 (em28xx #0) [ 40.319207] attach inform (default): detected I2C address c2 [ 40.330811] attach_inform: tvp5150 detected. [ 40.393817] tvp5150 1-005c: tvp5150am1 detected. [ 40.477266] intel8x0_measure_ac97_clock: measured 55355 usecs [ 40.477274] intel8x0: clocking to 48000 [ 41.776382] cs: IO port probe 0x100-0x3af: clean. [ 41.778377] cs: IO port probe 0x3e0-0x4ff: clean. [ 41.779175] cs: IO port probe 0x820-0x8ff: clean. [ 41.779267] cs: IO port probe 0xc00-0xcf7: clean. [ 41.780198] cs: IO port probe 0xa00-0xaff: clean. [ 41.781677] cs: IO port probe 0x100-0x3af: clean. [ 41.783667] cs: IO port probe 0x3e0-0x4ff: clean. [ 41.784490] cs: IO port probe 0x820-0x8ff: clean. [ 41.784591] cs: IO port probe 0xc00-0xcf7: clean. [ 41.785549] cs: IO port probe 0xa00-0xaff: clean. [ 42.243272] successfully attached tuner [ 42.247118] em28xx #0: V4L2 VBI device registered as /dev/vbi0 [ 42.264748] em28xx #0: V4L2 device registered as /dev/video0 [ 42.264758] em28xx #0: Found Terratec Hybrid XS (em2882) [ 42.264804] usbcore: registered new interface driver em28xx [ 42.290531] em28xx_audio: disagrees about version of symbol snd_pcm_new [ 42.290537] em28xx_audio: Unknown symbol snd_pcm_new [ 42.290586] em28xx_audio: disagrees about version of symbol snd_card_register [ 42.290588] em28xx_audio: Unknown symbol snd_card_register [ 42.290637] em28xx_audio: disagrees about version of symbol snd_card_free [ 42.290639] em28xx_audio: Unknown symbol snd_card_free [ 42.290755] em28xx_audio: disagrees about version of symbol snd_card_new [ 42.290758] em28xx_audio: Unknown symbol snd_card_new [ 42.290800] em28xx_audio: disagrees about version of symbol snd_pcm_lib_ioctl [ 42.290802] em28xx_audio: Unknown symbol snd_pcm_lib_ioctl [ 42.290928] em28xx_audio: disagrees about version of symbol snd_pcm_set_ops [ 42.290930] em28xx_audio: Unknown symbol snd_pcm_set_ops [ 42.290977] em28xx_audio: disagrees about version of symbol snd_pcm_hw_constraint_integer [ 42.290979] em28xx_audio: Unknown symbol snd_pcm_hw_constraint_integer [ 42.291124] em28xx_audio: disagrees about version of symbol snd_pcm_period_elapsed [ 42.291126] em28xx_audio: Unknown symbol snd_pcm_period_elapsed [ 42.363038] em2880-dvb.c: DVB Init [ 42.691600] DVB: registering new adapter (em2880 DVB-T) [ 42.691612] DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)... [ 42.692198] Em28xx: Initialized (Em2880 DVB Extension) extension [ 42.973231] lp0: using parport0 (interrupt-driven). [ 43.050251] Adding 1951888k swap on /dev/sda2. Priority:-1 extents:1 across:1951888k [ 64.842464] ReiserFS: sda3: found reiserfs format "3.6" with standard journal [ 64.842487] ReiserFS: sda3: using ordered data mode [ 64.858063] ReiserFS: sda3: journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 [ 64.859372] ReiserFS: sda3: checking transaction log (sda3) [ 64.900976] ReiserFS: sda3: Using r5 hash to sort names [ 65.465556] ip_tables: (C) 2000-2006 Netfilter Core Team [ 65.642376] serial8250: too much work for irq4 [ 65.644601] serial8250: too much work for irq4 [ 66.228035] No dock devices found. [ 70.453365] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) [ 70.453376] apm: disabled - APM is not SMP safe. [ 70.682969] ppdev: user-space parallel port driver [ 70.942063] audit(1212696737.128:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5455 profile="/usr/sbin/cupsd" namespace="default" [ 71.525867] NET: Registered protocol family 10 [ 71.526491] lo: Disabled Privacy Extensions [ 72.240477] vbi open() [ 72.240490] dev mode -> mode: 3 - 2 (radio: 1) (tv: 1) [ 72.407117] tvp5150 1-005c: tvp5150am1 detected. [ 72.527505] tuner 1-0061: tuner type not set [ 72.579271] analog tv open() [ 72.579284] dev mode -> mode: 2 - 2 (radio: 1) (tv: 1) [ 72.644350] serial8250: too much work for irq4 [ 74.965530] eth0: Media Link On 100mbps full-duplex [ 76.580303] NET: Registered protocol family 17 [ 77.024969] Bluetooth: Core ver 2.11 [ 77.025636] NET: Registered protocol family 31 [ 77.025645] Bluetooth: HCI device and connection manager initialized [ 77.025653] Bluetooth: HCI socket layer initialized [ 77.195312] Bluetooth: L2CAP ver 2.9 [ 77.195320] Bluetooth: L2CAP socket layer initialized [ 77.244480] Bluetooth: RFCOMM socket layer initialized [ 77.244514] Bluetooth: RFCOMM TTY layer initialized [ 77.244518] Bluetooth: RFCOMM ver 1.8 [ 79.172340] [drm] Initialized drm 1.1.0 20060810 [ 79.185935] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 23 [ 79.186319] [drm] Initialized radeon 1.28.0 20060524 on minor 0 [ 80.312491] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0. [ 80.312535] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode [ 80.312542] agpgart: SiS delay workaround: giving bridge time to recover. [ 80.327680] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode [ 80.993468] [drm] Setting GART location based on new memory map [ 80.993494] [drm] Loading R300 Microcode [ 80.993543] [drm] writeback test succeeded in 1 usecs [ 91.034547] eth0: no IPv6 routers present [ 200.755186] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 200.755195] =============================== [ 200.755198] 50 [ 200.755200] ================================ [ 200.756700] zl10353_read_register: readreg error (reg=80, ret==-19) [ 200.757433] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 200.757439] =============================== [ 200.757442] 50 03 [ 200.757445] ================================ [ 200.759056] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 200.759063] =============================== [ 200.759065] 51 44 [ 200.759069] ================================ [ 200.760555] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 200.760561] =============================== [ 200.760563] 52 46 [ 200.760566] ================================ [ 200.762177] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 200.762186] =============================== [ 200.762189] 53 15 [ 200.762192] ================================ [ 200.763813] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 200.763819] =============================== [ 200.763821] 54 0f [ 200.763824] ================================ [ 202.320175] FIXME:em28xx_i2c_send_bytes(1e): write failed: [ 202.320192] =============================== [ 202.320195] 62 0a [ 202.320199] ================================ Markus, any idea where the problem is? Thanks. Greg PS: Hope we will get an update before the european cup starts :-) -- 2.6.24.12 won't boot with em28xx device https://bugs.launchpad.net/bugs/204578 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
