우분투 14.04로 업그레이드했는데 이제 소리가 들리지 않습니다. 이것은 일반적인 문제인 것처럼 보이지만 우분투 포럼의 답변이 저에게 효과적이지 않습니다.
#> aplay -l
aplay: device_list:268: no soundcards found...
나는 이것을 시험해 보았다.
apt-get --purge remove linux-sound-base alsa-base alsa-utils
apt-get install linux-sound-base alsa-base alsa-utils
나는 이것을 시험해 보았다.
modprobe snd-usb-audio
modprobe snd-hda-intel
나는 또한 커널을 다시 설치했다.
나는 다음을 시도했다. 이 , speaker-test
"Playback device is default"출력을 생성하고 작동한다고 생각하는 것처럼 보이지만 실제로 소리가 나지 않는다면이 가이드는 나를 실행하도록 지시하는 프로 시저 Ac로 안내합니다
echo "Sound cards recognized by the system:"; lspci -nn | grep --color=none '\[04[80][13]\]'; echo "Sound cards recognized by ALSA:"; lspci -nn | grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' | grep -e 'Kernel modules: ..*' -e '\[04[80][13]\]' | grep --color=none -F "$line"; done; echo "Sound cards recognized by ALSA, and activated:"; lspci -nn | grep '\[04[80][13]\]' | while read line; do lspci -nnk | grep -A 3 '\[04[80][13]\]' | grep -e 'Kernel drivers in use: ..*' -e '\[04[80][13]\]' | grep --color=none -F "$line"; done
이 출력을 제공합니다.
Sound cards recognized by the system:
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
Sound cards recognized by ALSA:
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
Sound cards recognized by ALSA, and activated:
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
이것은 순서에있는 것처럼 보입니다. aplay -l
여전히 "사운드 카드 없음"이라고 말하면서 실제 사운드는 없습니다.
#> ls /dev/snd
by-path controlC0 hwC0D0 hwC0D3 pcmC0D0c pcmC0D0p pcmC0D1c pcmC0D1p pcmC0D2c pcmC0D3p pcmC0D4c pcmC0D7p pcmC0D8p seq timer
없다. /etc/modprobe.d/blacklist-alsa.conf
다른 아이디어?