LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-14-2005, 03:03 PM   #1
bmccorm2
Member
 
Registered: Oct 2005
Distribution: Mandriva 2006
Posts: 67

Rep: Reputation: 15
Slackware won't recognize network card!!


I am currently trying to do a clean install of Slackware 10.1 and everything goes smooth except that it does not recognize my network card and I cannot connect to the internet. I am currently on a LAN network at school, so I just use the DHCP option. Here are all the relevant specs of my computer:

Dell Inspiron 5150
Network card: Intel(R) PRO/100 VE Network Connection

I have tried netconfig numerous times. After I boot the system, I always look under /etc/rc.d to try and find the rc.netdevice, but it is never there. I have manually looked through the rc.modules file to probe for the correct Intel network card, but still slackware cannot detect the card.

I have even tried to detect the network settings before I install the kernel to the hard drive, and it probes through all possible network cards, not finding a match.

I have looked extensively at the slackware webpage and all other relevant forums and informational pages but have not found any help. Does anyone have any ideas??


Thanks so much for any help you can give!
 
Old 10-14-2005, 03:37 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
The first thing to check will be whether the module is
already loaded. Chances are that hot-plugging took
care of this for you.

What's the output of
lsmod


Cheers,
Tink
 
Old 10-14-2005, 03:42 PM   #3
mrigor
LQ Newbie
 
Registered: Sep 2005
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
My first attempt to resolve the issue would be to open the kernel menuconfig and verify that all of the 10/100 network options are selected.

To reach this config, go to /usr/src/linux/make menuconfig.

After selecting either the appropriate driver or all of the drivers, I would then rebiuld the kernel. You can find several HOWTOs on the internet if you search for "build kernel". After building the kernel setup the boot loader with the old and the new kernel and see what happens.

Hope this helps.

Matt
 
Old 10-14-2005, 05:53 PM   #4
bmccorm2
Member
 
Registered: Oct 2005
Distribution: Mandriva 2006
Posts: 67

Original Poster
Rep: Reputation: 15
I'm sorry I am a little new to Linux so here goes:

Concerning the first reply, I went to the directory /etc/rc.d and ran
the command "Ismod" and the command was not recognized by the BASH.
Do I need to go to another directory so that this command will produce
some sort of output? Nevertheless, I don't think the module was
loaded because I read that the file rc.netdevice is created once the
network adapter is loaded, and that file is definitely not in the
directory.

Regarding the second reply, I went to the path /usr/src/linux/ and there was no directory "make" under that path. There was a directory called Makefile, but I don't think that is what I needed.

I am currently using the knoppix bootable DVD to access the Internet, and it configures the network card just fine (it uses the DHCP for an IP address and calls the network card eth0). Is there anything I can do in Knoppix to figure out what Slackware is missing?

Thanks again
 
Old 10-14-2005, 07:19 PM   #5
PDock
Member
 
Registered: Aug 2004
Distribution: Slack10 & curr. tried numerous
Posts: 189

Rep: Reputation: 37
Slackware includes lsmod in the a/module-init-tools-3.1......tgz package. Did you install that package?
try
Code:
 ls /var/log/packages | grep module
With respect to which module to use for your nic card; sure use the lsmod from a command line in the knoppix boot. Might need ctrl-alt-f2 in knoppix to get to a command line; same with slackware when using lsmod.

good luck
 
Old 10-15-2005, 06:10 AM   #6
bmccorm2
Member
 
Registered: Oct 2005
Distribution: Mandriva 2006
Posts: 67

Original Poster
Rep: Reputation: 15
Ok I got the lsmod command installed and here is the output (just some of it because I couldn't copy it all down by hand!):

Module Size Used By
uhci 24284 0 unused
ehci - hcd 17516 0 unused
snd-intel8x0 18080 0
snd-intel8x0m 8708 0
snd-ac97-codec 54472 0 snd-intel8x0 snd-intel8x0m




Thanks again!
 
Old 10-16-2005, 08:00 AM   #7
CWizard
Member
 
Registered: Dec 2004
Location: Sweden
Distribution: Slackware
Posts: 30

Rep: Reputation: 15
I recently installed Slack 10.2 on a Dell Dimension 5100 with an integrated card. After installation the card was not found, but I didn't worry too much. I then, as was the plan, downloaded (through preinstalled WinXP) linux 2.6.13.4, compiled, and it worked. May, or may not, help you. Considering that you cross-posted this in the Newbie forum, you might not want to compile the kernel.

EDIT: Oops, I said linux 2.6.14...

Last edited by CWizard; 10-16-2005 at 08:01 AM.
 
Old 10-16-2005, 09:39 AM   #8
bmccorm2
Member
 
Registered: Oct 2005
Distribution: Mandriva 2006
Posts: 67

Original Poster
Rep: Reputation: 15
I don't know if I am comfortable recompiling the kernel yet, so until then, do you think there are any other ways to get slack to recognize the network card?
 
Old 10-16-2005, 11:53 AM   #9
CWizard
Member
 
Registered: Dec 2004
Location: Sweden
Distribution: Slackware
Posts: 30

Rep: Reputation: 15
Quote:
Originally posted by bmccorm2
I don't know if I am comfortable recompiling the kernel yet, so until then, do you think there are any other ways to get slack to recognize the network card?
I don't know. It seems obvious that your current kernel and modules don't recognize the card, so you will probably need a new kernel somehow. Have you tried using the 2.6 kernel from the install cd (test26.s), instead of the default (bare.i)? It *might* do the trick.

Otherwise, compiling the kernel does not need to be that scary, if you're willing to take some risks:
* Get and untar the latest kernel into /usr/src
* Copy /kernels/test26.s/config (from the install cd) as /usr/src/linux-2.6.x/.config to have a template
* Run "make menuconfig", and maybe enable some network drivers
* Do "make" then "make modules_install"
* Do "cp .config /boot/config-2.6.x"
* Do "cp System.map /boot/System.map-2.6.x"
* Do "cp arch/i386/boot/bzImage /boot/bzImage-2.6.x"
* Edit lilo.conf, copy the section for your current kernel, but change image to match above and a new label.
* Run "lilo" so it writes the changes.
* Boot

If you're very unsure about this, don't do it, but it is not very hard. If something goes wrong you can always go back to the previous kernel from lilo's boot menu.
 
Old 10-16-2005, 01:29 PM   #10
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Try as root modprobe e100
dhcpcd eth0 or whatever
 
  


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
Slackware 10 network configuration. Problem with 8139 network card drivers ! Padmakiran Linux - Networking 8 03-27-2007 06:48 AM
Slackware does not recognize network card!! bmccorm2 Linux - Newbie 1 10-14-2005 03:36 PM
lspci detects network card, but ifconfig cannot recognize it veritas Linux - Networking 1 03-03-2004 05:38 AM
Slackware 9.1 network card issue? warsawcrew Slackware 8 01-22-2004 12:59 PM
RH 7.1 does not recognize network card dkochan Linux - Software 2 08-02-2001 08:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:31 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