You are not logged in.
Many of my sound-producing applications refused to produce sound at some moment. I cannot remember what i did that could cause it, perhaps installed kdemod 4.1.
I usually get this error:
/dev/dsp: Device or resource busybut some applications (mplayer, lastfm for example) work correctly. I have no supicious apps that could eventually lock /dev/dsp running.
$ grep DAEMONS /etc/rc.conf
DAEMONS=(syslog-ng network netfs crond atd sshd postgresql alsa kdm) # with or without esd the same problem
$ lsmod|grep snd
snd_seq_oss 34176 0
snd_seq_midi_event 8064 1 snd_seq_oss
snd_seq 57056 4 snd_seq_oss,snd_seq_midi_event
snd_hda_intel 433464 4
snd_seq_device 7956 2 snd_seq_oss,snd_seq
snd_pcm_oss 44160 0
snd_mixer_oss 17408 1 snd_pcm_oss
snd_pcm 81416 3 snd_hda_intel,snd_pcm_oss
snd_timer 23440 3 snd_seq,snd_pcm
snd_page_alloc 9360 2 snd_hda_intel,snd_pcm
snd_hwdep 9224 1 snd_hda_intel
snd 61000 15 snd_seq_oss,snd_seq,snd_hda_intel,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 8096 1 sndany hints?
Offline