Direkt zum Hauptbereich

Tvheadend / sisi2168 / Hauppauge WinTV-dualHD / tuner setup linux

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

Beliebte Posts aus diesem Blog

Open DRM-Free Unencrypted DVB-T2 Tv and Radio in Austria

Most things in Austria terestical TV got encrypted since DVB-T got shut down, but there are still three TV channels and three Radio Channels unencrypted. I had some hard time to find out how to get it working using linux... and non existing documentation of the sender did not help. Howerver... if you have use for detailed channel setup arround vienna, take a look: Tvheadend seems to lack channel search support using DVB-T2, but puzzeling every value together works fine: Mux A-WNB Channel Frequency: 498000000 Bandwitdh: 8MHz Constellation; QAM/16 Mux B2 Channel Frequency: 578000000 Bandwitdh: 8MHz Constellation; QAM/16 Unstable Twin Tuner I am using some twin tuner. That was not supported on older kernel version, but is now supported on current versions. Great? nope. The system/tvheadend gets unstable if two tuner are enabled running for weeks. After disabling one tuner, tvheadend runs reliable for months. List of unencrypted streams Example stream info tv channel   Surround sound Too

Cleanup your windows machine

still working: Use these lines to get your windows system cleaned up a bit and free your disk from old temporary and backup files: RD %temp%\ /S /Q rd /s /q C:\Windows\ServiceProfiles\NetworkService\AppData\Local\VSEQT\QTController rd %windir%\temp\ /s /q rd C:\TEMP\ /s /q rd C:\Quarantine /s /q rd "%userprofile%\AppData\Local\Temp\"  /s /q del C:\Windows\Installer\.tmp RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v3.0\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v3.5\Temporary ASP.NET Files\" RD /S /Q "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\" RD /S /Q "%userprofile%\AppData\Local\Microso