S1300 from GL iNet: Difference between revisions

mNo edit summary
mNo edit summary
Line 16: Line 16:
*opkg install bluez-tools_20201025.f653217-2_arm_cortex-a7_neon-vfpv4.ipk
*opkg install bluez-tools_20201025.f653217-2_arm_cortex-a7_neon-vfpv4.ipk


=== KMOD Stuff ===
===KMOD Stuff===
btrtl is a KMOD module that thankfully isn't available in ....
btrtl is a KMOD module that thankfully isn't available in kmod-bluetooth....


opkg kmod (to get full modprobe capability instead of the BusyBox version)
opkg kmod (to get full modprobe capability instead of the BusyBox version)
Line 23: Line 23:


/etc/modules or etc/modules-load.d to load a module on reboot
/etc/modules or etc/modules-load.d to load a module on reboot
modprobe -a
modprobe --force-vermagic btrtl
modprobe --force-modversion btrtl
insmod /lib/modules/5.15.150/btrtl.ko (less powerful command with fewer options in OpenWRT)