Menu

Fix lỗi không có âm thanh trên ubuntu 14.04

Xem tên sound chip

cat /proc/asound/card0/codec#* | grep Codec

Mở file:

sudo gedit /etc/modprobe.d/alsa-base.conf

Thêm dòng này vào cuối:
options snd-hda-intel model=XXXX

Thay xxxx bằng tên tương ứng, tìm trên mạng, thông thường để là auto

Lưu lại và chạy lệnh
sudo alsa force-reload

Chắc chắn là đã bật âm thanh trong

alsamixer

Ubuntu 14.04 không có driver chạy đúng lên không có tiếng, nên update kernel cho nó, đọc bên dưới:

As Konrad suggested in comment section, this was because kernel in Ubuntu 14.04 doesn't have right audio driver(or doesn't have working audio driver).
I had posted question in the "Launchpad" forum and one of the suggestion was to update the kernel if I don't want to update to Ubuntu 16.04.
I used below command to update the kernel,
sudo apt-get install --install-recommends linux-generic-lts-wily  


Không có nhận xét nào :

Đăng nhận xét