Juan Miguel Cacho wrote:
> Hello,
>
> I keep changing the ownership of /dev/audio* and /dev/dsp* so that a normal
> user can play music, but whever I turn my pc back on the ownership and perms
> revert to the previous one... bad trip 'to ah! How can I permanently set the
> ownership and perms? I even tried doing it in MAKEDEV, pero balik pa rin sa
> dati.
>
> TIA.
> --
> Juan Miguel Cacho [EMAIL PROTECTED] ®
> Philippines [EMAIL PROTECTED]
> ...the poor count their blessings, the affluent count their calories.
>
> _
> Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
> To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
try putting on /etc/rc.d/rc.local
chmod 666 /dev/dsp
chmod 666 /dev/audio
:)
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]