LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-30-2008, 08:14 PM   #1
qazwsx27
LQ Newbie
 
Registered: Jun 2005
Location: Toronto Canada
Distribution: Fedora Core 4
Posts: 22

Rep: Reputation: 15
cannot open /dev/modem: device or resource busy


wvdial ppp0

cannot open /dev/modem : device or resource busy

I can use this modem in Windows. I had FC5 installed and I recieved this
error. I though I'd try FC4 and still this error. I know this is a hardware modem and has worked with linux in the past. Can someone please point me in the right direction. Thanks.
 
Old 09-30-2008, 08:47 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
/dev/modem is a symbolic link to some other device. Use this command to check that /dev/modem is actually linking to the device your modem is on:

ls -l /dev/modem

Another possible problem area is /etc/wvdial.conf. Could you post your /etc/wvdial.conf with your user name and password xxxxxx out.

-----------------
Steve Stites
 
Old 09-30-2008, 09:44 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
just a question is there some reason like hardware ( like VERY old hardware) keeping you on the dead and unsupported fedora 5 .5 hit " End of Life " on May 31, 2007. Fedora 10 is about to be released .

What kind of modem is it 56k dial up, dsl,or what .Some "built in" win modems use MS windows code to run them . and will require "ndiswrapper" to use the win code .But there are NO rpm's or working repo's for fedora 5 so you will need to build ndiswrapper from the source code and install ( by hand some rpm's and build others) all of the dependencies for the compiler .
 
Old 09-30-2008, 09:56 PM   #4
qazwsx27
LQ Newbie
 
Registered: Jun 2005
Location: Toronto Canada
Distribution: Fedora Core 4
Posts: 22

Original Poster
Rep: Reputation: 15
The modem is dial up modem. US Robotics 56k, hardware modem.

One other note. I looked in the dev directory and there is no listing for modem.

ls -l /dev/modem
file does not exist



How can I find the address of the modem. and then link it to /dev/modem
 
Old 10-01-2008, 12:01 AM   #5
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

By chance is this modem a external modem hung on the serial post?
 
Old 10-02-2008, 11:01 PM   #6
qazwsx27
LQ Newbie
 
Registered: Jun 2005
Location: Toronto Canada
Distribution: Fedora Core 4
Posts: 22

Original Poster
Rep: Reputation: 15
No it's an internal hardware usr robotics modem

I know it works because the system is dual booted with windows. It has worked with linux in the past.


wvdial.conf

[Modem0]
Modem = /dev/modem
Baud = 460800
SetVolume = 0
Dial Command = ATDP
Init1 = ATZ
Init3 = mTM0
FlowControl = NOFLOW

[Dialer Freenet]
Username=
Password=
Phone=
Stupid Mode =1
Init1 = ATZ
Init2 = ATQ0 V1 E1 SO=0 &C1 &D2 + FCLASS = 0
Inherits = Modem0
 
Old 10-03-2008, 12:16 PM   #7
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
You do not have a dialer named ppp0 in wvdial.conf so therefore the command

wvdial ppp0

will not work. You do have a dialer called Freenet so try the command:

wvdial Freenet

You have set the baud rate to 460800. No dial-out modem will run that fast.

----------------------------
Steve Stites
 
Old 10-04-2008, 01:43 PM   #8
qazwsx27
LQ Newbie
 
Registered: Jun 2005
Location: Toronto Canada
Distribution: Fedora Core 4
Posts: 22

Original Poster
Rep: Reputation: 15
Thanks to all that replied. I have the modem working now. I'm using Fedora Core 4 because I can't download due to the slow speed. I will upgrade and buy a newer verion of Redhat Fedora on Ebay.

Vince
 
Old 10-04-2008, 02:01 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
have a look here
http://fedoraproject.org/wiki/Distri.../OnlineVendors
also it is not Red Hat fedora
Red Hat 5.2 is a commercial ( for cash$$$) distro
fedora 9, and soon 10 are not commercial
also when you buy a new computer some can have Linux preinstalled
like Dell with Ubuntu
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
losetup -d /dev/loop3: ioctl: LOOP_CLR_FD: Device or resource busy? phyx Linux - Newbie 9 06-03-2011 01:04 PM
Can't open audio device. Device or resource busy. deepumnit Linux - Software 2 06-16-2008 09:36 AM
/dev/dsp device or resource busy Daem0hn Linux - General 4 12-11-2005 12:22 PM
open /dev/[sound/]dsp: Device or resource busy tearinox Linux - Newbie 1 10-24-2003 06:47 PM
cannot open /dev/ttyS ...resource or driver busy...error.. chiragw Linux - General 0 09-05-2001 03:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration