On Sun, Nov 03, 2002 at 11:48:49AM +1100, de|ire wrote:
> hi paul,
> 
> unfortunately in my case /proc/asound exists but /dev/snd does not.
> this means i have to create it every time i restart due to it
> the strange phenomenon of them disappearing on reboot. 
> 
> if i don't create run the snddevices script, then alsactl gives the file
> not found error mentioned in a previous email.
> 
> all my modules have loaded fine. as i say, when i run snddevices
> script, which creates the /dev/snd directories, I can use also no
> problem. 
> 
> for some time i have been running the snddevices script from .xinitrc
> so that i do not have to manually run it every time i want audio.
> 
> this however has proved to be unreliable, and makes for a slow start
> into my xsession.
> 
> no one seems to be able to solve this problem, here or in any
> lists, so it seems it is not the right time for me to be trying alsa.
> 
> 
> thanks for your help,
> 
> de/
> 
> melbourne,
> australia
> 
> http://selectparks.net

Are you using devfs?  If so, then you need to add these few lines to
/etc/devfsd.conf

# Uncomment this if you want permissions to be saved and restored
# Do not do this for pseudo-terminal devices
REGISTER    ^pt[sy]     IGNORE
CREATE      ^pt[sy]     IGNORE
CHANGE      ^pt[sy]     IGNORE
DELETE      ^pt[sy]     IGNORE
REGISTER    .*      COPY    /lib/dev-state/$devname $devpath
CREATE      .*      COPY    $devpath /lib/dev-state/$devname
CHANGE      .*      COPY    $devpath /lib/dev-state/$devname
DELETE      .*      CFUNCTION GLOBAL unlink /lib/dev-state/$devname
RESTORE     /lib/dev-state

Make sure you have the directory /lib/dev-state (mkdir -p /lib/dev-state).

Jim Drabb
-- 
---------------------------------------------------------------
Those who would sacrifice freedom for security will get neither
---------------------------------------------------------------
James Drabb JR
Programmer Analyst
Davenport, FL
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to