View previous topic :: View next topic |
Author |
Message |
MOS-FET Apprentice
Joined: 20 May 2003 Posts: 291 Location: Cologne, Germany
|
Posted: Sat Jun 07, 2003 9:52 am Post subject: cd burner not working |
|
|
hello,
i've got a ide cd burner. i've activated scsi emulation in the kernel and i think also everything else that is needed to make the cd burner run as scsi device, but when i start the k3b setup it only shows a cd-rom and not a cd-writer. my cdwriter is running on /dev/ide/host1/bus0/target0/lun0/cd. how can i make it to work as a cd-writer? it seems to work as cdrom, i can mount it and everything, but i want to burn cds on it!
thanks
tom |
|
Back to top |
|
|
Caffeine Guru
Joined: 17 Jul 2002 Posts: 401 Location: Melbourne, Australia
|
Posted: Sat Jun 07, 2003 11:05 am Post subject: |
|
|
Did you add "hdx=ide-scsi" to your grub.conf? Replacing hdx with the correct device obviously? |
|
Back to top |
|
|
puggy Bodhisattva
Joined: 28 Feb 2003 Posts: 1992 Location: Oxford, UK
|
Posted: Sat Jun 07, 2003 12:19 pm Post subject: |
|
|
It should appear in you /dev as something like
/dev/scsi/host0/bus0/target0/lun0/cd
whereas a normal non-scsi cdrom will be something like
/dev/ide/host0/bus1/target0/lun0/cd
This will occur when you've got SCSI emulation working properly.
Puggy _________________ Where there's open source , there's a way. |
|
Back to top |
|
|
MOS-FET Apprentice
Joined: 20 May 2003 Posts: 291 Location: Cologne, Germany
|
Posted: Sun Jun 08, 2003 8:03 am Post subject: grub.conf |
|
|
i remember this hdx=ide-scsi in grub.conf of my previous mandrake installation. i'll try that :-)
thanks |
|
Back to top |
|
|
|