sisi2168 firmware install
Place these two files to /lib/firmware and tv tuner will start to work
dvb-demod-si2168-b40-01.fw
dvb-demod-si2168-02.fw
Details https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-dualHD
Download firmware from https://github.com/OpenELEC/dvb-firmware/tree/master/firmware
- wget https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-demod-si2168-b40-01.fw
- sudo mv dvb-demod-si2168-b40-01.fw /lib/firmware/
- wget https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-demod-si2168-02.fw
- sudo mv dvb-demod-si2168-02.fw /lib/firmware/
Trouble Shooting
```bash
tail -f /var/log/{messages,kernel,dmesg,syslog}
```
```bash example output
Oct 4 11:21:09 nextcloudpi tvheadend[464]: dvr: "Die Reise zum Mittelpunkt der Erde" on "ORF 1" recorder starting
Oct 4 11:21:09 nextcloudpi tvheadend[464]: dvr: About to set stop timer for "Die Reise zum Mittelpunkt der Erde" on "ORF 1" at start 1601806899 and original stop 1601812066 and overall stop at 1601812066
Oct 4 11:21:09 nextcloudpi tvheadend[464]: mpegts: 498MHz in DVB-T2 Network - tuning on Silicon Labs Si2168 #0 : DVB-T #0
Oct 4 11:21:09 nextcloudpi tvheadend[464]: subscription: 00F8: "DVR: Die Reise zum Mittelpunkt der Erde" subscribing on channel "ORF 1", weight: 300, adapter: "Silicon Labs Si2168 #0 : DVB-T #0", network: "DVB-T2 Network", mux: "498MHz", provider: "ORF", service: "ORF1", profile="pass"
Oct 4 11:21:39 nextcloudpi tvheadend[464]: dvr: /home/hts/Die Reise zum Mittelpunkt der Erde.ts from adapter: "Silicon Labs Si2168 #0 : DVB-T #0", network: "DVB-T2 Network", mux: "498MHz", provider: "ORF", service: "ORF1"
Oct 4 11:21:39 nextcloudpi tvheadend[464]: dvr: # type lang resolution aspect ratio sample rate channels
Oct 4 11:21:39 nextcloudpi tvheadend[464]: dvr: 1 TELETEXT
Oct 4 11:21:39 nextcloudpi tvheadend[464]: dvr: 2 H264 720x576 ?
Oct 4 11:21:39 nextcloudpi tvheadend[464]: dvr: 3 EAC3 ger ? ?
```
TvHeadend Snap Package
Seems like Snap is the way to go on Ubuntu. A pitfall is, the need for manual authorization to access /dev/ in settings... enable it like this
Kommentare