Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv22894

Modified Files:
        INSTALL 
Log Message:
fixed the installation: added "make" (because "make install" doesn't
build modules any more).



Index: INSTALL
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/INSTALL,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- INSTALL     22 Jul 2003 13:39:10 -0000      1.144
+++ INSTALL     4 Sep 2003 17:48:28 -0000       1.145
@@ -39,11 +39,12 @@
    If you have kernel source code in another directory than /usr/src/linux,
    use --with-kernel=<kernel_directory>.
    Example: ./configure --with-isapnp=yes --with-debug=full
-4) Run 'make install'.
-5) Run the './snddevices' script to create new sound devices in /dev directory.
+4) Run 'make'.
+5) Run 'make install'.
+6) Run the './snddevices' script to create new sound devices in /dev directory.
    Skip this step, if you have a kernel with the DEVFS support.
-6) Edit your /etc/modules.conf (see the kmod support section below).
-7) Run 'modprobe snd-xxxx' where xxxx is the name of your card.
+7) Edit your /etc/modules.conf (see the kmod support section below).
+8) Run 'modprobe snd-xxxx' where xxxx is the name of your card.
    Note: If you have a ISA PnP soundcard you need to first run the isapnp
          program from isapnptools package to initialize your
          soundcard. You can also use the native ISA PnP support by



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to