Вход на сайт
Проблема со звуком в Mint'e на нетбуке ASUS
907 просмотров
Перейти к просмотру всей ветки
в ответ helper2008 27.10.11 17:50
Первое что вернуло Ubuntu Wiki :
Asus Eee PC 1015PN
...
# Audio - working (alsa update needed, see fixes)
# Microphone - working (alsa update needed, see fixes)
# Mic-in and audio-out jack (alsa update needed, see fixes)
...
Fixes
...
# Audio: Newer alsa Drivers from the ubuntu-audio-dev ppa are needed to get audio and the inbuild mic working
Asus Eee PC 1015PN
...
# Audio - working (alsa update needed, see fixes)
# Microphone - working (alsa update needed, see fixes)
# Mic-in and audio-out jack (alsa update needed, see fixes)
...
Fixes
...
# Audio: Newer alsa Drivers from the ubuntu-audio-dev ppa are needed to get audio and the inbuild mic working
sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install linux-alsa-driver-modules-$(uname -r)
---
Ну и далее по тексту. Успехов.