Hello, I have been trying to get a Yakumo QuickStick DVB-T (USB 2.0) running with kernel 2.6.13.2. First I plugged in the stick and as the syslog shows (attached below) the stick is recognized although "recv bulk message failed: -110". Then I tried: < host:~$ dvbtune -f 1770000 Using DVB card "WideView USB DVB-T" tuning DVB-T (in United Kingdom) to 1770000 Hz polling.... Getting frontend event FE_STATUS: polling.... Getting frontend event FE_STATUS: FE_TIMEDOUT Not able to lock to the signal on the given frequency > So there seems to be a tuning problem related to the frontend. As stated at http://www.linuxtv.org/wiki/index.php/DVB_USB#WideView.2FYakumo.2FHama.2FTyphoon.2FYuan_Boxes_and_Pens the correct frontend should be "Zarlink MT352" which I compiled as module into the kernel. However lsmod (attached below) shows that the mt352 module is not loaded automatically when the stick was plugged in. When I load it manually (modprobe -v mt352) and dvbtune again, the system freezes after a few seconds. Your help would be highly appreciated! Best regards, Frank lsmod: ------ dvb_usb_dtt200u 9284 0 dvb_usb 23496 1 dvb_usb_dtt200u dvb_core 83560 1 dvb_usb i2c_core 21840 1 dvb_usb dvb_pll 9476 1 dvb_usb /var/log/syslog: ---------------- Sep 24 21:50:46 neo vmunix: usb 5-7: new high speed USB device using ehci_hcd and address 2 Sep 24 21:50:46 neo vmunix: dvb-usb: found a 'WideView WT-220U PenType Receiver (and clones)' in cold state, will try to load a firmware Sep 24 21:50:46 neo kernel: dvb-usb: downloading firmware from file 'dvb-usb-wt220u-01.fw' to the 'Cypress FX2' Sep 24 21:50:46 neo vmunix: dvb-usb: WideView WT-220U PenType Receiver (and clones) successfully initialized and connected. Sep 24 21:50:46 neo vmunix: usbcore: registered new driver dvb_usb_dtt200u Sep 24 21:50:46 neo usb.agent[7643]: dvb-usb-dtt200u: loaded successfully Sep 24 21:50:47 neo kernel: usb 5-7: USB disconnect, address 2 Sep 24 21:50:47 neo kernel: dvb-usb: generic DVB-USB module successfully deinitialized and disconnected. Sep 24 21:50:49 neo vmunix: usb 5-7: new high speed USB device using ehci_hcd and address 3 Sep 24 21:50:49 neo vmunix: dvb-usb: found a 'WideView/Yuan/Yakumo/Hama/Typhoon DVB-T USB2.0 (WT-200U)' in warm state. Sep 24 21:50:49 neo vmunix: dvb-usb: will use the device's hardware PID filter (table count: 15). Sep 24 21:50:49 neo vmunix: DVB: registering new adapter (WideView/Yuan/Yakumo/Hama/Typhoon DVB-T USB2.0 (WT-200U)). Sep 24 21:50:49 neo vmunix: DVB: registering frontend 0 (WideView USB DVB-T)... Sep 24 21:50:49 neo vmunix: dvb-usb: schedule remote query interval to 300 msecs. Sep 24 21:50:49 neo vmunix: dvb-usb: WideView/Yuan/Yakumo/Hama/Typhoon DVB-T USB2.0 (WT-200U) successfully initialized and connected. Sep 24 21:50:50 neo usb.agent[7849]: dvb-usb-dtt200u: already loaded Sep 24 21:50:50 neo input.agent[7822]: evdev: already loaded Sep 24 21:50:50 neo input.agent[7809]: evdev: already loaded Sep 24 21:50:52 neo vmunix: dvb-usb: recv bulk message failed: -110 ls -al /dev/dvb/adapter0: ------------------------- drwxrwxr-x 2 root video 4096 2005-09-24 21:44 ./ drwxrwxr-x 6 root video 4096 2005-09-23 19:27 ../ crw-rw---- 1 root video 212, 1 2005-09-24 21:44 audio0 crw-rw---- 1 root video 212, 6 2005-09-24 21:44 ca0 crw-rw---- 1 root video 212, 4 2005-09-24 21:44 demux0 crw-rw---- 1 root video 212, 5 2005-09-24 21:44 dvr0 crw-rw---- 1 root video 212, 3 2005-09-24 21:44 frontend0 crw-rw---- 1 root video 212, 7 2005-09-24 21:44 net0 crw-rw---- 1 root video 212, 8 2005-09-24 21:44 osd0 crw-rw---- 1 root video 212, 0 2005-09-24 21:44 video0