|
|
Hardware Titbits VIIISummary:
'Hardware Titbits' collects instructions on how to set up hardware devices which haven't been detected or configured by Mandrake Linux. Configuring An IDE CD/RW Drive On ML 8.1 By Hand(Contributed by Mandrake Linux user Gerard Gilbert) Here are the post installation procedures for installing or setting up a CD-R/W on LM 8.1. I have a Mitsumi CR4801TE CD-R, a very common CD-R1.1 Still it was never detected during the install of any Mandrake OS. Find out which is the 'real' device name for your burner: ls -l /dev/cdrom {tom: Sometimes this might not show the information you need. Try dmesg | grep CD instead. You will find the 'real' device name in front of the brand name of the drive then.} I will assume it's '/dev/hdc'. If your system features two CD drives, you'll have to find out whether it's either '/dev/cdrom' or '/dev/cdrom1' by exploring '/proc/ide' and adapting the next steps accordingly {tom: or use the command I mentioned above}.
scsi_hostadapter
probeall scsi_hostadapter ide-scsi
default =
Now find the line that starts with: label = default =
append = hdc=ide-scsi after the devfs=mount #Example of a lilo.conf entry, this is not the complete file.# boot = /dev/hda map = /boot/map timeout = 100 prompt message = /boot/message default = 2417-20smp vga = normal read-only install=/boot/boot.b keytable=/boot/us.klt lba32 menu-scheme=wb:bw:wb:bw image = /boot/vmlinuz-2.4.17-20mdksmp label = 2417-20smp vga = 788 append = " devfs=mount hdc=ide-scsi" root = /dev/hda1
{tom: If you have more than one CD drive, you might have to create a mount directory with mkdir /mnt/cdrom2 first, since '/mnt/cdrom' is already in use by your other drive.}
Configuring An Agfa Snapscan E20 Scanner(Contributed by Mandrake Linux user max) I had a look at the SANE USB site before choosing the scanner, but still wasn't too confident... Then I found this German web page on configuring the Snapscan which helped a lot, but I found that the Sane packages supplied with Mandrake 8.1 didn't need upgrading - I only needed to do the following (as 'root'):
Sometimes it doesn't work, and then it's just a case of switching the scanner off and on again, then rerunning the snapscan script. section index - top Related Resources:Revision / Modified: Mar. 16, 2002 Legal: This page is covered by the GNU Free Documentation License . Standard disclaimers of warranty apply. Copyright LSTB and Mandrakesoft. |