Some experiences in installing the alsa sound card driver in Linux may help those who fail to install the driver.

Source: Internet
Author: User
Some experiences of installing the alsa sound card driver in Linux are expected to help those who fail to install the driver-Linux general technology-Linux technology and application information. The following is a detailed description. Which of the following is my personal information? Maybe you only have one thing missing, or more, double or totally different situations, however, I still hope that the following content will help you a little bit. (If you have something new or something wrong with me, please post it and tell me, thank you !)

I. linux kernel source (the core source code of the system)
Enter ls-a/usr/src/linux on the terminal or console to check whether there is any. the config file exists. If not, download it online immediately, or view it on the CD. decompress the source code to/usr/src/and decompress the ln-s source code package to linux.

Go to the kernel source package directory
Make xconfig or make menuconfig

A Configuration window is displayed. The Sound card support and OSS Sound modules under the sound item must be selected by the module. (For options other than sound, please decide on your own) Please install your personal situation and select the corresponding hardware configuration, save and exit, and then execute: make dep

Make dep // compile this step.

The above is for the same core and core source code. If the source code you downloaded is different from the core version you are using, go to the Internet to view the related core compilation articles and recompile the core, however, those who do not have a deep understanding of linux do not recommend recompiling the core.

II. (c/c ++ compiler) gcc
Gcc can be found in the Second Matching disc. You may need to install the glibc package before installing gcc, which can also be found in the Second Matching disc.

3. curses library)

So I found out all the packages in the matching CD and the word book, and installed them one by one. The problem was solved. The following are the packages I have found:

Python-curses-2.4.2-18.x86_64.rpm
Yast2-ncurses-2.13.27-3.x86_64.rpm
Ncurses-5.5-16.x86_64.rpm
Ncurses-devel-32bit-5.5-16.x86_64.rpm
Php5-ncurses-5.1.2-27.x86_64.rpm

Finally, we have to install the alsa sound card driver. (For more information about installing the alsa sound card driver, you can find many articles written by enthusiastic people)
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.