kern/115232: [ata] Audio CD tracks not displayed properly by
atapi driver
Yuri
yuri at rawbw.com
Tue Aug 10 09:01:47 UTC 2010
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 issuing such meaningless command
since system can do this automatically, avoiding user actions and
possible user confusion.
Driver knows when disk is inserted (for example in Windows autorun
executes when disk is inserted). This should be used in this case.
Yuri
More information about the freebsd-bugs
mailing list