Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 10145

Summary: cdda2wav cannot use the IDE CDROM on alpha
Product: [Retired] Red Hat Linux Reporter: Brock Organ <borgan>
Component: cdrecordAssignee: Tim Powers <timp>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: alpha   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-03-13 23:05:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brock Organ 2000-03-13 15:51:50 UTC
[root@test162 /root]# cdda2wav -D /dev/hda -t9
cdrom device (/dev/hda) is not of type generic SCSI. Setting interface to
cooked_ioctl.
while opening /dev/hda :Wrong medium type
[root@test162 /root]#

[root@test162 /root]# cdda2wav -D /dev/hda -t9
execve("/usr/bin/cdda2wav", ["cdda2wav", "-D", "/dev/hda", "-t9"], [/* 25
vars */]) = 0
brk(0)                                  = 0x12013d198

<... ommitted ...>

stat("/dev/hda", {st_mode=S_IFBLK|0660, st_rdev=makedev(3, 0), ...}) = 0
write(2, "cdrom device (/dev/hda) is not o"..., 88cdrom device (/dev/hda)
is not of type generic SCSI. Setting interface to cooked_ioctl.
) = 88
getxgid(0)                              = 0
open("/dev/hda", O_RDONLY)              = -1 ERRNO_130 (Wrong medium type)
getxgid(0x12013ba10)                    = 0
setregid(4294967295, 0)                 = 0
getxgid(0xffffffffffffffff)             = 0
write(2, "while opening /dev/hda :", 24while opening /dev/hda :) = 24
brk(0)                                  = 0x12013d198
brk(0x12013d1f8)                        = 0x12013d1f8
brk(0x12013e000)                        = 0x12013e000
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=2265, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x20000020000
read(3, "# Locale name alias data base.\n#"..., 8192) = 2265
read(3, "", 8192)                       = 0
close(3)                                = 0
munmap(0x20000020000, 8192)             = 0
open("/usr/share/i18n/locale.alias", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No
such file or directory)
write(2, "Wrong medium type\n", 18Wrong medium type
)     = 18
exit(1)                                 = ?

Comment 1 Bill Nottingham 2000-03-13 23:05:59 UTC
Try on a different alpha. The PWS500a in the lab has some issues reading audio
CDs.