Author Topic: No sound after installing PulseAudio  (Read 447 times)

Offline doctore

  • Sr. Member
  • ****
  • Posts: 376
No sound after installing PulseAudio
« on: September 07, 2012, 03:45:30 PM »
After installing PulseAudio I have no playback or ability to record in any program. I installed task-pulseaudio and pavucontrol, then checked Enable Pulse Audio, Enable 5.2 sound with PulseAudio, and Use Glitch free mode in PCC, and rebooted.

1-The only driver listed is Intel HDA driver (snd_hda_intel [ALSA]).

2-When I run PulseAudio volume control it says: Connection failed: Connection refused

3-Troubleshooting give me these results:

[dre@localhost ~]$ lspcidrake -v | fgrep -i AUDIO
snd_hda_intel   : Intel Corporation|82801JD/DO (ICH10 Family) HD Audio Controller (vendor:8086 device:3a6e subv:1028 subd:0276) (rev: 02)

[dre@localhost ~]$ grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_hda_intel

[dre@localhost ~]$ /sbin/lsmod
Module                  Size  Used by
snd_usb_audio          70727  0
snd_usbmidi_lib        15440  1 snd_usb_audio
snd_rawmidi            15287  1 snd_usbmidi_lib
nfsd                  235698  1
lockd                  63306  1 nfsd
nfs_acl                 1939  1 nfsd
auth_rpcgss            30555  1 nfsd
sunrpc                164430  7 nfsd,lockd,nfs_acl,auth_rpcgss
exportfs                2942  1 nfsd
af_packet              17417  2
ipv6                  266625  38
snd_hda_codec_analog    64438  1
snd_hda_intel          19173  3
snd_hda_codec          66310  2 snd_hda_codec_analog,snd_hda_intel
snd_hwdep               4820  2 snd_usb_audio,snd_hda_codec
snd_seq_dummy           1135  0
snd_seq_oss            25264  0
asix                   12338  0
e1000e                126446  0
snd_seq_midi_event      4648  1 snd_seq_oss
snd_seq                42136  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          4457  4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            33854  0
snd_pcm                60702  4 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer              15383  2 snd_seq,snd_pcm
snd_mixer_oss          12981  1 snd_pcm_oss
snd                    43189  20 snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
sr_mod                 13510  0
usbnet                 12822  1 asix
cdrom                  31506  1 sr_mod
mii                     3382  2 asix,usbnet
usblp                   9372  0
sg                     23578  0
soundcore               5025  1 snd                                                                                                                                   
snd_page_alloc          6037  2 snd_hda_intel,snd_pcm                                                                                                                 
serio_raw               3430  0                                                                                                                                       
iTCO_wdt                9209  0                                                                                                                                       
iTCO_vendor_support     1585  1 iTCO_wdt                                                                                                                             
dcdbas                  4452  0                                                                                                                                       
i2c_i801                7002  0                                                                                                                                       
binfmt_misc             5850  1                                                                                                                                       
nvidia              10178536  40
cpufreq_ondemand        7592  0
cpufreq_conservative     7612  0
cpufreq_powersave        714  0
freq_table              2087  1 cpufreq_ondemand
mperf                   1003  0
firewire_ohci          25713  0
firewire_sbp2          11797  0
firewire_core          43104  2 firewire_ohci,firewire_sbp2
crc_itu_t               1103  1 firewire_core
fuse                   59487  1
i2c_core               16436  2 i2c_i801,nvidia
processor              22399  0
evdev                   7275  9
dell_wmi                1225  0
sparse_keymap           2484  1 dell_wmi
dm_mod                 58938  0
ppdev                   4821  0
parport_pc             28439  0
button                  4021  0
wmi                     7463  1 dell_wmi
parport                25179  2 ppdev,parport_pc
ide_generic              889  0 [permanent]
ide_pci_generic         2108  0
ide_gd_mod             21545  0
ide_core               80326  3 ide_generic,ide_pci_generic,ide_gd_mod
pata_acpi               2428  0
ata_generic             2527  0
ahci                   17997  0
libahci                16227  1 ahci
ata_piix               18666  3
libata                154847  5 pata_acpi,ata_generic,ahci,libahci,ata_piix
sd_mod                 31650  4
scsi_mod              150584  5 sr_mod,sg,firewire_sbp2,libata,sd_mod
crc_t10dif              1104  1 sd_mod
ext3                  114111  2
jbd                    40687  1 ext3
uhci_hcd               19595  0
ohci_hcd               19854  0
ehci_hcd               36111  0
usbhid                 31331  0
hid                    63565  1 usbhid
usbcore               118087  10 snd_usb_audio,snd_usbmidi_lib,asix,usbnet,usblp,uhci_hcd,ohci_hcd,ehci_hcd,usbhid

[dre@localhost ~]$ /sbin/chkconfig --list sound
sound           0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off

[dre@localhost ~]$ /sbin/chkconfig --list alsa
alsa            0:off   1:off   2:on    3:on    4:on    5:on    6:off   7:off

4 When the mic is plugged in no sound comes out of the speaker.

Could you please point me to a solution?

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10691
  • MLUs Forever!
Re: No sound after installing PulseAudio
« Reply #1 on: September 07, 2012, 04:07:04 PM »
A connection problem for pavucontrol could be related to a file problem which has happened to a few users.

The    /etc/pulse/default.pa    file is blank and replacing it with       /etc/pulse/default.pa.rpmnew   was the cure.


If you have that default.pa.rpmnew file then do the following ......

Rename /etc/pulse/default.pa    to    /etc/pulse/default.pa.bak and then

copy   /etc/pulse/default.pa.rpmnew  to   /etc/pulse/default.pa

Reboot and see if PulseAudio Volume Control app now launches correctly.


If you do not have

/etc/pulse/default.pa.rpmnew

then let us know please.
« Last Edit: September 07, 2012, 04:08:56 PM by Just17 »
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline pclinmike

  • Hero Member
  • *****
  • Posts: 637
  • I Only 'Clean' Windows !.
Re: No sound after installing PulseAudio
« Reply #2 on: September 08, 2012, 12:15:04 PM »
Mods Please remove.
New post made.
« Last Edit: September 09, 2012, 09:43:21 AM by pclinmike »
Michael.
From South-Derbyshire, England.U.K.Earth.

I Normally Do A Search Before I Post A New Question !.

Thanks to all who replied to my posts.