Results 1 to 9 of 9
Okay, I have just switched to linux, Kubuntu 5.0.4, I am simply trying to get on the internet. I have a RTL8139 series NIC and a SMC1244TX NIC both on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-15-2005 #1Just Joined!
- Join Date
- Feb 2005
- Location
- Charlotte, NC
- Posts
- 38
newbie internet help
Okay, I have just switched to linux, Kubuntu 5.0.4, I am simply trying to get on the internet. I have a RTL8139 series NIC and a SMC1244TX NIC both on the same computer and I can't seem to figure out how I'm supposed to get one of them to work.
If someone would be kind enough to help me through this, I would be VERY GREATFUL.
- 08-15-2005 #2Just Joined!
- Join Date
- Jul 2005
- Location
- Philly, PA
- Posts
- 92
have a look here:
http://ubuntuguide.org/
and scroll down to Networking.
peace V
- 08-15-2005 #3Just Joined!
- Join Date
- Feb 2005
- Location
- Charlotte, NC
- Posts
- 38
Believe me man, I've looked all around there.
- 08-15-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Assuming that both of your NICs is detected by Ubuntu, you need to activate the one that's connected and then probably choose "dhcp" to let your ISP assign an IP address. How far did you get with these instructions? What is between your computer and the Internet? (router, university, whatever)
Originally Posted by ubuntuguide /IMHO
//got nothin'
///this use to look better
- 08-15-2005 #5Just Joined!
- Join Date
- Feb 2005
- Location
- Charlotte, NC
- Posts
- 38
there is a cable modem. that's it. the modem i have is a road runner cable/phone modem.
I'm just really frustrated. I would love to become a linux user and learn my way through things, but this one huge bump is discouraging.
- 08-15-2005 #6Just Joined!
- Join Date
- Aug 2005
- Posts
- 5
can you see the router? First connect to the router, then worry about the router -> internet
- 08-15-2005 #7Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
With the cable connected to first one and then the other NIC, open a terminal console (the screen with a command prompt like this: [you@yourbox ~]$ )and then enter the command 'ifconfig eth0' and 'ifconfig eth1' and watch what you get. You should see several lines of text for each. In particular, watch for an IP address to be listed, along with a netmask and broadcast address. If there is no IP address shown then then the NIC is not configured. If you get an error message, then the NIC may not be correctly detected by Linux. Based on the results, you may want to decide which NIC you want to work with and remove the other.
It looks like both of your NICs use have the same chipset, so I think they might both use the rtl8139.o module? Do this command: 'lsmod | grep rtl8139'. Also, do this: 'lspci' and look for any mention of ethernet devices. Try removing one card, connecting the cable and then 'modprobe rtl8139'.
(Details will be more helpful than "it didn't work"....)/IMHO
//got nothin'
///this use to look better
- 08-16-2005 #8Just Joined!
- Join Date
- Feb 2005
- Location
- Charlotte, NC
- Posts
- 38
okay, i found the rtl8139.o module, i was wondering if you could give me an idea of exactly how to run this?
- 08-16-2005 #9Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
A good start would be to do as in the previous post. You didn't say where you found rtl8139.o. I could guess in your sources directory, or in the output of 'lsmod' or even on the web. It kind of matters where the module is if you want to know what to do with it. Also:
Originally Posted by x__dark Can you manage that?
Originally Posted by drakebasher /IMHO
//got nothin'
///this use to look better


Reply With Quote
