LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-15-2006, 07:06 PM   #1
dad1001
LQ Newbie
 
Registered: Jun 2005
Location: Quincy Ma USA
Distribution: suse10
Posts: 9

Rep: Reputation: 0
Can't find the nic or soundcard


Help
I'm fairly new and just installed Ubantu on a PIII compaq deskpro. Can't find the nic or soundcard. I'm dual booting with Mandriva LE 2005 and that can see my nic but not the soundcard.
Any ideas?

Dad
 
Old 01-15-2006, 08:33 PM   #2
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
dad1001,

If the NIC works in Mandriva, it should work fine in Ubuntu. Try and troubleshoot with the following commands.

As root;
Code:
dmesg | grep eth
This will grep through all the information you see when your machine is booting up. Check if your eth0 is actually detected.

If it is detected, you can simply do an ifconfig eth0 up. If it's not detected, the easiest method would be to boot back into Mandriva with the working eth0 and then run the lsmod command to see what module the eth0 uses.

Once you have the module name, boot back into Ubuntu and run modprobe <module_name> and then ifconfig eth0 up.

Hopefully this gets you on your way with the NIC. As for your soundcard, can you give me some more information (i.e. Make and model)

Good luck,
-Kristijan
 
Old 01-18-2006, 09:33 PM   #3
dad1001
LQ Newbie
 
Registered: Jun 2005
Location: Quincy Ma USA
Distribution: suse10
Posts: 9

Original Poster
Rep: Reputation: 0
Hey Kristijan
Thank you for answering my post.
The output of lsmod in Mandriva is
[root@localhost dad]# lsmod
Module Size Used by
snd-pcm-oss 49056 0
snd-pcm 80776 1 snd-pcm-oss
snd-timer 20324 1 snd-pcm
snd-page-alloc 7588 1 snd-pcm
snd-mixer-oss 17248 1 snd-pcm-oss
snd 46980 4 snd-pcm-oss,snd-pcm,snd-timer,snd-mixer-oss
nfsd 210272 9
exportfs 4672 1 nfsd
lockd 59144 2 nfsd
sunrpc 122788 12 nfsd,lockd
autofs4 15268 0
mach64 52448 1
drm 58388 2 mach64
md5 3648 1
ipv6 232320 18
rfcomm 33692 0
l2cap 20644 5 rfcomm
bluetooth 41380 4 rfcomm,l2cap
ad1848 29788 0
uart401 9156 0
sound 71948 2 ad1848,uart401
soundcore 7104 2 snd,sound
af_packet 16232 2
ip_vs 92096 0
floppy 54736 0
eepro100 27056 0
mii 4224 1 eepro100
ide-cd 36772 0
loop 13544 0
supermount 32660 1
ext3 123976 1
jbd 48664 1 ext3
intel-agp 20028 1
agpgart 28264 2 drm,intel-agp
ata_piix 7268 0
libata 41572 1 ata_piix
scsi_mod 115784 1 libata
uhci-hcd 28944 0
usbcore 106008 2 uhci-hcd

When I do a
sudo dmesg | grep eth
I get this
eth0: Invalid EEPROM checksum 0xbab8, check settings before activating this device!
eth0: OEM i82557/i82558 10/100 Ethernet, 00:90:27:BC:46:8E, IRQ 11

Any thoughts?

-d
 
Old 01-18-2006, 10:03 PM   #4
dad1001
LQ Newbie
 
Registered: Jun 2005
Location: Quincy Ma USA
Distribution: suse10
Posts: 9

Original Poster
Rep: Reputation: 0
Hey again
I also posted on Ubuntuforums.org and together with what you gave me, and what I got there it works!
Thanks
-d
This is what I did,


don@ubuntu:~$ sudo mii-tool eth0
eth0: negotiated 100baseTx-FD flow-control, link ok
don@ubuntu:~$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:90:27:BC:46:8E
BROADCAST MULTICAST MTU:1500 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:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11


don@ubuntu:~$ lspci | grep Eth
0000:00:0d.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
don@ubuntu:~$ lspci | grep mii


don@ubuntu:~$ sudo dhclient eth0
Internet Systems Consortium DHCP Client V3.0.2
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth0/00:90:27:bc:46:8e
Sending on LPF/eth0/00:90:27:bc:46:8e
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPOFFER from 192.168.2.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.2.1
chown: failed to get attributes of `/etc/resolv.conf': No such file or directory
chmod: failed to get attributes of `/etc/resolv.conf': No such file or directory
bound to 192.168.2.39 -- renewal in 1009841466 seconds.
 
Old 02-01-2006, 07:11 AM   #5
dad1001
LQ Newbie
 
Registered: Jun 2005
Location: Quincy Ma USA
Distribution: suse10
Posts: 9

Original Poster
Rep: Reputation: 0
Aaarrrrggggg!

The story so far...
I was using Mandriva LE, but wanted to try something newer. Installed Ubantu. Seemed ok until I rebooted, upon which my os lost the nic. After messing around (the previous posts) I could get it going again, until one day I couldn't anymore.
Thinking this was an issue with Ubuntu, I installed Suse 10. The nic was found and worked until I rebooted. I reinstalled and it worked, rebooted and no worky again.

I get no output when I do a
dmesg | grep eth0

When I do a lsmod, I don't see eth0, but I do see e100.

When I do dmesg | grep e100 I see

e100: Intel(R) PRO/100 Network Driver, 3.4.8-k2-NAPI
e100: Copyright(c) 1999-2005 Inter Corporation
e100: 0000:00:0d.0: e100_eprom_load: EEPROM corrupted
e100: probe of 0000:00:0d.0 failed with error -11

What's happening? Why did it work fine in Mandriva and not in other os?
I like Suse better and want to keep using it. I was up for a week before I had to reboot and lost the nic.

thanks
-dad
 
Old 02-01-2006, 10:54 PM   #6
dad1001
LQ Newbie
 
Registered: Jun 2005
Location: Quincy Ma USA
Distribution: suse10
Posts: 9

Original Poster
Rep: Reputation: 0
Ok, after messing around for a while I found a driver called eepro100. I did
dmesg | grep eepro100
dmesg | grep eth0
ifconfig eepro100 up

and it's ok.

How do I add this so it does it at boot?
 
  


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
How to find NIC usage %? jkrohn Linux - Networking 2 05-19-2004 02:05 PM
Can any help me find a wireless NIC driver? kennyf200 Linux - Wireless Networking 1 02-15-2004 07:38 PM
Cant find drivers for NIC (Catch 22?) Ctomasso Linux - Newbie 12 12-17-2003 09:17 PM
How can i find out what module my NIC is using? naloxone Linux - Networking 2 10-02-2003 12:26 AM
Slackware can't find my ASound NIC shaolinnerd Linux - Networking 3 12-29-2002 05:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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