LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot burn dvd (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-burn-dvd-146664/)

djbokkeman 02-16-2004 05:46 AM

Cannot burn dvd
 
i cannot burn any dvd. error log of k3b

System
-----------------------
K3b Version: 0.11.1
KDE Version: 3.2.0
QT Version: 3.2.3

growisofs
-----------------------
:-( unable to open64("/dev/ide/host0/bus1/target1/lun0/cd",O_RDONLY): Wrong medium type

growisofs comand:
-----------------------
/usr/bin/growisofs -Z /dev/ide/host0/bus1/target1/lun0/cd=/home/dj/yarrow-i386-dvd.iso -use-the-force-luke=notray -use-the-force-luke=tty -speed=1



I tried to edit lilo.conf wich looks now like..

File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file

boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us-latin1.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount acpi=ht splash=silent"
append="hdd=ide-scsi" <--------------------------------THIS IS WHAT I EDITED
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount acpi=ht"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe acpi=ht devfs=nomount"
read-only


Could anyone please help me ? thnx..

hw-tph 02-16-2004 09:49 AM

I am not familiar with K3B but you have a devfs path pointing to an IDE CD-ROM (or DVD-ROM, RW, whatever - an optical unit anyway) - /dev/ide/host0/bus1/target1/lun0/cd. When you use SCSI emulation, as you have indicated in your lilo.conf, you should be using a SCSI device instead.

First make sure the ide-scsi module is loaded: modprobe ide-scsi, then check if you have a SCSI CD device instead. It will probably be called /dev/scsi/host0/bus0/target0/lun0/cd or something very similar. Use that device instead.

If you had a symlink /dev/cdrom (or /dev/dvd or something) pointing to the IDE cd device you may have to recreate it pointing to the SCSI device instead.


Håkan

exodist 02-16-2004 02:24 PM

devfs should give both the /cd and /(something with g in it), the g one is generic it is the one to use to write with.


All times are GMT -5. The time now is 03:38 AM.