View previous topic :: View next topic |
Author |
Message |
bahkyp Tux's lil' helper
Joined: 19 Jul 2002 Posts: 86 Location: Sydney Australia
|
Posted: Mon Jul 29, 2002 1:55 am Post subject: HFS module missing |
|
|
My HFS module is missing. Is there any way to reinstall this?
Jul 25 15:05:43 TheWhiteRoom modprobe: modprobe: Can't locate module hfs _________________ I'm so small, I can fit under the door.
I was here yesterday, this is a recording. |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Mon Jul 29, 2002 3:25 am Post subject: Re: HFS module missing |
|
|
If you actually compiled it when you made your kernel, you can go back to your kernel source tree and try: Code: | # make modules_install | If this doesn't work, you need to reconfigure and recompile your kernel. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
bahkyp Tux's lil' helper
Joined: 19 Jul 2002 Posts: 86 Location: Sydney Australia
|
Posted: Mon Jul 29, 2002 1:14 pm Post subject: |
|
|
Ahhh, yep tried to rebuild the kernel and failed, must have also taken out the hfs then. _________________ I'm so small, I can fit under the door.
I was here yesterday, this is a recording.
Last edited by bahkyp on Tue Jul 30, 2002 1:10 pm; edited 1 time in total |
|
Back to top |
|
|
bahkyp Tux's lil' helper
Joined: 19 Jul 2002 Posts: 86 Location: Sydney Australia
|
Posted: Tue Jul 30, 2002 1:06 pm Post subject: |
|
|
when I try to make modules_install the script breaks before the end.
Is there any way to remove the attempt/error?
Is there any way to force an ignore/overide of the error?
the following are the last few lines of output.
Code: |
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/linux-2.4.19-r6/arch/ppc/lib'
cd /lib/modules/2.4.19-r6; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.19-r6; fi |
_________________ I'm so small, I can fit under the door.
I was here yesterday, this is a recording. |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Wed Jul 31, 2002 6:15 am Post subject: |
|
|
bahkyp wrote: | when I try to make modules_install the script breaks before the end. |
Perhaps I'm just bleary-eyed from having sat in an airborne tin can for 12 hours, but I don't see any errors in the snippet you posted. If I run: Code: | $ make -n modules_install | ...it looks like that is the end of a successful run, so you should be OK. Are you still not finding your HFS module in /lib/modules? _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
bahkyp Tux's lil' helper
Joined: 19 Jul 2002 Posts: 86 Location: Sydney Australia
|
Posted: Thu Aug 01, 2002 8:38 am Post subject: |
|
|
After doing a few ls and seeing what was available in lib/modules, /usr/src, I did a Code: | nano /usr/src/linux-2.4.19-r6/fs/Config.in |
and found the word EXPERIMENTAL next to hfs support.
Went back to make menuconfig, turned prompt for experimental on, turned hfs on and its fixed. _________________ I'm so small, I can fit under the door.
I was here yesterday, this is a recording. |
|
Back to top |
|
|
|