LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-11-2011, 08:53 AM   #1
rbeserie
LQ Newbie
 
Registered: May 2010
Posts: 24

Rep: Reputation: 0
eth0 and it kernel module.


Hey hey,

I am trying to figure out with kernel module my NIC uses.

Booting from a live debian CD, the eth0 is available. Is there a way to find what modules is loaded to get this nic working ? So that I can configure it manualy on another install?

Code:
# lsmod
Module                  Size  Used by
e100                   28211  0 
nls_iso8859_1           3249  0 
nls_cp437               4919  0 
vfat                    8901  0 
fat                    47767  1 vfat
binfmt_misc             6587  1 
vboxnetadp              6326  0 
vboxnetflt             15162  0 
vboxdrv               190409  2 vboxnetadp,vboxnetflt
nfsd                  238935  13 
exportfs                3437  1 nfsd
nfs                   264702  0 
lockd                  64849  2 nfsd,nfs
nfs_acl                 2245  2 nfsd,nfs
auth_rpcgss            33735  2 nfsd,nfs
sunrpc                193181  12 nfsd,nfs,lockd,nfs_acl,auth_rpcgss
snd_hda_codec_realtek   203168  1 
hwmon_vid               2298  0 
snd_hda_intel          21877  2 
ppdev                   5259  0 
coretemp                4289  0 
snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5412  1 snd_hda_codec
snd_pcm_oss            35308  0 
snd_mixer_oss          13746  1 snd_pcm_oss
snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           1338  0 
snd_seq_oss            26726  0 
snd_seq_midi            4557  0 
snd_rawmidi            19056  1 snd_seq_midi
snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              19098  2 snd_pcm,snd_seq
snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
cypress_m8             17565  1 
fbcon                  35102  71 
tileblit                2031  1 fbcon
font                    7557  1 fbcon
bitblit                 4707  1 fbcon
softcursor              1189  1 bitblit
parport_pc             25962  1 
snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
usbserial              33019  3 cypress_m8
nvidia               9961216  40 
intel_agp              24177  0 
psmouse                63245  0 
serio_raw               3978  0 
lp                      7028  0 
vga16fb                11385  1 
vgastate                8961  1 vga16fb
soundcore               6620  1 snd
snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
agpgart                31724  2 nvidia,intel_agp
parport                32635  3 ppdev,parport_pc,lp
usbhid                 36110  0 
hid                    67032  1 usbhid
usb_storage            39425  0 
floppy                 53016  0 
skge                   35683  0 
ohci1394               26950  0 
ieee1394               81181  1 ohci1394
mii                     4381  1 e100
From lsmod, I guess it must be e100, (but that is just a gutfeeling.) How can I be certain ?
 
Old 04-11-2011, 09:02 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

It is probably this one: e100, which would be the Intel Pro/100+.

Hope this helps
 
Old 04-11-2011, 09:06 AM   #3
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi again,

Try: lspci (or lspci -v), that would tell you a bit more about the ethernet card.

Although this might not work if it is a module, you could try: dmesg | grep -i eth

Hope this helps.
 
Old 04-11-2011, 09:41 AM   #4
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
You can query the module to tell you what it is.
As in:
Quote:
# modinfo -d e100
 
Old 04-18-2011, 07:31 AM   #5
rbeserie
LQ Newbie
 
Registered: May 2010
Posts: 24

Original Poster
Rep: Reputation: 0
modinfo ... that should do.

thanks.
 
  


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
[Error] Kernel Module : No kernel module build environment saman007uk Debian 7 09-09-2006 06:34 PM
reloading eth0 module browser Slackware 2 07-31-2005 07:04 AM
kernel module ignorant newbie looking for any one with kernel module knowledge cpoet Slackware 4 11-24-2003 09:37 PM
eth0 module popcorn5714 Linux - Networking 5 02-18-2002 06:39 PM
New kernel wont locate the eth0 module concoran Linux - General 1 11-18-2001 01:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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