Posts by lalaland334

    i am using LibreElec on an old NUC which needs certain parameters adjustment to function properly so in LibreElec i made a file .config/modprobe.d/my.conf with following kernel module parameters

    when i make changes there i have to manually run following commands after reboot to see if the changes have been applied successfully

    Bash
    LibreELEC:~ # cat /sys/module/btusb/parameters/
    disable_scofix      enable_autosuspend  force_scofix        reset
    LibreELEC:~ # cat /sys/module/btusb/parameters/force_scofix 
    N
    LibreELEC:~ # cat /sys/module/btusb/parameters/enable_autosuspend 
    N
    LibreELEC:~ # cat /sys/module/btusb/parameters/reset
    Y

    on my ArchLinux system i just run the following one line command see this all