Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-11-2006, 10:16 AM
|
#1
|
LQ Newbie
Registered: Dec 2006
Posts: 3
Rep:
|
Trouble configuring network card (Intel 82573L Gigabit Ethernet Controller)
Hi there! I'm very new to Linux and am trying to access the internet through my network card.
The model of it is in the thread subject and I'm just not sure what to do. It would appear that "eth0" is non-existant.. I'm clueless as to what to do about it! Can anybody help me out? i am currently running slackware 11 btw. with linux-2.4.33.3 kernel
|
|
|
12-11-2006, 10:31 AM
|
#2
|
Member
Registered: Dec 2003
Distribution: Debian, FreeBSD
Posts: 310
Rep:
|
Issue the command ifconfig.
Does anything show up?
|
|
|
12-11-2006, 11:11 AM
|
#3
|
LQ Newbie
Registered: Dec 2006
Posts: 3
Original Poster
Rep:
|
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets: 0 errors:0 dropped:0 overruns:0 frame:0
TX packets: 0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
|
|
|
12-11-2006, 07:57 PM
|
#4
|
Member
Registered: Dec 2003
Distribution: Debian, FreeBSD
Posts: 310
Rep:
|
Use the command dmesg. THen look through the output, and see if says anything about your ethernet card.
You may have to load a module for the card,
modprobe e1000
or compile support for it in the kernel if its not there now.
|
|
|
12-11-2006, 08:11 PM
|
#5
|
Senior Member
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,407
Rep:
|
|
|
|
12-11-2006, 10:39 PM
|
#6
|
LQ Newbie
Registered: Dec 2006
Posts: 3
Original Poster
Rep:
|
modprobe e1000 failed, the other command showed no info on my ethernet card. i downloaded the drivers from the intel site, put them onto my usb but now when i try and plug my usb into any usb port, slackware doesn't recognise it...... how do i fix this :\ i seriously require these drivers to get onto the internet, it would seem.. =\
|
|
|
12-11-2006, 11:31 PM
|
#7
|
Member
Registered: May 2005
Location: Sydney, Australia
Distribution: Ubuntu 5.04, Debian 3.1
Posts: 74
Rep:
|
It doesn't recognise it or it doesn't mount it automatically? Plug in the usb and type dmesg in the terminal window and check the output. If the usb was recognized by the system you should see some lines with "sda" if the usb is the only SCSI device you have. If it is the second one you will see some lines containing "sdb" etc... If you have only one partition on the usb it should be sda1.
In this case (you can see sda in the output) try this as root:
# mkdir /mnt/usb # or chose some other folder depending on your distribution
# mount /dev/sda1 /mnt/usb
# ls -l /mnt/usb # and you should see all the files/folders you have on the usb
in this folder
Also check if the usb modules are loaded in the kernel. They should be ohci_hcd,uhci_hcd,ehci_hcd i think and if they are not you have to load them manually. Then try pluging the usb again.
|
|
|
All times are GMT -5. The time now is 09:17 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|