Sự cố: Tai nghe chỉ hoạt động nếu tôi tắt âm thanh xung. Nhưng khi tôi rút tai nghe ra và cắm lại, vấn đề lại xuất hiện.
Tôi đang chạy Ubuntu 18.04 và máy tính xách tay của tôi là Dell Inspiron 7591.
tôi đang đăng /etc/modeprobe.d/alsa-base.conf
# bí danh trình tải tự động
cài đặt sound-slot-0 /sbin/modprobe snd-card-0
cài đặt sound-slot-1 /sbin/modprobe snd-card-1
cài đặt sound-slot-2 /sbin/modprobe snd-card-2
cài đặt sound-slot-3 /sbin/modprobe snd-card-3
cài đặt sound-slot-4 /sbin/modprobe snd-card-4
cài đặt sound-slot-5 /sbin/modprobe snd-card-5
cài đặt sound-slot-6 /sbin/modprobe snd-card-6
cài đặt sound-slot-7 /sbin/modprobe snd-card-7
# Nguyên nhân các mô-đun tùy chọn được tải phía trên các mô-đun chung
cài đặt snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Cách giải quyết tại lỗi #499695 (hoàn nguyên trong Ubuntu, xem LP #319505)
cài đặt snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
cài đặt snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
cài đặt snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
cài đặt snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Nguyên nhân khiến các mô-đun tùy chọn được tải phía trên các mô-đun trình điều khiển card âm thanh
cài đặt snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
cài đặt snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Tải saa7134-alsa thay vì saa7134 (dù sao cũng bị nó kéo vào)
cài đặt saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Ngăn chặn trình điều khiển bất thường lấy chỉ số 0
tùy chọn chỉ số bt87x=-2
tùy chọn cx88_alsa index=-2
tùy chọn saa7134-alsa index=-2
tùy chọn snd-atiixp-modem index=-2
tùy chọn snd-intel8x0m index=-2
tùy chọn snd-via82xx-modem index=-2
tùy chọn snd-usb-audio index=-2
tùy chọn snd-usb-caiaq index=-2
tùy chọn chỉ mục snd-usb-ua101=-2
tùy chọn snd-usb-us122l index=-2
tùy chọn snd-usb-usx2y index=-2
# Ubuntu #62691, bật MPU cho snd-cmipci
tùy chọn snd-cmipci mpu_port=0x330 fm_port=0x388
# Giữ snd-pcsp không được tải làm card âm thanh đầu tiên
tùy chọn chỉ số snd-pcsp=-2
# Giữ snd-usb-audio không được tải dưới dạng soundcard đầu tiên
tùy chọn snd-usb-audio index=-2
Làm thế nào để tôi khắc phục điều này?