Linux sound card settings (speaker and headset sound at the same time)

Source: Internet
Author: User
Tags acer
Linux sound card settings (speaker and headset sound solutions at the same time)-Linux general technology-Linux technology and application information, the following is a detailed description. This sound card is relatively new. It can only be installed with the official driver on windows. In linux, it is sound, that is, the Speaker and the headset are ringing together, and there is no way to listen to music at work. Then the problem was finally solved and the process was recorded as follows:

1:
Run lsmod | grep snd. The result is:
Snd_hda_intel 457780 4
Snd_usb _audio 100608 0
Snd_usb_lib 24960 1 snd_usb_audio
Snd_rawmidi 30336 1 snd_usb_lib
...
If you know that the sound card is intel, write down the name of snd_hda_intel in the first line.

2.
Then, View:
Cat/proc/asound/card0/codec #1 | head
The result is:
Codec: Realtek ALC883
Address: 1
Vendor Id: 0x10ec0883
Subsystem Id: 0 × 10190000
...
.
Next, download a document in the alsa source code. I downloaded the source code of alsa-driver, and then
Alsa-driver-1.0.16/alsa-kernel/Documentation/found alsa-configuration.txt
File.
Then:
Vim, ALSA-Configuration.txt,
Search for alc833 and find:
ALC883/888
3stack-dig 3-jack with spdif I/O
6stack-dig 6-jack digital with spdif I/O
3stack-6ch 3-jack 6-channel
3stack-6ch-dig 3-jack 6-channel with spdif I/O
6stack-dig-demo 6-jack digital for Intel demo board
Acer Acer laptops (Travelmate 3012 WTMi, Aspire 5600, etc)
Acer-aspire Acer Aspire 9810
Medion Medion Laptops
Medion-md2 (Medion MD2)
Targa-dig Targa/MSI
Targa-2ch-dig (Targs/MSI with 2-channel)
Laptop-eapd 3-jack with spdif I/O and EAPD (Clevo M540JE, M550JE)
Lenovo-101e Lenovo 101E
Lenovo-nb0763 Lenovo NB0763
Lenovo MS7195 lenovo-ms7195-dig
Haier-w66 Haier W66
...
Well, my current is haier. It is estimated that haier uses the same chip. So I noted down, haier-w66.
3:
Open vim/etc/modprobe. conf.
Add a row:
Options snd-hda-intel model = haier-w66
Restart the system, and the Speaker and headset can separately control the volume.

Because of different systems, the paths of the above files may be slightly different.
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.