Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


pomidorabelisima at gmail

Apr 13, 2012, 12:48 AM

Post #1 of 6 (1273 views)
Permalink
mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed

Hi There,

While setting/probing devices in 'Capture Card Setup' errors emerges:

mythtv-setup
C mythtv-setup version: fixes/0.25 [v0.25-7-g13bc14c] www.mythtv.org
..
E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
eno: No such device (19)
E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
eno: No such device (19)
W DiSEqCDevTree: No device tree for cardid 1
E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
eno: No such device (19)
E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
eno: No such device (19)
W DiSEqCDevTree: No device tree for cardid 1
E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
eno: No such device (19)
E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
eno: No such device (19)
E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
eno: No such device (19)
W DiSEqCDevTree: No device tree for cardid 6
E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
eno: No such device (19)
E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
eno: No such device (19)
E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
eno: No such device (19)
W DiSEqCDevTree: No device tree for cardid 6
..

Devices or resource are NOT busy at the time,
no others processes used them.
Besides device/s DO work.

dmesg
..
usb 1-1: new high-speed USB device number 5 using ehci_hcd
usb 1-1: New USB device found, idVendor=15a4, idProduct=9016
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: DVB-T 2
usb 1-1: Manufacturer: Afatech
usb 1-1: SerialNumber: 010101010600001
dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will
try to load a firmware
dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software
demuxer.
DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
af9013: firmware version 5.1.0.0
DVB: registering adapter 0 frontend 0 (Afatech AF9013)...
mxl5007t 2-00c0: creating new instance
mxl5007t_get_chip_id: unknown rev (3f)
mxl5007t_get_chip_id: MxL5007T detected @ 2-00c0
dvb-usb: will pass the complete MPEG2 transport stream to the software
demuxer.
DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
af9013: found a 'Afatech AF9013' in warm state.
af9013: firmware version 5.1.0.0
DVB: registering adapter 1 frontend 0 (Afatech AF9013)...
mxl5007t 2-00c0: attaching existing instance
dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and
connected.
Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 10 -> 7
input: Afatech DVB-T 2 as
/devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.1/input/input13
on usb-0000:00:02.1-1/input1
..

ls /dev/dvb/adapter[01]
/dev/dvb/adapter0:
demux0 dvr0 frontend0

/dev/dvb/adapter1:
demux0 dvr0 frontend0

media_build
commit d5128be84db9892919aea694e2b1666c1afbc27b

mythtv-setup
commit 13bc14c8699bfb6077efb11d5e68623dcee7ba76

uname
3.3.1-3.fc16.x86_64

rgds,
poma
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev


watkinshome at gmail

Apr 13, 2012, 3:35 AM

Post #2 of 6 (1240 views)
Permalink
Re: mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed [In reply to]

On 13 April 2012 08:48, poma <pomidorabelisima [at] gmail> wrote:
>
> Hi There,
>
> While setting/probing devices in 'Capture Card Setup' errors emerges:
>
> mythtv-setup
>   C  mythtv-setup version: fixes/0.25 [v0.25-7-g13bc14c] www.mythtv.org
> ..
>   E  FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)

Make sure mythbackend is not running.
Make sure no other applications are running that might be using the DVB devices
Make sure you're running mythtv-setup as the same user that the backend runs as.
Check permissions on the /dev/dvb/.. devices are suitable for the user
that you are running as.
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev


pomidorabelisima at gmail

Apr 14, 2012, 10:38 AM

Post #3 of 6 (1237 views)
Permalink
Re: mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed [In reply to]

On 04/13/2012 12:35 PM, David Watkins wrote:
> On 13 April 2012 08:48, poma <pomidorabelisima [at] gmail> wrote:
>>
>> Hi There,
>>
>> While setting/probing devices in 'Capture Card Setup' errors emerges:
>>
>> mythtv-setup
>> C mythtv-setup version: fixes/0.25 [v0.25-7-g13bc14c] www.mythtv.org
>> ..
>> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
>> eno: No such device (19)
>
> Make sure mythbackend is not running.
> Make sure no other applications are running that might be using the DVB devices

Already written:
"Devices or resource are NOT busy at the time,
no others processes used them."

> Make sure you're running mythtv-setup as the same user that the backend runs as.
> Check permissions on the /dev/dvb/.. devices are suitable for the user
> that you are running as.

User/s and/or permissions are NOT an issue.

Looking at the gui while selecting devices/frontends, queries behave
erratically.
Those three states emerged in in random order:

DVB device: /dev/dvb/adapter1/frontend0 -- Warning: already in use
Frontend ID: Afatech AF9013 Subtype: DVB-T

DVB device: /dev/dvb/adapter1/frontend0
Frontend ID: Afatech AF9013 Subtype: DVB-T

DVB device: /dev/dvb/adapter1/frontend0 -- Warning: already in use
Frontend ID: Could not get card info for card
/dev/dvb/adapter1/frontend0 Subtype: Unknown error

Besides this is also happening on machine with MythTV v0.24.3 -
fixes/0.24 - 0.24.20110505-1, regardless of device in use.

rgds,
poma
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev


kenni.lund at gmail

Apr 14, 2012, 11:00 AM

Post #4 of 6 (1243 views)
Permalink
Re: mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed [In reply to]

Den 14/04/2012 19.38 skrev "poma" <pomidorabelisima [at] gmail>:
>
> On 04/13/2012 12:35 PM, David Watkins wrote:
> > On 13 April 2012 08:48, poma <pomidorabelisima [at] gmail> wrote:
> >>
> >> Hi There,
> >>
> >> While setting/probing devices in 'Capture Card Setup' errors emerges:
> >>
> >> mythtv-setup
> >> C mythtv-setup version: fixes/0.25 [v0.25-7-g13bc14c] www.mythtv.org
> >> ..
> >> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> >> eno: No such device (19)
> >
> > Make sure mythbackend is not running.
> > Make sure no other applications are running that might be using the DVB
devices
>
> Already written:
> "Devices or resource are NOT busy at the time,
> no others processes used them."
>
> > Make sure you're running mythtv-setup as the same user that the backend
runs as.
> > Check permissions on the /dev/dvb/.. devices are suitable for the user
> > that you are running as.
>
> User/s and/or permissions are NOT an issue.
>
> Looking at the gui while selecting devices/frontends, queries behave
> erratically.
> Those three states emerged in in random order:
>
> DVB device: /dev/dvb/adapter1/frontend0 -- Warning: already in use
> Frontend ID: Afatech AF9013 Subtype: DVB-T
>
> DVB device: /dev/dvb/adapter1/frontend0
> Frontend ID: Afatech AF9013 Subtype: DVB-T
>
> DVB device: /dev/dvb/adapter1/frontend0 -- Warning: already in use
> Frontend ID: Could not get card info for card
> /dev/dvb/adapter1/frontend0 Subtype: Unknown error
>
> Besides this is also happening on machine with MythTV v0.24.3 -
> fixes/0.24 - 0.24.20110505-1, regardless of device in use.
>

Please search help on the mythtv-users mailing list, this is not a question
about the development of MythTV.

Best regards
Kenni


pomidorabelisima at gmail

Apr 14, 2012, 11:26 AM

Post #5 of 6 (1238 views)
Permalink
Re: mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed [In reply to]

On 04/14/2012 08:00 PM, Kenni Lund wrote:
> Den 14/04/2012 19.38 skrev "poma" <pomidorabelisima [at] gmail>:
>>
>> On 04/13/2012 12:35 PM, David Watkins wrote:
>>> On 13 April 2012 08:48, poma <pomidorabelisima [at] gmail> wrote:
>>>>
>>>> Hi There,
>>>>
>>>> While setting/probing devices in 'Capture Card Setup' errors emerges:
>>>>
>>>> mythtv-setup
>>>> C mythtv-setup version: fixes/0.25 [v0.25-7-g13bc14c] www.mythtv.org
>>>> ..
>>>> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
>>>> eno: No such device (19)
>>>
>>> Make sure mythbackend is not running.
>>> Make sure no other applications are running that might be using the DVB
> devices
>>
>> Already written:
>> "Devices or resource are NOT busy at the time,
>> no others processes used them."
>>
>>> Make sure you're running mythtv-setup as the same user that the backend
> runs as.
>>> Check permissions on the /dev/dvb/.. devices are suitable for the user
>>> that you are running as.
>>
>> User/s and/or permissions are NOT an issue.
>>
>> Looking at the gui while selecting devices/frontends, queries behave
>> erratically.
>> Those three states emerged in in random order:
>>
>> DVB device: /dev/dvb/adapter1/frontend0 -- Warning: already in use
>> Frontend ID: Afatech AF9013 Subtype: DVB-T
>>
>> DVB device: /dev/dvb/adapter1/frontend0
>> Frontend ID: Afatech AF9013 Subtype: DVB-T
>>
>> DVB device: /dev/dvb/adapter1/frontend0 -- Warning: already in use
>> Frontend ID: Could not get card info for card
>> /dev/dvb/adapter1/frontend0 Subtype: Unknown error
>>
>> Besides this is also happening on machine with MythTV v0.24.3 -
>> fixes/0.24 - 0.24.20110505-1, regardless of device in use.
>>
>
> Please search help on the mythtv-users mailing list, this is not a question
> about the development of MythTV.
>
> Best regards
> Kenni

"Nobody expects the Spanish Inquisition!"

rgds,
poma
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev


pomidorabelisima at gmail

Apr 17, 2012, 4:02 PM

Post #6 of 6 (1241 views)
Permalink
Re: mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed [In reply to]

On 04/14/2012 08:54 PM, Xavier Hervy wrote:
> I believe there is a bug in the driver. Only one can be used at the same time. For the time being I only configured one of them in mythtv .
> I am pretty sure I have seen a patch for the driver somewhere.
> Google is your friends
>
> Xavier
>
>
> Sent from Samsung Mobile
>
> -------- Original message --------
> Subject: [mythtv] mythtv-setup - Capture Card Setup - FE_GET_INFO ioctl failed
> From: poma <pomidorabelisima [at] gmail>
> To: mythtv-dev [at] mythtv
> CC:
>
>
> Hi There,
>
> While setting/probing devices in 'Capture Card Setup' errors emerges:
>
> mythtv-setup
> C mythtv-setup version: fixes/0.25 [v0.25-7-g13bc14c] www.mythtv.org
> ..
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)
> W DiSEqCDevTree: No device tree for cardid 1
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)
> W DiSEqCDevTree: No device tree for cardid 1
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
> eno: No such device (19)
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
> eno: No such device (19)
> W DiSEqCDevTree: No device tree for cardid 6
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
> eno: No such device (19)
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter0/frontend0)
> eno: No such device (19)
> E FE_GET_INFO ioctl failed (/dev/dvb/adapter1/frontend0)
> eno: No such device (19)
> W DiSEqCDevTree: No device tree for cardid 6
> ..
>
> Devices or resource are NOT busy at the time,
> no others processes used them.
> Besides device/s DO work.
>
> dmesg
> ..
> usb 1-1: new high-speed USB device number 5 using ehci_hcd
> usb 1-1: New USB device found, idVendor=15a4, idProduct=9016
> usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 1-1: Product: DVB-T 2
> usb 1-1: Manufacturer: Afatech
> usb 1-1: SerialNumber: 010101010600001
> dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in cold state, will
> try to load a firmware
> dvb-usb: downloading firmware from file 'dvb-usb-af9015.fw'
> dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm state.
> dvb-usb: will pass the complete MPEG2 transport stream to the software
> demuxer.
> DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
> af9013: firmware version 5.1.0.0
> DVB: registering adapter 0 frontend 0 (Afatech AF9013)...
> mxl5007t 2-00c0: creating new instance
> mxl5007t_get_chip_id: unknown rev (3f)
> mxl5007t_get_chip_id: MxL5007T detected @ 2-00c0
> dvb-usb: will pass the complete MPEG2 transport stream to the software
> demuxer.
> DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
> af9013: found a 'Afatech AF9013' in warm state.
> af9013: firmware version 5.1.0.0
> DVB: registering adapter 1 frontend 0 (Afatech AF9013)...
> mxl5007t 2-00c0: attaching existing instance
> dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully initialized and
> connected.
> Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 10 -> 7
> input: Afatech DVB-T 2 as
> /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1:1.1/input/input13
> on usb-0000:00:02.1-1/input1
> ..
>
> ls /dev/dvb/adapter[01]
> /dev/dvb/adapter0:
> demux0 dvr0 frontend0
>
> /dev/dvb/adapter1:
> demux0 dvr0 frontend0
>
> media_build
> commit d5128be84db9892919aea694e2b1666c1afbc27b
>
> mythtv-setup
> commit 13bc14c8699bfb6077efb11d5e68623dcee7ba76
>
> uname
> 3.3.1-3.fc16.x86_64
>
> rgds,
> poma
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-dev


lsdvb

lsdvb: Simple utility to list PCI/PCIe DVB devices
Version: 0.0.4
Copyright (C) Manu Abraham

usb (1:0 -1186842560:58) on PCI Domain:-7907219 Bus:0 Device:-1189043773
Function:58
DEVICE:0 ADAPTER:0 FRONTEND:0 (Afatech AF9013)
FE_OFDM Fmin=174MHz Fmax=862MHz
DEVICE:0 ADAPTER:1 FRONTEND:0 (Afatech AF9013)
FE_OFDM Fmin=174MHz Fmax=862MHz

Kenneth, Manu, Antti please give me a hint why
'dvbchannel.cpp'(mythtv-setup) output FE_GET_INFO error, while 'lsdvb.c'
is fine.

https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/dvbchannel.cpp
http://linuxtv.org/hg/dvb-apps/file/8718fc845a43/util/lsdvb/lsdvb.c

rgds,
poma

_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.