On Sat, October 22, 2005 7:25 am, Mark Knecht said: > 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
****************************** see below > <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 It entered the vanilla kernel at 2.6.12 The last set of error messages that Michael showed show errors arising from alsa-driver drivers. He can't have the kernel alsa drivers and the alsa-driver package installed at the same time. (acyually this is shown above, marked *** by me) > > Cheers, > Mark > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list