[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trouble with Alsa 0.9.6-5, 2.4.22 AC97 audio and /dev/mixer under Gnome 2.4.0-1



On Tue, 2003-11-11 at 08:20, Kjetil Kjernsmo wrote:
> On Tuesday 11 November 2003 14:07, Ron Johnson wrote:
> 
> > # apt-get -u install kernel-source-2.4.22
> > # cd /usr/src
> > # tar xvfj kernel-source-2.4.22.tar.bz2
> > # ln -sf  <startled pause>
> 
> :-)
> 
> > Hey, look what's in /usr/src!!!  Never noticed that....
> >
> > alsa-driver.tar.bz2
> >
> > I guess I'll have to take a look at that.
> 
> Yup!
> 
> > Un-tar it right under /usr/src ?
> 
> Yup, it unpacks into modules/, and from there, it should be fairly 
> straightforward (I have some problems myself, but that's probably 
> something completely different)

Great.  That's what I did.  './configure' ran well, but, then:

# make install
rm -rf /lib/modules/2.4.22/kernel/sound
make[1]: Entering directory `/usr/src/modules/alsa-driver/support'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/modules/alsa-driver/support'
make[1]: Entering directory `/usr/src/modules/alsa-driver/acore'
mkdir -p /lib/modules/2.4.22/kernel/sound/acore
cp snd-hwdep.o snd-page-alloc.o snd-pcm.o snd-rawmidi.o snd-timer.o \
                      snd.o /lib/modules/2.4.22/kernel/sound/acore
cp: cannot stat `snd-hwdep.o': No such file or directory
cp: cannot stat `snd-page-alloc.o': No such file or directory
cp: cannot stat `snd-pcm.o': No such file or directory
cp: cannot stat `snd-rawmidi.o': No such file or directory
cp: cannot stat `snd-timer.o': No such file or directory
cp: cannot stat `snd.o': No such file or directory
make[1]: *** [_modinst__] Error 1
make[1]: Leaving directory `/usr/src/modules/alsa-driver/acore'
make: *** [install-modules] Error 1

I don't see a plain, old 'make' step in modules/alsa-driver/INSTALL.

Was it an oversight that the instructions say to only do:
./configure
make install

Usually, you do:
./configure
make
make install

-- 
-----------------------------------------------------------------
Ron Johnson, Jr. ron.l.johnson@cox.net
Jefferson, LA USA

"Knowledge should be free for all."
Harcourt Fenton Mudd, Star Trek:TOS, "I, Mudd"



Reply to: