ก็ หลวงพี่ที่รู้จักกันอยู่ ทำ Toshiba L30 เสียงออกได้เลย เลยแจ้งวิธีมา พอดีที่บ้านมีรุ่นเดียวกัน ใช้มาจะสามปี ยังไม่เคยได้ยินเสียงมันผ่าน ubuntu เลย
ข้อความลอกจากเมล์เลย ขอไม่แก้ละกัน
###########################################################3
มีข่าวดีมาบอกครับ หลวงพี่ทำให้มันมีเสียงได้แล้วครับ
ตามนี้เลยนะครับ
เปิดเทอมิเนลแล้วพิมพ์
sudo gedit /etc/modprobe.d/alsa-base
กด Enter
ใส่รหัสผ่านครับ
พิมพ์บรรทัดนี้เพิ่มนะครับ
options snd-hda-intel model=asus
ตัวอย่างทั้งหมดตามนี้เลยนะครับ
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm && { /sbin/modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer && { /sbin/modprobe --quiet snd-mixer-oss ; : ; }







