Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] Linuxserver.io - Unraid DVB

Featured Replies

9 hours ago, CHBMB said:

 

I'd appreciate it if someone does.  I just install the drivers in Unraid for people to use, I really have no control over whether they work or not.  Unless people report broken stuff to the manufacturers, then stuff will stay broken.

Opened a ticket at Digital Devices:

Case Tracking ID: PQB-Q98-951V

Lets see if they care about linux at all. 

It's a pity that Digital Devices cards once configured, run perfectly, but I had a long frustrating period with them when I was running them on Ubuntu.

 

  • Replies 1.7k
  • Views 340.3k
  • Created
  • Last Reply

Hi

 

First of all, great plugin. Been using it for months, never had a single problem.

 

With 6.5.2 version, i'm getting errors related to my tuner (DVBSky T330).

 

May 17 18:03:35 NAS kernel: si2157 6-0060: found a 'Silicon Labs Si2157-A30'
May 17 18:03:35 NAS kernel: si2157 6-0060: firmware version: 3.0.5
May 17 18:03:35 NAS kernel: usb 1-2: DVB: adapter 0 frontend 0 frequency 0 out of range (42000000..870000000)
May 17 18:03:35 NAS kernel: si2168 5-0064: Direct firmware load for dvb-demod-si2168-02.fw failed with error -2
May 17 18:03:35 NAS kernel: si2168 5-0064: Direct firmware load for dvb-demod-si2168-02.fw failed with error -2
May 17 18:03:35 NAS kernel: si2168 5-0064: firmware file 'dvb-demod-si2168-02.fw' not found

 

lsusb: Bus 001 Device 003: ID 0572:0320 Conexant Systems (Rockwell), Inc. DVBSky T330 DVB-T2/C tuner

 

unRAID Version: 6.5.2
Linux Kernel Version: 4.14.40
DVB Version: LibreELEC
Driver Version: 1.22
DVB Kernel: Detected
DVB Adapter Drivers: Detected
DVB Adapter 0: Silicon Labs Si2168

 

The "/lib/firmware/" is read-only, so I tried to copy the fw file using the go script.

 

I copied the fw file to /boot/firmware/ and added to the script:

 

#!/bin/bash

# Start the Management Utility

/usr/local/sbin/emhttp &

#copy dvb fw

echo "Copy fw" | logger

cp /boot/firmware/*fw /lib/firmware/

 

 

May 17 20:32:24 NAS root: plugin: installed
May 17 20:32:24 NAS root: Starting go script
May 17 20:32:24 NAS root: Copy fw
May 17 20:32:24 NAS root: Starting emhttpd


But i cant find the 'dvb-demod-si2168-02.fw' on the /lib/firmware folder :(

 

Any ideas?

 

 

Edited by du.perin
add lsusb info / go script

Hi, CHBMB

 

Can you think of any reason why LE 6.5.2-rc2 works on my Hauppauge 950q, but 6.5.2 doesn't?  With 6.5.2, the driver is loaded, the adapter is detected, but I get no signal when trying to tune a channel. Only thing I see is that the filesize of bzfirmware is 11M with 6.5.2-rc2 and 4.5M with 6.5.2.

 

 

 

1 hour ago, DMcK said:

Hi, CHBMB

 

Can you think of any reason why LE 6.5.2-rc2 works on my Hauppauge 950q, but 6.5.2 doesn't?  With 6.5.2, the driver is loaded, the adapter is detected, but I get no signal when trying to tune a channel. Only thing I see is that the filesize of bzfirmware is 11M with 6.5.2-rc2 and 4.5M with 6.5.2.

 

 

 

Same here! Just tried with LE 6.5.2-rc2 and my tuner is back to business. 

 

May 17 23:54:06 NAS kernel: si2168 5-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
May 17 23:54:07 NAS kernel: si2168 5-0064: firmware version: B 4.0.11
May 17 23:54:07 NAS kernel: si2157 6-0060: found a 'Silicon Labs Si2157-A30'
May 17 23:54:07 NAS kernel: si2157 6-0060: firmware version: 3.0.5

hey @CHBMB, Drivers for cx23885 seem to have gone again too, from both 6.5.2-rc2 and 6.5.2 - LibreELEC build

root@Daedalus:~# modprobe cx23885
modprobe: FATAL: Module cx23885 not found in directory /lib/modules/4.14.40-unRAID

 

Edited by ProGEEK

hey [mention=6219]CHBMB[/mention], Drivers for cx23885 seem to have gone again too, from both 6.5.2-rc2 and 6.5.2 - LibreELEC build
root@Daedalus:~# modprobe cx23885modprobe: FATAL: Module cx23885 not found in directory /lib/modules/4.14.40-unRAID

 

I know, see the above three posts. I was playing around/breaking the script.
Think I know what's happened. Will redo them tonight.
Thanks! Will try it on the weekend.

@CHBMB

Many thanks for the Digital Devices 6.5.2(GitHub) image, installed it a few hours ago, and so far it's working as expected.

@CHBMB
Many thanks for the Digital Devices 6.5.2(GitHub) image, installed it a few hours ago, and so far it's working as expected.
Yeah, I only did it to cover the Spectre/Meltdown issues fully. It will be the last one.

All builds rebuilt, although the error should only have affected LibreELEC and TBS varieties.

Is the a new version for the newest unraid version for libre? When i go to unraid DVB plugin, it just loads forever   "Updating available builds"

 
1 hour ago, nuhll said:

Is the a new version for the newest unraid version for libre? When i go to unraid DVB plugin, it just loads forever   "Updating available builds"

 

 

Try uninstalling/installing the plugin again and/or a reboot.

7 hours ago, CHBMB said:

All builds rebuilt, although the error should only have affected LibreELEC and TBS varieties.

 

Working nicely now. Thanks again!

7 hours ago, CHBMB said:

All builds rebuilt, although the error should only have affected LibreELEC and TBS varieties.

 

thanks! working 100% now :)

Still missing the cx23885 module.

And now that the 6.4* images have been removed I can't roll back to a working version

Hmmm, what version did you upgrade from, I did remove the older versions in an effort to reduce our hosting costs.....

7 minutes ago, CHBMB said:

Hmmm, what version did you upgrade from, I did remove the older versions in an effort to reduce our hosting costs.....

Upgraded from 6.4.2 to 6.5.2 as all previous 6.5.x releases have given me issues

Im building the modules manually and i see that in your .config, CX23885 is disabled

Edited by ProGEEK

Upgraded from 6.4.2 to 6.5.2 as all previous 6.5.x releases have given me issues

Im building the modules manually and i see that in your .config, CX23885 is disabled
Yeah, must have buggered up the config, will fix it.....
Upgraded from 6.4.2 to 6.5.2 as all previous 6.5.x releases have given me issues

Im building the modules manually and i see that in your .config, CX23885 is disabled
Rebuilt it again last night. Try now.

Hmm... i installed the newest version of unraid and reinstalled the plugin, still im not able to get beyond "Updating available builds".

 

Which DNS Name it does try to resolve when clicking on the plugin?

Edited by nuhll

Hm. 

 

Doesnt show up in piholes log at all.

 

It might be the case that pihole is blocking the accesses.

 

No doesnt show up, also, in unraid, pihole is not set as dns server, but just wanted to make sure. (tried again restarting)

 

Any idea?

 

Finally found something in log



May 21 13:31:05 Unraid-Server nginx: 2018/05/21 13:31:05 [error] 4429#4429: *660 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 192.168.86.42, server: , request: "POST /plugins/UnraidDVB/include/exec.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock", host: "192.168.86.2:81", referrer: "http://192.168.86.2:81/Settings/UnraidDVB"

Edited by nuhll

On 5/21/2018 at 12:21 PM, nuhll said:

Hm. 

 

Doesnt show up in piholes log at all.

 

It might be the case that pihole is blocking the accesses.

 

No doesnt show up, also, in unraid, pihole is not set as dns server, but just wanted to make sure. (tried again restarting)

 

Any idea?

 

Finally found something in log

 

 

 

ping -c4 mirror.linuxserver.io

See if that works from your Unraid machine, if it doesn't and your plugin is the most recent version (2018.03.14) then it's something your end.

30 minutes ago, CHBMB said:

 


ping -c4 mirror.linuxserver.io

See if that works from your Unraid machine, if it doesn't and your plugin is the most recent version (2018.03.14) then it's something your end.

 

Thanks for your help!

 

Good idea.

 

root@Unraid-Server:~# ping -c4 mirror.linuxserver.io
PING mirror.linuxserver.io (46.101.228.190) 56(84) bytes of data.
64 bytes from 46.101.228.190: icmp_seq=1 ttl=54 time=36.9 ms
64 bytes from 46.101.228.190: icmp_seq=2 ttl=54 time=47.8 ms
64 bytes from 46.101.228.190: icmp_seq=3 ttl=54 time=35.9 ms
64 bytes from 46.101.228.190: icmp_seq=4 ttl=54 time=44.7 ms

--- mirror.linuxserver.io ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 7095ms
rtt min/avg/max/mdev = 35.973/41.391/47.882/5.083 ms

 

2018.03.14 

Edited by nuhll

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.