Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with modprobe
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
xb7
n00b
n00b


Joined: 01 Feb 2006
Posts: 2

PostPosted: Wed Feb 01, 2006 10:04 pm    Post subject: problem with modprobe Reply with quote

hi

i wanted to load some modules but there's a problem with a few of them

it says that the module can't be found

example:

modprobe ide-cd

FATAL: Module ide_cd not found


any ideas what i can do? i'm fairly new to linux and gentoo in particular so a step-by-step solution would be most appreciated ;)
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Wed Feb 01, 2006 10:11 pm    Post subject: Reply with quote

Have you read the fine Handbook ?
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
GoofballJM1
Guru
Guru


Joined: 22 Mar 2004
Posts: 392
Location: Denver, CO USA

PostPosted: Wed Feb 01, 2006 10:17 pm    Post subject: Reply with quote

You can view what modules are loaded in memory by typing
Code:
# lsmod


The linux kernel can load drivers into RAM two diffent ways. One is by compiling the drivers directly into the kernel, or to reduce load times, as modules. This means the drivers will be loaded when requested by the OS.

What are you trying to do? What kernel are you running? I looked in my config and didn't find any information about that module. More times than not, when I get that message, I typed in the module name wrong.
_________________
"Great spirits have often encountered violent opposition from weak minds." - Albert Einstein
Back to top
View user's profile Send private message
xb7
n00b
n00b


Joined: 01 Feb 2006
Posts: 2

PostPosted: Wed Feb 01, 2006 10:29 pm    Post subject: Reply with quote

i've got a 2.6 kernel and i'm using a hp nx6110 laptop

and by browsing these forums i've stumbled upon this:
https://forums.gentoo.org/viewtopic-t-352288-highlight-hibernatescript.html

and this:
http://olivier.mondoloni.free.fr/indexnx6110.html

now what i'm trying to do is basically just that, getting gentoo to work properly with my laptop

now if i understood those pages right i need to load certain kernel modules:

ide-cd
snd-intel8x0m
b44
ohci1394
yenta_socket
snd-intel8x0

so i tryed to do that by typing modprobe <modulname>

and it worked fine with b44 and yenta_socket

but as i said before the others cant be found

sorry if i'm being a bit dumb but the replys so far didnt help me really
so thats why i posted a bit more now
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Wed Feb 01, 2006 10:36 pm    Post subject: Reply with quote

Excuse me ?
If you dare to blatantly claim that my reply didn't help at all, then you did not read the link I posted.
Period.
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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