1
Software / Re:Probleme mit TV-Signal
« am: April 26, 2015, 10:26:19 Nachmittag »
Hallo,
danke für die schnelle Antwort. Nachdem ich schon einige versucht hatte, wollte ich nochmal von Anfang an beginnen. Also zuerst ein Raspbian Image geladen und dann folgendes ausgeührt:
Sundtek Stick am aktiven USB Hub (2A Netzteil, Raspberry am separaten 2A Netzteil)
pi@raspberrypi ~ $ sudo apt-get update
pi@raspberrypi ~ $ sudo apt-get upgrade
pi@raspberrypi ~ $ sudo reboot
Installation des Treiber
pi@raspberrypi ~ $ wget http://www.sundtek.de/media/sundtek_netinst.sh
pi@raspberrypi ~ $ chmod 755 sundtek_netinst.sh
pi@raspberrypi ~ $ sudo ./sundtek_netinst.sh
pi@raspberrypi ~ $ /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [MediaTV Pro III USB (EU)] DVB-C, DVB-T, DVB-T2, ANALOG-TV, FM-RADIO, REMOTE-CONTROL, OSS-AUDIO, RDS
[INFO]:
STATUS: ACTIVE
[BUS]:
ID: 1-1.5
[SERIAL]:
ID: U150302143058
[DVB-C]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[DVB-T]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[DVB-T2]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[ANALOG-TV]:
VIDEO0: /dev/video0
VBI0: /dev/vbi0
[FM-RADIO]:
RADIO0: /dev/radio0
RDS: /dev/rds0
[REMOTECONTROL]:
INPUT0: /dev/mediainput0
[OSS]:
OSS0: /dev/dsp0
pi@raspberrypi ~ $ /opt/bin/mediaclient --mode=DVBC
pi@raspberrypi ~ $ /opt/bin/mediaclient --setdtvmode=DVBC
Blindscan:
pi@raspberrypi ~ $ /opt/bin/mediaclient --blindscan /dev/dvb/adapter0/frontend0
Succeeded this device supports Hardware Blindscan
pi@raspberrypi ~ $
Da hier die Berechtigung fehlte in /etc zu schreiben, habe ich es manuell eingegeben:
pi@raspberrypi ~ $ sudo nano /etc/sundtek.conf
loglevel=min
pi@raspberrypi ~ $ /opt/bin/mediaclient --shutdown
pi@raspberrypi ~ $ /opt/bin/mediaclient --start
pi@raspberrypi /etc $ tail /var/log/mediasrv.log
2015-04-26 20:17:38 [2310] Tuner response error (660)
2015-04-26 20:17:38 [2310] sending command failed with status fffffffe ()
2015-04-26 20:17:38 [2310] Failed to set ATV Properties
2015-04-26 20:17:38 [2310] sending command failed with status ffffffff ()
2015-04-26 20:17:38 [2310] Communication error
2015-04-26 20:17:38 [2310] sending command failed with status ffffffff ()
2015-04-26 20:17:38 [2310] xouton fail
2015-04-26 20:17:38 [2310] sending command failed with status fffffffe ()
2015-04-26 20:17:38 [2310] This device uses the third generation Tuner
2015-04-26 20:17:38 [2310] Power up demodulator
Daraufhin Stick direk am raspberry angeschlossen
pi@raspberrypi ~ $ /opt/bin/mediaclient --blindscan /dev/dvb/adapter0/frontend
pi@raspberrypi ~ $
pi@raspberrypi ~ $ tail /var/log/mediasrv.log
2015-04-26 20:21:45 [2232] Tuner response error (660)
2015-04-26 20:21:45 [2232] sending command failed with status fffffffe ()
2015-04-26 20:21:45 [2232] Failed to set ATV Properties
2015-04-26 20:21:45 [2232] sending command failed with status ffffffff ()
2015-04-26 20:21:45 [2232] Communication error
2015-04-26 20:21:45 [2232] sending command failed with status ffffffff ()
2015-04-26 20:21:45 [2232] xouton fail
2015-04-26 20:21:45 [2232] sending command failed with status fffffffe ()
2015-04-26 20:21:45 [2232] This device uses the third generation Tuner
2015-04-26 20:21:45 [2232] Power up demodulator
Viele Grüße
danke für die schnelle Antwort. Nachdem ich schon einige versucht hatte, wollte ich nochmal von Anfang an beginnen. Also zuerst ein Raspbian Image geladen und dann folgendes ausgeührt:
Sundtek Stick am aktiven USB Hub (2A Netzteil, Raspberry am separaten 2A Netzteil)
pi@raspberrypi ~ $ sudo apt-get update
pi@raspberrypi ~ $ sudo apt-get upgrade
pi@raspberrypi ~ $ sudo reboot
Installation des Treiber
pi@raspberrypi ~ $ wget http://www.sundtek.de/media/sundtek_netinst.sh
pi@raspberrypi ~ $ chmod 755 sundtek_netinst.sh
pi@raspberrypi ~ $ sudo ./sundtek_netinst.sh
pi@raspberrypi ~ $ /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [MediaTV Pro III USB (EU)] DVB-C, DVB-T, DVB-T2, ANALOG-TV, FM-RADIO, REMOTE-CONTROL, OSS-AUDIO, RDS
[INFO]:
STATUS: ACTIVE
[BUS]:
ID: 1-1.5
[SERIAL]:
ID: U150302143058
[DVB-C]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[DVB-T]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[DVB-T2]:
FRONTEND: /dev/dvb/adapter0/frontend0
DVR: /dev/dvb/adapter0/dvr0
DMX: /dev/dvb/adapter0/demux0
[ANALOG-TV]:
VIDEO0: /dev/video0
VBI0: /dev/vbi0
[FM-RADIO]:
RADIO0: /dev/radio0
RDS: /dev/rds0
[REMOTECONTROL]:
INPUT0: /dev/mediainput0
[OSS]:
OSS0: /dev/dsp0
pi@raspberrypi ~ $ /opt/bin/mediaclient --mode=DVBC
pi@raspberrypi ~ $ /opt/bin/mediaclient --setdtvmode=DVBC
Blindscan:
pi@raspberrypi ~ $ /opt/bin/mediaclient --blindscan /dev/dvb/adapter0/frontend0
Succeeded this device supports Hardware Blindscan
pi@raspberrypi ~ $
Da hier die Berechtigung fehlte in /etc zu schreiben, habe ich es manuell eingegeben:
pi@raspberrypi ~ $ sudo nano /etc/sundtek.conf
loglevel=min
pi@raspberrypi ~ $ /opt/bin/mediaclient --shutdown
pi@raspberrypi ~ $ /opt/bin/mediaclient --start
pi@raspberrypi /etc $ tail /var/log/mediasrv.log
2015-04-26 20:17:38 [2310] Tuner response error (660)
2015-04-26 20:17:38 [2310] sending command failed with status fffffffe ()
2015-04-26 20:17:38 [2310] Failed to set ATV Properties
2015-04-26 20:17:38 [2310] sending command failed with status ffffffff ()
2015-04-26 20:17:38 [2310] Communication error
2015-04-26 20:17:38 [2310] sending command failed with status ffffffff ()
2015-04-26 20:17:38 [2310] xouton fail
2015-04-26 20:17:38 [2310] sending command failed with status fffffffe ()
2015-04-26 20:17:38 [2310] This device uses the third generation Tuner
2015-04-26 20:17:38 [2310] Power up demodulator
Daraufhin Stick direk am raspberry angeschlossen
pi@raspberrypi ~ $ /opt/bin/mediaclient --blindscan /dev/dvb/adapter0/frontend
pi@raspberrypi ~ $
pi@raspberrypi ~ $ tail /var/log/mediasrv.log
2015-04-26 20:21:45 [2232] Tuner response error (660)
2015-04-26 20:21:45 [2232] sending command failed with status fffffffe ()
2015-04-26 20:21:45 [2232] Failed to set ATV Properties
2015-04-26 20:21:45 [2232] sending command failed with status ffffffff ()
2015-04-26 20:21:45 [2232] Communication error
2015-04-26 20:21:45 [2232] sending command failed with status ffffffff ()
2015-04-26 20:21:45 [2232] xouton fail
2015-04-26 20:21:45 [2232] sending command failed with status fffffffe ()
2015-04-26 20:21:45 [2232] This device uses the third generation Tuner
2015-04-26 20:21:45 [2232] Power up demodulator
Viele Grüße