26th Jan, 2017, 08:21 AM
Good afternoon
If it can help:
After the upgrade to Kodi 17.0 I noticed that tvheadend was not working anymore.
the syslog of the pi had this entry:
That's very explicit.
What I did on my laptop linux machine:
cd ~
mkdir linuxtv-git
cd linuxtv-git
git clone git://linuxtv.org/media_build.git
./build
after that, from my xbian:
sudo su
scp user@ip-of-laptop:/home/user/linuxtv-git/media_build/v4l/firmware/dvb-usb-it9135-02.fw /lib/firmware/dvb-usb-it9135-02.fw
One reboot after, everything is back to normal.
If it can help:
After the upgrade to Kodi 17.0 I noticed that tvheadend was not working anymore.
the syslog of the pi had this entry:
Code:
dvb_usb_v2: Did not find the firmware file 'dvb-usb-it9135-02.fw'. Please see linux/Documentation/dvb/ for more details on firmware-problems. Status -2
That's very explicit.
What I did on my laptop linux machine:
cd ~
mkdir linuxtv-git
cd linuxtv-git
git clone git://linuxtv.org/media_build.git
./build
after that, from my xbian:
sudo su
scp user@ip-of-laptop:/home/user/linuxtv-git/media_build/v4l/firmware/dvb-usb-it9135-02.fw /lib/firmware/dvb-usb-it9135-02.fw
One reboot after, everything is back to normal.