LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-05-2006, 12:30 AM   #16
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by jstephens84
Try this and see what you get.

Code:
ifconfig eth0 down
ifconfig eth0 up
eth0: unknown interface: No such device

(both times)
 
Old 07-05-2006, 12:37 AM   #17
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jstephens84
Give this a try also.

Code:
dmesg | grep eth
Code:
tail /var/log/messages
(fyi e510 is my computer name and I'm leaving out the time and date off of these lines since I have to type them all.

e510 kernel: pci_hotplug: PCI Hot Plug PCI Core version : 0.5
e510 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.5
e510 kernel: pci_hotplug: PCI Hot Plug PCI Core version : 0.5
e510 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
e510 kernel: pci_hotplug: PCI Hot Plug PCI Core version : 0.5
e510 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.5
e510 logger: /etc/rc.d/rc.hotplug start (exiting script)
e510 sshd[4347]: Server listening on 0.0.0.0 port 22
e510 kernel: lp: driver loaded but no devices found
e510 /usr/sbin/gpm[4429]: imps2: Auto-detected intellimouse PS/2

This tell you anything?
 
Old 07-05-2006, 01:13 AM   #18
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
That means one of two things. Either the dirver did not get loaded or it does not have a driver for that card. What kernel are you using?
 
Old 07-05-2006, 10:05 AM   #19
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Give this a shot....
Code:
modprobe e100
OR
modprobe e1000
Might just need a shot in the arm.
 
Old 07-05-2006, 04:45 PM   #20
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jstephens84
That means one of two things. Either the dirver did not get loaded or it does not have a driver for that card. What kernel are you using?
sata.i (Right off the 10.2 installation cd which I purchased from the web)

For the exact version I'll post that when I get home. (Probably 2.4.??? or something in that vicinity)

UPDATE : 2.4.31 (did a cat /proc/version)

Last edited by ryanbelv; 07-05-2006 at 05:37 PM.
 
Old 07-05-2006, 05:39 PM   #21
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by cwwilson721
Give this a shot....
Code:
modprobe e100
OR
modprobe e1000
Might just need a shot in the arm.
Showing no such device for both of those commands (I think I've already tried the e100 but I tried it again anyway)
 
Old 07-06-2006, 07:54 AM   #22
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Try downloading and installing the driver.
 
Old 07-06-2006, 03:47 PM   #23
mixtr
Member
 
Registered: Jul 2004
Location: Ottawa
Distribution: Arch, OpenBSD
Posts: 123

Rep: Reputation: 17
Or compile your kernel.
 
Old 07-07-2006, 03:13 AM   #24
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jstephens84
Try downloading and installing the driver.
Yeah well...hard to do when you can't even find the actual name of your nic card. Even on Dell's website it's simply described as a generic intel card.

That fact that it's integrated makes it that much harder to identify by pulling the pc apart to take a look.

I guess I'll just try a newer kernel or just give in and put in an older pci nic.

Thanks for the help anyway!
 
Old 07-07-2006, 08:01 AM   #25
PDock
Member
 
Registered: Aug 2004
Distribution: Slack10 & curr. tried numerous
Posts: 189

Rep: Reputation: 37
You could back up to suse 10; lsmod; to see what drivers/modules it loads. As suse 9.3 used the 2.6 kernel, then 10 would be using that series also. Chances are you will need to build your own 2.6 from /testing with sata built in.

good luck
 
Old 07-07-2006, 08:10 AM   #26
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
I went out an bought a new card instead of using the nic in the laptop. I as well as other's I talked to said that their card did not even work most of the time. The dlink that I purchased was had no problems working with slackware. Just a suggestion.
 
Old 07-07-2006, 04:23 PM   #27
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jstephens84
I went out an bought a new card instead of using the nic in the laptop. I as well as other's I talked to said that their card did not even work most of the time. The dlink that I purchased was had no problems working with slackware. Just a suggestion.
dlink eh?

I'll give that a try. I'll grab one on my way home from work. Maybe I'll leave early to stop at the store before hand.

Thanks...I'll let you guys know how it goes.

-Ryan
 
Old 07-07-2006, 05:02 PM   #28
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
The reason I recommend that alternative is because Everyone I have talked with that had a dell laptop has said they have nothing but problems out of their nic cards. That is why I use a pcmcia card. I hope it works well.
 
Old 07-07-2006, 05:17 PM   #29
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Well this isn't a laptop (fyi) but definitely problems with their nics. I hate integrated shit.
anyway...bought a (Good god, did I say linksys? I HATE linksys!!) D-link on the way home...slapped it in and all is right with the world! (had to pull out the modem but...the system didn't sense that either so fuck it)

Thanks for your patience and help everybody!

-Ryan

Last edited by ryanbelv; 07-08-2006 at 02:22 PM.
 
Old 07-07-2006, 10:18 PM   #30
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Great. I am not sure about dell workstations. I agree I hate integrated parts.
 
  


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
NIC interface problem with Broadcom Gig Integrated Controller w/RH9 on Dell D600 lgpage Linux - Networking 2 06-19-2006 10:06 AM
Slackware 10.2 NIC problem jmattshirey Slackware 42 06-09-2006 12:42 AM
Slackware 10.2 - Problem using Built-in NIC StevenCM Linux - Networking 1 06-03-2006 10:40 PM
Why doesn't my Dell E510 find TV tuner card? morollan7 Linux - Hardware 8 01-31-2006 02:55 PM
Dell Optiplex SX280 NIC and DVI Problem wbdune Linux - Hardware 0 08-05-2005 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:05 PM.

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