Peter Jay Salzman wrote:

> complete LRP newbie here.
>
> i'm trying to set up dachstein cd 1.0.2.
>
> reading the comments in /etc/modules, it looks like cdrom:/lib/modules
> is supposed to be mounted on /lib/modules in the ramdisk.
>
> that's not happening.  as a result, none of the modules i specify in
> /etc/modules are loading.
>
> can someone help me out here?  with the /dev/cdrom improvements of
> 1.0.2, it seems like this sort of thing should be working "out of the
> box" rather than try to hack it to work.
>
> pete
>

Modules can load from the cdrom on dachstein.  When I do an

# ls /lib/modules

it is empty because the modules were loaded into memory from the cd.

to test which modules are loaded use lsmod

hanroute: -root-
# lsmod
Module         Pages    Used by
ip_masq_vdolive         1180   0 (unused)
ip_masq_user            3708   0 (unused)
ip_masq_raudio          2980   0
ip_masq_portfw          2416   2
ip_masq_mfw             3196   0
ip_masq_h323            6280   0 (unused)
ip_masq_ftp             3576   0
ip_masq_autofw          2476   0 (unused)
tulip                  32424   2
pci-scan                2300   0 [tulip]
isofs                  17692   0
ide-cd                 22672   0
cdrom                  26712   0 [ide-cd]

What kind of problem are you having loading modules?


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to