Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
well my linux ubuntu is up and running. i thought that it would be a great task but it was nothing.
anyway my new problem is that i cannot connect to the internet using linux. i dont know how to connect my ADSL Modem in ubuntu.
your help will be most appreciated
Has the modem been configured yet? Does the modem store your user and password information and make an internet connection on its own, or is the computer meant to initiate the connection?
well my modem is a adsl dial up modem. the computer stores the username and password of the modem and everytime to connect to the net i have to initiate the connection.
well i did a modem scan using scanModem but it didnot recognise the modem. i cannot send in the report as microsoft is not able to read it i think coz its looks a lot different than it did in linux. i am using ubuntu-8.04.1-desktop-i386. thanks for the concern
For ubuntu you want to install 'pppoe' and 'pppoeconf'; then at a command line:
sudo pppoeconf
It will ask you a few questions and set up pppoe correctly (well, as long as you gave it the correct answers). If it asks you if you want a 'persistent' connection, tell it 'yes'; otherwise you have to start the connection yourself with 'pon'.
ppoeconfig is returning a message that command not found. i tried pppconfig which i saw in an article in ubuntu geek. i followed all the details but its simply not working.
seriously i am tried restarting my computer jumping from windows xp to ubuntu and back. so plz help me.
Last edited by banerjeemono; 09-06-2008 at 09:56 AM.
What command was not found, pppconfig? It may not be on your PATH of executable commands. Use the which command to see if the command is on your PATH:
which pppconfig
If the command is not found by which then use the find command to see if the command exists in some directory not on your PATH:
find / -iname "*pppconfig*"
You may also have the problem that the pppconfig command is not executable by user but it can be executed by root. You could try using sudo to execute the command:
Please don't do that kind of thing - just carry on in the
thread where he had helped you. I've merged the two
threads so others can follow what this was all about.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.