Mediation of sound cards under sndconfig and SLACKWARE under RH8.0

Source: Internet
Author: User
Article Title: mediation of sound cards under sndconfig and SLACKWARE under RH8.0. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Abstract:
  
Mediation of sound cards under sndconfig and SLACKWARE in RH 8.0
  
Many of my friends asked questions about sndconfig,
Now I will give you a piece of work.
  
Chapter 1: sndconfig
  
Sndconfig is a soundcard setup program published by RedHat. When sndconfig is used to install Driver for Soundcard every time, you do not need to re-run the COMPILE kernel.
  
Many people say that redhat 8.0 does not have sndconfig. But many people can still use it. Why?
  
Sndconfig and many RH-developed programs must be in the ROOT. ROOT is the user with the greatest power.
  
To use sndconfig, you must use ROOT for login.
  
Login: root
Password: Your Password
  
$ Sndconfig
  
Chapter 2: COMPILE kernel to mediate sound card
  
I use SLACKWARE 8.1. Other LINUX systems should be available. Please give me some advice.
  
   First:
Check whether the source code of the kernel is installed. Usually in/usr/src/
Here there are two directories: linux directory and kernel-2.4.18.
We enter kernel-2.4.18
  
$ Cd/usr/src/kernel-2.4.18
  
   Second:
$ Make menuconfig
  
Then select the name of your sound card.
Remember to use the * symbol instead of the M symbol.
*-Press Y
M-by M
  
Then, exit. Save Kenel Configuration? YES
  
Third: $ make dep
Fourth: $ make bzImage
Fifth: $ make modules
Sixth: $ make modules_install
7: $ make install
  
Eighth:
You can see the vmlinuz and System. map Files.
Copy them to/boot.
  
$ Cp vmlinux/boot/vmlinux-2.4.18
$ Cp System. map/boot/System. map-2.4.18
  
Ninth:
$ Ln-s vmlinux-2.4.18 vmlinux
$ Ln-s System. map-2.4.18 System. map
  
Tenth:
$/Sbin/lilo
Reboot.
  
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.