{ 8 comments… read them below or add one }

1 George Perez 08.13.06 at 7:07 pm

I have a linux machine with an internal modem. The linux I’m using is Ubuntu and would like to know how to connect this machine to the internet. I am not on a network, just a single linux machine.
I appreciate your reply.
Thank you.

2 nixcraft 08.13.06 at 8:30 pm

George,
An internal modem requires a Linux driver. The FIRST step towards finding a Linux driver is identifying the modem’s CHIPSET. I recommend visiting following url and download the scanModem tool which will help you to identifying the modem’s CHIPSET.
http://132.68.73.235/linmodems/index.html#scanmodem

More information is at http://linmodems.org/

Another option is use lspci command to identify the modem’s chipset. Once you know the chipset, you can download & install the driver. Next, just follow the instruction mentioned here to configure PPP dial out.

3 chadrick 08.14.06 at 1:21 am
4 Linda 09.12.06 at 8:01 pm

Hi,

I am able to dial out to my ISP, but I always have to type in the root password. I am on Ubuntu.

Is there anyway to disable this?

5 nixcraft 09.12.06 at 8:47 pm

You can disable it via sudo command itself. Add something as follows, first type sudo:
sudo visudo

Next Append text:
username localhost= NOPASSWD: wvdial

To use type command:
sudo wvdial

It will not prompt for your password.

Hope this helps!

6 paul 07.19.07 at 12:50 pm

have a device call the MAGIC BEAMER i want configure it to access the net via dsl dialout user my laptop as a server.

7 Anshuman 10.11.08 at 7:36 am

Hi,
I have an application which sends some data to the COM port /dev/ttSy0.
I want to get the data in the COM port which are send.

Im not able to diplay the commands.
Can anybody help , to get the command send as well receive at the com port. ( The device is not a modem) .

8 ramana 03.13.09 at 3:29 am

i have external modem….end internal ethernet card how to configure internet in redhat 4
i need procedure for that

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tagged as: , , , , , , , , , , , , , ,

Previous post: Opera 9 available for download

Next post: Linux automated GUI testing with python based Dogtail tool