Hi!

Richard Adams <[EMAIL PROTECTED]> wrote:

> On Thu, 06 Jan 2000,  Daniel González Gasull wrote about,  modprobe: Can't locate 
>module es1371.o:
> > I have problems installing sound support with my
> > SoundBlaster PCI64 (Yep, I've read the Sound-HOWTO).
> > 
> > OK.  I
> > 
> >     su
> >     cd /usr/src/linux
> >         make menuconfig
> > 
> > I enter in
> > 
> > >   Sound --->
> > 
> > then I configure:
> > 
> > >   <M> Sound card support
> > >   < > Ensoniq ES1370 based PCI sound cards
> > >   <M> Ensoniq ES1371 based PCI sound cards
> > >   < > S3 SonicVibes based PCI sound cards
> > >   < > Support for Turtle Beach MultiSound Classic, Tahiti, Monterey
> > >       < > Support for Turtle Beach MultiSound Pinnacle, Fiji
> > >       < > OSS sound modules                       
> > 
> > then
> > 
> >     make dep clean
> >     make bzdisk
> 
> make bzImage

Do you mean I must
        # make bzImage
instead of 
        # make bzdisk
?

As far as I know,
        # make bzdisk
do the same as
        # make bzImage
and also create a boot disk.  Am I wrong?

> >     cp arch/i386/boot/zImage /boot/mylinuz
> >     vim /etc/lilo.conf
> 
> cp arch/i386/boot/bzImage /boot/my_name_of_image
> 
> > where I add:
> > 
> > image = /boot/mylinuz
> >   root = /dev/hda5
> >   label = new
> 
> add
>  read-only
> as well.

By the way, must I add
        read-only
to all the images in my /etc/lilo.conf?

> make modules modules_install before using lilo.

OK.  Now I have done
        $ su
        # cd /usr/src/linux
        # make bzImage
        # cp arch/i386/boot/bzImage /boot/mylinuz
        # vim /etc/lilo.conf
        # make modules modules_install
        # lilo

I haven't repeat
        # make menuconfig
        # make dep clean bzdisk
because I did it last time.  It's correct.  Isn't
it?

OK.  Then I
        # reboot
and choose the new kernel in LILO boot.  And it
works :-)  Thanx.

And now?

Sound support is compiled as a module.  I've tried
to open a MP3 file with kmpg and I get an error
window:

        AudioPanic
        -----------------------------------
        kmpg couldn't open the audiodevice!
        All decoders stopped
                [ OK ]

Then I
        $ ls -l /dev/sndstat
        crw-rw-rw-   1 root     root      14,   6 ene  5 14:21 /dev/sndstat
        $ su
        Password:
        # /sbin/modprobe es1371.o
        modprobe: Can't locate module es1371.o

But it seems that I've done everything correctly:

        # locate es1371.o
        /lib/modules/2.2.10/misc/es1371.o
        /usr/src/linux-2.2.10.SuSE/drivers/sound/.es1371.o.flags
        /usr/src/linux-2.2.10.SuSE/drivers/sound/es1371.o
        /usr/src/linux-2.2.10.SuSE/modules/es1371.o
        # cat /proc/cmdline
        BOOT_IMAGE=new ro root=305
        # uname -r
        2.2.10
        # cat /proc/version
        Linux version 2.2.10 (root@Atreyu) (gcc version egcs-2.91.66 19990314/Linux 
(egcs-1.1.2 release)) #8 vie ene 7 06:49:54 CET 2000

Any ideas?  Please help again.  Thank you very much.

-- 
Daniel González Gasull     Merry Xmas!     (,)       "The streets were dark
mailto:[EMAIL PROTECTED]        .          **U**      with something more
PGP RSA key 1024/EEA93A69    ./.\.    , **     ** ,  than night."
                            .//.\\.   U**       **U   -- Raymond Chandler
                           .///.\\\.    **  ,  **    
                            '  U  `       **U**      
                                                     
   Join the Penguin Family!                  (o_
                                   (o_  (o_  //\
   Free your mind, use LINUX       (/)_ (/)_ V_/_

Reply via email to