Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Version magic problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
seed
n00b
n00b


Joined: 01 Mar 2007
Posts: 7

PostPosted: Thu Mar 01, 2007 1:07 pm    Post subject: Version magic problem Reply with quote

Hi,

Since I rebuilt my kernel I don't have sound anymore, I had to build it with gcc-4.0.3 instead gcc-4.1.1 because of my wifi chipset which doesn't work with the last version.
Anyway my wifi works very well but since that my sound card doesn't.
When I tried to load the sound module this is the dmesg:

Quote:
snd: version magic '2.6.19-gentoo-r5 SMP mod_unload 686 4KSTACKS ' should be '2.6.19-gentoo-r5 SMP mod_unload PENTIUMM 4KSTACKS '
...

I tried to use kernel alsa and alsa package both give me the same result.
I rebuild my kernel lot of time by doing make menuconfig ; make ; make install and rebooting on the new kernel
I tried to emerge alsa-driver and alsa conf but I get
Quote:
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.19-gentoo-r5/kernel/sound/core/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.19-gentoo-r5/kernel/sound/core/snd-timer.ko): Invalid module format

So My question is How can I fix this version magic error

I work with a laptop PentiumM thank for your help

Sorry for my English.
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Thu Mar 01, 2007 1:42 pm    Post subject: Re: Version magic problem Reply with quote

seed wrote:
make menuconfig ; make ; make install

That ignores modules. Use:
Code:
make clean && make && make modules_install


Upgrading to gcc-4.1.2 is probably better than a downgrade of gcc.
Back to top
View user's profile Send private message
seed
n00b
n00b


Joined: 01 Mar 2007
Posts: 7

PostPosted: Thu Mar 01, 2007 4:14 pm    Post subject: Reply with quote

Thank for that,
So if I well understood "make" compile modules and the kernel but "make install" only install the kernel

Sound works but only with alsa-driver package, I still have an error with the kernel alsa, problem like
unknown aliases or something like that.

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum