* Remove busybox Linux module support Since systemd relies on the upstream Linux kernel module handling utility "kmod" the busybox implementations are not required. Already today the official "kmod" utility takes precedence: haos # ls -la /usr/sbin/*mod* lrwxrwxrwx 1 root root 11 Nov 11 11:32 /usr/sbin/depmod -> ../bin/kmod lrwxrwxrwx 1 root root 11 Nov 11 11:32 /usr/sbin/insmod -> ../bin/kmod lrwxrwxrwx 1 root root 11 Nov 11 11:32 /usr/sbin/lsmod -> ../bin/kmod lrwxrwxrwx 1 root root 11 Nov 11 11:32 /usr/sbin/modinfo -> ../bin/kmod lrwxrwxrwx 1 root root 11 Nov 11 11:32 /usr/sbin/modprobe -> ../bin/kmod lrwxrwxrwx 1 root root 11 Nov 11 11:32 /usr/sbin/rmmod -> ../bin/kmod * Move modprobe configuration alsa-base.conf to correct location The official modprobe package from kmod checks three locations: /etc/modprobe.d/, /lib/modprobe.d/ and /run/modprobe.d/. Since usr-move /lib is a symlink to /usr/lib, the correct location for distribution provided modprobe files is /usr/lib/modprobe.d.
20 lines
532 B
Plaintext
20 lines
532 B
Plaintext
#############################
|
|
# ALSA drivers load options
|
|
# Based from LibreELEC
|
|
#############################
|
|
|
|
# Prevent abnormal drivers from grabbing index 0
|
|
options snd-bt87x index=-2
|
|
options cx88-alsa index=-2
|
|
options saa7134-alsa index=-2
|
|
options snd-atiixp-modem index=-2
|
|
options snd-intel8x0m index=-2
|
|
options snd-via82xx-modem index=-2
|
|
options snd-usb-audio index=-2
|
|
options snd-usb-usx2y index=-2
|
|
options snd-usb-caiaq index=-2
|
|
options snd-cmipci mpu_port=0x330 fm_port=0x388
|
|
|
|
# HDA intel
|
|
options snd-hda-intel model=auto
|