LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 08-24-2003, 11:31 PM   #1
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Rep: Reputation: 15
Connecting to the internet


I'm super new to Linux from Windows xp. I just installed Debian/GNU and now I just want to have a web browser in Linux as i did in windows. Don't forget my level of experience is ultra minimal. I don't know how to go about this, but I DO notice that my cablemodem that I connect with is working when I'm in Linux. I just don't know how to do what it takes so I can eventually just type the address and make it go there. I apologize for the simplicity of the question. I use cox as my cable modem provider.
 
Old 08-24-2003, 11:49 PM   #2
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
first open a terminal (command prompt)
type: ping www.google.com
that will tell you if it is working, if not type: ifconfig (as root) and post output here
if it did work you can use mozilla, mozilla and galeon are most common and arguably best browsers, if you cannot find it on a menu type: mozilla in a terminal while in x-windows.
if all else fails you can use lynx in a command prompt and download a mozilla package somewhere (lynx is text based web browser.)
 
Old 08-25-2003, 10:30 PM   #3
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Original Poster
Rep: Reputation: 15
right on

First of all I'd like to thank you for your help. It's people like you that make me not so queezy about switching to Linux.
the 'ping www.google.com' did not work so here is the IFConfig info:

lo Link encap: Local Loopback
inet addr: 127.0.0.1 mask: 255.0.0.0
UP LOOPBACK RUNNING MTU: 3924
metric: 1
Rx packets: 24 errors: 0 dropped: 0 overruns: 0 frames:0
Tx packets: 24 errors: 0 dropped: 0 overruns: 0
carrier: 0
collisions: 0
txquelen: 0
Rx bytes: 1616 (1.5 KiB)
Tx bytes: 1616 (1.5 KiB)


What's the news? any help is so very appreciated. I would love to ditch Windows altogether. Thanks!!!!!
 
Old 08-25-2003, 10:38 PM   #4
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
ok next:
type:
dhcpcd -t 10 -d eth0
see if ti gives you an ip address, also try ping www.google.com again
if it works then let me know and I will try to give you a perminent fix

of that fails type:
dmesg | grep eth0
tell me if it gives you anything (if so then what?)
 
Old 08-25-2003, 10:54 PM   #5
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Original Poster
Rep: Reputation: 15
when I typed

dhcpcd -t 10 -d eth0

it says: command not found

what am i missing? Thanks for all your help.
 
Old 08-25-2003, 11:25 PM   #6
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Original Poster
Rep: Reputation: 15
when I type the other command it just goes back to the prompt on the next line with no message....
 
Old 08-25-2003, 11:25 PM   #7
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
you need to be root (su - ) or just login as root
if it still does not work type:
/sbin/dhcpcd -t 10 -d eth0
 
Old 08-26-2003, 12:07 AM   #8
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Original Poster
Rep: Reputation: 15
I am logged in as root. and this leads to " command not found" . If it helps in /sbin I didn't see the dhcpcd command listed. all i saw was dhclient. Is it possible I don't have this command?
 
Old 08-26-2003, 12:22 AM   #9
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
it is possible, not likely but if you do not have the command then that is most likely your problem, do a "dmesg | grep eth0" and tell me what (if anything) it sais
 
Old 08-26-2003, 12:57 AM   #10
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Original Poster
Rep: Reputation: 15
hmmm

when i do what you say it just goes to a new prompt. when i type dmesg by itself it spits out alot of stuff. Am i screwed? Should I reinstall? What did I do wrong?
 
Old 08-26-2003, 01:01 AM   #11
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30
I'm not sure if your answer will be in here, but it can't hurt to read even if it isn't. I'm giving the URL of the chapter dealing with connecting to internet, but I'd suggest you read the entire thing since it's so... well, educational.



http://www.linux.org/lessons/beginne...lesson17b.html

-zsejk
 
Old 08-26-2003, 01:03 AM   #12
abiagi
Member
 
Registered: Aug 2003
Location: Orange County, CA
Distribution: slackware 9.0
Posts: 104

Original Poster
Rep: Reputation: 15
That's where i started. There is no information about connecting with a cable modem. Look again.
 
Old 08-26-2003, 01:08 AM   #13
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30
Yes, I just realized that myself... I was gonna edit my post to suggest you ignore my post.



-zsejk
 
Old 08-26-2003, 01:09 AM   #14
exodist
Senior Member
 
Registered: Aug 2003
Location: Portland, Oregon
Distribution: Arch
Posts: 1,374

Rep: Reputation: 47
ok, your network card (unless it is a 3com) does not identify on boot, I would recompile the kernel, but a debian guy might be able to give you anopther way. I can't
 
Old 08-26-2003, 01:23 AM   #15
zsejk
Member
 
Registered: Apr 2003
Distribution: Slackware
Posts: 345
Blog Entries: 5

Rep: Reputation: 30
I second that, and will also refrain from making any suggestions from now on, since I really don't know anything about Debian (and my apologies for butting in). Some last gasps from yours truly: what happens when you type "ifconfig eth0"? Or "ifconfig eth0 up"?

Good luck in any case!!!



-zsejk
 
  


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
Slow Internet Connection when Connecting to Internet on Browsers lennysokol Linux - Networking 8 04-09-2011 04:29 PM
Connecting to the Internet jthomas98 Linux - Networking 1 10-29-2005 02:26 PM
Connecting to the internet... redkazan Linux - Newbie 12 01-22-2004 06:04 AM
connecting to internet reznik Linux - Networking 2 07-19-2003 07:37 PM
Connecting to the Internet mjl1297 Linux - Software 2 02-06-2002 04:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:08 AM.

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