Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]ATAPI DVD Burner
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
mitschel
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jan 2005
Posts: 138
Location: Germany

PostPosted: Sat Feb 11, 2006 11:01 pm    Post subject: [SOLVED]ATAPI DVD Burner Reply with quote

Hi!

Today I`ve tried the hole day to burn with my Plextor dvd burner. With Nero it works great, but I don`t want to use it.
Nevertheless I´m not able to get cdrecord to work.

cdrecord dev=ATAPI -scanbus results in an error:
Code:
Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
cdrecord: No such file or directory. Cannot open 'ATAPI'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.


Of course I`am root.
Due to my sata harddisk I have to enable SCSI disk support in my vanilla kernel(2.6.15.1). Can the error be a result from that? I included the IDE/ATAPI CDROM support in my kernel too.

dmesg | grep 'CD' shows the right dvd drive

Code:
hdb: PLEXTOR DVDR PX-712A, ATAPI CD/DVD-ROM drive
hdb: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 8192kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20


Are there any ideas?


Last edited by mitschel on Sun Feb 12, 2006 10:36 am; edited 1 time in total
Back to top
View user's profile Send private message
Robelix
l33t
l33t


Joined: 21 Jul 2002
Posts: 760
Location: in a World created by a Flying Spaghetti Monster

PostPosted: Sat Feb 11, 2006 11:10 pm    Post subject: Reply with quote

Try:
cdrecord dev=ATA -scanbus
_________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Back to top
View user's profile Send private message
mitschel
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jan 2005
Posts: 138
Location: Germany

PostPosted: Sat Feb 11, 2006 11:13 pm    Post subject: Reply with quote

I`ve tried yet, but almost the same error:

Code:
Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
cdrecord: No such file or directory. Cannot open 'ATA'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.


:(
Back to top
View user's profile Send private message
Cintra
Advocate
Advocate


Joined: 03 Apr 2004
Posts: 2111
Location: Norway

PostPosted: Sun Feb 12, 2006 7:43 am    Post subject: Reply with quote

not sure if this will help you, but I have
'hdc=ide-cd hdd=ide-cd' in my grub kernel line..

the other thing I would query is in your .config
Code:

# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

and

# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
CONFIG_BLK_DEV_IDEFLOPPY=y
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set

mvh
_________________
"I am not bound to please thee with my answers" W.S.
Back to top
View user's profile Send private message
mitschel
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jan 2005
Posts: 138
Location: Germany

PostPosted: Sun Feb 12, 2006 9:37 am    Post subject: Reply with quote

Btw thanks for your replies.
I added the drive to my grub.conf, but there is no difference now. The kernel config looks quite similiar..
I don`t have a clue, what I can do anymore. :?
Back to top
View user's profile Send private message
mitschel
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jan 2005
Posts: 138
Location: Germany

PostPosted: Sun Feb 12, 2006 10:35 am    Post subject: Reply with quote

I found my mistake! I have emerged dvdrtools long time ago and there was a conflict.:roll:
I unemerged it. Now cdrecord works fine! :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum