Page 1 of 1

Where did dvb-usb-af9015.fw go?

PostPosted: Mar 15th, '13, 11:53
by lionelv
I'm not 100% sure what has happened but when I first installed Mageia 3 beta 3, 64 bit, Kaffeine found my USB TV tuner no problems and I watched TV. However tonighted I booted up and it wasn't working, so I ran dmesg and found this:

Code: Select all
 3065.270073] usb 2-7: new high-speed USB device number 6 using ehci-pci
[ 3065.425108] usb 2-7: New USB device found, idVendor=0413, idProduct=6029
[ 3065.425122] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3065.425129] usb 2-7: Product: WinFast DTV Dongle Gold
[ 3065.425185] usb 2-7: Manufacturer: Leadtek
[ 3065.429950] input: Leadtek WinFast DTV Dongle Gold as /devices/pci0000:00/0000:00:02.1/usb2/2-7/2-7:1.1/input/input14
[ 3065.430526] usb 2-7: dvb_usb_v2: found a 'Leadtek WinFast DTV Dongle Gold' in cold state
[ 3065.433978] hid-generic 0003:0413:6029.0003: input,hidraw0: USB HID v1.01 Keyboard [Leadtek WinFast DTV Dongle Gold] on usb-0000:00:02.1-7/input1
[ 3065.435160] usb 2-7: dvb_usb_v2: Did not find the firmware file 'dvb-usb-af9015.fw'. Please see linux/Documentation/dvb/ for more details on firmware-problems. Status -2
[ 3065.435233] usb 2-7: dvb_usb_v2: 'Leadtek WinFast DTV Dongle Gold' error while loading driver (-2)
[ 3065.435256] usb 2-7: dvb_usb_v2: 'Leadtek WinFast DTV Dongle Gold' successfully deinitialized and disconnected


So somewhere along the lines dvb-usb-af9015.fw must have gone missing.

Any ideas?

Re: Where did dvb-usb-af9015.fw go?

PostPosted: Mar 15th, '13, 16:52
by ozky
It's in kernel-firmware-nonfree so install it from package manager and reboot.

Re: Where did dvb-usb-af9015.fw go?

PostPosted: Mar 16th, '13, 17:23
by leuhmanu
No, it's not, but you can do it manually and easily, http://linuxtv.org/wiki/index.php/DVB-T_USB_Devices

wget http://www.otit.fi/~crope/v4l-dvb/af901 ... -af9015.fw
su -c "mv dvb-usb-af9015.fw /lib/firmware"

Re: Where did dvb-usb-af9015.fw go?

PostPosted: Mar 17th, '13, 01:46
by lionelv
Yeah, I did it manually as soon as the problem occured.

But why did it work when I first installed and now it has gone? Should it be in there?