Re: kern/115232: [ata] Audio CD tracks not displayed properly by atapi driver

2010-08-12 Thread blackend
Synopsis: [ata] Audio CD tracks not displayed properly by atapi driver State-Changed-From-To: feedback->closed State-Changed-By: blackend State-Changed-When: Thu Aug 12 07:40:10 UTC 2010 State-Changed-Why: This is not a dd(1) or ata(4) problem and a "workaround" is already present in the Handbook

Re: kern/115232: [ata] Audio CD tracks not displayed properly by atapi driver

2010-08-11 Thread Marc Fonvieille
On Tue, Aug 10, 2010 at 12:28:22PM +0200, Oliver Fromme wrote: > Yuri wrote: > > Could you check if: > > > # dd if=/dev/acd0 of=/dev/null count=1 > > > > > > does the trick as mentioned in the Handbook? > > > > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=115232 > > > > Yes, t

Re: kern/115232: [ata] Audio CD tracks not displayed properly by atapi driver

2010-08-10 Thread Oliver Fromme
Yuri wrote: > Could you check if: > > # dd if=/dev/acd0 of=/dev/null count=1 > > > > does the trick as mentioned in the Handbook? > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=115232 > > Yes, this trick works. > But the problem with it is that this should be done without suc

Re: kern/115232: [ata] Audio CD tracks not displayed properly by atapi driver

2010-08-10 Thread Yuri
Could you check if: # dd if=/dev/acd0 of=/dev/null count=1 does the trick as mentioned in the Handbook? http://www.freebsd.org/cgi/query-pr.cgi?pr=115232 Yes, this trick works. But the problem with it is that this should be done without such 'dd' command. User should be relieved from is

Re: kern/115232: [ata] Audio CD tracks not displayed properly by atapi driver

2010-08-10 Thread blackend
Synopsis: [ata] Audio CD tracks not displayed properly by atapi driver State-Changed-From-To: open->feedback State-Changed-By: blackend State-Changed-When: Tue Aug 10 08:05:40 UTC 2010 State-Changed-Why: Hello, Could you check if: # dd if=/dev/acd0 of=/dev/null count=1 does the trick as mentio