LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   where is my network's module? (https://www.linuxquestions.org/questions/linux-networking-3/where-is-my-networks-module-852717/)

dr44mon 12-27-2010 09:31 PM

where is my network's module?
 
Dear,

I am using fedora 13, and i use xenomai and rtnet for my final assignment. in this case while installing those, i need to test the software, and in the tutorial, i need to remove the network module by using rmmod... while i use lsmod to list all modules, i can't find the network modules in my notebook. Do anyone know which one is the network module, and can somebody tell me how to differentiate it from the other modules?

thanks

here is my output while using lsmod
Code:

Module                  Size  Used by
fuse                  46451  4
rfcomm                53275  4
sco                    13256  2
bridge                37442  0
stp                    1367  1 bridge
llc                    3545  2 bridge,stp
bnep                  11663  2
l2cap                  37821  16 rfcomm,bnep
sunrpc                157722  1
cpufreq_ondemand        6724  4
acpi_cpufreq            6242  0
ip6t_REJECT            3330  2
nf_conntrack_ipv6      14548  2
ip6table_filter        2179  1
ip6_tables              9084  1 ip6table_filter
ipv6                  213789  40 ip6t_REJECT,nf_conntrack_ipv6
uinput                  5068  0
snd_hda_codec_atihdmi    1947  1
snd_hda_codec_realtek  194384  1
snd_hda_intel          19415  2
snd_hda_codec          57641  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              4616  1 snd_hda_codec
snd_seq                40065  0
snd_seq_device          4761  1 snd_seq
snd_pcm                57802  2 snd_hda_intel,snd_hda_codec
snd_timer              14648  2 snd_seq,snd_pcm
sdhci_pci              5064  0
snd                    44314  12 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
sdhci                  15153  1 sdhci_pci
btusb                  12104  2
i2c_i801                8206  0
mmc_core              49129  1 sdhci
uvcvideo              46357  0
videodev              27999  1 uvcvideo
v4l1_compat            10622  2 uvcvideo,videodev
i2c_core              20727  2 i2c_i801,videodev
video                  15806  0
bluetooth              72733  9 rfcomm,sco,bnep,l2cap,btusb
serio_raw              3316  0
pcspkr                  1326  0
jme                    21411  0
mii                    3422  1 jme
soundcore              4695  1 snd
iTCO_wdt                7688  0
iTCO_vendor_support    1963  1 iTCO_wdt
output                  1549  1 video
asus_laptop            13887  0
snd_page_alloc          5861  2 snd_hda_intel,snd_pcm
rfkill                12467  3 bluetooth
microcode              10670  0


kforbus 12-27-2010 10:13 PM

You can use ethtool to see which driver your network card is using.
Code:

ethtool -i <interface_name>
(Replace <interface_name> with the actual interface such as eth0 (you can get this from ifconfig)). The "driver" output line will show the name of the module in use by your network adapter.


All times are GMT -5. The time now is 06:00 AM.