unixer / vtuner

Automatically exported from code.google.com/p/vtuner
0 stars 0 forks source link

VTUNER_SET_FE_INFO failed - Inappropriate ioctl for device #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. VTUNER_SET_FE_INFO failed - Inappropriate ioctl for device
2. DVBAPI 5.5 is used, Linux 3.3.8
3.

What is the expected output? What do you see instead?

root@gbquad:~# vtunerc.mipsel -f t:1 -v 4 -d /dev/vtuner0
vtunerc: vtuner client (vtunerc), part of vtuner project
Visit http://code.google.com/p/vtuner/ for more information
Copyright (C) 2009-11 Roland Mieslinger
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
vtunerc: Revision:63f73de8b63c+/tip/dirty DVB:5.3 allow:5.x NetProto:2 
MsgSize:96, Debug:4
vtunerc: [1879 ../../vtunerc.c:452]  info: added frontend mode DVB-T as mode 0, 
searching for tuner types 4
vtunerc: [1879 ../../vtunerc.c:533]  info: Created pidfile /var/run/vtunerc0.pid
vtunerc: [1879 ../../vtunerc.c:562]  info: Box is a gbquad
vtunerc: [1879 ../../vtunerc.c:586]  info: no server connected. discover thread 
is 0 (DWS_IDLE:0, DWS_RUNNING:1)
vtunerc: [1879 ../../vtunerc.c:588]  info: changing frontend mode to DVB-T
vtunerc: [1879 ../../vtunerc.c:613] error: VTUNER_SET_FE_INFO failed - 
Inappropriate ioctl for device
root@gbquad:~# 
What version of the product are you using? On what operating system?
Enigma2 OpenPLI 3 Mipsel box

Please provide any additional information below.
dmesg:
usbcore: registered new interface driver dvb_usb_af9035
usb 3-1: dvb_usb_af9035: prechip_version=00 chip_version=03 chip_type=3802
usb 3-1: dvb_usb_v2: found a 'AVerMedia HD Volar (A867)' in cold state
usb 3-1: dvb_usb_v2: downloading firmware from file 'dvb-usb-af9035-02.fw'
usb 3-1: dvb_usb_af9035: firmware version=12.5.13.0
usb 3-1: dvb_usb_v2: found a 'AVerMedia HD Volar (A867)' in warm state
usb 3-1: dvb_usb_v2: will pass the complete MPEG2 transport stream to the 
software demuxer
DVB: registering new adapter (AVerMedia HD Volar (A867))
i2c i2c-0: af9033: firmware version: LINK=12.5.13.0 OFDM=6.8.13.0
usb 3-1: DVB: registering adapter 1 frontend 0 (Afatech AF9033 (DVB-T))...
mxl5007t 0-0060: creating new instance
usb 3-1: dvb_usb_v2: schedule remote query interval to 500 msecs
usb 3-1: dvb_usb_v2: 'AVerMedia HD Volar (A867)' successfully initialized and 
connected

vtunerc0: Data are shorter then TS packet size (188B)
DVB: registering adapter 0 frontend 0 (vtuner fe)...
-----
root@gbquad:~# ls /dev/dvb/adapter1
demux0     dvr0       frontend0  net0
root@gbquad:~# 

Original issue reported on code.google.com by vaira2...@gmail.com on 13 Dec 2013 at 8:47

GoogleCodeExporter commented 9 years ago
Did you try to compile the mips binary for your box? You said it was DVB API 
5.5 but the binary was compiled for DVB API 5.3 ("vtunerc: 
Revision:63f73de8b63c+/tip/dirty DVB:5.3 ..."). It may help.

Original comment by jpetrous on 18 Feb 2014 at 7:32