o...@dub:~$ sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
[sudo] password for oem: 
                     USER        PID ACCESS COMMAND
/dev/snd/controlC0:  pulse      1884 F.... pulseaudio


Today i've spend time to work around and have made some changes:
 - first i've deleted .pulse then reboot
 - created a .asoundrc file  (  pcm.hda-intel {
          type hw
          card 0
       }
       
       ctl.hda-intel {
          type hw
          card 0
       }
pcm.pulse { type pulse }
ctl.pulse { type pulse }   )

 and change settings into /etc/default/pulseaudio:

PULSEAUDIO_SYSTEM_START=1     (previously 0)
DISALLOW_MODULE_LOADING=0   (previously 1)

So, now pulseaudio start when booting, but system-preferences-sound
still have "hardware" tab empty. (maybe due to typo: snd-hda-intel  /
snd_hda_intel )

-- 
Pulseaudio is not running
https://bugs.launchpad.net/bugs/519387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to