Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I'm a newbie and have just installed Mandrake 9.2 on my IBM thinkpad i1400 series.
The sound card is a Yahama OPL3SA chip, it is not detected during the installation so I decided to download and install the ALSA driver.
After locating the linux kernel correctly I exectuted the .configure command for my settings. ( ./configure --with-cards=opl3sa2 --with-kernel=/usr --with-sequencer=yes;make;make install)
And everythings runs smoothly untill it tries to copy the pcm_lib.c file.
I get error 127 during the copying.
If somebody could help me and/or see any other errors in the text below I would deeply appericiate it.
config.status: creating include/version.h
config.status: include/version.h is unchanged
config.status: creating include/autoconf-extra.h
make[1]: Entering directory `/home/royivar/tmp/alsa-driver-1.0.2c/acore'
copying file alsa-kernel/core/pcm_lib.c
/bin/sh: line 1: patch: command not found
make[1]: *** [pcm_lib.c] Error 127
make[1]: Leaving directory `/home/royivar/tmp/alsa-driver-1.0.2c/acore'
make: *** [compile] Error 1
rm -f /lib/modules/2.4.22/misc/snd*.*o /lib/modules/2.4.22/misc/persist.o /lib/modules/2.4.22/misc/isapnp.o
make[1]: Entering directory `/home/royivar/tmp/alsa-driver-1.0.2c/acore'
mkdir -p /lib/modules/2.4.22/misc
cp snd-hwdep.o snd-page-alloc.o snd-pcm.o snd-rawmidi.o snd-timer.o snd.o /lib/modules/2.4.22/misc
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 `/home/royivar/tmp/alsa-driver-1.0.2c/acore'
make: *** [install-modules] Error 1
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.