Okay so my sound works on audio players, video files / anything coming directly from my computer, but it DOES NOT WORK with anything online, or maybe more specifically flash. I've tried a few solutions dealing with it, but I don't think that the problem.
I myself (not being the most experienced with linux) am thinking maybe I have something configured incorrectly with alsa.
When I run firefox through terminal I get this error:
ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
When I run speaker-test:
speaker-test 1.0.25
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
Playback open error: -19,No such device
.
I have been trying to figure out for maybe a day or two, how to find the right value for the card or change the right setting so that it works, but usually I end up finding guides to something unrelated.
so can someone help me ? or have any suggestions on how to get this working / articles for me to read to point me in the right direction ?
*Note, Some Background Info:
While Searching on my own I have tried editing my ~/.asoundrc file and currently its like this
pcm.!default {
type hw
card Genric
}
ctl.!default {
type hw
card Generic
}
defaults.pcm.card 1
defaults.pcm.device 1
defaults.ctl.card 1
What I'm Running:
Linux Distro: LMDE 64bit XFCE
Laptop: HP Pavilion dv6 AMD A8 quad core and Radeon (6750M) Dual Graphics
cat /proc/asound/cards:
0 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xf0444000 irq 54
1 [Generic_1 ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xf0440000 irq 16
Any help with be greatly appreciated.



