Click to See Complete Forum and Search --> : CDRDAO problems but not CDRECORD


crow2icedearth2
05-06-2004, 12:08 AM
i cant seem to get cdrdao to work now and it was working not to long agao and i havent done anything since then for it not work
i have cdrecord working fine
herers my output for both

crow@vertigosolutions:~$ cdrecord --scanbus dev=ATAPI:0,0,0
Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
scsidev: 'ATAPI:0,0,0'
devname: 'ATAPI'
scsibus: 0 target: 0 lun: 0
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.7'
scsibus0:

0,0,0 0) 'LITE-ON ' 'LTR-16102B ' 'OS0B' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
crow@vertigosolutions:~$
crow@vertigosolutions:~$

finds my cd burner then CDRDAO i get this msg
crow@vertigosolutions:~$ cdrdao scanbus --device ATAPI:0,0,0 --driver generic-mmc
Cdrdao version 1.1.8 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

crow@vertigosolutions:~$

how do i get it to work with it ....im not using the obsolete IDE scsi emulation because im using kernel 2.6.x

i need to burn a bin file thas the reason for using cdrdao

hard candy
05-06-2004, 09:36 AM
Looking at the driver tables (http://cdrdao.sourceforge.net/drives.html#dt) I see a 16101 B and a 16102C but not a 16102B (as it described your cdrw in 0,0,0 0) 'LITE-ON ' 'LTR-16102B ' 'OS0B' Removable CD-ROM )
Was a firmware update done?
Cdrecord can burn DAO also,

-dao Set Disk At Once mode. This currently only works
with MMC drives that support non raw Session At Once mode.
Don't know if it would work with a bin file though.

crow2icedearth2
05-06-2004, 10:23 AM
yeah i also looked at support driver page the problem is i have had it working last week under cdrdao i burned a bin file last week . when i tried last night it wouldnt work.....

mdwatts
05-06-2004, 12:09 PM
Originally posted by crow2icedearth2
I had it working last week under cdrdao i burned a bin file last week . when i tried last night it wouldnt work.....

Any system changes since it worked last week? Software installations/upgrades etc.?

crow2icedearth2
05-06-2004, 11:06 PM
NONE ! no changes since then... it should work cdrdao i know i had it working becausei burned a bin cd . now it doesnt work. so i tried to recompile cdrdao-1.8 and it still doesnt work . any advice . I know it works under the program !!

hard candy
05-07-2004, 10:31 AM
This is probably the wrong way to fix the problem, don't know if it would work.
Maybe try going back to scsi emulation for the drive, enable scsi emulation in the kernel, add the line in the boot config file "hdc=ide-scsi", the whole thing and see if it works.