|
发表于 2004-3-22 22:52:58
|
显示全部楼层
跟声卡有关的设置吧!,看他的/etc/esd.conf文件
/root:ps -e |grep esd
525 ? 00:00:00 esd
/root:
应该是有关声卡的一个进程
附:/home/javalee:esd --help
Usage: esd [options]
-d DEVICE force esd to use sound device DEVICE
-b run server in 8 bit sound mode
-r RATE run server at sample rate of RATE
-as SECS free audio device after SECS of inactivity
-unix use unix domain sockets instead of tcp/ip
-tcp use tcp/ip sockets instead of unix domain
-public make tcp/ip access public (other than localhost)
-promiscuous start unlocked and owned (disable authenticaton) NOT RECOMMENDED
-terminate terminate esd daemone after last client exits
-nobeeps disable startup beeps
-trust start esd even if use of /tmp/.esd can be insecure
-port PORT listen for connections at PORT (only for tcp/ip)
-bind ADDRESS binds to ADDRESS (only for tcp/ip)
Possible devices are: /dev/dsp, /dev/dsp2, etc. |
|