Difference between revisions of "S1300 from GL iNet"

Wiki.TerraBase.info
Jump to navigation Jump to search
(Created page with "Issue: Bluetooth just won't work as anticipated (say, with a speaker) Source of issue: It appears the "Bluez Stuff" that comes in OpenWRT 22.x aren't as good as what comes with 23.x. Catch 22: The S1300 doesn't have a 23.x version of OpenWRT available that's been built. Solution? https://mirror-03.infra.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/packages/ * opkg install bluez-libs_5.66-1_arm_cortex-a7_neon-vfpv4.ipk * opkg install bluez-utils_5....")
 
m
Line 10: Line 10:
https://mirror-03.infra.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/packages/
https://mirror-03.infra.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/packages/


* opkg install bluez-libs_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
*opkg install bluez-libs_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
* opkg install bluez-utils_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
*opkg install bluez-utils_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
* opkg install bluez-utils-extra_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
*opkg install bluez-utils-extra_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
* opkg install bluez-daemon_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
*opkg install bluez-daemon_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
* 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 ===
btrtl is a KMOD module that thankfully isn't available in ....
 
opkg kmod (to get full modprobe capability instead of the BusyBox version)
 
 
/etc/modules or etc/modules-load.d to load a module on reboot

Revision as of 15:58, 12 September 2024

Issue: Bluetooth just won't work as anticipated (say, with a speaker)

Source of issue: It appears the "Bluez Stuff" that comes in OpenWRT 22.x aren't as good as what comes with 23.x.

Catch 22: The S1300 doesn't have a 23.x version of OpenWRT available that's been built.

Solution?


https://mirror-03.infra.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/packages/

  • opkg install bluez-libs_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
  • opkg install bluez-utils_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
  • opkg install bluez-utils-extra_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
  • opkg install bluez-daemon_5.66-1_arm_cortex-a7_neon-vfpv4.ipk
  • opkg install bluez-tools_20201025.f653217-2_arm_cortex-a7_neon-vfpv4.ipk

KMOD Stuff

btrtl is a KMOD module that thankfully isn't available in ....

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


/etc/modules or etc/modules-load.d to load a module on reboot