[vox-tech] Accessing cdrom from Tom's Root Boot

Peter Jay Salzman p at dirac.org
Thu Dec 30 13:19:21 PST 2004


On Thu 30 Dec 04, 12:45 PM, Richard S. Crawford <rscrawford at mossroot.com> said:
> On Thursday 30 December 2004 11:12, Henry House wrote:
> 
> > - modprobe ide-cd
> > - modprobe cdrom
> 
> # modprobe ide-cd
> modprobe: not found
 
Try insmod.  Modprobe is a fancy schmancy front end to insmod.  :)
You have to get the dependencies right, though.

   insmod /lib/modules/path/to/cdrom.o
   insmod /lib/modules/path/to/ide-cd.o

or

   insmod /lib/modules/path/to/ide-cd.o
   insmod /lib/modules/path/to/cdrom.o

Pete

-- 
The mathematics of physics has become ever more abstract, rather than more
complicated.  The mind of God appears to be abstract but not complicated.
He also appears to like group theory.  --  Tony Zee's "Fearful Symmetry"

GPG Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D


More information about the vox-tech mailing list