Odp: Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND
PKG_SOURCE_VERSION zmień na taki jak chcesz (ostani ze zmian?)
Nie jesteś zalogowany. Proszę się zalogować lub zarejestrować.
eko.one.pl → Oprogramowanie / Software → Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND
Strony Poprzednia 1 … 8 9 10 11 Następna
Zaloguj się lub zarejestruj by napisać odpowiedź
PKG_SOURCE_VERSION zmień na taki jak chcesz (ostani ze zmian?)
Tylko za skarby nie wiem, gdzie podana jest najnowsza wersja tvheadend. Gdzie tego szukać? Przeleciałem git'a i nie znalazłem.
git clone https://github.com/tvheadend/tvheadend.git
Masz to w makefile wiec powinien zabrać źródła sam.
@Bartekk: przecież Ci podałeś w poście 222. Zaćmienie?
Tak tak, wybaczcie ale ja dalej nie wiem skąd wziąć informację co wpisać w:
PKG_SOURCE_VERSION:=
Zakładka commits i pokazuje że ostatnia zmiana to 9a3ad1c3e527a2be1d29b5346cd0468d3d18a4f2 ...
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 2Ja podałem jedno a ty ściągasz 63f21fc53da92ae254b5f1c87e7b91de2c9e337c ...
Najnowsza wersja z Dec 27, 2013 ma nr właśnie 9a3ad1c3e527a2be1d29b5346cd0468d3d18a4f2 i ona też nie działa.
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.
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.
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.
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.
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?
Nie gubi, Twój siedzi w /etc/tvheadend i taki powinieneś mu wskazać.
Naturalnie i taki mu wskazuję, lecz niestety odmowa dostępu. Tak jakby miał inny config z innymi danymi.
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
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 smsusbPo 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
Mi siano wywalał cały czas timeouty przy próbie załadowania firmware.
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?
Ja używam dwóch, oba masz opisane na eko.one.pl. Inni używali jeszcze innych, musisz wątek przeanalizować.
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.
Potwierdzam, dziala bez problemow. Sam taki mam.
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 driverDodam, że firmware jest 2-plikowe.
Ma ktoś jakiś pomysł?
ls -al /lib/firmware pokaż
Strony Poprzednia 1 … 8 9 10 11 Następna
Zaloguj się lub zarejestruj by napisać odpowiedź
eko.one.pl → Oprogramowanie / Software → Tuner DVB-T USB pod OpenWrt - TP-Link WR1043ND
Forum oparte o PunBB, wspierane przez Informer Technologies, Inc