Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49074 - cdrecord scanbus failure
Summary: cdrecord scanbus failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 15:29 UTC by jieryn
Modified: 2004-05-26 08:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jieryn 2004-04-26 15:29:34 UTC
can not get cdrecord to determine what my device is for cd recording.  i can utilize my cd-rw just fine with other apps, i can mount it and read info from cds in the drive..  xcdroast can find the cd-rw ...so it seems like something is wrong with cdrecord but i'm not dev.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
% sudo cdrecord -scanbus
Cdrecord-Clone 2.01a27 (--) Copyright (C) 1995-2004 J
Comment 1 jieryn 2004-04-26 15:29:34 UTC
can not get cdrecord to determine what my device is for cd recording.  i can utilize my cd-rw just fine with other apps, i can mount it and read info from cds in the drive..  xcdroast can find the cd-rw ...so it seems like something is wrong with cdrecord but i'm not dev.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
% sudo cdrecord -scanbus
Cdrecord-Clone 2.01a27 (--) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. 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'.

Expected Results:  
should see some output about what devices are available to me
Comment 2 Eric Brown 2004-04-26 16:00:15 UTC
if you try cdrecord -scanbus dev=ATAPI (for those non-scsi drives), you might have more luck.  right now that's what i hafta do (though it's not documented)
Comment 3 Ian Leitch (RETIRED) gentoo-dev 2004-04-30 17:45:55 UTC
Recommend closing INVALID and adding an einfo about ATAPI scanbus in pkg_postinst(). 
Comment 4 Andrew Roberts 2004-04-30 18:04:44 UTC
Add einfo to ebuilds:

pkg_postinst() {
    einfo "The command line option dev=ATAPI should be added for IDE cd writers."
}

Suggest -> resolved.
Comment 5 Lars Weiler (RETIRED) gentoo-dev 2004-05-26 08:26:57 UTC
Added to the ebuild.  Though it is documented in cdrecord's man-page and the output of cdrecord dev=help