Jump to content

Installng kernal source?


Recommended Posts

On the commandline as root , do

 

urpmi modutils

 

It will say that everything is already installed if you have it. Here's how you can check:

[root@omarserenity omar]# urpmf /sbin/insmod
modutils:/sbin/insmod
[root@omarserenity omar]# rpm -qa | grep modutils
modutils-2.4.25-2mdk

 

That tells me that modutils-2.4.25-2mdk is installed. If it weren't installed, it would've just returned me back to the prompt: [root@omarserenity omar]#

Link to comment
Share on other sites

also

[root@ml root]# which insmod
/sbin/insmod
[root@ml root]#

if not installed you'd get

[root@ml root]# which foo   
which: no foo in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/share/apps/superkaramba/scripts)
[root@ml root]#

except for insmod

Edited by bvc
Link to comment
Share on other sites

but now how do I configure the driver and make it so I can get online?

Your getting into a whole new ballpark now. Probably best to start a new topic in the Hardware forum and be sure to tell us what modem and driver you have. You will get much better hardware config answers there. Might also want to try the readme that should have been included with the driver first.

Link to comment
Share on other sites

what is the name of the module (driver). As root

modprobe name_of_mod

 

if it fails, is it because it's really not installed to /lib/modules/x.x.x/kernel/drivers/<where_ever_it's_suppose_to_go ? Or because other modules need to be loaded first? Have any instructions? README or INSTALL file?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...