n 15/09/14 20:40, Adrian Mageanu wrote:
> 
> Killing pulseaudio did not make any difference. It restarted by itself.

BTW to prevent restarting

$ echo "autospawn = no" >> ~/.config/pulse/client.conf
$ pulseaudio --kill

> What should be the next step please?



1: Try a newer or different distro (e.g. via live CD)?
possibly some bug has been fixed, who knows?


2:
* Kill pulseaudio as above,
* Unload all sound drivers - do the following repeatedly...
  $ sudo rmmod  $(lsmod | grep 'snd' | cut -d' ' -f1)

* Load just driver for USB audio (and its dependents)
 $ modprobe snd_usb_audio

Does recording work?
Check output of "dmesg" for any warnings etc.


I'm out of ideas now. Good luck.
_______________________________________________
Linux-users mailing list
[email protected]
http://lists.canterbury.ac.nz/mailman/listinfo/linux-users

Reply via email to