| Alsa-HOWTO | ||
|---|---|---|
| Prev | ||
Here is a brief run through in pre-install steps.Please refer to a more thorough guide on this if you get confused with this.Assuming that you have dowloaded the necessary alsa drivers into a tmp/ in your home directory .this could be any where in your home directory .here is a typical install session
An Example Session
[gimmy@localhost]~$cd tmp
[gimmy@localhost]~tmp$ bzip2 -d alsa-driver-0.5.xxbz2 | tar xv
[gimmy@localhost]~tmp$cd alsa-driver-0.5.xx
[gimmy@localhost]~tmp/alsa-driver-o.5.xx$ ls
| COPYING | ChangeLog | FAQ | INSTALL | Makefile |
| Makefile.conf | Makefile.conf.in | Makefile.k | README | README.kernel |
| Rules.make | Rules1.make | TODO | WARNING | acinclude.m4 |
| aclocal.m4 | cards/ | cards.config | cards.config.in | config.cache |
| config.log | config.status* | configure* | configure.in | cvscompile* |
| doc/ | include/ | install-sh* | kernel/ | list.txt |
| lowlevel/ | modules/ | modules.config | snddevices* | snddevices.in* |
| support/ | test/ | utils/ | version |
[gimmy@localhost]~tmp/alsa-driver-o.5.xx$ ./configure
checking gcc .......... checking ...... creating ./config.status creating ........ |
[gimmy@localhost]~tmp/alsa-driver-o.5.xx$ make
[gimmy@localhost]~tmp/alsa-driver-o.5.xx$su
Password:[1]
[root@localhost]~tmp/alsa-driver-o.5.xx#make install
This is a example of how it looks. For the rest of the process please go back to Quick Install and continue.
| [1] | To install you need to be a super user or root. |