Author Topic: Sound card tip - No sound in Firefox - No Sound Youtube  (Read 15213 times)

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12539
Sound card tip - No sound in Firefox - No Sound Youtube
« on: December 31, 2009, 04:09:29 PM »
A Chrismtas donator sent me an ATI Radeon HD 4350 which will be needed to test the fglrx driver for PCLinuxOS 2010. This card also has an HDMI port on it. I popped the card in the computer, redid my xorg.conf and was good to go. I noticed however I no longer had sound in Firefox when browsing youtube and other video streaming sites. Seems this video card also has a sound chip on it. I guess for the HDMI output. Anyway the fix for me was to edit /etc/modprobe.conf file and I changed the following lines for my sound card.

From:
alias sound-slot-0 snd_hda_intel

To:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd_hda_intel index=1

A quick reboot and now I have sound everywhere again. Maybe this tip will help you if your sounds works everywhere but streaming web content.
« Last Edit: December 31, 2009, 04:19:51 PM by Texstar »

Thanks to everyone who donates. You keep the servers running.

Offline tom43

  • Jr. Member
  • **
  • Posts: 32
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #1 on: January 01, 2010, 10:51:50 AM »
            Happy New Year,

I have the Ati HD3650 (AGP) Card. When I re-install, I just open "Sound Control", and set "Playback" to my sound card. That said, I do that after I run "alsaconf" in PCC. If I don't run "alsaconf", it defaults to "HDMI". Doing that and upgrading the ATi driver to 9.22, mine runs and works like a "Swiss Watch".LOL. Also, In PCC it shows two different 2000 and up choices, make sure you select the one that say's HD in it. FYI I'm running the "ati_9-x" driver that is in "testing" along with the "2.6.27.31.tex5" Kernel, and she is "rock solid stable".

Offline GOTHBITES

  • Hero Member
  • *****
  • Posts: 749
  • Oh I get it now. Windows 8 is a Bigger Sham
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #2 on: February 23, 2010, 10:13:53 AM »
Thanks  ;D
UPDATED!! ASUS U52F Notebook i5 CPU,  4Gb ram, 640Gb Hard drive Dual-Boot Win 7Pro/KDE 4 3.2.18-pclos2.bfs

ASUS U50F notebook i3 4Gb Ram. 500 GB hard drive dual-boot Win 7/ KDE 3.2.18-pclos2.pae.bfs    Of course thats just my opinion I could wrong

Offline GOTHBITES

  • Hero Member
  • *****
  • Posts: 749
  • Oh I get it now. Windows 8 is a Bigger Sham
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #3 on: February 25, 2010, 04:37:06 PM »
A Chrismtas donator sent me an ATI Radeon HD 4350 which will be needed to test the fglrx driver for PCLinuxOS 2010. This card also has an HDMI port on it. I popped the card in the computer, redid my xorg.conf and was good to go. I noticed however I no longer had sound in Firefox when browsing youtube and other video streaming sites. Seems this video card also has a sound chip on it. I guess for the HDMI output. Anyway the fix for me was to edit /etc/modprobe.conf file and I changed the following lines for my sound card.

From:
alias sound-slot-0 snd_hda_intel

To:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd_hda_intel index=1

A quick reboot and now I have sound everywhere again. Maybe this tip will help you if your sounds works everywhere but streaming web content.


Right now I just got done switching Video cards got  a Radeon HD 4670 and now I too can't get sound in firefox
this is my set-up from the /etc/modprobe.conf file would I be able to make the same changes to my  file?  tom43 My PCC is presently down for the count and yes Im still running KDE3.5 lol


install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
remove snd-cmipci /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-cmipci
install snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install scsi_hostadapter /sbin/modprobe sata_via; /sbin/modprobe usb-storage; /sbin/modprobe pata_via; /bin/true
blacklist audio
blacklist snd-usb-audio
install ide-controller /sbin/modprobe ide_generic; /bin/true
alias sound-slot-0 snd_hda_intel
alias sound-slot-1 snd_cmipci
remove snd_cmipci /sbin/modprobe --first-time -r --ignore-remove snd_cmipci
install snd_cmipci /sbin/modprobe --first-time --ignore-install snd_cmipci
UPDATED!! ASUS U52F Notebook i5 CPU,  4Gb ram, 640Gb Hard drive Dual-Boot Win 7Pro/KDE 4 3.2.18-pclos2.bfs

ASUS U50F notebook i3 4Gb Ram. 500 GB hard drive dual-boot Win 7/ KDE 3.2.18-pclos2.pae.bfs    Of course thats just my opinion I could wrong

Offline Crow

  • Hero Member
  • *****
  • Posts: 8773
  • OBJECTS IN MIRROR... ARE LOSING
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #4 on: April 27, 2010, 05:34:45 PM »
Nvidia card and same problem, I didn t have this line   alias sound-slot-0 snd_hda_intel

just copied the last three lines, pasted it in     /etc/modprobe.conf file and is working now
I shall pass this way but once;
any good therefore that I can do,
or any kindness that I can show
let me not defer nor neglect it,
for I shall not pass this way again.

Linux User #330412

Yoyo

  • Guest
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #5 on: May 05, 2010, 10:16:24 AM »
Your trick worked for me, Tex, thank you so much again!


Offline GOTHBITES

  • Hero Member
  • *****
  • Posts: 749
  • Oh I get it now. Windows 8 is a Bigger Sham
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #6 on: May 06, 2010, 06:18:40 AM »
Nvidia card and same problem, I didn t have this line   alias sound-slot-0 snd_hda_intel

just copied the last three lines, pasted it in     /etc/modprobe.conf file and is working now

OK wow this took awhile but i have since then start from scratch and Im still would like to know if someone would comment on exactly what lines pertains to my system

Quote
install usb-interface /sbin/modprobe ehci_hcd; /sbin/modprobe uhci_hcd; /bin/true
blacklist audio
blacklist snd-usb-audio
options snd_hda_intel index=1
alias eth0 r8169
install scsi_hostadapter /sbin/modprobe pata_via; /sbin/modprobe sata_via; /bin/true
alias net-pf-1 unix
alias net-pf-2 ipv4
alias net-pf-3 ax25
alias net-pf-4 ipx
alias net-pf-5 appletalk
alias net-pf-6 netrom
alias net-pf-7 bridge
alias net-pf-8 atm
alias net-pf-9 x25
alias net-pf-11 rose
alias net-pf-12 decnet
alias ipv6 off
alias net-pf-15 af_key
alias net-pf-16 af_netlink
alias net-pf-17 af_packet
alias net-pf-19 af_econet
alias net-pf-20 atm
alias net-pf-23 irda
alias net-pf-24 pppoe
alias net-pf-25 wanrouter
alias net-pf-26 llc
alias net-pf-31 bluetooth
alias eth1394 off
alias ath0 ath_pci
alias eth1395 ndiswrapper
alias pci:v000010ECd00008169sv00001462sd0000702Cbc02sc00i00 r8169

UPDATED!! ASUS U52F Notebook i5 CPU,  4Gb ram, 640Gb Hard drive Dual-Boot Win 7Pro/KDE 4 3.2.18-pclos2.bfs

ASUS U50F notebook i3 4Gb Ram. 500 GB hard drive dual-boot Win 7/ KDE 3.2.18-pclos2.pae.bfs    Of course thats just my opinion I could wrong

Offline MerReady

  • PCLinuxOS Tester
  • Full Member
  • *******
  • Posts: 169
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #7 on: July 22, 2010, 08:00:14 AM »
A Chrismtas donator sent me an ATI Radeon HD 4350 which will be needed to test the fglrx driver for PCLinuxOS 2010. This card also has an HDMI port on it. I popped the card in the computer, redid my xorg.conf and was good to go. I noticed however I no longer had sound in Firefox when browsing youtube and other video streaming sites. Seems this video card also has a sound chip on it. I guess for the HDMI output. Anyway the fix for me was to edit /etc/modprobe.conf file and I changed the following lines for my sound card.

From:
alias sound-slot-0 snd_hda_intel

To:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd_hda_intel index=1

A quick reboot and now I have sound everywhere again. Maybe this tip will help you if your sounds works everywhere but streaming web content.


This worked with my Creative USB headset. Thanks  :)
Gaming Rig AMD FX8350/ Gigabyte 970A-UD3/ 8 gigs DDR3-2133/ XFX HD5800 | Intel core2 duo e4600 oc 3.0ghz/ MSI G41M4-F / 4gb Corsair DDR2 / Zotec 9800 GTX amp Edition | ASUS F3KA Laptop AMD TL66x2 2.3ghz, 4gb, ATI mobility 2600 512mb, Seagte 500gb

Offline potchan

  • New Friend
  • *
  • Posts: 2
  • צוות_פותחן_לינוקס
    • Potchan Simplify Team
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #8 on: August 16, 2010, 03:52:36 PM »
Hi all,

I'm a new immigrant (from Puppy), but with some experience in tweaking and sweating. Therefore I appreciate PCLinuxOS for saving me such a lot on my way to "my perfect paradise". I downloaded most of ISOs and after some mileage can say: WOW, the Gnome one is much much more drinkable and better than Ubuntu, Open SUSE or even a 'Gnome temple' such as Foresight ... and far ahead from the fancy shmunzzi KDE.

Now to my (so far only) problem, regarding HDMI and NVIDIA  ???

I tried the /etc/modprobe.conf like former post (from root) and saw no success so far in making laptop voice to get back. In fact I experienced 2 stages: 1st. only works for my headphones, and 2nd. - not at all !!!

My new shiny HP Pavilion DV6 2130ej has NVIDIA card. When I try voice detection it shows me of 2 cards. The other one is Intel.

ALSA ends like "Have fun" but no results. Its error says: "sound is been used by pid 3185  3347  FAILED"

So, is there any generic solution ? In my other HW it works fine. And what can get my HDMI back to business as well ??

Thanks in advance. Timmo'. 8)
« Last Edit: August 16, 2010, 04:22:53 PM by potchan »
Timmothie (Timmo') Baker, the Potchan (=opener) Simplify Team at - http://potchan.org
P' developed on various LimpWare: DELL INSPIRON 2600 -> .. -> HP Pavilion dv6-2130ej

Offline HarleyRider1958

  • Jr. Member
  • **
  • Posts: 18
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #9 on: December 23, 2010, 10:12:42 PM »
A Chrismtas donator sent me an ATI Radeon HD 4350 which will be needed to test the fglrx driver for PCLinuxOS 2010. This card also has an HDMI port on it. I popped the card in the computer, redid my xorg.conf and was good to go. I noticed however I no longer had sound in Firefox when browsing youtube and other video streaming sites. Seems this video card also has a sound chip on it. I guess for the HDMI output. Anyway the fix for me was to edit /etc/modprobe.conf file and I changed the following lines for my sound card.

From:
alias sound-slot-0 snd_hda_intel

To:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd_hda_intel index=1

A quick reboot and now I have sound everywhere again. Maybe this tip will help you if your sounds works everywhere but streaming web content.

I still am lost as to how to fix this. I know absolutely nothing about running a terminal or the command line. So please be kind as I am very computer illiterate. Sorry for my lack of knowledge but I need things explained fully at first due to slight military service connected mental disability. How do I do this exactly step by step. I am willing to learn. I just need simplicity in directions. I really like this enlightenment distro and really do not want to give up on it completely. THANK YOU for your patience and understanding.

Offline QQ_ghost

  • Full Member
  • ***
  • Posts: 118
    • WBMC
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #10 on: December 24, 2010, 03:50:57 AM »
shouldn't something like this be put into PCC?  These are the droids you're looking for...
"I don't care how meaty he is, I'm not getting my weather from a urologist!"
- - - - - - - - - - - - - - - - - - - - - - - - -
--Linux counter--
user:406047
310918   TIGERSERVER
411624   termserv
429752   lappy1
411625   jdxbox (Xebian 1.1.4)  www.xbox-linux.org/

Offline Dragynn

  • Hero Member
  • *****
  • Posts: 1436
  • Abide.
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #11 on: December 26, 2010, 04:33:05 PM »
A Chrismtas donator sent me an ATI Radeon HD 4350 which will be needed to test the fglrx driver for PCLinuxOS 2010. This card also has an HDMI port on it. I popped the card in the computer, redid my xorg.conf and was good to go. I noticed however I no longer had sound in Firefox when browsing youtube and other video streaming sites. Seems this video card also has a sound chip on it. I guess for the HDMI output. Anyway the fix for me was to edit /etc/modprobe.conf file and I changed the following lines for my sound card.

From:
alias sound-slot-0 snd_hda_intel

To:
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
options snd_hda_intel index=1

A quick reboot and now I have sound everywhere again. Maybe this tip will help you if your sounds works everywhere but streaming web content.

I still am lost as to how to fix this. I know absolutely nothing about running a terminal or the command line. So please be kind as I am very computer illiterate. Sorry for my lack of knowledge but I need things explained fully at first due to slight military service connected mental disability. How do I do this exactly step by step. I am willing to learn. I just need simplicity in directions. I really like this enlightenment distro and really do not want to give up on it completely. THANK YOU for your patience and understanding.

Hi HarleyRider1958,

Without using the terminal at all, here's the easy breakdown (it's what I always do, still not a terminal fan myself):

Click on your "home" icon to open your filesystem, now hit the "up" arrow at the top a couple of times, this will take you to the top level of the filesystem which will have "bin", "boot", "dev" and more folders, choose the one that says "etc" and click that, now you'll be in the "etc" folder, scroll down the page past the folders inside it until you find the file "modprobe.conf", now, right-click that file and when the right-click menu opens, you should see an option titled "open as administrator", select that option and a pop-up will appear prompting you for your root password, enter that. Now the file will open in your text editor as superuser, which will allow you to make and save changes. So add the lines from Tex's post, then select "save" and then just close out the file, and you should be good to go if this fix works for your system.

Hope this helps amigo ;)

This aggression will not stand man.

Offline Neo

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 487
  • I Spurius Furius Iustus
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #12 on: December 29, 2010, 12:32:19 AM »
Hi All,
I have an NVidia card and cannot get sound through the HDMI.
I added the three lines as per Tex's post, however I do not get any sound and when I try to run VLC to listen to online radio, I get the following error message:

Quote
Potential ALSA version problem:
VLC failed to initialize your sound output device (if any).
Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher to try to fix this issue.

I have updated PCLOS using Synaptic and am still getting this error message.
Any help will be most appreciated.

Offline Ramchu

  • Hero Member
  • *****
  • Posts: 1589
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #13 on: December 29, 2010, 04:12:08 AM »
Hi Neo,
open the VLC media player
click the tools tab  -- then click on preferences -- then click on Audio -- then set the Output module and the Device using the drop down

This is how I got rid of that error message

Offline Neo

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 487
  • I Spurius Furius Iustus
Re: Sound card tip - No sound in Firefox - No Sound Youtube
« Reply #14 on: December 29, 2010, 10:38:39 AM »
Hi Neo,
open the VLC media player
click the tools tab  -- then click on preferences -- then click on Audio -- then set the Output module and the Device using the drop down

This is how I got rid of that error message

Thanks Ramchu, that did get rid of the error message, however I still don't have any audio at all.
Not even the start-up music that KDE plays.