LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-07-2003, 06:29 PM   #1
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Rep: Reputation: 0
USB Modem, Hours of Frustration, and a Headache...


Hey all, new linux user. Installed my shiny Slackware 8.1, and it is up great. Unfortunately, I am having a problem getting a USB 3Com US Robotics Voice Faxmodem Pro (model number 0525) u p and working. I have been reading (extensively), and have found that USB support is packaged with every kernel 2.4.* and higher, and was even back-ported to 2.2.*. I am running 2.4.18. I have also found a site (http://www.qbik.ch/usb/devices/) which HAS my modem listed as compatible. I headed over to the 3Com site, and found out that my modem is out of distribution. They suggested another modem. I found no linux .rpm files there. So I went to google. Again, nothing. I can't tell if my USB modem is working, or even noticed, nor can I find anything that tells me exactly what I need to do to make it work. I am really at a loss. My only other option is using a program like WinProxy to share the connection. Having to use a windows program to get my Slackbox on-line seems almost sacrilegious. Any ideas? Thanks for all your help in advance.
P.S. I am running linux off of a Compaq Ipaq with a celeron 500 chip. Thanks!
 
Old 01-07-2003, 06:46 PM   #2
qanopus
Senior Member
 
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358

Rep: Reputation: 45
Well, first off all, what have you tried to get your modem working. Have you tried programs like wvdial or kppp? If so, what error messages are they returning?
 
Old 01-07-2003, 10:52 PM   #3
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
The usb-subsystem guide is the place to go, specificly the usb-modem chapter but the entire document is a good read.
 
Old 01-08-2003, 06:35 PM   #4
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
As of right now, I just rebuilt the kernel to add USB support and USB modem support. Other than that, I haven't really done anything else. Oh, and in Gnome I setup the ppp account.
 
Old 01-08-2003, 06:58 PM   #5
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
Okay, I just ran mknod /dev/usb/ttyACM0 c 166 0
Have no idea what that does. Still nothing in mount, and I am unsure how to see usb devices, or force usb devices to mount, or anything. I am really sorry about this. Thanks for all your help.
 
Old 01-08-2003, 07:12 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
"lsusb" and "cat /proc/bus/usb/devices" and for usb drivers "cat /proc/bus/usb/drivers", for the last two you need usbdevfs.
 
Old 01-08-2003, 08:37 PM   #7
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
Apparently I don't have lsusb. Everything I am reading is that it is standard in 2.4.0, but I don't have man files for it or anything. I am currently trying to find a place to DL that, and usbdevfs. I am also reading about kUSBD. That insists that you don't need usbdevfs in the later kernels. Oh boy
 
Old 01-09-2003, 01:03 PM   #8
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
Well, after compiling and recompiling to gain USB connectivity, nothing seems to be working. I tried wvdial, with no luck. Still no lsusb. I am uncertain if usbdevfs are packaged with the kernel, or if I need to add them, but I do not have either of those directories. What am I doing wrong?
 
Old 01-09-2003, 01:17 PM   #9
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
Clarification, I didn't actually HAVE WvDial. My god. I am currently downloading tons of things to stick on my Slackbox, and am open for suggestions, as I can't get Samba to work to network it, and have to burn everything onto a cd. This is when I plead for patience, while this Uber Newbie tries to get a grip on the spiraling mess he is creating.
 
Old 01-09-2003, 04:28 PM   #10
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You set up usbdevfs by following the instructions that I posted a link to.
 
Old 01-09-2003, 04:57 PM   #11
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
Following the webpage, I can't mount the usbdevfs. If when I compiled, I had selected both OHCI and UHCI, would that cause the USB to not work?
 
Old 01-09-2003, 05:13 PM   #12
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You only need one, depending on your chipset.
 
Old 01-10-2003, 01:25 PM   #13
Jester21
LQ Newbie
 
Registered: Jan 2003
Location: Phoenix, AZ
Distribution: Slackware 8.1
Posts: 13

Original Poster
Rep: Reputation: 0
Recompiled again to only use OHCI, and when I mount -t usbdevfs none /proc/bus/usb like the site tells me to, I get mount point /proc/bus/usb does not exist. From what I can see of the site you gave me, I followed every instruction to the letter. Hrm.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
external hardware modem frustration silverbirch Linux - Hardware 6 02-14-2005 09:01 AM
modem detection frustration TheBroken Linux - Laptop and Netbook 6 06-07-2004 11:57 PM
Major modem headache scagman Linux - General 6 06-09-2003 08:04 PM
USB Printer frustration in RH 9.0 Panzergrenadier Linux - Hardware 0 06-01-2003 06:49 PM
Mandrake 9.1 + Cable modem = frustration Ekim Gram Linux - Newbie 10 05-08-2003 09:24 PM

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

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