|
Author |
Message |
|
|
Posted Apr 10, 2008 at 10:06:08 PM
Subject: new to linux.. major questions!
I'm very new to Linux, and I bought a Dell Inspiron 1525 and it arrived yesterday, and I have never worked on Linux and have never heard of it until my friend recommended it. I would love to connect to the internet, but since I haven't set up my wireless internet (which I've heard will be a hassle) I'm using an Ethernet cable that is being used right now for my desktop, which is a Windows XP (not sure if that helps any with the internet prob, but I just threw it in just in case it does). We have a router, but sometimes it doesn't work, and I thought that a wireless router would be better to use. I'm just wondering, how do I connect to the internet through an ethernet cable? Thanks for your time :)
|
GoinEasy9
Joined Apr 12, 2008 Posts: 23
Other Topics
|
Posted:
Apr 12, 2008 10:32:20 PM
Subject: new to linux.. major questions!
With linux, you can usually just plug in the ethernet cable and it works. You didn't tell us what distro of linux your using. If it's a Dell Ubuntu computer, just plug in and reboot, you should be connected. Try opening up Firefox and see if you can get access to google etc.
|
proopnarine
Joined Apr 03, 2008 Posts: 399
Location:San Francisco
Other Topics
|
Posted:
Apr 13, 2008 2:57:09 AM
Subject: new to linux.. major questions!
Also, you generally don't have to re-boot unless you've had to apply network settings. Try plugging in the cable, open a terminal (console) window, and if you're using Ubuntu, type
sudo /etc/init.d/networking restart
If you're using another distribution, type
su
<root password>
/etc/init.d/network restart
or
/etc/init.d/networking restart
That will usually do the trick!
Also, I have _never_ had wireless problems with any of my Linux machines. I know that some adapters have driver problems, but most of them do not.
Take the red pill
www.calacademy.org/blogs
|