Author |
Message |
adrianbc
|
Posted: Thu May 05, 2005 1:40 pm |
|
Joined: Fri Mar 12, 2004 4:02 pm
Posts: 134
|
Hi,
I have an install of R5A15. I recently setup nuv2disc to burn a few shows onto DVD but for some reason I can't make a dvd. The resulting ISO created by nuv2disc looks fine (I'm able to burn it to a DVD on another machine) so it looks like my (IDE) DVD player isn't properly configured...
I get this strange error when I run (dvdrecord -scanbus or cdrecord -scanbus)
root@mythtv:/home/adrianbc# dvdrecord -scanbus
dvdrtools v0.1.5
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
dvdrtools patched by Julien Delange for Debian
Note that you have to reports bug to the debian maintainer
Please ask Debian for support, and not ask the original author
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
Based on:
Cdrecord 1.11a15 (i386-pc-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.
however its clear that the drive is being seen...
from dmesg...
hdc: MATSHITADVD-RAM LF-D310, ATAPI CD/DVD-ROM drive
also /dev/cdrom and /dev/dvd are both pointing to hdc...
root@mythtv:/myth/nuv2disc# ls -l /dev/cdrom /dev/dvd
lrwxrwxrwx 1 root root 8 May 4 07:04 /dev/cdrom -> /dev/hdc
lrwxrwxrwx 1 root root 8 May 4 07:04 /dev/dvd -> /dev/hdc
also I've looked at /usr/share/doc/cdrecord/README.ATAPI.setup
but when I run 'dvdrecord dev=ATA -scanbus' I get...
root@mythtv:/myth/nuv2disc# dvdrecord dev=ATA -scanbus
dvdrtools v0.1.5
Portions (c) 2002-2003 Ark Linux <bero@arklinux.org>
dvdrtools patched by Julien Delange for Debian
Note that you have to reports bug to the debian maintainer
Please ask Debian for support, and not ask the original author
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program; see the file COPYING. If not, write to the Free Software
Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
Based on:
Cdrecord 1.11a15 (i386-pc-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
dvdrecord: No such file or directory. Cannot open 'ATA'. Cannot open SCSI driver.
dvdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
Any thoughts?
|
|
Top |
|
 |
cesman
|
Posted: Mon May 09, 2005 10:21 am |
|
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location:
Fontana, Ca
|
Try Code: cdrecord -scanbus dev=ATA
_________________ cesman
When the source is open, the possibilities are endless!
|
|
Top |
|
 |
tkoster
|
Posted: Thu May 19, 2005 6:57 am |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
Were any solutions to this found? My symptoms and messages are all the same (which is a little frustrating because things worked perfectly out of the box on A12). The only difference I can find is that for my box /dev/cdrom and /dev/dvd point to /dev/scd0 instead of /dev/hdd which is where my burner is. I've been a little reluctant to change the links because I know that some systems have worked with scsi emulation for burning but I thought that disappeared with the 2.6 kernels.
|
|
Top |
|
 |
Greg Frost
|
Posted: Thu May 19, 2005 7:11 am |
|
Joined: Mon May 10, 2004 8:08 pm
Posts: 1891
Location:
Adelaide, Australia
|
I believe the install is *supposed* to set the links to point to /dev/hdd (or wherever the dvd drive is) buy I also seem to recall someone saying that the script that does this was broken. I would go ahead and change the links if I were you.
|
|
Top |
|
 |
Xsecrets
|
Posted: Thu May 19, 2005 10:00 am |
|
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location:
Nashville, TN
|
I think you problem is because the script to change those links is very rudimentary and expects the drive to be at hdc this is a known issue and is being worked on, but I'm not sure if it was fixed by 15.1 or not.
god only knows what the status of cdburning in 2.6 is they break and fix it in just about every version it seems.
gotta love the shinny new not so stable "stable" kernel.
_________________ Have a question search the forum and have a look at the KnoppMythWiki.
Xsecrets
|
|
Top |
|
 |
brendan
|
Posted: Thu May 19, 2005 8:52 pm |
|
Joined: Tue Dec 07, 2004 12:04 pm
Posts: 369
|
My "installed new at R5A12" system set up /dev/cdrom and /dev/dvd correctly (they pointed to /dev/hdc). When I upgraded to R5A15.1, the upgrade changed the links to /dev/sd0. I had to manually relink them to /dev/hdc and also change their group ownership to the cdrom group.
-brendan
|
|
Top |
|
 |
tkoster
|
Posted: Thu May 19, 2005 9:21 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
Thanks, I was getting frustrated after changing the links and still not having it work. I forgot about changing the group ownership. I'll try that next.
|
|
Top |
|
 |
tkoster
|
Posted: Fri May 20, 2005 3:17 pm |
|
Joined: Mon Apr 04, 2005 10:50 am
Posts: 120
|
That did it. I had to make one more change in the commonvars file. It had the burner designated as /dev/scd0 as well. Now everything is up and running again. Thanks for the assistance.
|
|
Top |
|
 |
mcdrama
|
Posted: Mon Jul 04, 2005 12:36 pm |
|
Joined: Sat Jan 31, 2004 12:50 pm
Posts: 84
Location:
Santa Cruz Mountains, CA
|
I have this same problem but my devices are linked correctly.
I still can't burn DVD's though. =\
_________________ * v2. NZXT Duet / ECS G33T-M2 / Intel C2D E5200 / 2GB RAM / 1TB HD / Nvidia 7200GS / PVR-250 / SiliconDust HDHomeRun * v1. Shuttle SK41G - AMD 1.4GHz / 768MB RAM / 300GB HD / PVR-250 / Nvidia 5200 * Samsung LN52A650
|
|
Top |
|
 |