cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Sep. 08 2004,22:19 |
|
On the CDROM, my guess is that you will need to modprobe the CDROM driver and maybe even make the SoundBlaster CDROM device file if it is not listed in the current /dev/ directory.
Once you have that figured out and running you should be able to mount it from the command line. You may need to do the mounting as user "root" if the permissions are set so that normal users cannot access the device.
Try a google search on Knoppix sbpcd for possibly more help.
To configure the card automatically, you will need to add your manually typed-in commands to your /opt/bootlocal.sh file. It works similar to an AUTOEXEC.BAT in DOS. Make sure that you are backing this file up. The filename should appear in your filetool.lst backup file list.
Search the forums on backing up your network settings. If you can find your post-install network settings you can probably put them into your bootlocal.sh too. Search the forums for help.
There was a recent discussion about the serial mouse in here. I believe that the answer was to add two commands to your bootlocal.sh:
rm -rf /dev/mouse ln -sf /dev/cua0 /dev/mouse
|