LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   SOUND problem ROUND 2 (https://www.linuxquestions.org/questions/linux-software-2/sound-problem-round-2-a-4175504745/)

cajunchief 05-12-2014 01:38 PM

SOUND problem ROUND 2
 
TO ALL,

I had a sound problem before but got it fixed. Not sure how but it was working. Then I realized I had loaded my HP Envy desktop with "CenOS 6.5 LIVE-CD" version. Not the version i wanted.

So I donwloaded the x86_64.iso.bin file and was able to install the dvd correctly Like I wanted.

At the end of the installation I discovered my Creative Labs speakers where not working. So I did a
yum install adobe and got my video up and working. BUT, STILL NO SOUND. Not sure where to go from here?


Speakers pluged in and turned on.
Spekaers plugged into the CORRECT port.
Step 3???

cajunchief

ondoho 05-13-2014 03:44 PM

which desktop environment are you using?
which sound architecture is it using (tip: go to your distros web page and check "features")?

how have you tried to get sound? only from your browser or also with other media players, movie player, music player...
start each of them from a terminal window, open a file, and post the output of the terminal window (error messages?).

Shadow_7 05-13-2014 04:15 PM

Check the mixer settings, muted by default.

$ alsamixer -c 0
$ speaker-test -c 2

See if you're pointed at the wrong cards.

$ cat /proc/asound/cards

And add a defaults.pcm.card # for the non-zero card in .asoundrc if that is what happened. Or.

$ pavucontrol

And set pulseaudio to use the expected card. It could be a lot of things.

cajunchief 05-13-2014 08:01 PM

Quote:

Originally Posted by ondoho (Post 5170207)
which desktop environment are you using?
which sound architecture is it using (tip: go to your distros web page and check "features")?

how have you tried to get sound? only from your browser or also with other media players, movie player, music player...
start each of them from a terminal window, open a file, and post the output of the terminal window (error messages?).

Ondoho,
I am using the CentOS 6.5 desktop. None of the other players have sound either. There is NO sound, I have had the speakers on for a week and get video but NO sound.
cajunchief

cajunchief 05-13-2014 08:07 PM

Quote:

Originally Posted by Shadow_7 (Post 5170235)
Check the mixer settings, muted by default.

$ alsamixer -c 0
$ speaker-test -c 2

See if you're pointed at the wrong cards.

$ cat /proc/asound/cards

And add a defaults.pcm.card # for the non-zero card in .asoundrc if that is what happened. Or.

$ pavucontrol

And set pulseaudio to use the expected card. It could be a lot of things.

Shadow_7,
I looked at the alsmixer popup and that looked good.
Then i tried the speaker test and GOT NOTHING! WWWWAAAAAHHHHHHH!
I also ran the last test you gave me and got this:

0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf7e10000 irq 36
HELP!
cajunchief

Shadow_7 05-14-2014 04:14 AM

Does speaker-test work as root (bad suggestion, but one way to rule out permission issues). The user needs to be in the audio group or there is a permission issue with using the soundcard for most distros. Otherwise, You seem to have the driver loaded and it's card 0 (the default).

$ ps -Al

There are many configurations for sound. Some use jackd, some use pulseaudio, some use alsa natively. And other variations of artsd, esd, ..... Most these days are either alsa or pulse.

$ lspci
$ lspci -n

You may have a quirky chipset. The -n vender:device ID is good for searching the bugreports and other things that unique identify your particular card.

cajunchief 05-14-2014 05:36 AM

Quote:

Originally Posted by Shadow_7 (Post 5170551)
Does speaker-test work as root (bad suggestion, but one way to rule out permission issues). The user needs to be in the audio group or there is a permission issue with using the soundcard for most distros. Otherwise, You seem to have the driver loaded and it's card 0 (the default).

$ ps -Al

There are many configurations for sound. Some use jackd, some use pulseaudio, some use alsa natively. And other variations of artsd, esd, ..... Most these days are either alsa or pulse.

$ lspci
$ lspci -n

You may have a quirky chipset. The -n vender:device ID is good for searching the bugreports and other things that unique identify your particular card.

Shadow_7,
Thanks for all the good tips. Now let me try and check.
cajunchief

cajunchief 05-14-2014 06:07 AM

Quote:

Originally Posted by Shadow_7 (Post 5170551)
Does speaker-test work as root (bad suggestion, but one way to rule out permission issues). The user needs to be in the audio group or there is a permission issue with using the soundcard for most distros. Otherwise, You seem to have the driver loaded and it's card 0 (the default).

$ ps -Al

There are many configurations for sound. Some use jackd, some use pulseaudio, some use alsa natively. And other variations of artsd, esd, ..... Most these days are either alsa or pulse.

$ lspci
$ lspci -n

You may have a quirky chipset. The -n vender:device ID is good for searching the bugreports and other things that unique identify your particular card.

Shadow_7,
Speker test DID NOT WORK AS ROOT :(

lspci -
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

ps -Al
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
4 S 0 1 0 0 80 0 - 4840 poll_s ? 00:00:01 init
1 S 0 2 0 0 80 0 - 0 kthrea ? 00:00:00 kthreadd
1 S 0 3 2 0 -40 - - 0 migrat ? 00:00:00 migration/0
1 S 0 4 2 0 80 0 - 0 ksofti ? 00:00:00 ksoftirqd/0
1 S 0 5 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/0
5 S 0 6 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/0
1 S 0 7 2 0 -40 - - 0 migrat ? 00:00:00 migration/1
1 S 0 8 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/1
1 S 0 9 2 0 80 0 - 0 ksofti ? 00:00:00 ksoftirqd/1
5 S 0 10 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/1
1 S 0 11 2 0 -40 - - 0 migrat ? 00:00:00 migration/2
1 S 0 12 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/2
1 S 0 13 2 0 80 0 - 0 ksofti ? 00:00:00 ksoftirqd/2
5 S 0 14 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/2
1 S 0 15 2 0 -40 - - 0 migrat ? 00:00:00 migration/3
1 S 0 16 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/3
1 S 0 17 2 0 80 0 - 0 ksofti ? 00:00:06 ksoftirqd/3
5 S 0 18 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/3
1 S 0 19 2 0 80 0 - 0 worker ? 00:00:01 events/0
1 S 0 20 2 0 80 0 - 0 worker ? 00:00:01 events/1
1 S 0 21 2 0 80 0 - 0 worker ? 00:00:01 events/2
1 S 0 22 2 0 80 0 - 0 worker ? 00:00:01 events/3
1 S 0 23 2 0 80 0 - 0 worker ? 00:00:00 cgroup
1 S 0 24 2 0 80 0 - 0 worker ? 00:00:00 khelper
1 S 0 25 2 0 80 0 - 0 worker ? 00:00:00 netns
1 S 0 26 2 0 80 0 - 0 async_ ? 00:00:00 async/mgr
1 S 0 27 2 0 80 0 - 0 worker ? 00:00:00 pm
1 S 0 28 2 0 80 0 - 0 bdi_sy ? 00:00:00 sync_supers
1 S 0 29 2 0 80 0 - 0 bdi_fo ? 00:00:00 bdi-default
1 S 0 30 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/0
1 S 0 31 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/1
1 S 0 32 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/2
1 S 0 33 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/3
1 S 0 34 2 0 80 0 - 0 worker ? 00:00:01 kblockd/0
1 S 0 35 2 0 80 0 - 0 worker ? 00:00:01 kblockd/1
1 S 0 36 2 0 80 0 - 0 worker ? 00:00:01 kblockd/2
1 S 0 37 2 0 80 0 - 0 worker ? 00:00:00 kblockd/3
1 S 0 38 2 0 80 0 - 0 worker ? 00:00:00 kacpid
1 S 0 39 2 0 80 0 - 0 worker ? 00:00:00 kacpi_notify
1 S 0 40 2 0 80 0 - 0 worker ? 00:00:00 kacpi_hotplug
1 S 0 41 2 0 80 0 - 0 worker ? 00:00:00 ata_aux
1 S 0 42 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/0
1 S 0 43 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/1
1 S 0 44 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/2
1 S 0 45 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/3
1 S 0 46 2 0 80 0 - 0 worker ? 00:00:00 ksuspend_usbd
5 S 0 47 2 0 80 0 - 0 hub_th ? 00:00:00 khubd
1 S 0 48 2 0 80 0 - 0 serio_ ? 00:00:00 kseriod
1 S 0 49 2 0 80 0 - 0 worker ? 00:00:00 md/0
1 S 0 50 2 0 80 0 - 0 worker ? 00:00:00 md/1
1 S 0 51 2 0 80 0 - 0 worker ? 00:00:00 md/2
1 S 0 52 2 0 80 0 - 0 worker ? 00:00:00 md/3
1 S 0 53 2 0 80 0 - 0 worker ? 00:00:00 md_misc/0
1 S 0 54 2 0 80 0 - 0 worker ? 00:00:00 md_misc/1
1 S 0 55 2 0 80 0 - 0 worker ? 00:00:00 md_misc/2
1 S 0 56 2 0 80 0 - 0 worker ? 00:00:00 md_misc/3
1 S 0 57 2 0 80 0 - 0 worker ? 00:00:00 linkwatch
1 S 0 58 2 0 80 0 - 0 watchd ? 00:00:00 khungtaskd
1 S 0 59 2 0 80 0 - 0 kswapd ? 00:00:00 kswapd0
1 S 0 60 2 0 85 5 - 0 ksm_sc ? 00:00:00 ksmd
1 S 0 61 2 0 99 19 - 0 khugep ? 00:00:00 khugepaged
1 S 0 62 2 0 80 0 - 0 worker ? 00:00:00 aio/0
1 S 0 63 2 0 80 0 - 0 worker ? 00:00:00 aio/1
1 S 0 64 2 0 80 0 - 0 worker ? 00:00:00 aio/2
1 S 0 65 2 0 80 0 - 0 worker ? 00:00:00 aio/3
1 S 0 66 2 0 80 0 - 0 worker ? 00:00:00 crypto/0
1 S 0 67 2 0 80 0 - 0 worker ? 00:00:00 crypto/1
1 S 0 68 2 0 80 0 - 0 worker ? 00:00:00 crypto/2
1 S 0 69 2 0 80 0 - 0 worker ? 00:00:00 crypto/3
1 S 0 74 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/0
1 S 0 75 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/1
1 S 0 76 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/2
1 S 0 77 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/3
1 S 0 79 2 0 80 0 - 0 worker ? 00:00:00 kpsmoused
1 S 0 80 2 0 80 0 - 0 worker ? 00:00:00 usbhid_resumer
1 S 0 111 2 0 80 0 - 0 worker ? 00:00:00 kstriped
1 S 0 322 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_0
1 S 0 324 2 0 80 0 - 0 scsi_e ? 00:00:06 scsi_eh_1
1 S 0 325 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_2
1 S 0 326 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_3
1 S 0 328 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_4
1 S 0 329 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_5
1 S 0 363 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_6
1 S 0 364 2 0 80 0 - 0 usb_st ? 00:00:48 usb-storage
1 S 0 415 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 417 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 434 2 0 80 0 - 0 kjourn ? 00:00:01 jbd2/dm-0-8
1 S 0 435 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
5 S 0 555 1 0 76 -4 - 2814 poll_s ? 00:00:00 udevd
1 S 0 595 2 0 80 0 - 0 worker ? 00:00:00 hd-audio0
1 S 0 601 2 0 80 0 - 0 worker ? 00:00:00 cfg80211
1 S 0 602 2 0 80 0 - 0 worker ? 00:00:00 phy0
1 S 0 603 2 0 80 0 - 0 worker ? 00:00:00 phy0
1 S 0 1526 2 0 80 0 - 0 worker ? 00:00:00 kvm-irqfd-clean
1 S 0 1542 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 1589 2 0 80 0 - 0 kjourn ? 00:00:00 jbd2/sdb2-8
1 S 0 1590 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
1 S 0 1593 2 0 80 0 - 0 kjourn ? 00:00:00 jbd2/dm-2-8
1 S 0 1594 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
1 S 0 1649 2 0 80 0 - 0 kaudit ? 00:00:00 kauditd
1 S 0 1707 2 0 80 0 - 0 bdi_wr ? 00:00:00 flush-253:0
5 S 0 1831 1 0 76 -4 - 6916 ep_pol ? 00:00:00 auditd
4 S 0 1833 1831 0 72 -8 - 20521 futex_ ? 00:00:00 audispd
4 S 0 1834 1833 0 76 -4 - 5301 unix_s ? 00:00:00 sedispatch
5 S 0 1858 1 0 80 0 - 63858 poll_s ? 00:00:00 rsyslogd
1 S 0 1883 2 0 80 0 - 0 worker ? 00:00:09 kondemand/0
1 S 0 1884 2 0 80 0 - 0 worker ? 00:00:07 kondemand/1
1 S 0 1885 2 0 80 0 - 0 worker ? 00:00:04 kondemand/2
1 S 0 1886 2 0 80 0 - 0 worker ? 00:00:04 kondemand/3
5 S 0 1907 1 0 80 0 - 2722 hrtime ? 00:00:03 irqbalance
5 S 32 1926 1 0 80 0 - 4744 poll_s ? 00:00:00 rpcbind
5 S 0 2040 1 0 80 0 - 3396 poll_s ? 00:00:02 lldpad
1 S 0 2049 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/0
1 S 0 2050 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/1
1 S 0 2051 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/2
1 S 0 2052 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/3
1 S 0 2055 2 0 80 0 - 0 worker ? 00:00:00 fc_exch_workque
1 S 0 2056 2 0 80 0 - 0 worker ? 00:00:00 fc_rport_eq
1 S 0 2059 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/0
1 S 0 2060 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/1
1 S 0 2061 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/2
1 S 0 2062 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/3
1 S 0 2063 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/0
1 S 0 2064 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/1
1 S 0 2065 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/2
1 S 0 2066 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/3
1 S 0 2067 2 0 80 0 - 0 worker ? 00:00:00 cnic_wq
1 S 0 2068 2 0 80 0 - 0 worker ? 00:00:00 bnx2fc
1 S 0 2069 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_l2_threa
1 S 0 2070 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/0
1 S 0 2071 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/1
1 S 0 2072 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/2
1 S 0 2073 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/3
5 S 0 2076 1 0 80 0 - 2091 poll_s ? 00:00:00 fcoemon
5 S 81 2088 1 0 80 0 - 8190 poll_s ? 00:00:01 dbus-daemon
5 S 0 2099 1 0 80 0 - 23235 poll_s ? 00:00:00 NetworkManager
4 S 0 2106 1 0 80 0 - 14516 poll_s ? 00:00:00 modem-manager
5 S 29 2118 1 0 80 0 - 5837 poll_s ? 00:00:00 rpc.statd
1 S 0 2155 1 0 80 0 - 11244 poll_s ? 00:00:00 wpa_supplicant
4 S 0 2165 1 0 80 0 - 47369 ep_pol ? 00:00:00 cupsd
1 S 0 2190 1 0 80 0 - 1020 poll_s ? 00:00:00 acpid
5 S 68 2199 1 0 80 0 - 9830 poll_s ? 00:00:00 hald
0 S 0 2200 2199 0 80 0 - 5082 poll_s ? 00:00:00 hald-runner
0 S 0 2244 2200 0 80 0 - 5610 poll_s ? 00:00:00 hald-addon-rfki
0 S 0 2245 2200 0 80 0 - 5610 poll_s ? 00:00:00 hald-addon-leds
0 S 0 2254 2200 0 80 0 - 5612 poll_s ? 00:00:00 hald-addon-inpu
4 S 0 2255 2200 0 80 0 - 5611 poll_s ? 00:00:03 hald-addon-stor
4 S 0 2256 2200 0 80 0 - 5611 poll_s ? 00:00:03 hald-addon-stor
4 S 0 2257 2200 0 80 0 - 5611 poll_s ? 00:00:03 hald-addon-stor
4 S 0 2258 2200 0 80 0 - 5611 poll_s ? 00:00:03 hald-addon-stor
0 S 0 2261 2200 0 80 0 - 5611 poll_s ? 00:00:08 hald-addon-stor
4 S 68 2265 2200 0 80 0 - 4484 unix_s ? 00:00:00 hald-addon-acpi
1 S 0 2296 1 0 80 0 - 25379 poll_s ? 00:00:00 pcscd
5 S 0 2312 1 0 80 0 - 96959 rt_sig ? 00:00:00 automount
1 S 0 2338 1 0 80 0 - 1694 poll_s ? 00:00:00 mcelog
5 S 0 2350 1 0 80 0 - 16652 poll_s ? 00:00:00 sshd
1 S 0 2358 1 0 80 0 - 5545 poll_s ? 00:00:00 xinetd
5 S 38 2366 1 0 80 0 - 7680 poll_s ? 00:00:00 ntpd
4 S 0 2457 1 0 80 0 - 20321 ep_pol ? 00:00:00 master
4 S 89 2469 2457 0 80 0 - 20384 ep_pol ? 00:00:00 qmgr
1 S 0 2486 1 0 80 0 - 27580 poll_s ? 00:00:00 abrtd
1 S 0 2500 1 0 80 0 - 27052 wait ? 00:00:00 ksmtuned
1 S 0 2509 1 0 80 0 - 29325 hrtime ? 00:00:00 crond
5 S 0 2520 1 0 80 0 - 5385 hrtime ? 00:00:00 atd
1 S 0 2534 1 0 80 0 - 109609 poll_s ? 00:00:00 libvirtd
5 S 99 2635 1 0 80 0 - 3223 poll_s ? 00:00:00 dnsmasq
1 S 0 2649 1 0 80 0 - 15585 ep_pol ? 00:00:00 certmonger
4 S 0 2667 1 0 80 0 - 33485 poll_s ? 00:00:00 gdm-binary
4 S 0 2672 1 0 80 0 - 1016 n_tty_ tty2 00:00:00 mingetty
4 S 0 2674 1 0 80 0 - 1016 n_tty_ tty3 00:00:00 mingetty
4 S 0 2676 1 0 80 0 - 1016 n_tty_ tty4 00:00:00 mingetty
4 S 0 2678 1 0 80 0 - 1016 n_tty_ tty5 00:00:00 mingetty
4 S 0 2680 1 0 80 0 - 1016 n_tty_ tty6 00:00:00 mingetty
5 S 0 2688 555 0 78 -2 - 3209 poll_s ? 00:00:00 udevd
4 S 0 2738 2667 0 80 0 - 41181 poll_s ? 00:00:00 gdm-simple-slav
4 R 0 2741 2738 7 80 0 - 69831 ? tty1 00:44:48 Xorg
4 S 0 2761 1 0 80 0 - 521215 poll_s ? 00:00:00 console-kit-dae
1 S 42 2831 1 0 80 0 - 5010 poll_s ? 00:00:00 dbus-launch
4 S 0 2837 1 0 80 0 - 12455 poll_s ? 00:00:00 devkit-power-da
4 S 0 2877 1 0 80 0 - 45351 poll_s ? 00:00:00 polkitd
4 S 499 2888 1 0 81 1 - 42114 poll_s ? 00:00:00 rtkit-daemon
4 S 0 2913 2738 0 80 0 - 47986 poll_s ? 00:00:00 gdm-session-wor
1 S 500 2919 1 0 80 0 - 57238 poll_s ? 00:00:00 gnome-keyring-d
4 S 500 2930 2913 0 80 0 - 63337 poll_s ? 00:00:00 gnome-session
1 S 500 2938 1 0 80 0 - 5010 poll_s ? 00:00:00 dbus-launch
1 S 500 2939 1 0 80 0 - 8143 poll_s ? 00:00:00 dbus-daemon
1 S 500 3005 1 0 80 0 - 63995 poll_s ? 00:00:00 seahorse-agent
0 S 500 3008 1 0 80 0 - 34303 poll_s ? 00:00:00 gvfsd
0 S 500 3033 1 0 80 0 - 33455 poll_s ? 00:00:04 gconfd-2
1 S 500 3040 1 0 80 0 - 154668 poll_s ? 00:00:04 gnome-settings-
1 S 500 3046 1 0 80 0 - 73380 poll_s ? 00:00:00 seahorse-daemon
0 S 500 3056 2930 0 80 0 - 118688 poll_s ? 00:00:04 metacity
1 S 500 3060 1 0 69 -11 - 112730 poll_s ? 00:00:30 pulseaudio
0 S 500 3061 2930 0 80 0 - 87646 poll_s ? 00:00:06 gnome-panel
0 S 500 3066 3060 0 80 0 - 23807 poll_s ? 00:00:00 gconf-helper
0 S 500 3069 2930 0 80 0 - 280997 poll_s ? 00:00:16 nautilus
0 S 500 3071 1 0 80 0 - 206861 poll_s ? 00:00:00 bonobo-activati
0 S 500 3076 1 0 80 0 - 91359 poll_s ? 00:00:04 wnck-applet
0 S 500 3078 1 0 80 0 - 36620 poll_s ? 00:00:00 gvfs-gdu-volume
0 S 500 3079 2930 0 80 0 - 81083 poll_s ? 00:00:00 python
4 S 0 3082 1 0 80 0 - 13961 poll_s ? 00:00:02 udisks-daemon
1 S 0 3083 3082 0 80 0 - 11261 poll_s ? 00:00:24 udisks-daemon
0 S 500 3084 2930 0 80 0 - 64470 poll_s ? 00:00:00 gnome-power-man
0 S 500 3085 2930 0 80 0 - 58932 poll_s ? 00:00:00 abrt-applet
0 S 500 3087 2930 0 80 0 - 76472 poll_s ? 00:00:00 polkit-gnome-au
0 S 500 3091 2930 0 80 0 - 69576 poll_s ? 00:00:00 bluetooth-apple
0 S 500 3097 2930 0 80 0 - 61059 poll_s ? 00:00:00 seapplet
0 S 500 3099 1 0 80 0 - 58109 poll_s ? 00:00:01 gvfs-afc-volume
0 S 500 3106 1 0 80 0 - 37740 poll_s ? 00:00:00 gvfs-gphoto2-vo
0 S 500 3109 1 0 80 0 - 28773 poll_s ? 00:00:00 im-settings-dae
0 S 500 3110 2930 0 80 0 - 96502 poll_s ? 00:00:00 gnome-volume-co
0 S 500 3113 2930 0 80 0 - 110035 poll_s ? 00:00:00 evolution-alarm
0 S 500 3150 2930 0 80 0 - 7540 poll_s ? 00:00:00 restorecond
0 S 500 3186 2930 0 80 0 - 63907 poll_s ? 00:00:00 gdu-notificatio
0 S 500 3194 2930 0 80 0 - 88494 poll_s ? 00:00:00 nm-applet
0 S 500 3281 1 0 80 0 - 10225 poll_s ? 00:00:00 gconf-im-settin
0 S 500 3282 2930 0 80 0 - 70454 poll_s ? 00:00:00 gpk-update-icon
1 S 500 3283 1 0 80 0 - 66218 poll_s ? 00:00:03 gnome-screensav
1 S 500 3286 1 0 80 0 - 36490 poll_s ? 00:00:27 escd
0 S 500 3292 1 0 80 0 - 83522 poll_s ? 00:00:00 trashapplet
0 S 500 3294 1 0 80 0 - 117189 poll_s ? 00:00:01 gnote
0 S 500 3301 1 0 80 0 - 102609 poll_s ? 00:00:00 gdm-user-switch
0 S 500 3303 1 0 80 0 - 135503 poll_s ? 00:00:01 clock-applet
0 S 500 3306 1 0 80 0 - 72762 poll_s ? 00:00:00 notification-ar
0 S 500 3307 1 0 80 0 - 109373 poll_s ? 00:00:00 gweather-applet
0 S 500 3313 1 0 80 0 - 36000 poll_s ? 00:00:00 gvfsd-trash
0 S 500 3316 1 0 80 0 - 198957 poll_s ? 00:00:00 e-calendar-fact
0 S 500 3332 1 0 80 0 - 177377 poll_s ? 00:00:00 e-addressbook-f
0 S 500 3347 1 0 80 0 - 34310 poll_s ? 00:00:00 gvfsd-burn
0 S 500 3357 1 0 80 0 - 33812 poll_s ? 00:00:00 gvfsd-metadata
0 S 500 3360 1 2 80 0 - 332721 poll_s ? 00:16:15 firefox
4 S 0 3469 2099 0 80 0 - 2280 poll_s ? 00:00:00 dhclient
0 S 500 7739 1 0 80 0 - 77118 poll_s ? 00:00:00 consolehelper-g
4 S 0 7740 7739 0 80 0 - 40353 wait ? 00:00:00 userhelper
4 S 0 7756 7740 0 80 0 - 99134 poll_s ? 00:00:01 /usr/share/syst
1 S 0 7760 1 0 80 0 - 5010 poll_s ? 00:00:00 dbus-launch
1 S 0 7761 1 0 80 0 - 7912 poll_s ? 00:00:00 dbus-daemon
0 S 0 7764 1 0 80 0 - 33369 poll_s ? 00:00:00 gconfd-2
0 S 500 8314 1 0 80 0 - 56099 poll_s ? 00:00:00 gvfsd-network
0 S 500 8319 1 0 80 0 - 36429 poll_s ? 00:00:00 gvfsd-dnssd
0 S 500 8472 1 0 80 0 - 54935 poll_s ? 00:00:00 gvfsd-computer
1 S 0 9811 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 9838 2 0 80 0 - 0 kjourn ? 00:00:00 jbd2/dm-4-8
1 S 0 9839 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
0 S 500 9981 1 0 80 0 - 76868 poll_s ? 00:00:01 palimpsest
0 S 500 10087 1 0 80 0 - 77119 poll_s ? 00:00:00 consolehelper-g
4 S 0 10088 10087 0 80 0 - 40353 wait ? 00:00:00 userhelper
4 S 0 10096 10088 0 80 0 - 112348 poll_s ? 00:00:06 /usr/share/syst
5 S 0 10480 555 0 78 -2 - 2813 poll_s ? 00:00:00 udevd
4 S 89 14099 2457 0 80 0 - 20341 ep_pol ? 00:00:00 pickup
0 S 500 14837 1 0 80 0 - 78804 poll_s ? 00:00:04 gnome-terminal
0 S 500 14838 14837 0 80 0 - 2057 unix_s ? 00:00:00 gnome-pty-helpe
0 S 500 14839 14837 0 80 0 - 27144 wait pts/0 00:00:00 bash
1 S 0 15053 2 0 80 0 - 0 bdi_wr ? 00:00:00 flush-253:2
0 S 500 15164 14837 0 80 0 - 27085 n_tty_ pts/1 00:00:00 bash
0 S 0 15292 2500 0 80 0 - 25227 hrtime ? 00:00:00 sleep
0 R 500 15295 14839 1 80 0 - 27034 - pts/0 00:00:00 ps

NO Sound from anything yet. But the speakers worked about 2 weeks ago. before I did a relod of Centos????
cajunchief

Shadow_7 05-14-2014 11:28 AM

The ps output shows pulseaudio. Try changing the setup with pavucontrol. Or stop using pulse and try again. You may also need to add the user to the pulse group or whatever centos sets that up as.

$ pulseaudio --kill

Use --start to launch it, although a few configurations of it auto restarts pulse. Put "autospawn = no" in /etc/pulse/client.conf to change that trait.

When you did speaker-test, did it crash (could not open ...), or did you not "hear" anything. Seems like we are still having mixer or permission issues if you didn't hear anything. Or something hardware related, like USB powered speakers plugged into audio out, but not plugged into usb power.

cajunchief 07-17-2014 08:26 AM

Quote:

Originally Posted by Shadow_7 (Post 5170786)
The ps output shows pulseaudio. Try changing the setup with pavucontrol. Or stop using pulse and try again. You may also need to add the user to the pulse group or whatever centos sets that up as.

$ pulseaudio --kill

Use --start to launch it, although a few configurations of it auto restarts pulse. Put "autospawn = no" in /etc/pulse/client.conf to change that trait.

When you did speaker-test, did it crash (could not open ...), or did you not "hear" anything. Seems like we are still having mixer or permission issues if you didn't hear anything. Or something hardware related, like USB powered speakers plugged into audio out, but not plugged into usb power.

Shadow_7,
Its been a few days since I had a chance to work on my sound problem, but this is where I am at:

I ran this command: speaker-test -c 2
and got tis result:
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 1048576
Period size range from 32 to 349526
Using max buffer size 1048576
Periods = 4
was set period_size = 262144
was set buffer_size = 1048576
0 - Front Left
1 - Front Right
Time per period = 14.940094
0 - Front Left
1 - Front Right
Time per period = 14.937214
0 - Front Left
1 - Front Right


then I ran this command: ps -Al
and got this result:
[cajunchief@LGT-mc ~]$ ps -Al
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
4 S 0 1 0 0 80 0 - 4840 poll_s ? 00:00:01 init
1 S 0 2 0 0 80 0 - 0 kthrea ? 00:00:00 kthreadd
1 S 0 3 2 0 -40 - - 0 migrat ? 00:00:00 migration/0
1 S 0 4 2 0 80 0 - 0 ksofti ? 00:00:00 ksoftirqd/0
1 S 0 5 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/0
5 S 0 6 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/0
1 S 0 7 2 0 -40 - - 0 migrat ? 00:00:00 migration/1
1 S 0 8 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/1
1 S 0 9 2 0 80 0 - 0 ksofti ? 00:00:00 ksoftirqd/1
5 S 0 10 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/1
1 S 0 11 2 0 -40 - - 0 migrat ? 00:00:00 migration/2
1 S 0 12 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/2
1 S 0 13 2 0 80 0 - 0 ksofti ? 00:00:08 ksoftirqd/2
5 S 0 14 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/2
1 S 0 15 2 0 -40 - - 0 migrat ? 00:00:00 migration/3
1 S 0 16 2 0 -40 - - 0 cpu_st ? 00:00:00 migration/3
1 S 0 17 2 0 80 0 - 0 ksofti ? 00:00:00 ksoftirqd/3
5 S 0 18 2 0 -40 - - 0 watchd ? 00:00:00 watchdog/3
1 S 0 19 2 0 80 0 - 0 worker ? 00:00:03 events/0
1 S 0 20 2 0 80 0 - 0 worker ? 00:00:02 events/1
1 S 0 21 2 0 80 0 - 0 worker ? 00:00:04 events/2
1 S 0 22 2 0 80 0 - 0 worker ? 00:00:03 events/3
1 S 0 23 2 0 80 0 - 0 worker ? 00:00:00 cgroup
1 S 0 24 2 0 80 0 - 0 worker ? 00:00:00 khelper
1 S 0 25 2 0 80 0 - 0 worker ? 00:00:00 netns
1 S 0 26 2 0 80 0 - 0 async_ ? 00:00:00 async/mgr
1 S 0 27 2 0 80 0 - 0 worker ? 00:00:00 pm
1 S 0 28 2 0 80 0 - 0 bdi_sy ? 00:00:00 sync_supers
1 S 0 29 2 0 80 0 - 0 bdi_fo ? 00:00:00 bdi-default
1 S 0 30 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/0
1 S 0 31 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/1
1 S 0 32 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/2
1 S 0 33 2 0 80 0 - 0 worker ? 00:00:00 kintegrityd/3
1 S 0 34 2 0 80 0 - 0 worker ? 00:00:02 kblockd/0
1 S 0 35 2 0 80 0 - 0 worker ? 00:00:01 kblockd/1
1 S 0 36 2 0 80 0 - 0 worker ? 00:00:01 kblockd/2
1 S 0 37 2 0 80 0 - 0 worker ? 00:00:03 kblockd/3
1 S 0 38 2 0 80 0 - 0 worker ? 00:00:00 kacpid
1 S 0 39 2 0 80 0 - 0 worker ? 00:00:00 kacpi_notify
1 S 0 40 2 0 80 0 - 0 worker ? 00:00:00 kacpi_hotplug
1 S 0 41 2 0 80 0 - 0 worker ? 00:00:00 ata_aux
1 S 0 42 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/0
1 S 0 43 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/1
1 S 0 44 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/2
1 S 0 45 2 0 80 0 - 0 worker ? 00:00:00 ata_sff/3
1 S 0 46 2 0 80 0 - 0 worker ? 00:00:00 ksuspend_usbd
5 S 0 47 2 0 80 0 - 0 hub_th ? 00:00:00 khubd
1 S 0 48 2 0 80 0 - 0 serio_ ? 00:00:00 kseriod
1 S 0 49 2 0 80 0 - 0 worker ? 00:00:00 md/0
1 S 0 50 2 0 80 0 - 0 worker ? 00:00:00 md/1
1 S 0 51 2 0 80 0 - 0 worker ? 00:00:00 md/2
1 S 0 52 2 0 80 0 - 0 worker ? 00:00:00 md/3
1 S 0 53 2 0 80 0 - 0 worker ? 00:00:00 md_misc/0
1 S 0 54 2 0 80 0 - 0 worker ? 00:00:00 md_misc/1
1 S 0 55 2 0 80 0 - 0 worker ? 00:00:00 md_misc/2
1 S 0 56 2 0 80 0 - 0 worker ? 00:00:00 md_misc/3
1 S 0 57 2 0 80 0 - 0 worker ? 00:00:00 linkwatch
1 S 0 58 2 0 80 0 - 0 watchd ? 00:00:00 khungtaskd
1 S 0 59 2 0 80 0 - 0 kswapd ? 00:00:00 kswapd0
1 S 0 60 2 0 85 5 - 0 ksm_sc ? 00:00:00 ksmd
1 S 0 61 2 0 99 19 - 0 khugep ? 00:00:06 khugepaged
1 S 0 62 2 0 80 0 - 0 worker ? 00:00:00 aio/0
1 S 0 63 2 0 80 0 - 0 worker ? 00:00:00 aio/1
1 S 0 64 2 0 80 0 - 0 worker ? 00:00:00 aio/2
1 S 0 65 2 0 80 0 - 0 worker ? 00:00:00 aio/3
1 S 0 66 2 0 80 0 - 0 worker ? 00:00:00 crypto/0
1 S 0 67 2 0 80 0 - 0 worker ? 00:00:00 crypto/1
1 S 0 68 2 0 80 0 - 0 worker ? 00:00:00 crypto/2
1 S 0 69 2 0 80 0 - 0 worker ? 00:00:00 crypto/3
1 S 0 74 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/0
1 S 0 75 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/1
1 S 0 76 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/2
1 S 0 77 2 0 80 0 - 0 worker ? 00:00:00 kthrotld/3
1 S 0 79 2 0 80 0 - 0 worker ? 00:00:00 kpsmoused
1 S 0 80 2 0 80 0 - 0 worker ? 00:00:00 usbhid_resumer
1 S 0 111 2 0 80 0 - 0 worker ? 00:00:00 kstriped
1 S 0 139 2 0 80 0 - 0 worker ? 00:00:05 i915
1 S 0 141 2 0 75 -5 - 0 slow_w ? 00:00:00 kslowd000
1 S 0 142 2 0 75 -5 - 0 slow_w ? 00:00:00 kslowd001
1 S 0 324 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_0
1 S 0 325 2 0 80 0 - 0 scsi_e ? 00:00:10 scsi_eh_1
1 S 0 326 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_2
1 S 0 327 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_3
1 S 0 328 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_4
1 S 0 329 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_5
1 S 0 391 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_6
1 S 0 392 2 0 80 0 - 0 usb_st ? 00:00:05 usb-storage
1 S 0 394 2 0 80 0 - 0 scsi_e ? 00:00:00 scsi_eh_7
1 D 0 395 2 0 80 0 - 0 usb_sg ? 00:01:57 usb-storage
1 S 0 429 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 431 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 448 2 0 80 0 - 0 kjourn ? 00:00:00 jbd2/dm-0-8
1 S 0 449 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
5 S 0 571 1 0 76 -4 - 2979 poll_s ? 00:00:00 udevd
1 S 0 612 2 0 80 0 - 0 worker ? 00:00:00 hd-audio0
1 S 0 620 2 0 80 0 - 0 worker ? 00:00:00 cfg80211
1 S 0 621 2 0 80 0 - 0 worker ? 00:00:00 phy0
1 S 0 622 2 0 80 0 - 0 worker ? 00:00:00 phy0
0 S 500 1388 1 35 80 0 - 636054 poll_s ? 06:16:07 firefox
0 S 500 1467 1388 6 80 0 - 395791 poll_s ? 01:03:48 plugin-containe
1 S 0 1590 2 0 80 0 - 0 worker ? 00:00:00 kvm-irqfd-clean
1 S 0 1607 2 0 80 0 - 0 worker ? 00:00:00 kdmflush
1 S 0 1654 2 0 80 0 - 0 kjourn ? 00:00:00 jbd2/sdb2-8
1 S 0 1655 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
1 S 0 1658 2 0 80 0 - 0 kjourn ? 00:00:03 jbd2/dm-2-8
1 S 0 1659 2 0 80 0 - 0 worker ? 00:00:00 ext4-dio-unwrit
1 S 0 1711 2 0 80 0 - 0 kaudit ? 00:00:00 kauditd
1 S 0 1733 2 0 80 0 - 0 bdi_wr ? 00:00:00 flush-253:0
5 S 0 1874 1 0 76 -4 - 6910 ep_pol ? 00:00:00 auditd
5 S 0 1892 1 0 80 0 - 1540 poll_s ? 00:00:00 portreserve
5 S 0 1899 1 0 80 0 - 63858 poll_s ? 00:00:00 rsyslogd
5 S 0 1911 1 0 80 0 - 2722 hrtime ? 00:00:04 irqbalance
5 S 32 1930 1 0 80 0 - 4744 poll_s ? 00:00:00 rpcbind
5 S 0 1946 1 0 80 0 - 3396 poll_s ? 00:00:05 lldpad
1 S 0 1957 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/0
1 S 0 1958 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/1
1 S 0 1959 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/2
1 S 0 1960 2 0 80 0 - 0 worker ? 00:00:00 scsi_tgtd/3
1 S 0 1964 2 0 80 0 - 0 worker ? 00:00:00 fc_exch_workque
1 S 0 1965 2 0 80 0 - 0 worker ? 00:00:00 fc_rport_eq
1 S 0 1968 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/0
1 S 0 1969 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/1
1 S 0 1970 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/2
1 S 0 1971 2 0 80 0 - 0 worker ? 00:00:00 fcoe_work/3
1 S 0 1972 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/0
1 S 0 1973 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/1
1 S 0 1974 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/2
1 S 0 1975 2 0 60 -20 - 0 fcoe_p ? 00:00:00 fcoethread/3
1 S 0 1976 2 0 80 0 - 0 worker ? 00:00:00 cnic_wq
1 S 0 1977 2 0 80 0 - 0 worker ? 00:00:00 bnx2fc
1 S 0 1978 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_l2_threa
1 S 0 1979 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/0
1 S 0 1980 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/1
1 S 0 1981 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/2
1 S 0 1982 2 0 60 -20 - 0 bnx2fc ? 00:00:00 bnx2fc_thread/3
5 S 0 1985 1 0 80 0 - 2091 poll_s ? 00:00:01 fcoemon
5 S 81 1997 1 0 80 0 - 8171 poll_s ? 00:00:04 dbus-daemon
5 S 0 2008 1 0 80 0 - 23268 poll_s ? 00:00:00 NetworkManager
4 S 0 2015 1 0 80 0 - 14516 poll_s ? 00:00:00 modem-manager
5 S 29 2027 1 0 80 0 - 5837 poll_s ? 00:00:00 rpc.statd
1 S 0 2054 1 0 80 0 - 11244 poll_s ? 00:00:00 wpa_supplicant
1 S 0 2094 1 0 80 0 - 1020 poll_s ? 00:00:00 acpid
5 S 68 2103 1 0 80 0 - 9847 poll_s ? 00:00:00 hald
0 S 0 2104 2103 0 80 0 - 5082 poll_s ? 00:00:00 hald-runner
0 S 0 2150 2104 0 80 0 - 5610 poll_s ? 00:00:00 hald-addon-rfki
0 S 0 2151 2104 0 80 0 - 5610 poll_s ? 00:00:00 hald-addon-leds
0 S 0 2160 2104 0 80 0 - 5610 poll_s ? 00:00:00 hald-addon-gene
0 S 0 2162 2104 0 80 0 - 5612 poll_s ? 00:00:01 hald-addon-inpu
4 S 0 2163 2104 0 80 0 - 5611 poll_s ? 00:00:07 hald-addon-stor
4 S 0 2164 2104 0 80 0 - 5611 poll_s ? 00:00:07 hald-addon-stor
4 S 0 2165 2104 0 80 0 - 5611 poll_s ? 00:00:07 hald-addon-stor
4 S 0 2166 2104 0 80 0 - 5611 poll_s ? 00:00:07 hald-addon-stor
0 S 0 2167 2104 0 80 0 - 5611 poll_s ? 00:00:04 hald-addon-stor
0 S 0 2172 2104 0 80 0 - 5611 poll_s ? 00:00:17 hald-addon-stor
4 S 68 2176 2104 0 80 0 - 4484 unix_s ? 00:00:00 hald-addon-acpi
1 S 0 2208 1 0 80 0 - 22818 poll_s ? 00:00:00 pcscd
1 S 0 2222 1 0 80 0 - 1694 poll_s ? 00:00:00 mcelog
1 S 0 2242 1 0 80 0 - 5545 poll_s ? 00:00:00 xinetd
5 S 38 2250 1 0 80 0 - 7680 poll_s ? 00:00:00 ntpd
4 S 0 2342 1 0 80 0 - 20321 ep_pol ? 00:00:00 master
4 S 89 2349 2342 0 80 0 - 20384 ep_pol ? 00:00:00 qmgr
1 S 0 2366 1 0 80 0 - 27580 poll_s ? 00:00:00 abrtd
1 S 0 2378 1 0 80 0 - 46589 poll_s ? 00:00:02 httpd
5 S 48 2385 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2386 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2387 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2388 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2389 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2390 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2391 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
5 S 48 2392 2378 0 80 0 - 46623 inet_c ? 00:00:00 httpd
1 S 0 2397 1 0 80 0 - 27084 wait ? 00:00:01 ksmtuned
1 S 0 2406 1 0 80 0 - 29325 hrtime ? 00:00:01 crond
1 S 0 2420 1 0 80 0 - 225286 poll_s ? 00:00:00 libvirtd
1 S 0 2521 1 0 80 0 - 15585 ep_pol ? 00:00:00 certmonger
5 S 99 2546 1 0 80 0 - 3223 poll_s ? 00:00:00 dnsmasq
4 S 0 2547 1 0 80 0 - 33485 poll_s ? 00:00:00 gdm-binary
4 S 0 2554 1 0 80 0 - 1016 n_tty_ tty3 00:00:00 mingetty
4 S 0 2557 1 0 80 0 - 1016 n_tty_ tty4 00:00:00 mingetty
4 S 0 2562 1 0 80 0 - 1016 n_tty_ tty6 00:00:00 mingetty
5 S 0 2568 571 0 78 -2 - 3143 poll_s ? 00:00:00 udevd
5 S 0 2569 571 0 78 -2 - 3144 poll_s ? 00:00:00 udevd
4 S 0 2623 2547 0 80 0 - 41180 poll_s ? 00:00:00 gdm-simple-slav
4 S 0 2642 2623 3 80 0 - 44965 poll_s tty1 01:27:17 Xorg
4 S 0 2662 1 0 80 0 - 521766 poll_s ? 00:00:00 console-kit-dae
1 S 42 2732 1 0 80 0 - 5010 poll_s ? 00:00:00 dbus-launch
4 S 0 2738 1 0 80 0 - 12457 poll_s ? 00:00:00 devkit-power-da
4 S 0 2776 1 0 80 0 - 13227 poll_s ? 00:00:04 polkitd
4 S 499 2789 1 0 81 1 - 42114 poll_s ? 00:00:01 rtkit-daemon
4 S 0 2795 2623 0 80 0 - 47986 poll_s ? 00:00:00 gdm-session-wor
1 S 500 3306 1 0 80 0 - 57239 poll_s ? 00:00:00 gnome-keyring-d
4 S 500 3316 2795 0 80 0 - 63337 poll_s ? 00:00:00 gnome-session
1 S 500 3324 1 0 80 0 - 5010 poll_s ? 00:00:00 dbus-launch
1 S 500 3325 1 0 80 0 - 8110 poll_s ? 00:00:00 dbus-daemon
0 S 500 3417 1 0 80 0 - 33418 poll_s ? 00:00:11 gconfd-2
1 S 500 3421 1 0 80 0 - 146817 poll_s ? 00:00:25 gnome-settings-
1 S 500 3427 1 0 80 0 - 73392 poll_s ? 00:00:00 seahorse-daemon
0 S 500 3431 1 0 80 0 - 34304 poll_s ? 00:00:00 gvfsd
0 S 500 3440 3316 0 80 0 - 135927 poll_s ? 00:00:08 metacity
0 S 500 3447 3316 0 80 0 - 166117 poll_s ? 00:00:23 gnome-panel
0 S 500 3456 3316 0 80 0 - 313534 poll_s ? 00:00:35 nautilus
0 S 500 3460 1 0 80 0 - 206843 poll_s ? 00:00:00 bonobo-activati
0 S 500 3465 1 0 80 0 - 150575 poll_s ? 00:00:36 wnck-applet
0 S 500 3468 1 0 80 0 - 146656 poll_s ? 00:00:00 trashapplet
0 S 500 3476 1 0 80 0 - 172034 poll_s ? 00:00:00 gnote
0 S 500 3479 1 0 80 0 - 135904 poll_s ? 00:01:20 fish-applet-2
0 S 500 3480 1 0 80 0 - 72858 poll_s ? 00:02:39 geyes_applet2
0 S 500 3482 1 0 80 0 - 36624 poll_s ? 00:00:00 gvfs-gdu-volume
0 S 500 3489 1 0 80 0 - 36002 poll_s ? 00:00:01 gvfsd-trash
4 S 0 3491 1 0 80 0 - 13948 poll_s ? 00:00:10 udisks-daemon
1 D 0 3498 3491 0 80 0 - 11261 blk_ex ? 00:00:55 udisks-daemon
0 S 500 3499 3316 0 80 0 - 58931 poll_s ? 00:00:00 abrt-applet
0 S 500 3500 3316 0 80 0 - 7705 poll_s ? 00:00:01 restorecond
0 S 500 3502 3316 0 80 0 - 151913 poll_s ? 00:00:00 nm-applet
0 S 500 3505 3316 0 80 0 - 57457 poll_s ? 00:00:00 polkit-gnome-au
0 S 500 3506 3316 0 80 0 - 81046 poll_s ? 00:00:00 python
0 S 500 3507 3316 0 80 0 - 63902 poll_s ? 00:00:00 gdu-notificatio
0 S 500 3508 3316 0 80 0 - 69349 poll_s ? 00:00:00 bluetooth-apple
0 S 500 3510 1 0 80 0 - 58111 poll_s ? 00:00:02 gvfs-afc-volume
0 S 500 3511 3316 0 80 0 - 132298 poll_s ? 00:00:06 gnome-volume-co
0 S 500 3512 3316 0 80 0 - 146927 poll_s ? 00:00:01 gpk-update-icon
0 S 500 3515 1 0 80 0 - 37742 poll_s ? 00:00:00 gvfs-gphoto2-vo
0 S 500 3516 3316 0 80 0 - 110035 poll_s ? 00:00:00 evolution-alarm
0 S 500 3520 3316 0 80 0 - 64468 poll_s ? 00:00:01 gnome-power-man
0 S 500 3523 1 0 80 0 - 28775 poll_s ? 00:00:00 im-settings-dae
0 S 500 3683 1 0 80 0 - 10225 poll_s ? 00:00:00 gconf-im-settin
0 S 500 3690 1 0 80 0 - 182574 poll_s ? 00:00:00 e-calendar-fact
1 S 500 3691 1 0 80 0 - 66231 poll_s ? 00:00:11 gnome-screensav
0 S 500 3698 1 0 80 0 - 177378 poll_s ? 00:00:00 e-addressbook-f
0 S 500 3710 1 0 80 0 - 188601 poll_s ? 00:00:03 clock-applet
0 S 500 3711 1 0 80 0 - 146239 poll_s ? 00:00:01 gdm-user-switch
0 S 500 3713 1 0 80 0 - 72772 poll_s ? 00:00:00 notification-ar
0 S 500 3720 1 0 80 0 - 34311 poll_s ? 00:00:00 gvfsd-burn
0 S 500 3731 1 0 80 0 - 33788 poll_s ? 00:00:00 gvfsd-metadata
4 S 0 3873 2008 0 80 0 - 2280 poll_s ? 00:00:00 dhclient
0 S 500 3881 1 0 80 0 - 78106 poll_s ? 00:00:01 notification-da
4 S 0 4579 1 0 80 0 - 1016 n_tty_ tty2 00:00:00 mingetty
4 S 0 4641 1 0 80 0 - 1016 n_tty_ tty5 00:00:00 mingetty
1 S 0 4864 2 0 80 0 - 0 bdi_wr ? 00:00:03 flush-253:2
5 S 0 6298 1 0 80 0 - 16652 poll_s ? 00:00:00 sshd
1 S 500 16803 1 0 69 -11 - 143995 poll_s ? 00:00:32 pulseaudio
0 S 500 16845 16803 0 80 0 - 23807 poll_s ? 00:00:00 gconf-helper
4 S 89 17329 2342 0 80 0 - 20341 ep_pol ? 00:00:00 pickup
0 R 500 17631 1 0 80 0 - 120108 - ? 00:00:01 gnome-terminal
0 S 500 17633 17631 0 80 0 - 2057 unix_s ? 00:00:00 gnome-pty-helpe
0 S 500 17634 17631 0 80 0 - 27085 wait pts/0 00:00:00 bash
0 S 500 17660 17634 1 80 0 - 139216 poll_s pts/0 00:00:16 pavucontrol
0 S 500 17936 17631 0 80 0 - 27085 wait pts/1 00:00:00 bash
0 S 500 18013 17631 0 80 0 - 27085 wait pts/2 00:00:00 bash
0 S 500 18065 18013 0 80 0 - 76485 futex_ pts/2 00:00:00 speaker-test
0 S 0 18096 2397 0 80 0 - 25227 hrtime ? 00:00:00 sleep
0 R 500 18098 17936 1 80 0 - 27035 - pts/1 00:

Now I also ran the command: lspci -n
and got this result:
cajunchief@LGT-mc ~]$ lspci -n
00:00.0 0600: 8086:0c00 (rev 06)
00:01.0 0604: 8086:0c01 (rev 06)
00:02.0 0300: 8086:0412 (rev 06)
00:14.0 0c03: 8086:8c31 (rev 05)
00:16.0 0780: 8086:8c3a (rev 04)
00:1a.0 0c03: 8086:8c2d (rev 05)
00:1b.0 0403: 8086:8c20 (rev 05)
00:1c.0 0604: 8086:8c10 (rev d5)
00:1c.2 0604: 8086:8c14 (rev d5)
00:1c.3 0604: 8086:8c16 (rev d5)
00:1d.0 0c03: 8086:8c26 (rev 05)
00:1f.0 0601: 8086:8c44 (rev 05)
00:1f.2 0106: 8086:8c02 (rev 05)
00:1f.3 0c05: 8086:8c22 (rev 05)
03:00.0 0200: 10ec:8168 (rev 0c)
04:00.0 0280: 1814:3290
04:00.1 0d11: 1814:3298

I also installed pavucontrol and I can see sound is coming to the speakers, but no sound going out?
Help if you can. Thank you,


cajunchief

cajunchief 07-30-2014 07:20 AM

Quote:

Originally Posted by cajunchief (Post 5169486)
TO ALL,

I had a sound problem before but got it fixed. Not sure how but it was working. Then I realized I had loaded my HP Envy desktop with "CenOS 6.5 LIVE-CD" version. Not the version i wanted.

So I donwloaded the x86_64.iso.bin file and was able to install the dvd correctly Like I wanted.

At the end of the installation I discovered my Creative Labs speakers where not working. So I did a
yum install adobe and got my video up and working. BUT, STILL NO SOUND. Not sure where to go from here?


Speakers pluged in and turned on.
Spekaers plugged into the CORRECT port.
Step 3???

cajunchief

TO ALL:

dumbass here plugged the spearker cord down into the speaker port instead of on top. NOW ITS WORKING! :)

Thanks,
cajunchief


All times are GMT -5. The time now is 05:02 AM.