On Wednesday 27 Mar 2002 13:14, Bill Allen wrote:
> On your redhat system you should be able to:
>
> cd /lib/modules/2.4.7-10/build
> ln -s /boot/System.map            # symlink  to the /boot/System.map
>
> Note that you must be root to do this.
>
> Bill
>
> On Wed, 27 Mar 2002, Oliver Sampson wrote:
> > Howdy,
> > I'm running a Linux system (Redhat 7.1 with a 2.4 kernel) and I'd like
> > to build and install ALSA on it.
> >
> > However during the "make install" ("./configure" and "make" ran fine)
> > for the 0.9beta12 alsa-driver, I get the following error:
> >
> > /sbin/depmod -a -F /lib/modules/2.4.7-10/build/System.map 2.4.7-10
> > depmod: Can't read /lib/modules/2.4.7-10/build/System.map
> > make: *** [install-modules] Error 255
> > [root@friday alsa-driver-0.9.0beta12]#
> >
> > I've verified that System.map doesn't exist.  Any ideas on how to get
> > this going so I could install ALSA?

On RH7.2 /lib/modules/<version>/build is a link to the kernel source 
directory. So if that's not there then several other things are going to 
fail. You need a configured kernel source tree for ALSA (I think it needs 
"make dep" as well bu I'm not quite sure.

James

-- 
+------------------------+-------------------------------+---------+
| James Tappin           | School of Physics & Astronomy |  O__    |
| [EMAIL PROTECTED] | University of Birmingham      | --  \/` |
| Ph: 0121-414-6462. Fax: 0121-414-3722                  |         |
+--------------------------------------------------------+---------+

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to