View previous topic :: View next topic |
Author |
Message |
btsg n00b
Joined: 11 Jun 2003 Posts: 16 Location: submanifold of euclidean space
|
Posted: Wed Jun 18, 2003 2:20 pm Post subject: can't locate module ds |
|
|
Hi,
I have been recompiling my kernel alot lately trying to get rid of the error:
Code: |
modprobe: can't locate module ds
|
but I'm just not getting anywhere. Does anyone here know what kernel settings to enable to get this module? Thanks! |
|
Back to top |
|
|
dweigert Guru
Joined: 04 Oct 2002 Posts: 369 Location: Somerset, NJ USA
|
Posted: Wed Jun 18, 2003 2:44 pm Post subject: |
|
|
That one is easy. specify the PCMCIA stuff as modules instead of compiling in. _________________ "Always remember to mount a scratch monkey..." |
|
Back to top |
|
|
wilburpan l33t
Joined: 21 Jan 2003 Posts: 977
|
Posted: Fri Jun 20, 2003 12:47 am Post subject: |
|
|
If this message appears when the hotplug script is running at boot time, there is another way to get rid of this message. I had a similar issue with hotplug looking for a module that was statically compiled into the kernel. My problem was that if I compiled ds as a module, I could not get networking going at all, even if I manually loaded the module.
In /etc/hotplug there is a file called blacklist, which contains a list of modules that you want hotplug to ignore. Edit the file and add "ds" to the list. The error message should go away after that. |
|
Back to top |
|
|
|