Ask a Question related to Ubuntu, Design and Development.
-
MotorCityMadMan #1
FM-Radio Tuner (error)
opening Gnomer radio
I received a error
Could not open device "/dev/radio" !
Check your Settings and make sure that no other
program is using /dev/radio.
Make also sure that you have read-access to it.
I will be greatfull for help.
MotorCityMadMan Guest
-
Content tuner
i am trying to create an admin page that in effect turns a website off? so that maintanence can be performed say. how would i go about this? Gubs -
Flash MX 2004: Making radio buttons without using the radio buttoncomponent
Hello Can anyway suggest a good guide for making radio buttons without the radio button component? I'm new to Flash, but I've gotten to the point... -
HELP installshield tuner and acrobat
Im trying to create an admin install and create an MST with install shield tuner. I had it working fine, i created an MST with the tuner, all i did... -
voodoo 3500 tv tuner
Forgive me if this isn't the proper newsgroup. Newbie here, seeking Help/info/suggestons on how to get my VooDoo 3500 tv tuner to work in... -
APM TUNER
I know I have done this in the past, but I cannot recall how I did it... In the documentation for APM Tuner, it says, "By clicking on the Zoom... -
Toby Newman #2
Re: FM-Radio Tuner (error)
On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:
$ ls -la /dev/radio> opening Gnomer radio
>
> I received a error
>
> Could not open device "/dev/radio" !
>
> Check your Settings and make sure that no other
> program is using /dev/radio.
> Make also sure that you have read-access to it.
>
> I will be greatfull for help.
will let you know if you have permission to 'read' it.
--
-Toby, who...
Add the word afiduluminag to the subject
field to circumvent my email filters.
Ignore any mail delivery error.
Toby Newman Guest
-
MotorCityMadMan #3
Re: FM-Radio Tuner (error)
Toby Newman wrote:
Toby: Thank you for responding to my problem.> On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:>>> opening Gnomer radio
>>
>> I received a error
>>
>> Could not open device "/dev/radio" !
>>
>> Check your Settings and make sure that no other
>> program is using /dev/radio.
>> Make also sure that you have read-access to it.
>>
>> I will be greatfull for help.
> $ ls -la /dev/radio
>
> will let you know if you have permission to 'read' it.
>
I entered the command in to a shell and that returned this:> ls:
/dev/radio: No such file or directory
Do I need to make this directory to solve the problem ?
Will you help me with the meaning of these commands (ls and -la)?
The MotorCityMadMan :-0
MotorCityMadMan Guest
-
Toby Newman #4
Re: FM-Radio Tuner (error)
On 2006-03-26, MotorCityMadMan <No-Spam@here.com> wrote:
Well, /dev is not a directory per se, it is a location where your> Toby Newman wrote:> Toby: Thank you for responding to my problem.>> On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:>>>>> opening Gnomer radio
>>>
>>> I received a error
>>>
>>> Could not open device "/dev/radio" !
>>>
>>> Check your Settings and make sure that no other
>>> program is using /dev/radio.
>>> Make also sure that you have read-access to it.
>>>
>>> I will be greatfull for help.
>> $ ls -la /dev/radio
>>
>> will let you know if you have permission to 'read' it.
>>
>
> I entered the command in to a shell and that returned this:> ls:
> /dev/radio: No such file or directory
>
> Do I need to make this directory to solve the problem ?
> Will you help me with the meaning of these commands (ls and -la)?
hardware shows up in linux (think 'device manager' in windows, I
suppose)
If you don't have a /dev/radio then I guess one of two things has
happened:
Linux hasn't detected your radio hardware. I've never heard of a radio
that shows up as hardware in a PC - are you sure it's not just a
soundcard?
Linux detected it and called it something else, e.g. /dev/radio0 or
/dev/radio1.
Do a
# ls /dev/r*
to list all files beginning with r in you /dev directory and see if you
can see the radio under a different name.
To find out what
ls -la
does, type
man ls
which will show you the 'manpage' of the command, the documentation.
This will list the switches (-l -a and so forth) and explain their
purpose.
--
-Toby, who...
Add the word afiduluminag to the subject
field to circumvent my email filters.
Ignore any mail delivery error.
Toby Newman Guest
-
MotorCityMadMan #5
Re: FM-Radio Tuner (error)
Toby Newman wrote:
This is the list:> On 2006-03-26, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>Toby Newman wrote:
>>>>>>>On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:
>>>
>>>>opening Gnomer radio
>>>>
>>>>I received a error
>>>>
>>>>Could not open device "/dev/radio" !
>>>>
>>>>Check your Settings and make sure that no other
>>>>program is using /dev/radio.
>>>>Make also sure that you have read-access to it.
>>>>
>>>>I will be greatfull for help.
>>>
>>>$ ls -la /dev/radio
>>>
>>>will let you know if you have permission to 'read' it.
>>>
>>Toby: Thank you for responding to my problem.
>>
>>I entered the command in to a shell and that returned this:> ls:
>>/dev/radio: No such file or directory
>>
>>Do I need to make this directory to solve the problem ?
>>Will you help me with the meaning of these commands (ls and -la)?
>
> Well, /dev is not a directory per se, it is a location where your
> hardware shows up in linux (think 'device manager' in windows, I
> suppose)
>
> If you don't have a /dev/radio then I guess one of two things has
> happened:
>
> Linux hasn't detected your radio hardware. I've never heard of a radio
> that shows up as hardware in a PC - are you sure it's not just a
> soundcard?
>
> Linux detected it and called it something else, e.g. /dev/radio0 or
> /dev/radio1.
>
> Do a
> # ls /dev/r*
> to list all files beginning with r in you /dev directory and see if you
> can see the radio under a different name.
>
> To find out what
> ls -la
> does, type
> man ls
> which will show you the 'manpage' of the command, the documentation.
> This will list the switches (-l -a and so forth) and explain their
> purpose.
>
/dev/ram0 /dev/ram10 /dev/ram12 /dev/ram14 /dev/ram2 /dev/ram4
/dev/ram6 /dev/ram8 /dev/random
/dev/ram1 /dev/ram11 /dev/ram13 /dev/ram15 /dev/ram3 /dev/ram5
/dev/ram7 /dev/ram9 /dev/rtc
There's something to be said about it just being a sound card.
As I is new to the Linux world :-0 I'm playing with all the buttons on
the machine. Thats the only why I know how to learn this new world. I
installed Ubuntu v5.10 breezy on my machine. So I goto Applications/add
applications/Gnome app install (add/remove programs)/sound & video/ I
find this FM-Radio tuner/ So I'm thinking (can you smell the smoke)
heres a radio to listen to while i play with the buttons. I can't seem
to get this radio working. I'm trying,I'm trying :-()
Thank you for your help @*@
The MotorCityMadMan
MotorCityMadMan Guest
-
Toby Newman #6
Re: FM-Radio Tuner (error)
On 2006-03-29, MotorCityMadMan <no-spam@here.com> wrote:
Just to check: Do you actually have a radio reciever in your PC?> Toby Newman wrote:>>> On 2006-03-26, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>>>>Toby Newman wrote:
>>>
>>>>On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>
>>>>>opening Gnomer radio
>>>>>
>>>>>I received a error
>>>>>
>>>>>Could not open device "/dev/radio" !
>>>>>
>>>>>Check your Settings and make sure that no other
>>>>>program is using /dev/radio.
>>>>>Make also sure that you have read-access to it.
>>>>>
>>>>>I will be greatfull for help.
>>>>
>>>>$ ls -la /dev/radio
>>>>
>>>>will let you know if you have permission to 'read' it.
>>>>
>>>
>>>Toby: Thank you for responding to my problem.
>>>
>>>I entered the command in to a shell and that returned this:> ls:
>>>/dev/radio: No such file or directory
>>>
>>>Do I need to make this directory to solve the problem ?
>>>Will you help me with the meaning of these commands (ls and -la)?
>>
>> Well, /dev is not a directory per se, it is a location where your
>> hardware shows up in linux (think 'device manager' in windows, I
>> suppose)
>>
>> If you don't have a /dev/radio then I guess one of two things has
>> happened:
>>
>> Linux hasn't detected your radio hardware. I've never heard of a radio
>> that shows up as hardware in a PC - are you sure it's not just a
>> soundcard?
>>
>> Linux detected it and called it something else, e.g. /dev/radio0 or
>> /dev/radio1.
>>
>> Do a
>> # ls /dev/r*
>> to list all files beginning with r in you /dev directory and see if you
>> can see the radio under a different name.
>>
>> To find out what
>> ls -la
>> does, type
>> man ls
>> which will show you the 'manpage' of the command, the documentation.
>> This will list the switches (-l -a and so forth) and explain their
>> purpose.
>>
> This is the list:
>
> /dev/ram0 /dev/ram10 /dev/ram12 /dev/ram14 /dev/ram2 /dev/ram4
> /dev/ram6 /dev/ram8 /dev/random
> /dev/ram1 /dev/ram11 /dev/ram13 /dev/ram15 /dev/ram3 /dev/ram5
> /dev/ram7 /dev/ram9 /dev/rtc
>
> There's something to be said about it just being a sound card.
>
> As I is new to the Linux world :-0 I'm playing with all the buttons on
> the machine. Thats the only why I know how to learn this new world. I
> installed Ubuntu v5.10 breezy on my machine. So I goto Applications/add
> applications/Gnome app install (add/remove programs)/sound & video/ I
> find this FM-Radio tuner/ So I'm thinking (can you smell the smoke)
> heres a radio to listen to while i play with the buttons. I can't seem
> to get this radio working. I'm trying,I'm trying :-()
>
> Thank you for your help @*@
> The MotorCityMadMan
Perhaps you are confused between net radio and 'traditional' FM radio. I
don't mean to patronise :)
--
-Toby, who...
Add the word afiduluminag to the subject
field to circumvent my email filters.
Ignore any mail delivery error.
Toby Newman Guest
-
MotorCityMadMan #7
Re: FM-Radio Tuner (error)
Toby Newman wrote:
Yes I do believe I'm talking about net radio. In the dev folder I have> On 2006-03-29, MotorCityMadMan <no-spam@here.com> wrote:
>>>>Toby Newman wrote:
>>>>>>>On 2006-03-26, MotorCityMadMan <No-Spam@here.com> wrote:
>>>
>>>
>>>>Toby Newman wrote:
>>>>
>>>>
>>>>>On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>>
>>>>>
>>>>>>opening Gnomer radio
>>>>>>
>>>>>>I received a error
>>>>>>
>>>>>>Could not open device "/dev/radio" !
>>>>>>
>>>>>>Check your Settings and make sure that no other
>>>>>>program is using /dev/radio.
>>>>>>Make also sure that you have read-access to it.
>>>>>>
>>>>>>I will be greatfull for help.
>>>>>
>>>>>$ ls -la /dev/radio
>>>>>
>>>>>will let you know if you have permission to 'read' it.
>>>>>
>>>>
>>>>Toby: Thank you for responding to my problem.
>>>>
>>>>I entered the command in to a shell and that returned this:> ls:
>>>>/dev/radio: No such file or directory
>>>>
>>>>Do I need to make this directory to solve the problem ?
>>>>Will you help me with the meaning of these commands (ls and -la)?
>>>
>>>
>>>Well, /dev is not a directory per se, it is a location where your
>>>hardware shows up in linux (think 'device manager' in windows, I
>>>suppose)
>>>
>>>If you don't have a /dev/radio then I guess one of two things has
>>>happened:
>>>
>>>Linux hasn't detected your radio hardware. I've never heard of a radio
>>>that shows up as hardware in a PC - are you sure it's not just a
>>>soundcard?
>>>
>>>Linux detected it and called it something else, e.g. /dev/radio0 or
>>>/dev/radio1.
>>>
>>>Do a
>>># ls /dev/r*
>>>to list all files beginning with r in you /dev directory and see if you
>>>can see the radio under a different name.
>>>
>>>To find out what
>>>ls -la
>>>does, type
>>>man ls
>>>which will show you the 'manpage' of the command, the documentation.
>>>This will list the switches (-l -a and so forth) and explain their
>>>purpose.
>>>
>>This is the list:
>>
>>/dev/ram0 /dev/ram10 /dev/ram12 /dev/ram14 /dev/ram2 /dev/ram4
>>/dev/ram6 /dev/ram8 /dev/random
>>/dev/ram1 /dev/ram11 /dev/ram13 /dev/ram15 /dev/ram3 /dev/ram5
>>/dev/ram7 /dev/ram9 /dev/rtc
>>
>>There's something to be said about it just being a sound card.
>>
>>As I is new to the Linux world :-0 I'm playing with all the buttons on
>>the machine. Thats the only why I know how to learn this new world. I
>>installed Ubuntu v5.10 breezy on my machine. So I goto Applications/add
>>applications/Gnome app install (add/remove programs)/sound & video/ I
>>find this FM-Radio tuner/ So I'm thinking (can you smell the smoke)
>>heres a radio to listen to while i play with the buttons. I can't seem
>>to get this radio working. I'm trying,I'm trying :-()
>>
>>Thank you for your help @*@
>>The MotorCityMadMan
>
> Just to check: Do you actually have a radio reciever in your PC?
>
> Perhaps you are confused between net radio and 'traditional' FM radio. I
> don't mean to patronise :)
>
found a audio icon. name:audio Type:x-special/device-char size:0 bytes.
So I will look for a audio player on this machine. I always enjoy
listening to music while I work with my machine. I'm trying to solely
use Linux as a O/S.
Also I need to try to get printing working with this Ubuntu. I can't
seem to get my lexmark x125 and x4270 printers working. I'm getting a
message the printing job sent to printer,but no printing is happening.
The MotorCityMadMan
MotorCityMadMan Guest
-
Wayne #8
Re: FM-Radio Tuner (error)
On Wed, 29 Mar 2006 19:01:35 -0500, MotorCityMadMan wrote:
Take a look here for the X125. I didn't see the X4270 listed, but it may> Also I need to try to get printing working with this Ubuntu. I can't seem
> to get my lexmark x125 and x4270 printers working. I'm getting a message
> the printing job sent to printer,but no printing is happening.
>
> The MotorCityMadMan
be because of the morning fog in my eyes :-)
[url]http://www.linuxprinting.org/show_printer.cgi?recnum=Lexmark-X125[/url]
Wayne
--
Registered Linux user #375994
[url]http://www.geocities.jp/rondonko/[/url]
Wayne Guest
-
Toby Newman #9
Re: FM-Radio Tuner (error)
On 2006-03-30, MotorCityMadMan <no-spam@here.com> wrote:
I don't know what the default audio player is for Ubuntu. If you can't> Toby Newman wrote:> Yes I do believe I'm talking about net radio. In the dev folder I have>> On 2006-03-29, MotorCityMadMan <no-spam@here.com> wrote:
>>>>>>>Toby Newman wrote:
>>>
>>>>On 2006-03-26, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>
>>>>
>>>>>Toby Newman wrote:
>>>>>
>>>>>
>>>>>>On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>>>
>>>>>>
>>>>>>>opening Gnomer radio
>>>>>>>
>>>>>>>I received a error
>>>>>>>
>>>>>>>Could not open device "/dev/radio" !
>>>>>>>
>>>>>>>Check your Settings and make sure that no other
>>>>>>>program is using /dev/radio.
>>>>>>>Make also sure that you have read-access to it.
>>>>>>>
>>>>>>>I will be greatfull for help.
>>>>>>
>>>>>>$ ls -la /dev/radio
>>>>>>
>>>>>>will let you know if you have permission to 'read' it.
>>>>>>
>>>>>
>>>>>Toby: Thank you for responding to my problem.
>>>>>
>>>>>I entered the command in to a shell and that returned this:> ls:
>>>>>/dev/radio: No such file or directory
>>>>>
>>>>>Do I need to make this directory to solve the problem ?
>>>>>Will you help me with the meaning of these commands (ls and -la)?
>>>>
>>>>
>>>>Well, /dev is not a directory per se, it is a location where your
>>>>hardware shows up in linux (think 'device manager' in windows, I
>>>>suppose)
>>>>
>>>>If you don't have a /dev/radio then I guess one of two things has
>>>>happened:
>>>>
>>>>Linux hasn't detected your radio hardware. I've never heard of a radio
>>>>that shows up as hardware in a PC - are you sure it's not just a
>>>>soundcard?
>>>>
>>>>Linux detected it and called it something else, e.g. /dev/radio0 or
>>>>/dev/radio1.
>>>>
>>>>Do a
>>>># ls /dev/r*
>>>>to list all files beginning with r in you /dev directory and see if you
>>>>can see the radio under a different name.
>>>>
>>>>To find out what
>>>>ls -la
>>>>does, type
>>>>man ls
>>>>which will show you the 'manpage' of the command, the documentation.
>>>>This will list the switches (-l -a and so forth) and explain their
>>>>purpose.
>>>>
>>>
>>>This is the list:
>>>
>>>/dev/ram0 /dev/ram10 /dev/ram12 /dev/ram14 /dev/ram2 /dev/ram4
>>>/dev/ram6 /dev/ram8 /dev/random
>>>/dev/ram1 /dev/ram11 /dev/ram13 /dev/ram15 /dev/ram3 /dev/ram5
>>>/dev/ram7 /dev/ram9 /dev/rtc
>>>
>>>There's something to be said about it just being a sound card.
>>>
>>>As I is new to the Linux world :-0 I'm playing with all the buttons on
>>>the machine. Thats the only why I know how to learn this new world. I
>>>installed Ubuntu v5.10 breezy on my machine. So I goto Applications/add
>>>applications/Gnome app install (add/remove programs)/sound & video/ I
>>>find this FM-Radio tuner/ So I'm thinking (can you smell the smoke)
>>>heres a radio to listen to while i play with the buttons. I can't seem
>>>to get this radio working. I'm trying,I'm trying :-()
>>>
>>>Thank you for your help @*@
>>>The MotorCityMadMan
>>
>> Just to check: Do you actually have a radio reciever in your PC?
>>
>> Perhaps you are confused between net radio and 'traditional' FM radio. I
>> don't mean to patronise :)
>>
> found a audio icon. name:audio Type:x-special/device-char size:0 bytes.
> So I will look for a audio player on this machine. I always enjoy
> listening to music while I work with my machine. I'm trying to solely
> use Linux as a O/S.
find one, install xmms which will play net radio stations for you.
--
-Toby, who...
Add the word afiduluminag to the subject
field to circumvent my email filters.
Ignore any mail delivery error.
Toby Newman Guest
-
Wayne #10
Re: FM-Radio Tuner (error)
On Thu, 30 Mar 2006 08:03:53 +0100, Toby Newman wrote:
I think it was Totem and Ryhthmbox. I'd also suggest installing>>> Yes I do believe I'm talking about net radio. In the dev folder I have
>> found a audio icon. name:audio Type:x-special/device-char size:0 bytes.
>> So I will look for a audio player on this machine. I always enjoy
>> listening to music while I work with my machine. I'm trying to solely
>> use Linux as a O/S.
> I don't know what the default audio player is for Ubuntu. If you can't
> find one, install xmms which will play net radio stations for you.
Streamtuner, which will grab a list of stations and will launch
XMMS.
Wayne
--
Registered Linux user #375994
[url]http://www.geocities.jp/rondonko/[/url]
Wayne Guest
-
alex #11
Re: FM-Radio Tuner (error)
I had the same problem, the easiest way I found
to resolve it was to "sudo nautilus" from a shell
which starts the browser as root, goto the /dev
directory, rename radio0 to radio. Left click
it and change to permissions.
You could also copy it and rename the copy which
would be better I guess!
Alex
MotorCityMadMan wrote:
> Toby Newman wrote:> Yes I do believe I'm talking about net radio. In the dev folder I have>> On 2006-03-29, MotorCityMadMan <no-spam@here.com> wrote:
>>>>>>>Toby Newman wrote:
>>>
>>>>On 2006-03-26, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>
>>>>
>>>>>Toby Newman wrote:
>>>>>
>>>>>
>>>>>>On 2006-03-25, MotorCityMadMan <No-Spam@here.com> wrote:
>>>>>>
>>>>>>
>>>>>>>opening Gnomer radio
>>>>>>>
>>>>>>>I received a error
>>>>>>>
>>>>>>>Could not open device "/dev/radio" !
>>>>>>>
>>>>>>>Check your Settings and make sure that no other
>>>>>>>program is using /dev/radio.
>>>>>>>Make also sure that you have read-access to it.
>>>>>>>
>>>>>>>I will be greatfull for help.
>>>>>>
>>>>>>$ ls -la /dev/radio
>>>>>>
>>>>>>will let you know if you have permission to 'read' it.
>>>>>>
>>>>>
>>>>>Toby: Thank you for responding to my problem.
>>>>>
>>>>>I entered the command in to a shell and that returned this:> ls:
>>>>>/dev/radio: No such file or directory
>>>>>
>>>>>Do I need to make this directory to solve the problem ?
>>>>>Will you help me with the meaning of these commands (ls and -la)?
>>>>
>>>>
>>>>Well, /dev is not a directory per se, it is a location where your
>>>>hardware shows up in linux (think 'device manager' in windows, I
>>>>suppose)
>>>>
>>>>If you don't have a /dev/radio then I guess one of two things has
>>>>happened:
>>>>
>>>>Linux hasn't detected your radio hardware. I've never heard of a radio
>>>>that shows up as hardware in a PC - are you sure it's not just a
>>>>soundcard?
>>>>
>>>>Linux detected it and called it something else, e.g. /dev/radio0 or
>>>>/dev/radio1.
>>>>
>>>>Do a
>>>># ls /dev/r*
>>>>to list all files beginning with r in you /dev directory and see if you
>>>>can see the radio under a different name.
>>>>
>>>>To find out what
>>>>ls -la
>>>>does, type
>>>>man ls
>>>>which will show you the 'manpage' of the command, the documentation.
>>>>This will list the switches (-l -a and so forth) and explain their
>>>>purpose.
>>>>
>>>
>>>This is the list:
>>>
>>>/dev/ram0 /dev/ram10 /dev/ram12 /dev/ram14 /dev/ram2 /dev/ram4
>>>/dev/ram6 /dev/ram8 /dev/random
>>>/dev/ram1 /dev/ram11 /dev/ram13 /dev/ram15 /dev/ram3 /dev/ram5
>>>/dev/ram7 /dev/ram9 /dev/rtc
>>>
>>>There's something to be said about it just being a sound card.
>>>
>>>As I is new to the Linux world :-0 I'm playing with all the buttons on
>>>the machine. Thats the only why I know how to learn this new world. I
>>>installed Ubuntu v5.10 breezy on my machine. So I goto Applications/add
>>>applications/Gnome app install (add/remove programs)/sound & video/ I
>>>find this FM-Radio tuner/ So I'm thinking (can you smell the smoke)
>>>heres a radio to listen to while i play with the buttons. I can't seem
>>>to get this radio working. I'm trying,I'm trying :-()
>>>
>>>Thank you for your help @*@
>>>The MotorCityMadMan
>>
>> Just to check: Do you actually have a radio reciever in your PC?
>>
>> Perhaps you are confused between net radio and 'traditional' FM radio. I
>> don't mean to patronise :)
>>
> found a audio icon. name:audio Type:x-special/device-char size:0 bytes.
> So I will look for a audio player on this machine. I always enjoy
> listening to music while I work with my machine. I'm trying to solely
> use Linux as a O/S.
>
> Also I need to try to get printing working with this Ubuntu. I can't
> seem to get my lexmark x125 and x4270 printers working. I'm getting a
> message the printing job sent to printer,but no printing is happening.
>
> The MotorCityMadManalex Guest



Reply With Quote

