> Hi everybody, > I'm encountering a very weird problem (or it seems weirdish to me). I > built kernel with support for couple file systems and sound. > When I try to mount a CD or play music on the super user account, > everything work fine. But when I try to do the same with ordinary user > account, it behaves the same way, as if the support was never compiled > into the kernel.
More likely the normal user account does not belong to the group audio, and thus is not aloud to read or write from the device. Ciao, mattHias