View previous topic :: View next topic |
Author |
Message |
sorcerer25 n00b

Joined: 28 Nov 2003 Posts: 54
|
Posted: Tue Apr 05, 2005 3:37 pm Post subject: program for an old Radio Reveal FM card |
|
|
i have a Radio Reveal FM old 8bits ISA card
i successfully loaded it's module (radio_aimslab with the right ioport parameter)
and i'm sure that it works !
http://packages.gentoo.org/search/?sstring=radio
how can i know witch of these packages works with my card ?
or someone know what program i can use with that card ? |
|
Back to top |
|
 |
cato` Guru


Joined: 03 Jun 2002 Posts: 430 Location: Norway, Trondheim
|
Posted: Tue Apr 05, 2005 4:56 pm Post subject: |
|
|
I think they all talk with /dev/radio (or radio0) ... Im not sure though. Just emerge and try. _________________ Don't mess with the Penguin. |
|
Back to top |
|
 |
sorcerer25 n00b

Joined: 28 Nov 2003 Posts: 54
|
Posted: Wed Apr 06, 2005 2:50 am Post subject: |
|
|
i don't have /dev/radio maybe that is the problem
any idea how i can get /dev/radio up and working ?
just loading the module don't do that (as expected) |
|
Back to top |
|
 |
cato` Guru


Joined: 03 Jun 2002 Posts: 430 Location: Norway, Trondheim
|
Posted: Wed Apr 06, 2005 2:28 pm Post subject: |
|
|
It is a standard video4linux device.
What does dmesg say when you load the driver? _________________ Don't mess with the Penguin. |
|
Back to top |
|
 |
sorcerer25 n00b

Joined: 28 Nov 2003 Posts: 54
|
Posted: Wed Apr 06, 2005 10:47 pm Post subject: |
|
|
nothing ...
insmod /lib/modules/2.6.11-jc3/kernel/drivers/media/video/videodev.ko
insmod /lib/modules/2.6.11-jc3/kernel/drivers/media/radio/radio-aimslab.ko io=0x20c
without that io i get error and module doesn't load ! |
|
Back to top |
|
 |
cato` Guru


Joined: 03 Jun 2002 Posts: 430 Location: Norway, Trondheim
|
Posted: Thu Apr 07, 2005 4:12 pm Post subject: |
|
|
Do the radio programs work if you do the following:
Code: |
mknod /dev/radio0 c 81 64
chmod 666 /dev/radio0
ln -s /dev/radio0 /dev/radio
|
_________________ Don't mess with the Penguin. |
|
Back to top |
|
 |
sorcerer25 n00b

Joined: 28 Nov 2003 Posts: 54
|
Posted: Sat Apr 09, 2005 3:50 pm Post subject: |
|
|
tank you, now i have /dev/radio up and radio programs from portage can use them
unfortunatelly still don't work
scanning or setting frequenties with those programs result only in static
i am SURE that my card works be cause i have working programs for ms-dos, windows 3.11
and under linux i have a direct control program (work without any drivers)
ftp://ftp.ibiblio.org/pub/linux/apps/sound/radio-cards/fmradio.tgz
but that's not grafic and don't know scan |
|
Back to top |
|
 |
|