Alexander Gieg wrote: > > I don't know how to use CD-ROMs, because I don't have > one, but message "hca: CD-ROM CDR_S16, ATAPI CDROM DRIVE" > seems to say that the device is /dev/hca, and not > /dev/cdrom. Try: > > mount -t isofs /dev/hca /cdrom > > I think "isofs" is the correct file system type. If not, > see the mount manual page.
That's iso9660. > > Well, Linux is a "little" more complicated to configure > than a simple "config.sys" file like in MSDOS. > > *If* the drivers that you don't want are compilated as > modules, then you can edit the file /etc/modules and > comment them with #. > > But *if* they are "hard compiled" in kernel, you need > to compile a new kernel by yourself. You'll need these > packages: > > gcc > cpp > binutils > bin86 > tk40 > tcl74 > xlib > libc5-dev > ncurses3.0-dev > kernel-source-2.0.27 > tk40-dev > tcl74-dev > > When *all* of them where installed, go to > /usr/src/kernel-source-2.0.27 and do: > > make menuconfig > > and select what your kernel need, then, do: > > make dep > make clean > make zImage > > when all is finished, do this: > > cp /usr/src/kernel-source-2.0.27/arch/i386/boot/zImage > /boot/vmlinuz-2.0.27 > cp /usr/src/kernel-source-2.0.27/System.map /boot/System.map-2.0.27 > rm /vmlinuz > rm /System.map > ln -s /boot/vmlinuz-2.0.27 /vmlinuz > ln -s /boot/System.map-2.0.27 /System.map I use lilo, so I don't know the procedure. But all these cp, rm and ln, do you really need to do them manually? They don't seem to consist an "orthodox" procedure. For me, after "make clean; make dep" , I just need to "make zlilo" and everything will be in place: old vmlinuz is moved to vmlinuz.old, System.map is created, etc. > then do this: > > mv /boot/modules/2.0.27 /boot/modules/old-2.0.27 > > and then: > > make modules > make modules-install > > when all is done, run: > > lilo > > and you can boot your system, with your new kernel. > If the kernel is not what you want, do these commands > again, to make a new kernel. > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Seak Teng-Fong E-mail: [EMAIL PROTECTED] Bât 507 DRFC / SPPF Tel: 33 (0) 4 42256125 CE / Cadarache Fax: 33 (0) 4 42256233 13108 Saint Paul lez Durance Cedex FRANCE -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]