Results 11 to 16 of 16
Well, I can't. I get this:
alsamixer: function snd_mixer_load failed: Invalid argument...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-08-2006 #11Just Joined!
- Join Date
- Feb 2006
- Posts
- 10
Well, I can't. I get this:
alsamixer: function snd_mixer_load failed: Invalid argument
- 02-08-2006 #12
At this point I've run out of ideas, but hang in there. I'm sure someone else will pick up with some other things you can try.
Registered Linux user #270181
TechieMoe's Tech Rants
- 02-08-2006 #13
Did you try "amixer set 95 Master unmute" and "amixer set PCM 95 unmute" as root? Might work, not sure.
- 02-08-2006 #14Just Joined!
- Join Date
- Feb 2006
- Posts
- 10
Sure thing. Thanks anyway.
Originally Posted by techieMoe
- 02-08-2006 #15
some ideas
No solution, but some ideas.
Originally Posted by Johannes
Did you try:
a. going into your laptop BIOS and ensuring sound is ENABLED,
b. type "su" and then go into /etc/modprobe.d and rename every file that has the ascii character sequence "sound" in the file name. I say rename so you can restore the file.
c. then go to YAST > HARDWARE > SOUND and try to configure any sound card that it may identify. Move slider bars far to the right, and try the test sound function.
If you get that far, please post, and we can walk you through some other things that need to be done.
If that fails, maybe try to download the Realtek driver. I saw the following on the web, I don't know if it is the most current, nor if it will work, but its worth checking out:
http://www.driverskit.com/freedownlo...nux/15316.html
Good luck
- 04-26-2006 #16Just Joined!
- Join Date
- Apr 2006
- Posts
- 1
I have Suse 10 on a desktop system with an ATI RS482M4-ILD motherboard, which has the same Realtek ALC880 sound chipset, and I had the same problem with sound not playing. I got it working after downloading and installing the drivers from Realtek's website. Can't say for sure that that's the step that made it work, as tried quite a few, but I think it is.
Download from here
The included installed directions and scripts are mostly good. I safely ignored step 2 because sound support is on by default. Step 4 asks you to edit modules.conf, which SUSE doesn't have. I ended up inserting the following lines into /etc/modprobe.d/sound:
Anyway, good luck.alias char-major-116 snd
options snd major=116 cards_limit=1
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0 id="HDA"
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


Reply With Quote
