Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Anyone tried AX750? I'm close... #12

@modemmike

Description

@modemmike

How I installed it (needed to use the sd card for space)

opkg update &&
opkg install block-mount kmod-fs-ext4 kmod-usb-storage e2fsprogs && \

umount /dev/sda1
mkfs.ext4 /dev/sda1
mkdir -p /mnt/sda1
mount /dev/sda1 /mnt/sda1
cp -a -f /overlay/. /mnt/sda1
cat << EOF > /etc/config/fstab
config 'global'
option anon_swap '0'
option anon_mount '0'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '0'

config 'mount'
option target '/overlay'
option device '/dev/sda1'
option fstype 'ext4'
option options 'rw,sync'
option enabled '1'
option enabled_fsck '0'
EOF
/etc/init.d/fstab enable
reboot

opkg install ar xz xz-utils tar luci-compat libcap wget-ssl

Do the installation steps outlined in the [video](Do the installation steps outlined in the video) (uploaded the ipk etc).

From the log:

Log Reset & Speedify Update/Install
Repository URL:https://apt.connectify.me
Repository Ubuntu packages URL:https://apt.connectify.me/dists/speedify/main/binary-armhf/Packages
Latest Version:14.8.5-11916
Speedify package URL:https://apt.connectify.me/pool/main/s/speedify/speedify_14.8.5-11916_armhf.deb
Speedify UI package URL:https://apt.connectify.me/pool/main/s/speedifyui/speedifyui_14.8.5-11916_armhf.deb
Installing GNU C Library
Removing cache if it exists at /tmp/spddw
Downloading Speedify...
Downloading Speedify UI...
Extracting Speedify...
Extracting Speedify UI...
Deleting installation files...
Updating OpenWrt configration and starting Speedify...
Speedify is now installed, user interface is at http:///spdui/?wsPort=9331

Unfortunately, all I get for the SpeedifyUI is

image

I like this router because it's small, low power and can be found used for less than $50. My plan was to combine the onboard lte, add a USB modem and then also mix in wifi when available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions