왜 Debian 7에서 소리가 나지 않나요?

왜 Debian 7에서 소리가 나지 않나요?

내 Debian 7에서 소리가 나지 않습니다. 이제 사운드를 올바르게 설정하려면 어떻게 해야 합니까?

root@localhost:/home/debian# alsactl init    
Found hardware: "HDA-Intel" "Realtek ALC887-VD"        "HDA:10ec0887,1458a002,00100302" "0x1458" "0xa002"      
Hardware is initialized using a generic method   
/usr/share/alsa/init/default:26: control element not found   
/usr/share/alsa/init/default:26: control element not found   
/usr/share/alsa/init/default:48: control element not found   
root@localhost:/home/debian# alsamixer   
cannot load mixer controls: Invalid argument 

편집 : 출력은 다음과 alsa-info.sh같습니다여기.

편집 2: snd-hda-intel model=generic 옵션을 추가한 후 /etc/modprobe.d/alsa-base.conf다음과 같은 결과를 얻습니다.

root@localhost:/home/debian# alsactl init 
Found hardware: "HDA-Intel" "Realtek ALC887-VD" "HDA:10ec0887,1458a002,00100302" "0x1458" "0xa002"
Hardware is initialized using a generic method
/usr/share/alsa/init/default:26: control element not found
/usr/share/alsa/init/default:26: control element not found
/usr/share/alsa/init/default:48: control element not found

답변1

최신 커널 사용해 보기

백포트에서 3.16을 얻을 수 있습니다.

행 추가

deb http://http.debian.net/debian wheezy-backports main

도착하다 /etc/apt/sources.list.

그런 다음 실행

aptitude update
aptitude -t wheezy-backports install linux-image-3.16.0-0.bpo.4-amd64

그리고 다시 시작하세요.

ALSA 디버깅

스크립트 받기

http://www.alsa-project.org/alsa-info.sh

사운드 카드에 대한 정보를 얻으려면 이를 실행하십시오.

사운드 카드에 대한 추가 정보가 있으면 이 파일을 만드십시오.

/etc/modprobe.d/mysound.conf

그리고 이런 옵션을 추가해주세요

options snd-hda-intel model=6stack-digout

특히 모든 경우에 적용되는 단일 접근 방식은 작동하지 않기 때문에 모델 옵션이 중요합니다.

전체 목록은 /usr/share/doc/linux-doc-3.2/Documentation/sound/alsa/HD-Audio-Models.txt.gz패키지에 있습니다 linux-doc-3.2.

행운을 빌어요! 사운드 문제는 디버그하기 어렵습니다.

답변2

데비안 7 "wheezy"는 2013년 5월에 출시되었고, 커널은 2012년 초에 출시되었습니다. 사운드 하드웨어가 이보다 최신이면 데비안 7이 이를 지원하지 않을 수 있습니다.

Debian 8 "Jessie"를 사용해 보셨나요?

관련 정보