LinuxQuestions.org
Visit Jeremy's Blog.
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 08-07-2004, 02:53 AM   #1
sygin
Member
 
Registered: May 2004
Posts: 36

Rep: Reputation: 15
Unhappy modprobe ne - modual not found


Hi,

I have a ISA ne2000 network card that I am trying to setup with Vector Linux 4.3 beta 2 (Slackware based). The problem is that:

modprobe ne irq=10 io=0x300

Returns an error: Modual not found.

The kernel is 2.6.7.
This card works with Mandrake 10 and Feather Linux, but Vector is twice as fast as Mandrake 10 on my Pentium 233.

Any help will be appreciated.

Thanks
Sygin
 
Old 08-07-2004, 07:36 AM   #2
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
are you sure the module you try to load is compiled into the kernel at all? when kernel is compiled, there are three options you can choose from when you deal with a module:

1) compile it in the kernel
2) compile it as a module (that can then be loaded, modprobe'd)
3) leave it off

so if it isn't compiled into the kernel (the device won't work that needs it), and the module cannot be found, then it quite surely isn't in the kernel. this can be dealt with, if you just wish, by getting the kernel sources and recompiling the kernel and adding the module during this process.
 
Old 08-15-2004, 09:57 AM   #3
sygin
Member
 
Registered: May 2004
Posts: 36

Original Poster
Rep: Reputation: 15
Smile Solved - sortof

I am simply using the 2.4 kernel - downloaded source from kernel.org and compiled it on P1. Took over 4 hours. The network card now works.

I was very suprised at how easy it was to compile and install the Linux Kernel. It basicaly consists of a few commands:

make menuconfig //allows you to chose optimisations for CPU etc
make dep
make clean
make modules //makes modules ie: ne2000 'ne' module
make bzImage //makes the kernel
make install //installs kernel to /boot
make modules_install //installs modules

NB: you must edit 'Makefile' in the main source directory to include the line:
export install path=/boot //or somthing like this

All run in the kernel source directory in /usr/src/linux-2.4.26 as root.

Cheers
sygin
 
  


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
modprobe: command not found tombaaaaa Linux - Newbie 7 07-23-2004 05:46 PM
Modprobe command not found DoThatPlan Linux - Software 2 07-14-2004 08:21 AM
'modprobe' command not found DeltaXFX Fedora 5 07-09-2004 02:31 PM
modprobe: command not found redhatman Linux - Newbie 5 02-08-2004 10:13 PM
modprobe: command not found....? Tommi Linux - Newbie 3 06-27-2003 06:54 AM

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

All times are GMT -5. The time now is 02:56 AM.

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