Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 50155

Summary: apps-cdr/cdrdao 1.1.8 contains driver file path to ${D}
Product: Gentoo Linux Reporter: Daniel Black (RETIRED) <dragonheart>
Component: Current packagesAssignee: Lars Weiler (RETIRED) <pylon>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Black (RETIRED) gentoo-dev 2004-05-05 17:56:57 UTC
While attempting to burn a vcd the following cdrdao error was encountered:

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.
Using libscg version 'schily-0.8'
/dev/hdb: LITE-ON DVDRW LDW-451S  Rev: GSB6
WARNING: Cannot read driver table from file "/var/tmp/portage/cdrdao-1.1.8/image//usr/share/cdrdao/drivers" - using built-in table.
ERROR: No driver found for 'LITE-ON DVDRW LDW-451S', available drivers:
cdd2600
generic-mmc
generic-mmc-raw
plextor
plextor-scan
ricoh-mp6200
sony-cdu920
sony-cdu948
taiyo-yuden
teac-cdr55
toshiba
yamaha-cdr10x
For all recent recorder models either the 'generic-mmc' or
the 'generic-mmc-raw' driver should work.
Use option '--driver' to force usage of a driver, e.g.: --driver generic-mmc


$ strings `which cdrdao` | fgrep /var/tmp
/var/tmp/portage/cdrdao-1.1.8/image//usr/share/cdrdao/drivers

/usr/share/cdrdao/drivers is installed just need cdrdao to point to it.
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-05-12 23:31:41 UTC
I tried again with 1.1.8 and 1.1.8-r1 and I couldn't reproduce it.