LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   FC2, Pioneer DVR-106D, dvdrecord (https://www.linuxquestions.org/questions/linux-hardware-18/fc2-pioneer-dvr-106d-dvdrecord-242430/)

laltopi 10-14-2004 12:01 AM

FC2, Pioneer DVR-106D, dvdrecord
 
Hi,

I am having problems writing to my dvd, I have dual boot machine.
AMD 2500+, 512M,
/dev/hda -> 160G -> WindozeXP
/dev/hdb -> 80G -> FC2
/dev/hdc -> Pioneer

I had to load ide-scsi kinda module when I had CDRW, do I have to do the same?
I am able to burn from Windoze using Nero, but not from FC2. Any ideas why?


Following are the required outputs of


[localuser@localhost localuser]$ dmesg | grep CD
hdc: PIONEER DVD-RW DVR-106D, ATAPI CD/DVD-ROM drive
hdc: ATAPI 47X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20


[localuser@localhost localuser]$ lsmod
Module Size Used by
-- snip -- snip--
sg 27552 0
scsi_mod 91344 1 sg
--snip -- snip ---

[localuser@localhost localuser]$ cat /etc/modprobe.conf
alias eth0 via-rhine
alias snd-card-0 snd-via82xx
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-via82xx
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd


[localuser@localhost localuser]$ sudo cdrecord -scanbus
Password:
Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to <warly@mandrakesoft.com>.
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.80-RH '@(#)scsi-linux-sg.c 1.80 04/03/08 Copyright 1997 J. Schilling').
scsibus1:
1,0,0 100) 'PIONEER ' 'DVD-RW DVR-106D' '1.07' Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *


[localuser@localhost localuser]$ sudo dvdrecord -scanbus
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
dvdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.


[root@localhost root]# dvdrecord -dev=1,0,0 -blank=fast
dvdrtools v0.1.4
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
dvdrecord: No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are


[root@localhost root]# cdrecord -dev=1,0,0 -blank=fast
Cdrecord-Clone 2.01a27-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to <warly@mandrakesoft.com>.
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
cdrecord: No such file or directory. Cannot open '/dev/sg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
[root@localhost root]#

Thanks for any kind of input.

CroMagnon 10-14-2004 03:53 AM

hi laltopi,

I have the exact same DVD burner, so it does work. I never got a successful burn with cdrecord/dvdrecord, though that may have been due to an error on my part. I consistently burn DVDs successfully with growisofs from the dvdrw tools package, so that's what I use now. If you have a modern kernel (2.4 or 2.6), you don't need to use IDE-SCSI anymore. If you use software that needs a cdrecord style device, you'll likely want to use "ATAPI:0,0,0"

laltopi 10-14-2004 10:07 AM

Thanks Cro,

I had tried using growisofs and it worked. Since I was used to cdrecord, wanted to use dvdrecord as well.


All times are GMT -5. The time now is 11:21 PM.