Just noticed that I cannot play audio cd!
Drive works fine with data cd/dvd, reads, burns on 7.2-stable.
No errors in dmesg and lshal. My user is in wheel and operator groups.
But if audio cd is inserted the following appeared:
I tried to uncomment 'link acd0 cdrom' in devfs.conf and change permissions from 0660 to 0666 and now another error appears:
I edited devfs.conf back to:
but only new error appears now. Moreover I cannot now even eject the disk unless logging out.
Trying to mount the cd manually I'm getting this:
Since I found nothing on the forum and on the internet I'm probably missing very simple thing. Please help!
PS. Same result with audio cd on another box with 8.0-stable. Debian5 plays same cd fine on the same machine.
Drive works fine with data cd/dvd, reads, burns on 7.2-stable.
No errors in dmesg and lshal. My user is in wheel and operator groups.
But if audio cd is inserted the following appeared:
Code:
Unable to mount Audio Disc
Cannot find drive /dev/acd0
Code:
DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Code:
# Commonly used by many ports
#link acd0 cdrom
# Allow a user in the wheel group to query the smb0 device
#perm smb0 0660
#perm cd0 0666
#perm xpt0 0666
own pass0 root:users
perm pass0 0666
own acd0 root:users
perm acd0 0660
own pass1 root:users
perm pass1 0666
#own pass0 root:users
#perm pass0 0666
but only new error appears now. Moreover I cannot now even eject the disk unless logging out.
Trying to mount the cd manually I'm getting this:
Code:
mount_cd9660: /dev/acd0: Invalid argument
PS. Same result with audio cd on another box with 8.0-stable. Debian5 plays same cd fine on the same machine.