* 2.4.2 broke gcd (or, audio CD's won't play)
@ 2001-02-24 0:37 Steven Walter
2001-02-24 1:10 ` Alan Cox
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Steven Walter @ 2001-02-24 0:37 UTC (permalink / raw)
To: axboe; +Cc: linux-kernel
After upgrading to 2.4.2, gcd or any audio CD player will work. The
attached chunk of dmesg is the messages produced by attempting to play
them. The player just loops through all tracks, playing nothing.
Ripping CD's a la cdparanoia still works.
If its any consequence, my CD-ROM is now detected as a CD-ROM/DVD-ROM.
Is this also a problem, or merely an optimization in the boot-detection
routines?
Thanks
--
-Steven
Never ask a geek why, just nod your head and slowly back away.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: 2.4.2 broke gcd (or, audio CD's won't play)
2001-02-24 0:37 2.4.2 broke gcd (or, audio CD's won't play) Steven Walter
@ 2001-02-24 1:10 ` Alan Cox
2001-02-24 14:29 ` Heinz Diehl
2001-02-25 21:14 ` Jens Axboe
2 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2001-02-24 1:10 UTC (permalink / raw)
To: Steven Walter; +Cc: axboe, linux-kernel
> After upgrading to 2.4.2, gcd or any audio CD player will work. The
> attached chunk of dmesg is the messages produced by attempting to play
> them. The player just loops through all tracks, playing nothing.
> Ripping CD's a la cdparanoia still works.
No dmesg chunk attached. ALso does 2.4.2ac3 work ?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.2 broke gcd (or, audio CD's won't play)
2001-02-24 0:37 2.4.2 broke gcd (or, audio CD's won't play) Steven Walter
2001-02-24 1:10 ` Alan Cox
@ 2001-02-24 14:29 ` Heinz Diehl
2001-02-25 21:14 ` Jens Axboe
2 siblings, 0 replies; 5+ messages in thread
From: Heinz Diehl @ 2001-02-24 14:29 UTC (permalink / raw)
To: linux-kernel
On Fri Feb 23 2001, Steven Walter wrote:
> After upgrading to 2.4.2, gcd or any audio CD player will work. The
> attached chunk of dmesg is the messages produced by attempting to play
> them. The player just loops through all tracks, playing nothing.
Here, xmcd and cda both work perfectly.
Linux elfie 2.4.2 #1 Thu Feb 22 10:52:17 CET 2001 i586 unknown
Kernel modules 2.4.2
Gnu C 2.95.2
Gnu Make 3.79
Binutils 2.10.91.0.2
Linux C Library 2.2.2
Dynamic linker ldd (GNU libc) 2.2.2
Linux C++ Library 2.9.0
Procps 2.0.2
Mount 2.10r
Net-tools 1.46
Kbd 0.96
Sh-utils 1.12
Modules Loaded serial
--
# Heinz Diehl, 68259 Mannheim, Germany
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.2 broke gcd (or, audio CD's won't play)
2001-02-24 0:37 2.4.2 broke gcd (or, audio CD's won't play) Steven Walter
2001-02-24 1:10 ` Alan Cox
2001-02-24 14:29 ` Heinz Diehl
@ 2001-02-25 21:14 ` Jens Axboe
2 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2001-02-25 21:14 UTC (permalink / raw)
To: Steven Walter; +Cc: linux-kernel
On Fri, Feb 23 2001, Steven Walter wrote:
> After upgrading to 2.4.2, gcd or any audio CD player will work. The
> attached chunk of dmesg is the messages produced by attempting to play
> them. The player just loops through all tracks, playing nothing.
> Ripping CD's a la cdparanoia still works.
>
> If its any consequence, my CD-ROM is now detected as a CD-ROM/DVD-ROM.
> Is this also a problem, or merely an optimization in the boot-detection
> routines?
That doesn't matter, the boot info just means it could be either
a cdrom or a dvd drive.
But these:
ATAPI device hdc:
Error: Illegal request -- (Sense key=0x05)
Invalid command operation code -- (asc=0x20, ascq=0x00)
The failed "Play Audio MSF" packet command was:
"47 00 00 2d 2b 1b 39 38 00 00 00 00 "
ATAPI device hdc:
Error: Illegal request -- (Sense key=0x05)
Invalid command operation code -- (asc=0x20, ascq=0x00)
The failed "Test Unit Ready" packet command was:
"00 00 00 00 00 00 00 00 00 00 00 00 "
ATAPI device hdc:
Error: Illegal request -- (Sense key=0x05)
Invalid command operation code -- (asc=0x20, ascq=0x00)
The failed "Test Unit Ready" packet command was:
"00 00 00 00 00 00 00 00 00 00 00 00 "
ATAPI device hdc:
Error: Illegal request -- (Sense key=0x05)
Invalid command operation code -- (asc=0x20, ascq=0x00)
The failed "Play Audio MSF" packet command was:
"47 00 00 37 04 28 39 38 00 00 00 00 "
look very odd. It's basically saying that these required commands
are not implemented by the drive. 2.4.1 worked fine?!
--
Jens Axboe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.2 broke gcd (or, audio CD's won't play)
@ 2001-02-24 1:22 John E. Adams
0 siblings, 0 replies; 5+ messages in thread
From: John E. Adams @ 2001-02-24 1:22 UTC (permalink / raw)
To: linux-kernel%vger.kernel.org
> After upgrading to 2.4.2, gcd or any audio CD player will work. The
> attached chunk of dmesg is the messages produced by attempting to play
> them. The player just loops through all tracks, playing nothing.
> Ripping CD's a la cdparanoia still works.
Xmcd works fine here. 2.4.2
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-02-25 21:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-24 0:37 2.4.2 broke gcd (or, audio CD's won't play) Steven Walter
2001-02-24 1:10 ` Alan Cox
2001-02-24 14:29 ` Heinz Diehl
2001-02-25 21:14 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2001-02-24 1:22 John E. Adams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox