On Fri, 2005-10-21 at 14:11 -0500, Michael Sullivan wrote: > On Fri, 2005-10-21 at 11:25 -0700, Mark Knecht wrote: > > On 10/21/05, Michael Sullivan <[EMAIL PROTECTED]> wrote: > > <SNIP> > > > > Good luck, > > > > Mark > > > > > > I think I've done everything you said to, but it still doesn't work. > > > Here's my kernel config: > > > > Indeed, it appears at first glance that you did. > > <SNIP> > > > Here's uname -a: > > > > > > camille ~ # uname -a > > > Linux camille 2.6.13-gentoo-r3 #1 Fri Oct 21 10:18:35 CDT 2005 i686 > > > Intel(R) Celeron(R) CPU 2.66GHz GenuineIntel GNU/Linux > > > > Good. No more SMP. Unfortunately, no better results either. > > > > > > > > Here's lsmod (if you need it): > > > > > > camille ~ # lsmod > > > Module Size Used by > > <SNIP> > > > i2c_i801 5804 0 > > > i2c_core 10896 1 i2c_i801 > > > > OK, i2c seems to be loaded. That's good. > > > > <SNIP> > > > > > > I didn't see my sound modules there, so I tried to > > > start /etc/init.d/alsasound and got this: > > > > Yes, they weren't loaded. > > > > > > > > [32;01m*[0m Loading ALSA modules ... > > > [32;01m*[0m Loading: snd-card-0 ... > > > WARNING: Error inserting snd_page_alloc > > > (/lib/modules/2.6.13-gentoo-r3/alsa-driver/acore/snd-page-alloc.ko): > > > Invalid module format > > > WARNING: Error inserting snd > > > (/lib/modules/2.6.13-gentoo-r3/alsa-driver/acore/snd.ko): Invalid module > > > format > > <SNIP> > > > > The only time I've seen anything like this is when I messed up my > > linux link in the /usr/src directory. You haven't done that as you > > have only a single kernel source tree. These messages imply that ALL > > of alsa is messed up, not just your device driver. That see,s > > completely wrong. > > > > I cannot explain it, other than to say I'd probably do the following > > if this was my box: > > > > 1) ls -al /lib/modules and ensure that there is only > > /lib/modules/2.6.13-gentoo-r3 > > > > 2) rm -rf /lib/modules/2.6.13-gentoo-r3 to completely remove all the > > existing modules. > > > > 3) cd /usr/src/linux > > > > 4) make clean > > > > 5) make && make modules_install > > > > 6) Copy over the new kernel, check that /lib/modules has the new > > modules, then reboot and test again. > > > > My real suspicion here is that 2.6.14-gentoo-r3 doesn't actually have > > support for this card, or that the card is not well supported at all. > > Using Google I get very few results for snd_intel_hda > > > > Cheers, > > Mark > > > > OK. Now that I've replaced the modules I can modprobe my sound card, > but not I'm back to the problem of unmuting it. Does alsamixer keep > detailed logs anywhere, or is there a means to unmute my card that > doesn't rely on alsamixer and does keep logs? >
I forgot to mention that when I try to use alsamixer to unmute my card I get this: camille ~ # alsamixer alsamixer: function snd_mixer_load failed: Invalid argument And when I try to use amixer: camille ~ # amixer set Master 100% unmute amixer: Mixer default load error: Invalid argument Any hints? -- gentoo-user@gentoo.org mailing list