[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-16 Thread rvf16



FM Radio doesn't work at all.
I have tried out several applications to start the fm radio. None of them
works.
Below lay the output errors :
  gqradio-3f5638e1383d
   #gqradio
Error talking (ioctl) to /dev/radio, Wrong address
Radio device control test failed
Error, radio support missing, or failed to init radio device!
gqradio: could not connect to socket
gqradio: No such file or directory
unable to connect to lirc daemon
  xawtv-3.95-4.fc6
   #radio -d -f 95.0
tuned 95,00 MHz
VIDIOCGAUDIO: Wrong address
  vlc-40d715d67a1b
   #vlc radio:// :radio-frequency=100600 :radio-dev=/dev/radio0
:radio-adev=hw:1,0 :
main input error: no suitable access module for `radio://'
  

I have finally managed to utilize the radio tuner under vlc.
The command to listen to the radio via vlc in a terminal is :
v4l2:// :v4l2-dev=/dev/radio0 :v4l2-adev=/dev/dsp1 :v4l2-standard=0 
:v4l2-tuner-frequency=9550

/dev/radio0 is the radio device
/dev/dsp1 is the audio device
and v4l2-tuner-frequency is the radio station frequency in Hz so e.g the 
95.5MHz station is 9550 Hz

Change that frequency to whatever you like to get other stations.

Another way ofcourse is to run vlc, open Media - CaptureDevice, choose 
Video 4 Linux 2 and set the above parameters there. You must set the 
video device to /dev/radio0 which sounds a bit anorthodox but that's how 
it worked for me.
I prefer the command line as that way i can create a shell scripts which 
can change the frequency with one click.


Anyway thank you for your replies.
Problem solved.
Regards.


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-16 Thread rvf16

I have finally managed to utilize the radio tuner under vlc.
The command to listen to the radio via vlc in a terminal is :
v4l2:// :v4l2-dev=/dev/radio0 :v4l2-adev=/dev/dsp1 :v4l2-standard=0 
:v4l2-tuner-frequency=9550

/dev/radio0 is the radio device
/dev/dsp1 is the audio device
and v4l2-tuner-frequency is the radio station frequency in Hz so e.g 
the 95.5MHz station is 9550 Hz

Change that frequency to whatever you like to get other stations.

Another way ofcourse is to run vlc, open Media - CaptureDevice, 
choose Video 4 Linux 2 and set the above parameters there. You must 
set the video device to /dev/radio0 which sounds a bit anorthodox but 
that's how it worked for me.
I prefer the command line as that way i can create a shell scripts 
which can change the frequency with one click.


I forgot to mention i am using the latest vlc-0.9.8a.


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-13 Thread rvf16



 FM Radio doesn't work at all.
 I have tried out several applications to start the fm radio. None of them
 works.
 Below lay the output errors :
  gqradio-3f5638e1383d
   #gqradio
 Error talking (ioctl) to /dev/radio, Wrong address
 Radio device control test failed
 Error, radio support missing, or failed to init radio device!
 gqradio: could not connect to socket
 gqradio: No such file or directory
 unable to connect to lirc daemon
  
  xawtv-3.95-4.fc6

   #radio -d -f 95.0
 tuned 95,00 MHz
 VIDIOCGAUDIO: Wrong address
  vlc-40d715d67a1b
   #vlc radio:// :radio-frequency=100600 :radio-dev=/dev/radio0
 :radio-adev=hw:1,0 :
 main input error: no suitable access module for `radio://'
  
Any ideas on this one? Could there be something from my system missing 
regarding radio?

It's a bit strange everything else works.
Thank you.


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


Re: [Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-13 Thread Andrej Suligoi
Try to look to /dev/radio with ls -l and assure that you are member of
the same group as /dev/radio. This is shortly what Markus had told
you, so wrong permissions.

Andrej

2009/2/13, rvf16 rv...@yahoo.gr:


   FM Radio doesn't work at all.
   I have tried out several applications to start the fm radio. None of
 them
   works.
   Below lay the output errors :
gqradio-3f5638e1383d
 #gqradio
   Error talking (ioctl) to /dev/radio, Wrong address
   Radio device control test failed
   Error, radio support missing, or failed to init radio device!
   gqradio: could not connect to socket
   gqradio: No such file or directory
   unable to connect to lirc daemon
 xawtv-3.95-4.fc6
 #radio -d -f 95.0
   tuned 95,00 MHz
   VIDIOCGAUDIO: Wrong address
vlc-40d715d67a1b
 #vlc radio:// :radio-frequency=100600 :radio-dev=/dev/radio0
   :radio-adev=hw:1,0 :
   main input error: no suitable access module for `radio://'
 
 
  Any ideas on this one? Could there be something from my system missing
 regarding radio?
  It's a bit strange everything else works.
  Thank you.


  ___
  Em28xx mailing list
  Em28xx@mcentral.de
  http://mcentral.de/mailman/listinfo/em28xx


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-13 Thread rvf16



Try to look to /dev/radio with ls -l and assure that you are member of
the same group as /dev/radio. This is shortly what Markus had told
you, so wrong permissions.

Andrej

2009/2/13, rvf16 rv...@yahoo.gr:

Ok, sorry about that. I know little  about  permissions.
Here are the relevant output lines :

radio:
lrwxrwxrwx 1 root root 6 Feb 13 15:44 radio - radio0
crw--- 1 root root   81,  64 Feb 13 15:44 radio0

Analog TV :
lrwxrwxrwx 1 root root 6 Feb 13 15:44 video - video0
crw--- 1 root root   81,   0 Feb 13 15:44 video0

Analog TV Audio :
crw--- 1 root root   14,  19 Feb 13 15:44 dsp1

DVB-T :
crw--- 1 root root 212, 4 Feb 13 15:44 demux0
crw--- 1 root root 212, 5 Feb 13 15:44 dvr0
crw--- 1 root root 212, 3 Feb 13 15:44 frontend0
crw--- 1 root root 212, 7 Feb 13 15:44 net0


I did this as root to make things easier.
I see nothing different in /dev/radio0 compared to the rest of the 
devices that work fine.

The only strange parts are the dates of radio0 and video0.

Thank you.
Regards.


___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-10 Thread rvf16

Hello to all.

I have a laptop Dell Inspiron E1505 running fedora 6 with a 2.6.22 
linux.org personally compiled kernel.
The tuner i use is a Terratec Cinergy Hybrid T USB XS FM. It has been 
tested under Vista and all its features work fine.


Under linux i installed the em28xx-new-b2e841c05e94 driver.
Analog TV and DVB-T work great.
I haven't tested VBI  yet.
FM Radio doesn't work at all.
I have tried out several applications to start the fm radio. None of 
them works.

Below lay the output errors :
 gqradio-3f5638e1383d
   #gqradio
 Error talking (ioctl) to /dev/radio, Wrong address
 Radio device control test failed
 Error, radio support missing, or failed to init radio device!
 gqradio: could not connect to socket
 gqradio: No such file or directory
 unable to connect to lirc daemon
 xawtv-3.95-4.fc6
   #radio -d -f 95.0
 tuned 95,00 MHz
 VIDIOCGAUDIO: Wrong address
 vlc-40d715d67a1b
   #vlc radio:// :radio-frequency=100600 :radio-dev=/dev/radio0 
:radio-adev=hw:1,0 :

 main input error: no suitable access module for `radio://'

The latter is the vlc from :
 http://mcentral.de/hg/~mrec/vlc
with empia support from : 
 http://mcentral.de/hg/~mrec/empia_audio

as described in :
 http://mcentral.de/wiki/index.php5/Vlc
which  doesn't seem to have radio support at all even though it was 
configured with this command :

 ./configure --prefix=/usr --enable-v4l --enable-radio
as the output of this command even though it doesn't fail doesn't 
mention anything regarding radio.


Does anyone know what's the problem?
Thank you in advance.
Regards.

---

Some system info relative to the tuner :

I have compiled the em28xx-new-b2e841c05e94 driver following the 
procedure below :

cd /lib/modules
rm -f -r $(uname -r)
cd /path/to/kernel/source/linux-2.6.22
make modules_install #clean v4l tree in case a v4l-dvb had been 
installed previously
ln -s /path/to/kernel/source/linux-2.6.22 /usr/src/linux # this is not 
needed in fedora, just the build and source links in 
/lib/modules/$(uname -r) pointing to the kernel source directory

cd /path/to/em28xx/driver/source/em28xx-new-b2e841c05e94
../build.sh build
../build.sh install
../depmod -a
reboot # this is also not needed  in fedora

This is the output of dmesg when the usb is inserted :
usb 5-5: new high speed USB device using ehci_hcd and address 3
usb 5-5: configuration #1 chosen from 1 choice
em28xx: new video device (0ccd:0072): interface 0, class 255
em28xx: device is attached to a USB 2.0 bus
em28xx #0: Alternate settings: 8
em28xx #0: Alternate setting 0, max size= 0
em28xx #0: Alternate setting 1, max size= 0
em28xx #0: Alternate setting 2, max size= 1448
em28xx #0: Alternate setting 3, max size= 2048
em28xx #0: Alternate setting 4, max size= 2304
em28xx #0: Alternate setting 5, max size= 2580
em28xx #0: Alternate setting 6, max size= 2892
em28xx #0: Alternate setting 7, max size= 3072
attach_inform: eeprom detected.
em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 72 00 f0 12 6a 03 6a 36 a0 1a
em28xx #0: i2c eeprom 10: 00 00 24 57 46 07 09 00 60 00 00 00 02 00 00 00
em28xx #0: i2c eeprom 20: 5e 00 12 00 f0 10 01 89 88 00 00 00 5b 1e 00 00
em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 00 00 00 00 00 00
em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 d3 c4 00 00
em28xx #0: i2c eeprom 50: a1 00 00 00 a2 80 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 36 03 43 00 69 00
em28xx #0: i2c eeprom 70: 6e 00 65 00 72 00 67 00 79 00 20 00 48 00 79 00
em28xx #0: i2c eeprom 80: 62 00 72 00 69 00 64 00 20 00 54 00 20 00 55 00
em28xx #0: i2c eeprom 90: 53 00 42 00 20 00 58 00 53 00 20 00 46 00 4d 00
em28xx #0: i2c eeprom a0: 1a 03 30 00 38 00 31 00 30 00 30 00 32 00 30 00
em28xx #0: i2c eeprom b0: 30 00 34 00 37 00 37 00 39 00 00 00 00 00 31 00
em28xx #0: i2c eeprom c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
EEPROM ID= 0x9567eb1a
Vendor/Product ID= 0ccd:0072
I2S audio, 3 sample rates
500mA max power
Table at 0x24, strings = 0x366a, 0x1aa0, 0x
cx25843.c: starting probe for adapter em28xx #0 (0x1001f)
cx25843.c: detecting cx25843 client on address 0x88
attach_inform: msp34xx/cx25843 detected.
trying to attach xc5000
attaching xc5000 tuner module
successfully attached tuner
radio device registered as /dev/radio0
em28xx #0: V4L2 VBI device registered as /dev/vbi0
em28xx #0: V4L2 device registered as /dev/video0
em28xx-audio.c: probing for em28x1 non standard usbaudio
em28xx-audio.c: Copyright (C) 2006 Markus Rechberger
em28xx-aad: registered /dev/aad0
em2880-dvb.c: DVB Init
DVB: registering new adapter (em2880 DVB-T).
DVB: registering frontend 0 (Zarlink ZL10353 DVB-T)...
input: em2880/em2870 remote control as /class/input/input7
em28xx-input.c: 

Re: [Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-10 Thread Markus Rechberger
Hi,

On Tue, Feb 10, 2009 at 5:36 PM, rvf16 rv...@yahoo.gr wrote:
 Hello to all.

 I have a laptop Dell Inspiron E1505 running fedora 6 with a 2.6.22 linux.org
 personally compiled kernel.
 The tuner i use is a Terratec Cinergy Hybrid T USB XS FM. It has been tested
 under Vista and all its features work fine.

 Under linux i installed the em28xx-new-b2e841c05e94 driver.
 Analog TV and DVB-T work great.
 I haven't tested VBI  yet.
 FM Radio doesn't work at all.
 I have tried out several applications to start the fm radio. None of them
 works.
 Below lay the output errors :
  gqradio-3f5638e1383d
   #gqradio
 Error talking (ioctl) to /dev/radio, Wrong address
 Radio device control test failed
 Error, radio support missing, or failed to init radio device!
 gqradio: could not connect to socket
 gqradio: No such file or directory
 unable to connect to lirc daemon

wrong permissions?

Markus

  xawtv-3.95-4.fc6
   #radio -d -f 95.0
 tuned 95,00 MHz
 VIDIOCGAUDIO: Wrong address
  vlc-40d715d67a1b
   #vlc radio:// :radio-frequency=100600 :radio-dev=/dev/radio0
 :radio-adev=hw:1,0 :
 main input error: no suitable access module for `radio://'

 The latter is the vlc from :
  http://mcentral.de/hg/~mrec/vlc
 with empia support from :  http://mcentral.de/hg/~mrec/empia_audio
 as described in :
  http://mcentral.de/wiki/index.php5/Vlc
 which  doesn't seem to have radio support at all even though it was
 configured with this command :
  ./configure --prefix=/usr --enable-v4l --enable-radio
 as the output of this command even though it doesn't fail doesn't mention
 anything regarding radio.

 Does anyone know what's the problem?
 Thank you in advance.
 Regards.

 ---

 Some system info relative to the tuner :

 I have compiled the em28xx-new-b2e841c05e94 driver following the procedure
 below :
 cd /lib/modules
 rm -f -r $(uname -r)
 cd /path/to/kernel/source/linux-2.6.22
 make modules_install #clean v4l tree in case a v4l-dvb had been installed
 previously
 ln -s /path/to/kernel/source/linux-2.6.22 /usr/src/linux # this is not
 needed in fedora, just the build and source links in /lib/modules/$(uname
 -r) pointing to the kernel source directory
 cd /path/to/em28xx/driver/source/em28xx-new-b2e841c05e94
 ../build.sh build
 ../build.sh install
 ../depmod -a
 reboot # this is also not needed  in fedora

 This is the output of dmesg when the usb is inserted :
 usb 5-5: new high speed USB device using ehci_hcd and address 3
 usb 5-5: configuration #1 chosen from 1 choice
 em28xx: new video device (0ccd:0072): interface 0, class 255
 em28xx: device is attached to a USB 2.0 bus
 em28xx #0: Alternate settings: 8
 em28xx #0: Alternate setting 0, max size= 0
 em28xx #0: Alternate setting 1, max size= 0
 em28xx #0: Alternate setting 2, max size= 1448
 em28xx #0: Alternate setting 3, max size= 2048
 em28xx #0: Alternate setting 4, max size= 2304
 em28xx #0: Alternate setting 5, max size= 2580
 em28xx #0: Alternate setting 6, max size= 2892
 em28xx #0: Alternate setting 7, max size= 3072
 attach_inform: eeprom detected.
 em28xx #0: i2c eeprom 00: 1a eb 67 95 cd 0c 72 00 f0 12 6a 03 6a 36 a0 1a
 em28xx #0: i2c eeprom 10: 00 00 24 57 46 07 09 00 60 00 00 00 02 00 00 00
 em28xx #0: i2c eeprom 20: 5e 00 12 00 f0 10 01 89 88 00 00 00 5b 1e 00 00
 em28xx #0: i2c eeprom 30: 00 00 20 40 20 6e 02 20 10 01 00 00 00 00 00 00
 em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 d3 c4 00 00
 em28xx #0: i2c eeprom 50: a1 00 00 00 a2 80 00 00 00 00 00 00 00 00 00 00
 em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 36 03 43 00 69 00
 em28xx #0: i2c eeprom 70: 6e 00 65 00 72 00 67 00 79 00 20 00 48 00 79 00
 em28xx #0: i2c eeprom 80: 62 00 72 00 69 00 64 00 20 00 54 00 20 00 55 00
 em28xx #0: i2c eeprom 90: 53 00 42 00 20 00 58 00 53 00 20 00 46 00 4d 00
 em28xx #0: i2c eeprom a0: 1a 03 30 00 38 00 31 00 30 00 30 00 32 00 30 00
 em28xx #0: i2c eeprom b0: 30 00 34 00 37 00 37 00 39 00 00 00 00 00 31 00
 em28xx #0: i2c eeprom c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 EEPROM ID= 0x9567eb1a
 Vendor/Product ID= 0ccd:0072
 I2S audio, 3 sample rates
 500mA max power
 Table at 0x24, strings = 0x366a, 0x1aa0, 0x
 cx25843.c: starting probe for adapter em28xx #0 (0x1001f)
 cx25843.c: detecting cx25843 client on address 0x88
 attach_inform: msp34xx/cx25843 detected.
 trying to attach xc5000
 attaching xc5000 tuner module
 successfully attached tuner
 radio device registered as /dev/radio0
 em28xx #0: V4L2 VBI device registered as /dev/vbi0
 em28xx #0: V4L2 device registered as /dev/video0
 em28xx-audio.c: probing for em28x1 non standard usbaudio
 em28xx-audio.c: Copyright (C) 2006 Markus Rechberger
 em28xx-aad: registered /dev/aad0
 em2880-dvb.c: DVB Init
 DVB: 

[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-10 Thread rvf16






  Hi,

On Tue, Feb 10, 2009 at 5:36 PM, rvf16 rv...@yahoo.gr wrote:
  
  
Hello to all.

I have a laptop Dell Inspiron E1505 running fedora 6 with a 2.6.22 linux.org
personally compiled kernel.
The tuner i use is a Terratec Cinergy Hybrid T USB XS FM. It has been tested
under Vista and all its features work fine.

Under linux i installed the em28xx-new-b2e841c05e94 driver.
Analog TV and DVB-T work great.
I haven't tested VBI  yet.
FM Radio doesn't work at all.
I have tried out several applications to start the fm radio. None of them
works.
Below lay the output errors :
 gqradio-3f5638e1383d
  #gqradio
Error talking (ioctl) to /dev/radio, Wrong address
Radio device control test failed
Error, radio support missing, or failed to init radio device!
gqradio: could not connect to socket
gqradio: No such file or directory
unable to connect to lirc daemon

  
  
wrong permissions?

Markus

  

Hello.
Could you be more specific?
Which file's permissions should i change and how?
After trying everything i knew out i did everything as root with
selinux disabled and still had the same issue.
Thanks.






___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-10 Thread rvf16







  Hi,

On Tue, Feb 10, 2009 at 5:36 PM, rvf16 rv...@yahoo.gr wrote:
  
  
Hello to all.

I have a laptop Dell Inspiron E1505 running fedora 6 with a 2.6.22 linux.org
personally compiled kernel.
The tuner i use is a Terratec Cinergy Hybrid T USB XS FM. It has been tested
under Vista and all its features work fine.

Under linux i installed the em28xx-new-b2e841c05e94 driver.
Analog TV and DVB-T work great.
I haven't tested VBI  yet.
FM Radio doesn't work at all.
I have tried out several applications to start the fm radio. None of them
works.
Below lay the output errors :
 gqradio-3f5638e1383d
  #gqradio
Error talking (ioctl) to /dev/radio, Wrong address
Radio device control test failed
Error, radio support missing, or failed to init radio device!
gqradio: could not connect to socket
gqradio: No such file or directory
unable to connect to lirc daemon

  
  
wrong permissions?

Markus

  

Hello.
Could you be more specific?
Which file's permissions should i change and how?
After trying everything i knew out i did everything as root with
selinux disabled and still had the same issue.
Thanks.







___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx


[Em28xx] Terratec Cinergy Hybrid T USB XS FM radio problem

2009-02-10 Thread rvf16


Hi,

On Tue, Feb 10, 2009 at 5:36 PM, rvf16 rv...@yahoo.gr wrote:
  

Hello to all.

I have a laptop Dell Inspiron E1505 running fedora 6 with a 2.6.22 linux.org
personally compiled kernel.
The tuner i use is a Terratec Cinergy Hybrid T USB XS FM. It has been tested
under Vista and all its features work fine.

Under linux i installed the em28xx-new-b2e841c05e94 driver.
Analog TV and DVB-T work great.
I haven't tested VBI  yet.
FM Radio doesn't work at all.
I have tried out several applications to start the fm radio. None of them
works.
Below lay the output errors :
 gqradio-3f5638e1383d
  #gqradio
Error talking (ioctl) to /dev/radio, Wrong address
Radio device control test failed
Error, radio support missing, or failed to init radio device!
gqradio: could not connect to socket
gqradio: No such file or directory
unable to connect to lirc daemon



wrong permissions?

Markus

  

Hello.
Could you be more specific?
Which file's permissions should i change and how?
After trying everything i knew out i did everything as root with selinux 
disabled and still had the same issue.

Thanks.



___
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx