226

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

PKG_SOURCE_VERSION zmień na taki jak chcesz (ostani ze zmian?)

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

227

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Tylko za skarby nie wiem, gdzie podana jest najnowsza wersja tvheadend. Gdzie tego szukać? Przeleciałem git'a i nie znalazłem.

228 (edytowany przez zdzichu6969 2013-12-29 15:10:49)

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

git clone https://github.com/tvheadend/tvheadend.git

Masz to w makefile wiec powinien zabrać źródła sam.

RB760iGS + RB260GS / Ryzen 5 2660 / 16G DDR4 / MiniITX - Inea 1G (https://i.imgur.com/TLbJVDw.png)
RB951-2HnD / Celeron J1900 / 4G DDR3 / MiniITX - Satpol 100M

229

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

@Bartekk: przecież Ci podałeś w poście 222.  Zaćmienie?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

230

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Tak tak, wybaczcie ale ja dalej nie wiem skąd wziąć informację co wpisać w:

PKG_SOURCE_VERSION:=

231

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Zakładka commits i pokazuje że ostatnia zmiana to 9a3ad1c3e527a2be1d29b5346cd0468d3d18a4f2 ...

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

232

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Puściłem kompilacje 3 najnowszych wersji, ale niestety errory:

bartekk@Linux-PC /opt/attitude_adjustment $ make package/tvheadend/compile V=s
Collecting package info: done
make[1]: Entering directory `/opt/attitude_adjustment'
make[2]: Entering directory `/opt/attitude_adjustment/package/toolchain'
WARNING: skipping libssp -- package not selected
WARNING: skipping libstdcpp -- package not selected
WARNING: skipping libgfortran -- package not selected
WARNING: skipping ldd -- package not selected
WARNING: skipping ldconfig -- package not selected
make[2]: Leaving directory `/opt/attitude_adjustment/package/toolchain'
make[2]: Entering directory `/opt/attitude_adjustment/package/ocf-crypto-headers'
make[2]: Leaving directory `/opt/attitude_adjustment/package/ocf-crypto-headers'
make[2]: Entering directory `/opt/attitude_adjustment/package/zlib'
make[2]: Leaving directory `/opt/attitude_adjustment/package/zlib'
make[2]: Entering directory `/opt/attitude_adjustment/package/openssl'
WARNING: skipping openssl-util -- package not selected
make[2]: Leaving directory `/opt/attitude_adjustment/package/openssl'
make[2]: Entering directory `/opt/attitude_adjustment/feeds/packages/libs/curl'
WARNING: skipping curl -- package not selected
make[2]: Leaving directory `/opt/attitude_adjustment/feeds/packages/libs/curl'
make[2]: Entering directory `/opt/attitude_adjustment/package/tvheadend'
mkdir -p /opt/attitude_adjustment/dl
echo "Checking out files from the git repository..."; mkdir -p /opt/attitude_adjustment/tmp/dl && cd /opt/attitude_adjustment/tmp/dl && rm -rf tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c && [ \! -d tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c ] && git clone git://github.com/tvheadend/tvheadend.git tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c --recursive && (cd tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c && git checkout 63f21fc53da92ae254b5f1c87e7b91de2c9e337c) && echo "Packing checkout..." && rm -rf tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/.git &&     /bin/tar cfz /opt/attitude_adjustment/tmp/dl/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c.tar.gz tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c && mv /opt/attitude_adjustment/tmp/dl/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c.tar.gz /opt/attitude_adjustment/dl/ && rm -rf tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c; 
Checking out files from the git repository...
Cloning into 'tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c'...
remote: Reusing existing pack: 28560, done.
remote: Counting objects: 44, done.
remote: Compressing objects: 100% (26/26), done.
remote: Total 28604 (delta 20), reused 42 (delta 18)
Receiving objects: 100% (28604/28604), 17.63 MiB | 214 KiB/s, done.
Resolving deltas: 100% (19190/19190), done.
Note: checking out '63f21fc53da92ae254b5f1c87e7b91de2c9e337c'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 63f21fc... support: updated some random helper scripts
Packing checkout...
. /opt/attitude_adjustment/include/shell.sh; gzip -dc /opt/attitude_adjustment/dl/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c.tar.gz | /bin/tar -C /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/.. -xf - 
touch /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/.prepared_6042d45da4e97ea80758d153122bea35
(cd /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/./; if [ -x ./configure ]; then /usr/bin/find /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/ -name config.guess | xargs -r chmod u+w; /usr/bin/find /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/ -name config.guess | xargs -r -n1 cp /opt/attitude_adjustment/scripts/config.guess; /usr/bin/find /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/ -name config.sub | xargs -r chmod u+w; /usr/bin/find /opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/ -name config.sub | xargs -r -n1 cp /opt/attitude_adjustment/scripts/config.sub; AR=arm-openwrt-linux-uclibcgnueabi-ar AS="arm-openwrt-linux-uclibcgnueabi-gcc -c -Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float" LD=arm-openwrt-linux-uclibcgnueabi-ld NM=arm-openwrt-linux-uclibcgnueabi-nm CC="arm-openwrt-linux-uclibcgnueabi-gcc" GCC="arm-openwrt-linux-uclibcgnueabi-gcc" CXX="arm-openwrt-linux-uclibcgnueabi-g++" RANLIB=arm-openwrt-linux-uclibcgnueabi-ranlib STRIP=arm-openwrt-linux-uclibcgnueabi-strip OBJCOPY=arm-openwrt-linux-uclibcgnueabi-objcopy OBJDUMP=arm-openwrt-linux-uclibcgnueabi-objdump SIZE=arm-openwrt-linux-uclibcgnueabi-size CFLAGS="-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float " CXXFLAGS="-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves -fhonour-copts -Wno-error=unused-but-set-variable -msoft-float " CPPFLAGS="-I/opt/attitude_adjustment/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/usr/include -I/opt/attitude_adjustment/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/include -I/opt/attitude_adjustment/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/usr/include -I/opt/attitude_adjustment/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/include " LDFLAGS="-L/opt/attitude_adjustment/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/usr/lib -L/opt/attitude_adjustment/staging_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/lib -L/opt/attitude_adjustment/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/usr/lib -L/opt/attitude_adjustment/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/lib "   ./configure --target=arm-openwrt-linux --host=arm-openwrt-linux --build=i686-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls   --disable-cwc --disable-v4l --disable-linuxdvb --disable-dvbscan --disable-avahi --release --enable-bundle --enable-dvbcsa ; fi; )
Checking support/features
/opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/support/configure.inc: line 268: /tmp/13462.bin: cannot execute binary file
ERROR: No C compiler found
make[2]: *** [/opt/attitude_adjustment/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/tvheadend-63f21fc53da92ae254b5f1c87e7b91de2c9e337c/.configured_] Error 1
make[2]: Leaving directory `/opt/attitude_adjustment/package/tvheadend'
make[1]: *** [package/tvheadend/compile] Error 2
make[1]: Leaving directory `/opt/attitude_adjustment'
make: *** [package/tvheadend/compile] Error 2

233

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Ja podałem jedno a ty ściągasz 63f21fc53da92ae254b5f1c87e7b91de2c9e337c ...

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

234 (edytowany przez Bartekk 2013-12-29 15:42:06)

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Najnowsza wersja z Dec 27, 2013 ma nr właśnie 9a3ad1c3e527a2be1d29b5346cd0468d3d18a4f2 i ona też nie działa.

235

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Więc że to aktualna rozwojowa wersja? Nikt nie powiedział że będzie się kompilować. Znajdź jaki rev ma 3.9 czy inna stabilna i ją kompiluj.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

236 (edytowany przez Bartekk 2013-12-29 16:00:36)

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

A widzisz. Skompilowałem wersję 3.6 i 3.4. Dziwne, bo nigdzie nie ma mowy o 3.6, a githubie jest jako release. Zabieram się do testowania. Dzięki za pomoc.

237

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Nie musza sie wszystkie poprawnie kompilowac, kompilowalem na Debianie 8, u mnie na domowym serwerze 3 tygodnie temu, i poszla wersja 3.9.252~g1b78435, reszta sie wykladala.

RB760iGS + RB260GS / Ryzen 5 2660 / 16G DDR4 / MiniITX - Inea 1G (https://i.imgur.com/TLbJVDw.png)
RB951-2HnD / Celeron J1900 / 4G DDR3 / MiniITX - Satpol 100M

238

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Trochę dziwna sprawa. Wersja 3.4 nie znajduję mi tunera, przy 3.6 jest ok. Mniejsza z tym, jestem ciekaw czy skończą się te upierdliwe przycinki.

239

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Mam dziwny problem. Jeśli przy pierwszym uruchomieniu tvheadend'a komendą:

tvheadend -c /etc/tvheadend -C

wszystko chodzi ok. Mogę poustawiać sobie wszelkie opcję, dodać użytkowników. Niestety jeśli zabiję ten proces i odpalę go poprzez /etc/init.d/tvheadend start to nie mogę się zalogować na stronę konfiguracyjną. Jakby gubił config. Miał ktoś tak?

240

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Nie gubi, Twój siedzi w /etc/tvheadend i taki powinieneś mu wskazać.

241

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Naturalnie i taki mu wskazuję, lecz niestety odmowa dostępu. Tak jakby miał inny config z innymi danymi.

242

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

mam ITE9135 i mumudvb, tylko jest dziwny problem, IP multicast jest spoza zakresu routera, tj. w sieci LAN mam 192.168.1.x

a multicast jest 239.100.0.x:1234

i nie mogę się połączyć z streamem

243 (edytowany przez khain 2014-05-13 10:15:59)

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

szemo77 napisał/a:

Czy do tego celu można również dodać wsparcie dla chipsetu: Siano Mobile Silicon SMS1140?
Chipset ten jest w Media-Techu MT-4163 około ~60 pln.

Mam taki sam tuner dvb-t, ale nie mogę zainstalować sterownika do niego:/
Ściągnąłem moduł smsusb.ko oraz smsmdtv.ko (tylko ten jest wymagany przez smsusb) i załadowałem moduły w kolejności:

insmod dvb-core
insmod dvb-usb
insmod smsmdtv
insmod smsusb

Po załadowaniu ostatniego modułu router wypluwa:

smscore_detect_mode: line: 754: MSG_SMS_GET_VERSION_EX_REQ failed first try
smscore_set_device_mode: line: 828: mode detect failed -62
smsusb_init_device: line: 382: smscore_start_device(...) failed
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
smsusb_onresponse: line: 118: error, urb status -2, 0 bytes
sms_ir_exit:
smsusb: probe of 1-1.1.4:1.0 failed with error -62
usbcore: registered new interface driver smsusb
usb 1-1.1.3: Weird data, len=5 20 00 00 00 00 00 ...
usb 1-1.1.3: Weird data, len=5 20 00 00 00 00 00 ...

Nie ma znaczenia czy podłączę tuner przez huba aktywnego czy bezpośrednio do routera.
Widać, że nie może zainstalować sterownika:

T:  Bus=01 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#=  4 Spd=480  MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=187f ProdID=0202 Rev= 0.06
S:  Manufacturer=MDTV Receiver
S:  Product=MDTV Receiver
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

@szemo77 - czy udało Ci się uruchomić ten tuner pod openwrt?
PS. firmware ściągnąłem stąd https://github.com/OpenELEC/dvb-firmwar … mhz_b0.inp

TP-Link TL-WDR3600 v1.5 -  OpenWrt Chaos Calmer 15.05.1 with Luci +Microsoft LifeCam VX-3000
RaspberryPi 2 - OMV Stone Burner 2.0.15 +Creative SB Play +Medion OR24V +DVB-T Media-Tech MT4163  +MP00202AC +3xDS18B20 +HIH-4000-002 +MPXHZ6115A +Samsung SPF-85H +D-Link DUB-H7

244

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Mi siano wywalał cały czas timeouty przy próbie załadowania firmware.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

245

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Czyli mogę się pożegnać z działaniem tego tunera pod openwrt?
W takim razie jaki model tunera kupić, aby działał bezproblemowo pod openwrt?

TP-Link TL-WDR3600 v1.5 -  OpenWrt Chaos Calmer 15.05.1 with Luci +Microsoft LifeCam VX-3000
RaspberryPi 2 - OMV Stone Burner 2.0.15 +Creative SB Play +Medion OR24V +DVB-T Media-Tech MT4163  +MP00202AC +3xDS18B20 +HIH-4000-002 +MPXHZ6115A +Samsung SPF-85H +D-Link DUB-H7

246

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Ja używam dwóch, oba masz opisane na eko.one.pl. Inni używali jeszcze innych, musisz wątek przeanalizować.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

247

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Mam zamiar kupić tuner dvb-t Cabletech URZ0085 http://www.cabletech.pl/pl/4522-tuner-m … -cabletech czy ktoś z niego korzysta? Podobno jest on na IT9135, więc powinien działać pod openwrt, ale prosiłbym o potwierdzenie.

TP-Link TL-WDR3600 v1.5 -  OpenWrt Chaos Calmer 15.05.1 with Luci +Microsoft LifeCam VX-3000
RaspberryPi 2 - OMV Stone Burner 2.0.15 +Creative SB Play +Medion OR24V +DVB-T Media-Tech MT4163  +MP00202AC +3xDS18B20 +HIH-4000-002 +MPXHZ6115A +Samsung SPF-85H +D-Link DUB-H7

248

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

Potwierdzam, dziala bez problemow. Sam taki mam.

249

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

U mnie nie może zlokalizować firmware mimo, że as102_data1_st.hex i as102_data2_st.hex są w /lib/firmware

Dec  2 12:05:03 Gargoyle kern.info kernel: [  888.430000] usbcore: deregistering interface driver Abilis Systems as10x usb driver
Dec  2 12:05:03 Gargoyle kern.info kernel: [  888.440000] Unregistered device PCTV Systems picoStick (74e)
Dec  2 12:05:03 Gargoyle kern.info kernel: [  888.440000] as10x_usb: device has been disconnected
Dec  2 12:05:13 Gargoyle kern.warn kernel: [  897.780000] dvb_as102: module is from the staging directory, the quality is unknown, you have been warned.
Dec  2 12:05:13 Gargoyle kern.info kernel: [  897.790000] as10x_usb: device has been detected
Dec  2 12:05:13 Gargoyle kern.info kernel: [  897.800000] DVB: registering new adapter (PCTV Systems picoStick (74e))
Dec  2 12:05:13 Gargoyle kern.warn kernel: [  897.800000] DVB: registering adapter 0 frontend 0 (PCTV Systems picoStick (74e))...
Dec  2 12:05:13 Gargoyle kern.info kernel: [  898.050000] as10x_usb: firmware: as102_data1_st.hex loaded with success
Dec  2 12:06:14 Gargoyle kern.err kernel: [  959.200000] as10x_usb: unable to locate firmware file: as102_data2_st.hex
Dec  2 12:06:14 Gargoyle kern.info kernel: [  959.200000] Registered device PCTV Systems picoStick (74e)
Dec  2 12:06:14 Gargoyle kern.info kernel: [  959.210000] usbcore: registered new interface driver Abilis Systems as10x usb driver

Dodam, że firmware jest 2-plikowe.
Ma ktoś jakiś pomysł?

250

Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND

ls -al /lib/firmware pokaż

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.