View previous topic :: View next topic |
Author |
Message |
laurentp n00b

Joined: 04 Feb 2006 Posts: 49
|
Posted: Thu Sep 14, 2006 10:52 pm Post subject: alsa can't get inserted with gcc 4.1 |
|
|
Hi,
I've recently upgraded to gcc4 and everything went well except alsa. I've recompiled the kernel, alsa-driver, alsa-utils with the new compiler but I still get the following error
snd: version magic '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-3.4' should be '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-4.1'
snd_seq_device: version magic '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-3.4' should be '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-4.1'
snd_timer: version magic '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-3.4' should be '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-4.1'
snd_seq: Unknown symbol snd_timer_stop
snd_seq: Unknown symbol snd_info_register
snd_seq: Unknown symbol snd_info_create_module_entry
snd_seq: Unknown symbol snd_request_card
snd_seq: Unknown symbol snd_seq_autoload_lock
snd_seq: Unknown symbol snd_info_free_entry
snd_seq: Unknown symbol snd_seq_root
snd_seq: Unknown symbol snd_timer_close
snd_seq: Unknown symbol snd_seq_autoload_unlock
snd_seq: Unknown symbol snd_verbose_printk
snd_seq: Unknown symbol snd_timer_open
snd_seq: Unknown symbol snd_timer_start
snd_seq: Unknown symbol snd_iprintf
snd_seq: Unknown symbol snd_timer_resolution
snd_seq: Unknown symbol snd_timer_pause
snd_seq: Unknown symbol snd_ecards_limit
snd_seq: Unknown symbol snd_unregister_device
snd_seq: Unknown symbol snd_seq_device_load_drivers
snd_seq: Unknown symbol snd_register_device
for each modules. I really don't understand what's going on. Thanks for your time,
Larry |
|
Back to top |
|
 |
ttuegel Apprentice

Joined: 18 Jan 2005 Posts: 176 Location: Illinois, USA
|
Posted: Thu Sep 14, 2006 11:51 pm Post subject: Re: alsa can't get inserted with gcc 4.1 |
|
|
laurentp wrote: | snd: version magic '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-3.4' should be '2.6.17-emission7 preempt mod_unload PENTIUM4 gcc-4.1' |
Did you "make clean" in your kernel source tree before you recompiled? |
|
Back to top |
|
 |
laurentp n00b

Joined: 04 Feb 2006 Posts: 49
|
Posted: Fri Sep 15, 2006 4:21 am Post subject: |
|
|
yep and it's always the same problem ... |
|
Back to top |
|
 |
ttuegel Apprentice

Joined: 18 Jan 2005 Posts: 176 Location: Illinois, USA
|
Posted: Fri Sep 15, 2006 4:33 am Post subject: Re: alsa can't get inserted with gcc 4.1 |
|
|
laurentp wrote: | I've recompiled the kernel, alsa-driver, alsa-utils with the new compiler |
What about alsa-lib?
I'm looking at the error message I quoted above and concluding that something isn't compiled with the same version of GCC. Sorry if I'm leading you in a wild goose chase. |
|
Back to top |
|
 |
laurentp n00b

Joined: 04 Feb 2006 Posts: 49
|
Posted: Fri Sep 15, 2006 4:50 pm Post subject: |
|
|
yeah I'm looking for that something for a while. I tried alsa-lib, no luck. Can a emerge -eav world or system be useful ? I don't want to do that for nothing ... |
|
Back to top |
|
 |
ttuegel Apprentice

Joined: 18 Jan 2005 Posts: 176 Location: Illinois, USA
|
Posted: Fri Sep 15, 2006 4:58 pm Post subject: |
|
|
laurentp wrote: | yeah I'm looking for that something for a while. I tried alsa-lib, no luck. Can a emerge -eav world or system be useful ? I don't want to do that for nothing ... |
It probably wouldn't be useful. It looks (to me) like there is a problem with either a) the kernel compilation or b) that particular module's compilation.
Have you booted with your recompiled kernel? I know it sounds silly, but I can't count the number of times I've forgotten to copy my new kernel into /boot. |
|
Back to top |
|
 |
|