|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
joev@pipeline.com wrote:
> After compiling kernel 2.6.12-rc5, I am trying to install the subfs> module for the dvd/cd-rom: > > linux:/usr/src/kernel-modules/subfs # make > KERNEL_SOURCE=/usr/src/linux-2.6.12-rc5/ modules > > make -C /usr/src/linux-2.6.12-rc5/ modules > SUBDIRS=/usr/src/kernel-modules/subfs > make[1]: Entering directory `/usr/src/linux-2.6.12-rc5' > Building modules, stage 2. > MODPOST > make[1]: Leaving directory `/usr/src/linux-2.6.12-rc5' > > linux:/usr/src/kernel-modules/subfs # cp subfs. > subfs.c subfs.ko subfs.mod.o > subfs.h subfs.mod.c subfs.o > linux:/usr/src/kernel-modules/subfs # cp > subfs.ko /lib/modules/2.6.12-rc5/kernel/fs/subfs/ > > linux:/usr/src/kernel-modules/subfs # depmod 2.6.12-rc5 > > This does not load the module: > > linux:/usr/src/kernel-modules/subfs # lsmod > Module Size Used by > cx8800 25196 0 > cx88xx 46304 1 cx8800 > i2c_algo_bit 8456 1 cx88xx > video_buf 16580 2 cx8800,cx88xx > ir_common 6244 1 cx88xx > tveeprom 11608 1 cx88xx > v4l1_compat 12740 1 cx8800 > v4l2_common 4832 1 cx8800 > btcx_risc 3944 2 cx8800,cx88xx > tuner 24360 0 > videodev 7360 2 cx8800,cx88xx > edd 9088 0 > appletalk 32180 20 > psnap 2980 1 appletalk > llc 5620 1 psnap > af_packet 16776 0 > sk98lin 158208 0 > md5 3840 1 > ipv6 231872 22 > > linux:/usr/src/kernel-modules/subfs # modprobe subfs* > FATAL: Module subfs.c not found. The shell expands the * to modprobe subfs.c subfs.h subfs.ko .... Tha's probably not what you did want. > > And, when I reboot I still get the failed error for the subfs file > system. > > What am I missing? you didn't install the subfs module My compile script for subfs : cd /usr/src/kernel-modules/subfs make -f Makefile.module make -f Makefile.module install depmod -a modprobe subfs mount -a |
|
|||
|
> joev@pipeline.com wrote:
> > > After compiling kernel 2.6.12-rc5, I am trying to install the subfs > > module for the dvd/cd-rom: > > > > linux:/usr/src/kernel-modules/subfs # make > > KERNEL_SOURCE=/usr/src/linux-2.6.12-rc5/ modules > > > > make -C /usr/src/linux-2.6.12-rc5/ modules > > SUBDIRS=/usr/src/kernel-modules/subfs > > make[1]: Entering directory `/usr/src/linux-2.6.12-rc5' > > Building modules, stage 2. > > MODPOST > > make[1]: Leaving directory `/usr/src/linux-2.6.12-rc5' > > > > linux:/usr/src/kernel-modules/subfs # cp subfs. > > subfs.c subfs.ko subfs.mod.o > > subfs.h subfs.mod.c subfs.o > > linux:/usr/src/kernel-modules/subfs # cp > > subfs.ko /lib/modules/2.6.12-rc5/kernel/fs/subfs/ > > > > linux:/usr/src/kernel-modules/subfs # depmod 2.6.12-rc5 > > > > This does not load the module: > > > > linux:/usr/src/kernel-modules/subfs # lsmod > > Module Size Used by > > cx8800 25196 0 > > cx88xx 46304 1 cx8800 > > i2c_algo_bit 8456 1 cx88xx > > video_buf 16580 2 cx8800,cx88xx > > ir_common 6244 1 cx88xx > > tveeprom 11608 1 cx88xx > > v4l1_compat 12740 1 cx8800 > > v4l2_common 4832 1 cx8800 > > btcx_risc 3944 2 cx8800,cx88xx > > tuner 24360 0 > > videodev 7360 2 cx8800,cx88xx > > edd 9088 0 > > appletalk 32180 20 > > psnap 2980 1 appletalk > > llc 5620 1 psnap > > af_packet 16776 0 > > sk98lin 158208 0 > > md5 3840 1 > > ipv6 231872 22 > > > > linux:/usr/src/kernel-modules/subfs # modprobe subfs* > > FATAL: Module subfs.c not found. > The shell expands the * to > modprobe subfs.c subfs.h subfs.ko .... > Tha's probably not what you did want. > > > > > And, when I reboot I still get the failed error for the subfs file > > system. > > > > What am I missing? > you didn't install the subfs module > > My compile script for subfs : > > cd /usr/src/kernel-modules/subfs > make -f Makefile.module > make -f Makefile.module install > depmod -a > modprobe subfs > mount -a Thankyou. |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|