lkml.org 
[lkml]   [1998]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: SB16 module problem after 2.1.115 (heads up: Peter Rasmussen <>)
Trever Adams wrote:
>
> >
> > Until about 2.1.104 I could use my SoundBlaster 16 all right, and as it is a
> > PNP board I use the terrific isapnp tool first to configure it. However, with
> > kernels 2.1.115, 117, 119 and now 120 I always get errors like the following
> > when I do "insmod sound":
> >
> > /lib/modules/2.1.120/misc/sound.o: unresolved symbol unregister_sound_dsp
> > /lib/modules/2.1.120/misc/sound.o: unresolved symbol __global_cli
> > /lib/modules/2.1.120/misc/sound.o: unresolved symbol unregister_sound_midi
> > /lib/modules/2.1.120/misc/sound.o: unresolved symbol register_sound_dsp
> > /lib/modules/2.1.120/misc/sound.o: unresolved symbol register_sound_mixer
> > /lib/modules/2.1.120/misc/sound.o: unresolved symbol unregister_sound_mixer
> * and more *
>
> I believe some where around there that the config options changed
> completely. Remove all your sound related things in your config and
> reset it up. I had to do this when going from 2.1.102 (I think it was)
> to 2.1.106. My SB16 ASP (one of the first SB16's out there... got it
> only a few weeks after it came out I believe) works great with 2.1.119
> (it also did with 2.1.106 but I got a new motherboard and CPU that
> 2.1.106 started having problems with). Beware 2.1.120 though, if you
> are watching this list you see that it has PROBLEMS.
>
> Trever Adams
> highlander@teleteam.net


I've changed my rc.local to work in any kernel (well, almost), please
look below and see what you have to do:

# check to see if this is a 2.1.1?? kernel to load sound
# driver correctly
if [ `uname -r | cut -b1-5` = 2.1.1 ] ; then
insmod soundcore
insmod soundlow
insmod sound
insmod uart401
insmod sb io=0x280 irq=10 dma=3 dma16=7 mpu_io=0x300
insmod awe_wave
insmod joystick
else
insmod sound
insmod uart401
insmod sb io=0x280 irq=10 dma=3 dma16=7 mpu_io=0x300
# if this is a 2.1.* (prior to 2.1.1??) kernel load also awe_wave and
joystick
if [ `uname -r | cut -b1-3` = 2.1 ] ; then
insmod awe_wave
insmod joystick
fi
fi

Now there is a soundcore and soundlow modules.

Dinamerico
ds@conex.net


>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/faq.html


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html

\
 
 \ /
  Last update: 2005-03-22 13:44    [W:2.346 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site