Re: [gentoo-user] ALSA and SMP support

2004-01-10 Thread Fred Labrosse
Fred Labrosse writes:
 > Peter Ruskin writes:
 >  > >
 >  > > Am I missing something?  Anybody got any clue?
 >  > >
 >  > My guess is that doing `make mrproper` before rebuilding the kernel 
 >  > would remove those redundant modules.
 >  > 
 > 
 > I did (because the kernel wouldn't compile without ;-).
 > 
 > I did
 > 
 > make mrproper
 > cp /boot/config .config
 > make menuconfig (to remove the SMP)
 > make dep
 > make bzImage modules modules_install
 > emerge alsa-driver
 > 

I hate saying that, but I did it again and it worked.  Actually, two things
were different.  The first one is I did "make oldconfig" instead of "make
menuconfig".  The second is that I was already running a kernel without SMP
support (last time, I did not reboot between the kernel compilation and the
emerging of alsa-driver).  I don't know if any of these make any difference
or if I made a mistake last time, but it now works.

Thanks to all who suggested something.

Fred


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ALSA and SMP support

2004-01-09 Thread Fred Labrosse
Øyvind Stegard writes:
 > On Friday 09 January 2004 12:59, Fred Labrosse wrote:
 > > Peter Ruskin writes:
 > >  > > Am I missing something?  Anybody got any clue?
 > >  >
 > >  > My guess is that doing `make mrproper` before rebuilding the kernel
 > >  > would remove those redundant modules.
 > >
 > > I did (because the kernel wouldn't compile without ;-).
 > >
 > > I did
 > >
 > > make mrproper
 > > cp /boot/config .config
 > > make menuconfig (to remove the SMP)
 > > make dep
 > > make bzImage modules modules_install
 > > emerge alsa-driver
 > >
 > Are you sure the ALSA-driver is compiling against the correct kernel ? (The 
 > kernel dir which has the "linux" symlink pointing to it in /usr/src ). 
 > Perhaps you've upgraded your kernel, but forgotten to alter the symlink. (?)
 > 

No, same kernel, just recompiled.  I'll do it again tonight after making
sure there is no snd*.o file in the modules directory and linux directory.
Maybe "make mrproper" misses some out...

Fred


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ALSA and SMP support

2004-01-09 Thread Øyvind Stegard
On Friday 09 January 2004 12:59, Fred Labrosse wrote:
> Peter Ruskin writes:
>  > > Am I missing something?  Anybody got any clue?
>  >
>  > My guess is that doing `make mrproper` before rebuilding the kernel
>  > would remove those redundant modules.
>
> I did (because the kernel wouldn't compile without ;-).
>
> I did
>
> make mrproper
> cp /boot/config .config
> make menuconfig (to remove the SMP)
> make dep
> make bzImage modules modules_install
> emerge alsa-driver
>
Are you sure the ALSA-driver is compiling against the correct kernel ? (The 
kernel dir which has the "linux" symlink pointing to it in /usr/src ). 
Perhaps you've upgraded your kernel, but forgotten to alter the symlink. (?)

-- 
< Øyvind Stegard <[EMAIL PROTECTED]>
 < University of Oslo, Dept. of informatics
  < http://www.stegard.net/
   < 0x2B | ~0x2B - Hamlet


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ALSA and SMP support

2004-01-09 Thread Fred Labrosse
Peter Ruskin writes:
 > >
 > > Am I missing something?  Anybody got any clue?
 > >
 > My guess is that doing `make mrproper` before rebuilding the kernel 
 > would remove those redundant modules.
 > 

I did (because the kernel wouldn't compile without ;-).

I did

make mrproper
cp /boot/config .config
make menuconfig (to remove the SMP)
make dep
make bzImage modules modules_install
emerge alsa-driver

Fred


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] ALSA and SMP support

2004-01-09 Thread Peter Ruskin
On Friday 09 Jan 2004 08:57, Fred Labrosse wrote:
> All,
>
> Trying (and now succeeding) to power off my computer, I turned off
> SMP support in the kernel.
>
> However, since then, I get loads of messages similar to the one below
> when insmod'ing snd.o:
>
> /lib/modules/2.4.20-gentoo-r9/kernel/sound/acore/snd.o: unresolved
> symbol try_inc_mod_count_Rsmp_e6105b23
> /lib/modules/2.4.20-gentoo-r9/kernel/sound/acore/snd.o: unresolved
> symbol strstr_Rsmp_1e6d26a8
> /lib/modules/2.4.20-gentoo-r9/kernel/sound/acore/snd.o: unresolved
> symbol add_wait_queue_Rsmp_44aaec24
>
> I guess this has to do with SMP (given the names).
>
> And yes, I did reemerge ALSA, recompiling everything (not using my
> previously compiled package).
>
> Am I missing something?  Anybody got any clue?
>
My guess is that doing `make mrproper` before rebuilding the kernel 
would remove those redundant modules.

Peter
-- 
==
Gentoo Linux:   Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.6.1-rc2-gentoo-w4l)   i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



[gentoo-user] ALSA and SMP support

2004-01-09 Thread Fred Labrosse
All,

Trying (and now succeeding) to power off my computer, I turned off SMP
support in the kernel.

However, since then, I get loads of messages similar to the one below when
insmod'ing snd.o:

/lib/modules/2.4.20-gentoo-r9/kernel/sound/acore/snd.o: unresolved symbol 
try_inc_mod_count_Rsmp_e6105b23
/lib/modules/2.4.20-gentoo-r9/kernel/sound/acore/snd.o: unresolved symbol 
strstr_Rsmp_1e6d26a8
/lib/modules/2.4.20-gentoo-r9/kernel/sound/acore/snd.o: unresolved symbol 
add_wait_queue_Rsmp_44aaec24

I guess this has to do with SMP (given the names).

And yes, I did reemerge ALSA, recompiling everything (not using my
previously compiled package).

Am I missing something?  Anybody got any clue?

TIA,

Fred


--
[EMAIL PROTECTED] mailing list