Bug 58994 - audio/cdparanoia: Change SCSI devices from cd0c to cd0, etc.
Summary: audio/cdparanoia: Change SCSI devices from cd0c to cd0, etc.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-06 10:00 UTC by Simon Barner
Modified: 2003-11-09 11:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.06 KB, patch)
2003-11-06 10:00 UTC, Simon Barner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Barner 2003-11-06 10:00:39 UTC
As pointed out by grog@ in 

http://freebsd.rambler.ru/bsdmail/freebsd-questions_curr/msg00410.html

this patch changes the SCSI CDROM devices from cd0c to cd0. The former
device names do not make any sense, since CDROMs don't have a BSD label.

Since you are reading this message you should also have a look at
ports/57226 which addresses recent cooked I/O problems.

The latest version of that patch is available here (my follow-up does
not appear in GNATs).

http://home.leo.org/~barner/freebsd/cdparanoia-pread.patch

How-To-Repeat: 
Run cdparanoia -Qv on a system with a SCSI cdrom or on a ATAPICAM system
where /dev/cdrom does not point to /dev/acd0.

The output will look like this:

cdparanoia III release 9.8 (March 23, 2001)
(C) 2001 Monty <monty@xiph.org> and Xiphophorus
FreeBSD porting (c) 2003
        Simon 'corecode' Schubert <corecode@corecode.ath.cx>

Report bugs to paranoia@xiph.org
http://www.xiph.org/paranoia/

Checking /dev/cd0c for cdrom...

CDROM model sensed: HL-DT-ST RW/DVD GCC-4120B 2.02 

[...]
Comment 1 Eric Anholt freebsd_committer freebsd_triage 2003-11-09 11:30:01 UTC
State Changed
From-To: open->closed

Committed (a variation), thanks!