

sschöne
-
Posts
6 -
Joined
-
Last visited
Reputation Activity
-
sschöne got a reaction from Azrael in Cubieboard3 / Cubietruck experience (I2C MUX, si2168 DVB-C)
I installed the working image from papasmurfster and downloaded the firmware to /lib/firmware
dmesg | grep -i dvb [32967.819770] si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw' [76506.731502] em28178 #0: Closing DVB extension [76508.984748] em28xx: DVB interface 0 found: isoc [76510.989783] em28178 #0: dvb set to isoc mode. [76510.990710] em28178 #0: Binding DVB extension [76511.175456] DVB: registering new adapter (em28178 #0) [76511.175482] usb 2-1: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)... [76511.182309] em28178 #0: DVB extension successfully initialized It seems that the firmware cannot be load. But why? What am I doing wrong? When I start w_scan -fc: w_scan version 20120605 (compiled for DVB API 5.4) WARNING: could not guess your country. Falling back to 'DE' guessing country 'DE', use -c <country> to override using settings for GERMANY DVB cable DVB-C scan type CABLE, channellist 7 output format vdr-1.6 WARNING: could not guess your codepage. Falling back to 'UTF-8' output charset 'UTF-8', use -C <charset> to override Info: using DVB adapter auto detection. /dev/dvb/adapter0/frontend0 -> CABLE "Silicon Labs Si2168": very good Using CABLE frontend (adapter /dev/dvb/adapter0/frontend0) _ _ Getting frontend capabilities-_ _-_ Using DVB API 5.a frontend 'Silicon Labs Si2168' supports INVERSION_AUTO QAM_AUTO FEC_AUTO FREQ 55.00MHz ... 862.00MHz SRATE 1.000MSym/s ... 7.200MSym/s 73000: sr6900 time: 00:00 sr6875 time: 00:02 after that: dmesg | grep -i dvb [32967.819770] si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw' [76506.731502] em28178 #0: Closing DVB extension [76508.984748] em28xx: DVB interface 0 found: isoc [76510.989783] em28178 #0: dvb set to isoc mode. [76510.990710] em28178 #0: Binding DVB extension [76511.175456] DVB: registering new adapter (em28178 #0) [76511.175482] usb 2-1: DVB: registering adapter 0 frontend 0 (Silicon Labs Si2168)... [76511.182309] em28178 #0: DVB extension successfully initialized [78579.659829] si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw' Edit: It works!!! I do the following steps: 1. Start "w_scan -tc" and stop it immediately with Ctrl-C. This will set the stick in DVB-C mode and leaves it there.
Alternativesly, you can execute "dvb-fe-tool --adapter=0 --frontend=0 --set-delsys=DVBC/ANNEX_A".
2. Restart TVH with "service tvheadend restart"
3. Now go to http://<yourserver>:9981 and check that the stick is enabled and so on -
sschöne reacted to sschöne in Cubieboard3 / Cubietruck experience (I2C MUX, si2168 DVB-C)
dmesg | grep dvb shows:
si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
This file is under /lib/firmware
Edit: now, 1 hour later, dmesg | grep dvb shows nothing! When I start w_scan -fc and stop it after a few seconds, dmesg | grep dvb shows:
si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
After a reboot:
dmesg | grep dvb
[ 2.010462] usbcore: registered new interface driver dvb_usb_dvbsky
[ 2.010565] em28xx: Registered (Em28xx dvb Extension) extension
[ 4.565730] em28178 #0: dvb set to isoc mode.
[ 22.000949] si2168 3-0064: downloading firmware from file 'dvb-demod-si2168-b40-01.fw'
-
sschöne got a reaction from Igor in Cubieboard3 / Cubietruck experience (I2C MUX, si2168 DVB-C)
When I choose mainline and wheezy, I have other options later:
Device Drivers --> I2C-Support --> Multiplexer I2C Chip Support: There are 5 Options
and
Autoselect ancillary drivers (tubers, sensors, i2c, frontends) [*] is under Device Drivers --> Multimedia Support
Edit: Now i have a file Armbian_4.4_Bananapi_Debian_wheezy_4.2.1.zip in /output/images which is only 300MB.
When I unzip this file, I have 3 files: imagewriter.exe, Armbian_4.4_Bananapi_Debian_wheezy_4.2.1.raw an armbian.txt. I can unzip the raw file to 0.img. This file is only 900MB. When I write this image on a sd card, the banana pi does not start with it. When I want to open the sdcard in the explorer, it comes a message, that I have to format the card.
What is wrong?
Edit: It works!!!
Edit: I installed tvheadend. There I can choose the Silicon Labs Si2168 under TV Adapter. When I choose the DVB Network, it search the muxes. But it does not find any services.
Does somebody has any idea?