View previous topic :: View next topic |
Author |
Message |
TurkisH n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Loony Toons/Looney_Toons_-_Wile_E_Coyote.gif)
Joined: 15 Aug 2004 Posts: 66 Location: @ /home
|
Posted: Sun Aug 29, 2004 11:29 pm Post subject: Can't load module ne2k-pci |
|
|
hiya guys,
I have got this splendid ethernet card: realtek 8029. I read the forum which module to steer this card. This is the ne2k-pci module. I loaded the module in /usr/src/linux with make menuconfig. Now when I try to modprobe this module I get the following error:
Code: |
blaat linux # modprobe ne2k-pci
/lib/modules/2.4.26-gentoo-r8/kernel/drivers/net/ne2k-pci.o: couldn't find the kernel version the module was compiled for
/lib/modules/2.4.26-gentoo-r8/kernel/drivers/net/ne2k-pci.o: insmod /lib/modules/2.4.26-gentoo-r8/kernel/drivers/net/ne2k-pci.o failed
/lib/modules/2.4.26-gentoo-r8/kernel/drivers/net/ne2k-pci.o: insmod ne2k-pci failed
|
Then I tried
Code: |
make include/linux/version.h
|
what i read somewhere, but it was already up to date. Sorry I'm really new with linux. Somebody can help me how to load this module? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bunsen Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 10 Aug 2003 Posts: 105
|
Posted: Mon Aug 30, 2004 9:47 am Post subject: |
|
|
I'm not familiar with the approach you took to compile just the new module.
Have you tried just running through the common kernel compilation sequence of
Code: | make dep
make clean
make bzImage
make modules
make modules_install |
and then updating your boot arrangements, depending on bootloader? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|