[olug] Can't get usbnet module to load with modprobe
Sam Tetherow
tetherow at sandhillswireless.net
Wed Nov 24 23:09:12 UTC 2004
you need to give the fully qualified path for insmod 'insmod
/lib/modules/KERNEL_VERSION/.../usbnet.ko'
modprobe requires just the module name, 'modprobe usbnet' and is the
preferred method since it loads all dependancies as well. If modprobe
gripes about not being able to find usbnet then you need to run depmod
then modprobe
Glen VanMilligan wrote:
>So does usbnet show up with a different module name when I do lsmod?
>
>heres my output:
>linux:/home/glenv # insmod usbnet.ko
>insmod: can't read 'usbnet.ko': No such file or directory
>linux:/home/glenv # modprobe usbnet
>linux:/home/glenv # lsmod
>Module Size Used by
>nls_iso8859_1 8320 0
>vfat 19456 0
>udf 94084 0
>fat 49824 1 vfat
>nls_utf8 6272 1
>ntfs 94352 1
>edd 13720 0
>joydev 14528 0
>sg 41632 0
>st 44956 0
>sd_mod 25088 0
>sr_mod 21028 0
>scsi_mod 118468 4 sg,st,sd_mod,sr_mod
>ide_cd 42628 0
>cdrom 42780 2 sr_mod,ide_cd
>nvram 13448 0
>usbserial 35952 0
>parport_pc 41024 1
>lp 15364 0
>parport 44232 2 parport_pc,lp
>nfsd 106952 4
>exportfs 10368 1 nfsd
>snd_seq_oss 38656 0
>snd_seq_midi_event 12032 1 snd_seq_oss
>snd_seq 65296 5 snd_seq_oss,snd_seq_midi_event
>speedstep_lib 8064 0
>snd_pcm_oss 65576 0
>snd_mixer_oss 24448 1 snd_pcm_oss
>ipv6 275580 20
>freq_table 8832 0
>thermal 16648 0
>processor 21312 1 thermal
>fan 8196 0
>button 10384 0
>battery 12804 0
>ac 8964 0
>snd_intel8x0 39852 4
>snd_ac97_codec 69636 1 snd_intel8x0
>snd_pcm 112772 2 snd_pcm_oss,snd_intel8x0
>snd_timer 32132 2 snd_seq,snd_pcm
>snd_page_alloc 16136 2 snd_intel8x0,snd_pcm
>gameport 8832 1 snd_intel8x0
>snd_mpu401_uart 12672 1 snd_intel8x0
>snd_rawmidi 31140 1 snd_mpu401_uart
>snd_seq_device 12808 3 snd_seq_oss,snd_seq,snd_rawmidi
>snd 71012 21
>snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
>soundcore 13536 1 snd
>hid 47552 0
>intel_agp 22812 1
>agpgart 36140 2 intel_agp
>ehci_hcd 33412 0
>uhci_hcd 35728 0
>evdev 13952 0
>af_packet 26376 2
>usbcore 116572 6 usbserial,hid,ehci_hcd,uhci_hcd
>e100 38400 0
>mii 9344 1 e100
>subfs 12160 3
>dm_mod 57472 0
>ext3 121384 1
>jbd 75172 1 ext3
>linux:/home/glenv #
>_______________________________________________
>OLUG mailing list
>OLUG at olug.org
>http://lists.olug.org/mailman/listinfo/olug
>
>
More information about the OLUG
mailing list