Modem Speeds
Steve
bassix at gmail.com
Sat Aug 13 21:19:32 UTC 2005
On 8/13/05, Micheal Bauerle <michealbauerle at hotmail.com> wrote:
>
>
> I am trying to figure out how to check my connection speeds in Ubuntu. I
> have a USR modem and in widows it connects at 50 but I can tell by my of my
> down loads that it has been taking an average of 5 times longer. I know in
> other versions of Linux it has worked fine. I have tried looking through the
> Ubuntu guide but have not found anything.
>
> Micheal
>
Hi Michael,
I had the same problem while ago myself! Found this great info... type this
in a terminal (substitute your correct port number for "<XX>":
stty -F /dev/ttyS<XX> speed 115200
Typing this once will tell you what it is now set at (probably 9600), typing
it a second time will set it to 115200. If that works, then if you want that
port (modem) set to 115200 at every boot, do this:
sudo gedit /etc/init.d/bootmisc.sh
And add the previous line to the bottom of the file and save. In my case my
modem is on ttyS14 so this is the line I added:
stty -F /dev/ttyS14 speed 115200
Of course there is an easier way, if you install Gnome PPP and set your
modem speed to 115200 in there. Either way should work.
Hope that helps!
-Steve.
--
Ubuntu :: Linux for Human Beings [Intelx86/AMD64/PowerPC]
ubuntulinux.org<http://ubuntulinux.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050813/cf1cac20/attachment.html>
More information about the ubuntu-users
mailing list