Using the source rpm seems easier then a kernel recomplile. I just know what 
was said on http://freshrpms.net/docs/alsa/ :) Or compile alsa from source
(there are good instructions on http://www.alsa-project.org/alsa-doc/ ).

And with the change of ad1848 to opl3sa2 to get the
_right_ OSS driver you you should get sound using the OSS instead of the
ALSA drivers. RedHat, Mandrake and Knoppix just add an inadequate
line to /etc/modules.conf for this old ISA card :(

I Cc to the list, there are other users that may know more...

Good luck,

    -Frans

On Friday 28 March 2003 05:32, you wrote:
> Hi,
>
> [EMAIL PROTECTED] etc]# uname -r
> 2.4.18-14
>
> So looks as if there is a kernel mismatch. What should be done in this case
> ? Should I go for a kernel rebuild or should I use the source rpm.(obtained
> from the same site) ?
>
> Regards
> Rakhin
>
> On Thursday 27 March 2003 18:03, Frans Ketelaars wrote:
> > On Thursday 27 March 2003 11:11, Rakhin wrote:
> > > Hi All,
> > >
> > > I am relatively new to Linux and am facing problems while trying to
> > > install the alsa drivers for my sound card
> > >
> > > The computer  is a P- II processor with Yamaha OPL3-SA3 sound card.
> > >
> > > I used the following rpms
> > > alsa-driver-0.9.2-fr1.i386.rpm
> > > alsa-utils-0.9.2-fr1.i386.rpm
> > > alsa-kernel-0.9.2-fr1_2.4.18_27.8.0.i686.rpm
> >
> > <quote>
> > Note about the kernel drivers : You will need an "alsa-kernel" package
> > that was compiled for your kernel (same version and architecture). You
> > can easily recognize a matching "alsa-kernel" package from its name, e.g.
> > "alsa-kernel-smp-0.9.0-fr0.rc7.1_2.4.18_24.8.0.athlon.rpm" will work for
> > the SMP 2.4.18-24.8.0 athlon kernel. If you do not find a matching
> > package, recompile the source "alsa-driver" rpm while running the kernel
> > you intend to use ALSA with, having the corresponding "kernel-source"
> > package installed and using "--target <arch>" to choose the correct
> > architecture. Once this is done, simply install the resulting
> > "alsa-kernel" binary rpm. Note that if you do not specify the --target
> > option, the default on x86 will be to recompile for the i386 kernel,
> > which is probably not what you want. For more advanced rebuild options,
> > see below.
> > </quote>
> >
> > What kernel are you runnung ('uname -r') ?
> >
> > > alsa-lib-0.9.2-fr1.i386.rpm
> > > alsa-lib-devel-0.9.2-fr1.i386.rpm
> > >
> > > I followed the instructions given at http://freshrpms.net/docs/alsa/ to
> > > istall the driver , kernel , lib and lib-devel  and finally the utils
> > > packages
> > >
> > > Then I edited the modules.conf file  as given below
> > >
> > > alias parport_lowlevel parport_pc
> > > alias eth0 eepro100
> > > alias usb-controller usb-uhci
> > > alias sound-slot-0 ad1848
> >
> > That should be commented out. Or change ad1848 to opl3sa2 to get the
> > _right_ OSS driver :)
> >
> > > # ALSA portion
> > > alias char-major-116 snd
> > > alias snd-card-0 snd-opl3sa2
> > > # module options should go here
> > >
> > > # OSS/Free portion
> > > alias char-major-14 soundcore
> > > alias sound-slot-0 snd-card-0
> > >
> > > # card #1
> > > alias sound-service-0-0 snd-mixer-oss
> > > alias sound-service-0-1 snd-seq-oss
> > > alias sound-service-0-3 snd-pcm-oss
> > > alias sound-service-0-8 snd-seq-oss
> > > alias sound-service-0-12 snd-pcm-oss
> > >
> > > After this when I try running the modprobe command i am getting the
> > > following error
> > > [EMAIL PROTECTED] sbin]# /sbin/modprobe snd-opl3sa2;/sbin/modprobe
> > > snd-pcm-oss;/sbin/modprobe snd-mixer-oss;/sbin/modprobe snd-seq-oss
> > > modprobe: Can't locate module snd-opl3sa2
> > > modprobe: Can't locate module snd-pcm-oss
> > > modprobe: Can't locate module snd-mixer-oss
> > > modprobe: Can't locate module snd-seq-oss
> >
> > Try 'locate snd-opl3sa2' . Somewhere in the path should be your kernel
> > version.
> >
> > > Could anyone help me out.
> > >
> > > Thanks
> > > Rakhin
> >
> > HTH,
> >
> >     -Frans



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to