LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-26-2005, 05:58 PM   #1
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Rep: Reputation: 15
Question Externel Serial modem is slow


I just bought an external 56K serial modem (Best Data 56SX92) to replace my old, crappy internal pci winmodem because it liked to randomly disconnect me. But, my new modem (I tell KPPP the device is ttyS0) is significantly slower: 0.5KB/s, instead of a normal 4.0KB/s. Could this be a kernel misconfiguration? Any insights or suggestions are appreciated!

-Thanks
 
Old 01-26-2005, 06:54 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,751

Rep: Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929
It might be a misconfiguration. Using minicom or gcomm app you can see the modem's setup via the at&v command. Does the modem manual happen to list the at commands? Is ttyS0 configured for the highest baud rate?
 
Old 01-26-2005, 07:13 PM   #3
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
I can connect to the modem (but not with minicom, with KPPP's built in console.) 'AT &V' prints a whole bunch of numbers which I can't make sense of. The manual has some basic modem commands, and tells me that 'AT +MS=V92' will set the speed to 56K, and use the V.92 standard...where would I add this (preferably with
KPPP)? How do I set the serial port's baud rate? Should I set it to 56000? Thanks for the info!
 
Old 01-26-2005, 08:13 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,751

Rep: Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929
Does kppp have any device settings? Set the baud rate to 115200.
There should be a modem tab to configure any at commands to send to the modem. It has been a long time since I've had to mess with modem settings.
 
Old 01-26-2005, 09:06 PM   #5
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
It does have device settings, and 115200 is an option, but so is 460800, which is higher. Is there a reason I shouldn't use 460800? KPPP also gives me the option of specifying a second initialization string, I set this to 'AT +MS="V92"', but the manual all recommends sending '+MR=2'...how do I combine these two?
Thanks so very much for all the help!
 
Old 01-26-2005, 09:15 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,751

Rep: Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929Reputation: 5929
The baud rate depends on the modem capablilities. Try and see.
Its been such a long time since I've played with modem settings I will have to check to make sure.
 
Old 01-26-2005, 09:21 PM   #7
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
Hmm, I tried putting AT +MS=V92' in my initialization2 string, it didn't help, the modem was still slow. Also, should I be using software flow control, hardware flow control, or none? For reference, the AT set for my model is at http://www.bestdata.com/tech/v.92CommandReference.pdf
Thanks in advance!
 
Old 02-04-2005, 09:28 AM   #8
HalfDiminished
Member
 
Registered: Jan 2005
Location: Santa Barbara, CA
Distribution: Ubuntu Hoary/Debian 3.1/RHEL-WS3/DSL 1.1
Posts: 66

Rep: Reputation: 15
Likosin,
Have you had any luck? I have the same problem. My external TrendNET-560X modem was working fine until I re-installed Debian Sarge. Now I can't get it to go over 9600 baud. I've tried setting the baud rate with wvdialconf then editing /etc/wvdial.conf, also I've tried the modem tabs in kppp and GNOME-ppp. Still wvdial reports CONNECT 9600 and it is slow as heck.
 
Old 02-04-2005, 02:42 PM   #9
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
Unfortunately, I've gone back to using my fast-but-unstable internal modem. I'll play with my external one some more, I'll let you know if I am in any way successful. If you come across anything else, please let me know.

Thanks!
 
Old 02-04-2005, 10:22 PM   #10
Likosin
Member
 
Registered: Aug 2003
Location: NY
Distribution: Debian
Posts: 119

Original Poster
Rep: Reputation: 15
Well, I think i got it working, I finally payed attention to one of michaelk's posts above, and set the rate to 115200 instead of 460800...now it works fine. Let me know if this helps!
 
Old 02-07-2005, 09:20 AM   #11
HalfDiminished
Member
 
Registered: Jan 2005
Location: Santa Barbara, CA
Distribution: Ubuntu Hoary/Debian 3.1/RHEL-WS3/DSL 1.1
Posts: 66

Rep: Reputation: 15
Likosin,
As it turns out, the init string set up by wvdialconf by default was not correct for my modem. I had to get rid of the FCLASS=0 string and everything is working fine now. FYI- here is a great site for modem inf - including init commands.

modemhelp.net/quickref.shtml
 
  


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
RH doesn't detect my Serial modem connected to a PCI Serial card ricky_ds Linux - Hardware 1 08-17-2006 02:37 PM
USB to Serial Converter on Serial Modem bongski55 Linux - General 3 08-29-2005 10:04 AM
Very slow dialup connection with serial modem Charos Linux - Hardware 2 07-07-2005 05:37 AM
adsl modem externel wont connect to pc. Nz_Boy_2004 Linux - Networking 3 10-25-2004 11:37 PM
Problems with externel modem onlyhuman9 Linux - Hardware 0 10-31-2002 12:12 PM

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

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