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.
|
 |
10-16-2005, 11:05 PM
|
#1
|
Member
Registered: Oct 2005
Location: Maine
Posts: 51
Rep:
|
intergraded 3com ethernet card not recognized
Hello,
I just installed Slackware 10.1 on a new system. The system has a Pentium D, 160 gig SATA harddrive, at install I loaded the sata.i kernal, and pulled the kernal from cd 1. Fine and dandy, loads up kde desktop, but no internet connection, If I type dmesg |grep eth0 I get nothing, If I type ifconfig I get local Loopback, If I type route I only see
loopback * 255.0.0.0 and nothing pertaining to my ethernet card.
One issue I ran into was, this pc has USB 2.0 ports. 7 of them. I had to recompile the kernal for USB 2.0 Experimental. Now the mouse works as well as any usb device, however since that point no ethernet card is recognized. I only have the one ethernet card. So I'm thinking the USB 2.0 setting is messing up the ethernet setting. Just a guess. I did
cd /usr/src/linux-2.4.29
make menuconfig
Went to USB support and made the EHCI HCD (USB 2.0 Support) bootable.
Im using kernal 2.4.29 so I did
make dep && make clean bzImage modules modules_install
took about 15 minutes to install all the modules, Im thinking It used the bare.i kernal or settings from it when I did the bzImage, thinking this because earlier i had to specify sata.i for the kernal because of my sata harddrive.
Next I did
cp /usr/src/linux/arc/i386/boot/bzImage /boot/USB_drive_kernal
Something I noticed with that is.. My system settings say I have a i686 would that be the problem? I tried sticking in the i686 instead of i386 and it says "cannot stat".
Next I did
mkdir /mnt/USBdrive
chmod 700 /mnt/USBdrive
Picoed
pico /etc/fstab
typed in /dev/sda2 (my bootable drive) auto user,rw,noauto 0 0
saved and rebooted, boots up fine except for Nic. Any ideas?
oh and also I have verified an internet connection with the same ethernet wire to my laptop. Definetly not the router. Firewall is turned off.
Last edited by jonnyblinux; 10-16-2005 at 11:08 PM.
|
|
|
10-16-2005, 11:20 PM
|
#2
|
Senior Member
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016
Rep:
|
/arch/i386 is the right directory. it sounds like maybe the module isn't loaded. what kind of nic is it, chipset, etc.? (or motherboard?) you could do /sbin/lspci -v if you're not sure.
|
|
|
10-17-2005, 12:06 AM
|
#3
|
Member
Registered: Oct 2005
Location: Maine
Posts: 51
Original Poster
Rep:
|
no luck
all I know is its made by 3com the tech support at dell told me that. Its intergraded into the motherboard.
/sbin/lspci -v produces this
Ethernet Controller: Intel Corp. : Unknown device 27dc
I tried the command you typed it brought up a big list of nothing specific, I know its a 3com intergraded. Its ran before with windows and worked fine. I did run pkgtool went to current but didnt work.
In make menuconfig
under Ethernet (10 or 100Mbit)
I have
* Ethernet (10 or 100Mbit)
* 3COM cards
* Western Digital / SMC cards '
* Racal-Interlan (Micom) NI cards
Everything else is either M or blank
I dont know if Western Digital and 3com are seperate businesses or card types but that could be where the conflict is, what do you think?
|
|
|
10-17-2005, 01:11 PM
|
#4
|
Senior Member
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016
Rep:
|
Re: no luck
i would enable everything under 3com and every intel chipset with * (not M), recompile the kernel, and try again. if that doesn't work, you'll have to do more research on exactly what kind of chipset it is to see if linux supports it. it might not. you could also try booting a knoppix CD and see if it works there and if you get more info about it. gl
|
|
|
10-17-2005, 05:49 PM
|
#5
|
Member
Registered: Oct 2005
Location: Maine
Posts: 51
Original Poster
Rep:
|
swap
I enabled everything under 3com and everything under intel, recompiled kernal, no luck, however im wondering if I should poing the root = /dev/sda to /dev/sda1 because 1 is my linux swap partition. Would that make sense? Also wondering if I need to add a line to fstab for the ethernet card.
Heres what I have in Fstab
/dev/sda1 swap swap defaults 0 0
/dev/sda2 / reiserfs defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noaut,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620
proc /proc proc defaults 0 0
/dev/sda2 /mnt/USBdrive auto user,rw,noauto 0 0
Last edited by jonnyblinux; 10-17-2005 at 05:55 PM.
|
|
|
All times are GMT -5. The time now is 03:29 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
|
|