PC-BSD uses their own custom developed tools for automounting things which is separate from any desktop environment native tools so it's not a surprise to me things would work there.
For that installation, I used its version of Mate, so I thought I might find some similarity between that and my FreeBSD drive. Oddly enough, I could play audio CDs with PC-BSD but not DVDs.
I'm going to assume now that you keep mentioning "mounting audio CDs" due to the message your getting when inserting the CD and not that you are actually trying to mount the audio CD since you can't.
You are correct, of course. The audio CD shows up on the root desktop without an error message, but no such luck with my account.
If your permissions are set correctly it's most likely a problem with the desktop environment either in configuration or it being broken in that regard.
I had considered that but I thought it better to first eliminate as many other potential sources as possible.
It could well be a bug in Mate. A year ago, I installed an earlier version of it on 3 different machines I have. It had an irritating quirk that sometimes prevented me from shutting down directly from my account. There was supposed to be an option window which allowed me to shut down, restart, or cancel. Sometimes I got it and the computer could be shut down without a problem. Sometimes the shutdown and, I recall, the restart buttons would be missing, so I had to first log off and then log in again as root to shut down.
It appears that this has been solved in the current version of Mate.
I haven't used MATE before so I really can't offer any help with that unfortunately, however, you should be able to play an audio CD regardless of the desktop "mounting" error you mentioned earlier with any properly installed and configured audio player software that supports playing audio CDs. Both
multimedia/vlc and
multimedia/mpv work for me for doing that.
I gave it one last try earlier this evening and it appears that I can indeed play an audio CD using VLC, even though the error message window appears. (The CD was some of the soundtrack music for the BBC TV series
Sherlock....) The CD still doesn't appear on the desktop, so I have to look for it through VLC's menus.
I think I might have tried a few days ago, but was unsuccessful. I think that was before I set all the necessary permissions.
I also have Aqualung installed (a nice music player, by the way), but it can't find the CD. It'll play it when I'm logged in as root, though.
Just to make sure your permissions are set properly first, if you don't mind, could you post the output of ls -l /dev | grep cd
on the machine?
This is what I got:
Code:
crw-rw---- 1 root wheel 0x56 Jan 11 02:54 cd0
lrwxr-xr-x 1 root wheel 3 Jan 11 02:55 cdrom -> cd0
lrwxr-xr-x 1 root wheel 3 Jan 11 02:55 dvd -> cd0
I'm cautiously optimistic that something is working, though not necessarily perfectly.