Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
What is Alsa and what is not?
I have seen alsa and meny computars with diferet chipset. So, does it mean Alsa is universal driver for audio for all computars? Or alsa is not driver?
Is the unique software I need to make computars working (sound) well?
I mean, do I need un audio driver and alsa or only alsa, or alsa all I need?
Definaly, what is alsa and what is not?
Distribution: ubuntu netbook 10.04, jolicloud 1.1, and a custom one-off distro
Posts: 32
Rep:
OK, ALSA is as its described : (A)dvanced (L)inux (S)ound (A)rchitecture if I recall correctly. It's not a driver as I see it, but a program to control the sound driver. There are quite a few sound architectures out there. Alsa just happens to be (in my humble opinion) the best.
You still have a driver for your audio, a sound architecture just tells it what to do.
I'm not totally agree with the explication above. ALSA is a common driver for every supported sound hardware under linux: you've got the pure driver part, different for every soundcard, and the user-space interface, common to all... But, while you can use just ALSA to have a functional sound system, you'd better to use a sound server, you can see it as an interface between ALSA and any application that need it (like a mixer if you want). As far as I know, you have PulseAudio, mostly for every day use, and JACK designed for advanced audio applications...
But don't worry, most sounds application can use any of these sound interface.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.