Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't load module ne2k-pci
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
TurkisH
n00b
n00b


Joined: 15 Aug 2004
Posts: 66
Location: @ /home

PostPosted: Sun Aug 29, 2004 11:29 pm    Post subject: Can't load module ne2k-pci Reply with quote

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
View user's profile Send private message
bunsen
Tux's lil' helper
Tux's lil' helper


Joined: 10 Aug 2003
Posts: 105

PostPosted: Mon Aug 30, 2004 9:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum