Звуковая карта, не обнаруженная в Ubuntu 14.04 - Laptop 15-AY112NE HP

Я плохо знаком с Ubuntu. Я установил на недавно купленном ноутбуке 15-AYN112NE HP, UBUNTU 14.04 сверху FREEDOS.

Установка в порядке, но никакой звук не слышат вообще. Звук НЕ ОТКЛЮЧЕН ЗВУК.

Я следую Руководству TS:

ЗДЕСЬ

Никакой Soudcards, Найденный как результат aplay-l

zico@zico-HP-Notebook:~$ aplay -l
aplay: device_list:268: no soundcards found...
zico@zico-HP-Notebook:~$ sudo aplay -l
[sudo] password for zico: 
aplay: device_list:268: no soundcards found...
zico@zico-HP-Notebook:~$ 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:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
Sound cards recognized by ALSA:
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
Sound cards recognized by ALSA, and activated:
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:9d71] (rev 21)
zico@zico-HP-Notebook:~$ uname -r
3.19.0-25-generic


$ sudo apt-get install --reinstall libasound2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 428 not upgraded.
Need to get 324 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://lb.archive.ubuntu.com/ubuntu/ trusty/main libasound2 i386 1.0.27.2-3ubuntu7 [324 kB]
Fetched 324 kB in 2s (129 kB/s)                         
(Reading database ... 167330 files and directories currently installed.)
Preparing to unpack .../libasound2_1.0.27.2-3ubuntu7_i386.deb ...
Unpacking libasound2:i386 (1.0.27.2-3ubuntu7) over (1.0.27.2-3ubuntu7) ...
Setting up libasound2:i386 (1.0.27.2-3ubuntu7) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
1
задан 21 March 2017 в 01:50

0 ответов

Другие вопросы по тегам:

Похожие вопросы: