I have Fuj:tech DTV PRO DVBT-UT2000 which uses same Afatech AF9015
drivers from http://linuxtv.org/hg/~anttip/af9015/ (and firmware from
http://www.otit.fi/~crope/v4l-
dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/dvb-usb-
af9015.fw). It worked previously with Ubuntu 8.04, but I have same
problem as you with Ubuntu 8.10.

With unsuccesful driver load attempt I get the following in /var/log/messages:
---
[ 3488.048114] usb 8-3.6: new high speed USB device using ehci_hcd and address
23
[ 3488.160848] usb 8-3.6: configuration #1 chosen from 1 choice
[ 3488.187248] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold sta
te, will try to load a firmware
[ 3488.187255] firmware: requesting dvb-usb-af9015.fw
[ 3488.190317] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
[ 3488.262320] MSI MSI K-VOX: Fixing fullspeed to highspeed interval: 16 -> 8
[ 3488.263779] input: MSI MSI K-VOX as /devices/pci0000:00/0000:00:1d.7/usb8/8-
3/8-3.6/8-3.6:1.1/input/input21
[ 3488.304644] input,hidraw3: USB HID v1.01 Keyboard [MSI MSI K-VOX] on usb-000
0:00:1d.7-3.6
---

And succesful attempt:
---
[ 3495.488161] usb 8-3.6: new high speed USB device using ehci_hcd and address 
24
[ 3495.600769] usb 8-3.6: configuration #1 chosen from 1 choice
[ 3495.622144] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold 
state, will try to load a firmware
[ 3495.622151] firmware: requesting dvb-usb-af9015.fw
[ 3495.640194] dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
[ 3495.711523] usb 8-3.6: USB disconnect, address 24
[ 3495.716708] dvb-usb: generic DVB-USB module successfully deinitialized and 
disconnected.
[ 3495.716783] dvb-usb: generic DVB-USB module successfully deinitialized and 
disconnected.
[ 3495.932165] usb 8-3.6: new high speed USB device using ehci_hcd and address 
25
[ 3496.045771] usb 8-3.6: configuration #1 chosen from 1 choice
[ 3496.077525] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm 
state.
[ 3496.077570] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[ 3496.078417] DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
[ 3496.465903] af9013: firmware version:4.95.0
[ 3496.469404] DVB: registering frontend 0 (Afatech AF9013 DVB-T)...
[ 3496.490902] MT2060: successfully identified (IF1 = 1220)
[ 3496.955698] input: IR-receiver inside an USB DVB receiver as 
/devices/pci0000:00/0000:00:1d.7/usb8/8-3/8-3.6/input/input22
[ 3496.984712] dvb-usb: schedule remote query interval to 150 msecs.
[ 3496.984718] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully 
initialized and connected.
[ 3497.038583] MSI MSI K-VOX: Fixing fullspeed to highspeed interval: 16 -> 8
[ 3497.039748] input: MSI MSI K-VOX as 
/devices/pci0000:00/0000:00:1d.7/usb8/8-3/8-3.6/8-3.6:1.1/input/input23
[ 3497.092139] input,hidraw3: USB HID v1.01 Keyboard [MSI MSI K-VOX] on 
usb-0000:00:1d.7-3.6
---

There's no need to replug the stick. I can just reload dvb_usb_af9015
-module as many times as needed. This script works as a temporary
solution:

count=1 ; while true ; do sudo modprobe -r dvb_usb_af9015 ; sudo
modprobe dvb_usb_af9015 ; if test `tail --lines 2 /var/log/messages |
grep 'successfully initialized and connected.' | wc -l` -gt 0 ; then
echo "Attempt #${count} succeeded." ; break ; fi ; echo "Attempt
#${count} failed." ; let count="${count}+1" ; sleep 1 ; done

On average it seems to succeed on 2nd attempt.

-- 
DVB-T USB stick detected "in cold state" not initialized
https://bugs.launchpad.net/bugs/285826
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to