Tweeter buttonFacebook buttonLinkedin button
  • 18 Feb 2009 /  GNU/Linux, Unix No Comments

    If you have this problem maybe other program is using the snd resource, so, you need know which is the program is using it. You can do it with lsof, and kill the process.

    ~# lsof | grep pcm ; lsof | grep dsp
    xmms 17613 lexo mem CHR 116,8 12785 /dev/snd/pcmC0D0p
    xmms 17613 lexo 10u CHR 116,8 12785 /dev/snd/pcmC0D0p

    ~# fuser -v /dev/snd/*
    USER PID ACCESS COMMAND
    /dev/snd/controlC0: lexo 5468 F…. mixer_applet2
    lexo 18351 F…. xmms
    /dev/snd/pcmC0D0p: lexo 18351 F…m xmms
    /dev/snd/timer: lexo 18351 F…. xmms


    * /etc/init.d/alsa-utils reset card

    Posted by lexo @ 2:04 pm

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-spam image