LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-21-2009, 04:08 PM   #1
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Rep: Reputation: 0
How to make new modem work?


Using Ubuntu 9.04 in dual boot with Win XP, I changed my PCI Softmodem for a USB modem US Robotic 5637 compatible Linux. My ppp internet and e-mail account are configured but there is no talk to the new modem. I even removed the PCI board from the computer but nothing happens, still offline. In Win XP the modem works perfectly. Any suggestions?
Thanks
 
Old 08-21-2009, 04:22 PM   #2
and235100
LQ Newbie
 
Registered: Feb 2007
Distribution: SuSE 11.1/11.0, Fedora, RHEL
Posts: 24

Rep: Reputation: 16
According to http://www.ubuntuhcl.org/browse/sear...-by=&keywords=, this modem chipset is not compatible with Ubuntu.

Check if you have hwinfo. Open a terminal, and try hwinfo -modem or hwinfo -usb
If it isn't recognised, install hwinfo from a terminal - sudo apt-get install hwinfo
Otherwise, use lsusb -v (if you have it -- can't verify if this is in Ubuntu)

From the output from one of these commands you should be able to see if your hardware has been picked up correctly.

Some other info that might be useful - https://help.ubuntu.com/7.04/interne...-internet.html - note that this is for 7.04 - but it should provide a rough guide.

Last edited by and235100; 08-21-2009 at 04:26 PM.
 
Old 08-22-2009, 09:57 PM   #3
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for your answer.
Using lsusb I find this:
Bus 001 Device 002: ID 0baf:0303 U.S. Robotics, followed by a lot of data but ending by this:
Can't get device qualifier: Operation not permitted
can't get debug descriptor: Operation not permitted
cannot read device status, Operation not permitted (1)
Using lsmod I found among other things: cdc_acm, supposedly needed from the readme file of the modem CD.
I also checked in /dev and found: /dev/ttyACM0, spécify by US Robotics and attached it to my ppp configuration to access the modem as suggested in readme. Still doesn't work. I can't install hwinfo, nor wvdial or minicom, those are packages Synaptic must get through the internet. I tried it manually by downloading through Win XP but it doesn't work, dependencies files always missing, must come as a package. US Robotics says it has been tested for Ubuntu 7.04, any other suggestions?
 
Old 08-23-2009, 11:32 AM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
according to the installation quide need CDC ACM module loaded in your kernel. At a command prompt try
Code:
sudo modprobe CDC ACM
or maybe
Code:
sudo modprobe CDC
and then
Code:
sudo modprobe  ACM
and see if you can see the modem then
may have to unplug and plug back in modem after modules or loaded

Last edited by colorpurple21859; 08-23-2009 at 11:33 AM.
 
Old 08-23-2009, 11:43 AM   #5
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Code:
sudo modprobe cdc_acm
will get the required modules loaded. just tried it on my debian system
 
Old 08-24-2009, 09:38 AM   #6
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Original Poster
Rep: Reputation: 0
I did what you said but I don't know how to: 'see if you can see the modem' as you said in your post. And how de we get on the internet? Just open Firefox?
 
Old 08-24-2009, 12:18 PM   #7
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
did you unplug and plug back in your modem after you ran modprobe. go back into the ppp configuration to the modem section and see if the modem is picked up.
 
Old 08-24-2009, 07:50 PM   #8
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Original Poster
Rep: Reputation: 0
I unpluged and pluged the modem after modprobe and ppp tells me: Disconnected, you are offline.
 
Old 08-25-2009, 05:10 AM   #9
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
in a terminal
Code:
sudo modprobe cdc_acm
lsusb -v
if your modem isn,t listed in lsusb try unplugging and plugging back in to the same port or a different port. each time after plugging back in do
Code:
lsusb -v
and see if your modem is identified.

Last edited by colorpurple21859; 08-25-2009 at 05:13 AM.
 
Old 08-25-2009, 08:22 AM   #10
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Original Poster
Rep: Reputation: 0
Yes it is. In reading a lot I think my problem comes from ppp because I checked the box for the connection before configuring it(I thougt the box was for choosing what I wanted to configure). I uninstall completely the gnome admin. package to start from scratch but the first ppp configuration is still there and I can't find where it is. Is there a way to clean slate for ppp modem configuration and make a new one like I was supposed to? Unless there is another solution. Thanks
 
Old 08-25-2009, 10:20 AM   #11
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Original Poster
Rep: Reputation: 0
Here is another info I got after running scanModem.gz:
bus=001
SLOT="Bus 001 Device 002:"
NAME="U.S. Robotics "
USBmodemID=0baf:0303
IDENT=cdc_acm
Driver=cdc_acm
 
Old 08-25-2009, 12:11 PM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
does
Code:
sudo pppconfig
work or might be pppconf. your ppp config file should be somewhere in /etc/ppp

Last edited by colorpurple21859; 08-25-2009 at 12:28 PM.
 
Old 08-25-2009, 08:25 PM   #13
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,348

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
maybe this will help
http://www.aboutdebian.com/modems.htm
Code:
sudo pon
#to dialout
Code:
poff
#to diconnect

Last edited by colorpurple21859; 08-25-2009 at 08:42 PM.
 
Old 08-25-2009, 08:37 PM   #14
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
when you get tired of all the things posted let ne know
you have a stand alone (real modem) 56k usb modem.
open a terminal and type dmesg. then post it. then you you will open kppp or gppp and configure your /dev/ttyUSB0 to work ok let me know.

Last edited by Drakeo; 08-25-2009 at 08:38 PM.
 
Old 08-26-2009, 10:20 AM   #15
Mauricioso
LQ Newbie
 
Registered: Aug 2009
Location: Quebec
Distribution: Ubuntu 9.04
Posts: 7

Original Poster
Rep: Reputation: 0
T Drakeo: The readme file on US Robotic CD recommand making: ln -s /dev/ttyACM0 /dev/modem. After configuring ppp as you said I got this message after trying to connect with pon like colorpurple said:
/usr/sbin/pppd: In file /etc/ppp/peers/provider: unrecognized option '/dev/modem'
How can I remove that link? -ln? Here is attached the dmesg report. Thanks
Attached Files
File Type: txt Test dmesg.txt (8.3 KB, 14 views)

Last edited by Mauricioso; 08-28-2009 at 08:44 AM. Reason: In case attachement might be Window carbage
 
  


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
make my adsl modem work durgesh.ddn Linux - Newbie 1 02-05-2008 04:10 AM
how to make my modem work in suse 9.0 pssarr Linux - Newbie 2 04-21-2004 03:29 PM
can't make may modem work drawhla Slackware 8 03-13-2004 03:08 PM
How can I make my modem work? Ackin Linux - Newbie 5 08-07-2003 07:37 PM
how do I make my laptop's modem work? k4zau Linux - Hardware 5 05-05-2003 01:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:33 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