sound problems in ubuntu 9.04

ебати проблема – един ден от нищото ми изчезва звука. без да съм правил каквото и да е – ъпдейт и без звук – няма колонки, няма слишалки, няма нищо. дотам. нада. нахт. зилч. крив мечи хуй.

след ровене по форуми за убунту съпорт, намерих дека е проблема. препоръчвани решения :

рестартирате асла-та, която ви се грижи за звука : sudo /etc/init.d/alsa-utils restart

ако това не реши проблема, търсите кои процеси в момента ползват някакви звукови мизерии и след това ги пречуквате :

$lsof | grep pcm

$knotify4  5915       lopi  mem       REG        8,5     22052 2767642 /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
$pidgin    6013       lopi  mem       REG        8,5     22052 2767642 /usr/lib/alsa-lib/libasound_module_pcm_pulse.so

$ kill -9 5915
$ kill -9 6013
$ sudo /etc/init.d/alsa-utils restart

това би трябвало да реши нещата. ако и то не помогне, цъкате :  sudo /etc/init.d/alsa-utils reset

то почти никога не помога, но не пречи и него да пробвате. има голям шанс да ви върне :

* Resetting ALSA…                                                            Invalid card number.

което е адски хуй, понеже дефакто ти казва че то тази карта не я познава и че ти звук с нея няма да видиш, ко щеш слон да принесеш на шива в жертва.

решението – пишете “alsamixer” в конзолката. ще ви върне един доста постен миксер, в който си намирате кой от еквалайзерите е свален до долу и му давате жега. и воала – звук. доволнинко, още един проблем решен.

oтдолу – същото, ама на развален инглиш.

—————————-

fix sound problems in unbuntu 9.04

if, for some reason, at one point you just turn up with no sound, there are several solutions to the problem.

first, try restarting asla : sudo /etc/init.d/alsa-utils restart

in the majority of the cases, it will solve the problem. however, if you are still sound-less, you can try the following :

$lsof | grep pcm

$knotify4  5915       lopi  mem       REG        8,5     22052 2767642 /usr/lib/alsa-lib/libasound_module_pcm_pulse.so
$pidgin    6013       lopi  mem       REG        8,5     22052 2767642 /usr/lib/alsa-lib/libasound_module_pcm_pulse.so

$ kill -9 5915
$ kill -9 6013
$ sudo /etc/init.d/alsa-utils restart

this will check which processes are using sound at the moment, and terminate them without asking for explanation. then, restart asla once again and see if you have sound.

still soundless? you can try to reset asla : sudo /etc/init.d/alsa-utils reset

this is very likely to return the following :

* Resetting ALSA…                                                            Invalid card number.

which can sound bad, since it can be transalted tp : what is this decrepid sound car you are using? i can’t work with that. give me a new one.

but, instead of either trashing the whole thing, returning to windows or getting a new sound card, laptop, netbook or whatever device you are using, try the following  :

type in “alsamixer” in the cosole/terminal/command line. it will return a pretty simple equilizer. check if there is one, which is set to mute, or simply all the way down – boost it up with the mouse wheel.

and voila – sound is yours once again.

10. July 2009 by Lopi
Categories: Bukkakke | Leave a comment

Leave a Reply

Required fields are marked *

*