VPN from Iran - blocked access

Ok thank you very much for your time. Please take your time. and i just installed file zilla

1 Like

Save this on your Ubuntu computer as owrt_-_get_usb.sh in a UTF-8/LF encoded text file (which is the default encoding in Linux). I suggest making a temp dir in your home directory for it. Then chmod +x owrt_-_get_usb.sh to make it executable. It will create an owrt_usb_ipks dir to pull the ipks down into.

To do that run ./owrt_-_get_usb.sh download .

This is untested on my end so pls post any output.

#!/bin/sh

# 2024-01-27-2326
#
# DESCRIPTION
# Download required OWRT packages for using a USB flash disk on a Linux compute
# r. Then install them once SCP'd over to the OWRT device.
#
# NOTE
# This does not include packages required for using mechanical (HDD) USB disks.
#
# USAGE
# chmod +x owrt_-_get_usb.sh; ./owrt_-_get_usb.sh {download, install}
#
# References:
# https://openwrt.org/docs/guide-user/storage/usb-drives

if [ $# -ne 1 ]; then
    echo "This script requires exactly one argument passed to it."
    echo "to download the OWRT USB packages type 'download'"
    echo "to install type 'install' fr the same dir as the ipks."
    exit 1
fi

IPKGS="kmod-usb-storage
kmod-usb-storage-uas
usbutils
block-mount
libblkid
gdisk
parted
e2fsprogs
kmod-fs-ext4
kmod-fs-exfat
f2fs-tools
kmod-fs-f2fs"

if [ "$1" = "download" ]; then
    for i in $IPKGS; do
        if [ ! -d owrt_usb_ipks ]; then
            mkdir owrt_usb_ipks
        fi
        cd owrt_usb_ipks || return
        wget https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/"$i"
    done
fi

if [ "$1" = "install" ]; then
    for i in $IPKGS; do
        opkg install --force-reinstall --force-overwrite "$i"
    done
fi

exit 0

Once we know this works for downloading we’ll move onto getting the ipks installed on the Flint v2.

1 Like
angelina@angelina-Predator-PH315-51:~$ chmod +x owrt_-_get_usb.sh
angelina@angelina-Predator-PH315-51:~$ ./owrt_-_get_usb.sh download
--2024-01-27 04:40:57--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:40:59 ERROR 404: Not Found.

--2024-01-27 04:40:59--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-uas
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:02 ERROR 404: Not Found.

--2024-01-27 04:41:02--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/usbutils
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:04 ERROR 404: Not Found.

--2024-01-27 04:41:04--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:06 ERROR 404: Not Found.

--2024-01-27 04:41:06--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/libblkid
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:08 ERROR 404: Not Found.

--2024-01-27 04:41:08--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/gdisk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:10 ERROR 404: Not Found.

--2024-01-27 04:41:10--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/parted
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:12 ERROR 404: Not Found.

--2024-01-27 04:41:12--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/e2fsprogs
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:14 ERROR 404: Not Found.

--2024-01-27 04:41:14--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:16 ERROR 404: Not Found.

--2024-01-27 04:41:16--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:18 ERROR 404: Not Found.

--2024-01-27 04:41:18--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/f2fs-tools
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:20 ERROR 404: Not Found.

--2024-01-27 04:41:20--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-01-27 04:41:22 ERROR 404: Not Found.

Goddamnit; that’s my fault. I have to work out a way to pull down the complete ipk file name instead of just assuming the same method of opkg install $ipk works when trying to download 'em offline.

Stanby…

1 Like

@GreenCat

Pls give this a shot. Same command to execute.

#!/bin/sh

# 2024-01-27-0016
#
# DESCRIPTION
# Download required OWRT packages for using a USB flash disk on a Linux compute
# r. Then install them once SCP'd over to the OWRT device.
#
# NOTE
# This does not include packages required for using mechanical (HDD) USB disks.
#
# USAGE
# chmod +x owrt_-_get_usb.sh; ./owrt_-_get_usb.sh {download, install}
#
# References:
# https://openwrt.org/docs/guide-user/storage/usb-drives

if [ $# -ne 1 ]; then
    echo "This script requires exactly one argument passed to it."
    echo "to download the OWRT USB packages type 'download'"
    echo "to install type 'install' fr the same dir as the ipks."
    exit 1
fi

IPKGS="kmod-usb-storage
kmod-usb-storage-uas
kmod-usb-storage-extras
usbutils
block-mount
libblkid
gdisk
parted
e2fsprogs
kmod-fs-ext4
kmod-fs-exfat
f2fs-tools
kmod-fs-f2fs"

if [ "$1" = "download" ]; then
    for i in $IPKGS; do
        if [ ! -d owrt_usb_ipks ]; then
            mkdir owrt_usb_ipks
        fi
        cd owrt_usb_ipks || return
        wget -O owrt_packages_index.html https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
        # grep "$i" owrt_packages_index.html | grep "href" | cut -d "\"" -f 4 | cut -d "\"" -f 1
        for ipk in $(grep "$IPKGS" owrt_packages_index.html | grep "href" | cut -d "\"" -f 4 | cut -d "\"" -f 1); do
            wget https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/"$ipk"
        done
    done
fi

if [ "$1" = "install" ]; then
    for i in $IPKGS; do
        opkg install --force-reinstall --force-overwrite "$i"
    done
fi

exit 0

1 Like

Thank you seems liek downloaded… I dont know how do u even do this. It seems so complicated.
Just couldnt fit all… Says max is 32k character here.

angelina@angelina-Predator-PH315-51:~$ chmod +x owrt_-_get_usb.sh
angelina@angelina-Predator-PH315-51:~$ ./owrt_-_get_usb.sh download
--2024-01-27 05:21:00--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231939 (227K) [text/html]
Saving to: ‘owrt_packages_index.html’

owrt_packages_index 100%[===================>] 226.50K   172KB/s    in 1.3s    

2024-01-27 05:21:08 (172 KB/s) - ‘owrt_packages_index.html’ saved [231939/231939]

--2024-01-27 05:21:08--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31677 (31K) [application/octet-stream]
Saving to: ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’

block-mount_2024-01 100%[===================>]  30.93K  81.9KB/s    in 0.4s    

2024-01-27 05:21:11 (81.9 KB/s) - ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’ saved [31677/31677]

--2024-01-27 05:21:11--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38512 (38K) [application/octet-stream]
Saving to: ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-exfat_5.15. 100%[===================>]  37.61K  77.7KB/s    in 0.5s    

2024-01-27 05:21:14 (77.7 KB/s) - ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’ saved [38512/38512]

--2024-01-27 05:21:14--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 997 [application/octet-stream]
Saving to: ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-ext4_5.15.1 100%[===================>]     997  --.-KB/s    in 0s      

2024-01-27 05:21:16 (37.9 MB/s) - ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’ saved [997/997]

--2024-01-27 05:21:16--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 983 [application/octet-stream]
Saving to: ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-f2fs_5.15.1 100%[===================>]     983  4.94KB/s    in 0.2s    

2024-01-27 05:21:19 (4.94 KB/s) - ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’ saved [983/983]

--2024-01-27 05:21:19--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31942 (31K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ex 100%[===================>]  31.19K  18.6KB/s    in 1.7s    

2024-01-27 05:21:23 (18.6 KB/s) - ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’ saved [31942/31942]

--2024-01-27 05:21:23--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9909 (9.7K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ua 100%[===================>]   9.68K  32.8KB/s    in 0.3s    

2024-01-27 05:21:26 (32.8 KB/s) - ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’ saved [9909/9909]

--2024-01-27 05:21:26--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26150 (26K) [application/octet-stream]
Saving to: ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage_5. 100%[===================>]  25.54K  40.7KB/s    in 0.6s    

2024-01-27 05:21:29 (40.7 KB/s) - ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’ saved [26150/26150]

--2024-01-27 05:21:29--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231939 (227K) [text/html]
Saving to: ‘owrt_packages_index.html’

owrt_packages_index 100%[===================>] 226.50K   100KB/s    in 2.3s    

2024-01-27 05:21:33 (100 KB/s) - ‘owrt_packages_index.html’ saved [231939/231939]

--2024-01-27 05:21:33--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31677 (31K) [application/octet-stream]
Saving to: ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’

block-mount_2024-01 100%[===================>]  30.93K  76.0KB/s    in 0.4s    

2024-01-27 05:21:35 (76.0 KB/s) - ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’ saved [31677/31677]

--2024-01-27 05:21:35--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38512 (38K) [application/octet-stream]
Saving to: ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-exfat_5.15. 100%[===================>]  37.61K  22.0KB/s    in 1.7s    

2024-01-27 05:21:39 (22.0 KB/s) - ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’ saved [38512/38512]

--2024-01-27 05:21:39--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 997 [application/octet-stream]
Saving to: ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-ext4_5.15.1 100%[===================>]     997  --.-KB/s    in 0s      

2024-01-27 05:21:41 (26.8 MB/s) - ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’ saved [997/997]

--2024-01-27 05:21:41--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 983 [application/octet-stream]
Saving to: ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-f2fs_5.15.1 100%[===================>]     983  --.-KB/s    in 0s      

2024-01-27 05:21:43 (54.8 MB/s) - ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’ saved [983/983]

--2024-01-27 05:21:43--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31942 (31K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ex 100%[===================>]  31.19K  43.3KB/s    in 0.7s    

2024-01-27 05:21:45 (43.3 KB/s) - ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’ saved [31942/31942]

--2024-01-27 05:21:45--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9909 (9.7K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ua 100%[===================>]   9.68K  55.3KB/s    in 0.2s    

2024-01-27 05:21:47 (55.3 KB/s) - ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’ saved [9909/9909]

--2024-01-27 05:21:47--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26150 (26K) [application/octet-stream]
Saving to: ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage_5. 100%[===================>]  25.54K  56.7KB/s    in 0.5s    

2024-01-27 05:21:50 (56.7 KB/s) - ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’ saved [26150/26150]

--2024-01-27 05:21:50--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231939 (227K) [text/html]
Saving to: ‘owrt_packages_index.html’

owrt_packages_index 100%[===================>] 226.50K   110KB/s    in 2.1s    

2024-01-27 05:21:54 (110 KB/s) - ‘owrt_packages_index.html’ saved [231939/231939]

--2024-01-27 05:21:54--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31677 (31K) [application/octet-stream]
Saving to: ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’

block-mount_2024-01 100%[===================>]  30.93K  78.2KB/s    in 0.4s    

2024-01-27 05:21:56 (78.2 KB/s) - ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’ saved [31677/31677]

--2024-01-27 05:21:56--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38512 (38K) [application/octet-stream]
Saving to: ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-exfat_5.15. 100%[===================>]  37.61K  92.4KB/s    in 0.4s    

2024-01-27 05:21:58 (92.4 KB/s) - ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’ saved [38512/38512]

--2024-01-27 05:21:58--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 997 [application/octet-stream]
Saving to: ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-ext4_5.15.1 100%[===================>]     997  --.-KB/s    in 0s      

2024-01-27 05:22:00 (39.2 MB/s) - ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’ saved [997/997]

--2024-01-27 05:22:00--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 983 [application/octet-stream]
Saving to: ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-f2fs_5.15.1 100%[===================>]     983  --.-KB/s    in 0s      

2024-01-27 05:22:02 (101 MB/s) - ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’ saved [983/983]

--2024-01-27 05:22:02--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31942 (31K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ex 100%[===================>]  31.19K  19.6KB/s    in 1.6s    

2024-01-27 05:22:05 (19.6 KB/s) - ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’ saved [31942/31942]

--2024-01-27 05:22:05--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9909 (9.7K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ua 100%[===================>]   9.68K  29.2KB/s    in 0.3s    

2024-01-27 05:22:08 (29.2 KB/s) - ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’ saved [9909/9909]

--2024-01-27 05:22:08--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26150 (26K) [application/octet-stream]
Saving to: ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage_5. 100%[===================>]  25.54K  34.9KB/s    in 0.7s    

2024-01-27 05:22:11 (34.9 KB/s) - ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’ saved [26150/26150]

--2024-01-27 05:22:11--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231939 (227K) [text/html]
Saving to: ‘owrt_packages_index.html’

owrt_packages_index 100%[===================>] 226.50K  97.5KB/s    in 2.3s    

2024-01-27 05:22:15 (97.5 KB/s) - ‘owrt_packages_index.html’ saved [231939/231939]

--2024-01-27 05:22:15--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31677 (31K) [application/octet-stream]
Saving to: ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’

block-mount_2024-01 100%[===================>]  30.93K  75.5KB/s    in 0.4s    

2024-01-27 05:22:17 (75.5 KB/s) - ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’ saved [31677/31677]

--2024-01-27 05:22:17--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38512 (38K) [application/octet-stream]
Saving to: ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-exfat_5.15. 100%[===================>]  37.61K  93.1KB/s    in 0.4s    

2024-01-27 05:22:19 (93.1 KB/s) - ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’ saved [38512/38512]

--2024-01-27 05:22:19--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 997 [application/octet-stream]
Saving to: ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-ext4_5.15.1 100%[===================>]     997  --.-KB/s    in 0s      

2024-01-27 05:22:21 (37.0 MB/s) - ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’ saved [997/997]

--2024-01-27 05:22:21--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 983 [application/octet-stream]
Saving to: ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-f2fs_5.15.1 100%[===================>]     983  --.-KB/s    in 0s      

2024-01-27 05:22:23 (27.1 MB/s) - ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’ saved [983/983]

--2024-01-27 05:22:23--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31942 (31K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ex 100%[===================>]  31.19K  22.3KB/s    in 1.4s    

2024-01-27 05:22:26 (22.3 KB/s) - ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’ saved [31942/31942]

--2024-01-27 05:22:26--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9909 (9.7K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ua 100%[===================>]   9.68K  26.4KB/s    in 0.4s    

2024-01-27 05:22:28 (26.4 KB/s) - ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’ saved [9909/9909]

--2024-01-27 05:22:28--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26150 (26K) [application/octet-stream]
Saving to: ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage_5. 100%[===================>]  25.54K  35.2KB/s    in 0.7s    

2024-01-27 05:22:31 (35.2 KB/s) - ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’ saved [26150/26150]

--2024-01-27 05:22:31--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231939 (227K) [text/html]
Saving to: ‘owrt_packages_index.html’

owrt_packages_index 100%[===================>] 226.50K  89.0KB/s    in 2.5s    

2024-01-27 05:22:35 (89.0 KB/s) - ‘owrt_packages_index.html’ saved [231939/231939]

--2024-01-27 05:22:35--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31677 (31K) [application/octet-stream]
Saving to: ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’

block-mount_2024-01 100%[===================>]  30.93K  74.7KB/s    in 0.4s    

2024-01-27 05:22:38 (74.7 KB/s) - ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’ saved [31677/31677]

--2024-01-27 05:22:38--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38512 (38K) [application/octet-stream]
Saving to: ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-exfat_5.15. 100%[===================>]  37.61K  96.4KB/s    in 0.4s    

2024-01-27 05:22:40 (96.4 KB/s) - ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’ saved [38512/38512]

--2024-01-27 05:22:40--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 997 [application/octet-stream]
Saving to: ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-ext4_5.15.1 100%[===================>]     997  --.-KB/s    in 0s      

2024-01-27 05:22:42 (26.7 MB/s) - ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’ saved [997/997]

--2024-01-27 05:22:42--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 983 [application/octet-stream]
Saving to: ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-f2fs_5.15.1 100%[===================>]     983  --.-KB/s    in 0s      

2024-01-27 05:22:44 (39.0 MB/s) - ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’ saved [983/983]

--2024-01-27 05:22:44--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31942 (31K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ex 100%[===================>]  31.19K  21.4KB/s    in 1.5s    

2024-01-27 05:22:48 (21.4 KB/s) - ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’ saved [31942/31942]

--2024-01-27 05:22:48--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9909 (9.7K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ua 100%[===================>]   9.68K  35.2KB/s    in 0.3s    

2024-01-27 05:22:50 (35.2 KB/s) - ‘kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk’ saved [9909/9909]

--2024-01-27 05:22:50--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26150 (26K) [application/octet-stream]
Saving to: ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage_5. 100%[===================>]  25.54K  34.2KB/s    in 0.7s    

2024-01-27 05:22:52 (34.2 KB/s) - ‘kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk’ saved [26150/26150]

--2024-01-27 05:22:52--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 231939 (227K) [text/html]
Saving to: ‘owrt_packages_index.html’

owrt_packages_index 100%[===================>] 226.50K  92.3KB/s    in 2.5s    

2024-01-27 05:22:56 (92.3 KB/s) - ‘owrt_packages_index.html’ saved [231939/231939]

--2024-01-27 05:22:56--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31677 (31K) [application/octet-stream]
Saving to: ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’

block-mount_2024-01 100%[===================>]  30.93K  68.2KB/s    in 0.5s    

2024-01-27 05:22:58 (68.2 KB/s) - ‘block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk’ saved [31677/31677]

--2024-01-27 05:22:58--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38512 (38K) [application/octet-stream]
Saving to: ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-exfat_5.15. 100%[===================>]  37.61K  91.5KB/s    in 0.4s    

2024-01-27 05:23:01 (91.5 KB/s) - ‘kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk’ saved [38512/38512]

--2024-01-27 05:23:01--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 997 [application/octet-stream]
Saving to: ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-ext4_5.15.1 100%[===================>]     997  --.-KB/s    in 0s      

2024-01-27 05:23:03 (37.9 MB/s) - ‘kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk’ saved [997/997]

--2024-01-27 05:23:03--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 983 [application/octet-stream]
Saving to: ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-fs-f2fs_5.15.1 100%[===================>]     983  --.-KB/s    in 0s      

2024-01-27 05:23:05 (28.2 MB/s) - ‘kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk’ saved [983/983]

--2024-01-27 05:23:05--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
Resolving downloads.openwrt.org (downloads.openwrt.org)... 151.101.210.132
Connecting to downloads.openwrt.org (downloads.openwrt.org)|151.101.210.132|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 31942 (31K) [application/octet-stream]
Saving to: ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’

kmod-usb-storage-ex 100%[===================>]  31.19K  21.5KB/s    in 1.5s    

2024-01-27 05:23:08 (21.5 KB/s) - ‘kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk’ saved [31942/31942]

--2024-01-27 05:23:08--  https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/.....    
....
1 Like

That’s fine if the full output wouldn’t fit. You should now have a directory named owrt_usb_ipks with a mess of ipks in it on your Ubuntu machine. Can you pls post the output of ls -l within that directory fr the Terminal?

(This is just for my own piece of mind. We still have to get them installed in OWRT & I’m sure I’m going to have another error in that part, too.)

1 Like

total of 116 files on file mananer GUI

angelina@angelina-Predator-PH315-51:~$ cd owrt_usb_ipks
angelina@angelina-Predator-PH315-51:~/owrt_usb_ipks$ ls -l
total 384
-rw-rw-r-- 1 angelina angelina  31677 Jan 27 00:05 block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina  38512 Jan 26 23:52 kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina    997 Jan 26 23:52 kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina    983 Jan 26 23:52 kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina  26150 Jan 27 00:02 kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina  31942 Jan 27 00:02 kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina   9909 Jan 27 00:02 kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina 231939 Jan 27 05:21 owrt_packages_index.html
drwxrwxr-x 3 angelina angelina   4096 Jan 27 05:21 owrt_usb_ipks
angelina@angelina-Predator-PH315-51:~/owrt_usb_ipks$

There should be 13 packages. I note there’s another owrt_usb_ipks dir within that owrt_usb_ipks dir (eg: ~/owrt_usb_ipks/owrt_usb_ipks.

Pls post the output of

  • ls ~/owrt_usb_ipks | wc -l
  • ls ~/owrt_usb_ipks/owrt_usb_ipks | wc -l

Cheers. I’m going to be a bit bold but the reason I want to script all this for you is so that you can help those you trust do the same. The Slate Plus, Slate AX, Beryl AX, Flint v1 are also able to run ‘stock’ OWRT 23.05 so the work you & I do to get LuCI on your Flint v2… maybe even v2RayA running, would be worth it for others.

(Please note I have no experience w/ v2RayA so I can’t make any guarantees there.)

2 Likes

yes theres like more than 7, 8 folders with same name inside each folder. along with some other files.
and yes thank you very much. i will spread the word

angelina@angelina-Predator-PH315-51:~/owrt_usb_ipks$ ls ~/owrt_usb_ipks | wc -l
9
angelina@angelina-Predator-PH315-51:~/owrt_usb_ipks$ ls ~/owrt_usb_ipks/owrt_usb_ipks | wc -l
9

Goddamnit; that’s another mistake I made. I told it to make a new dir for every package before downloading. That was stupid. Please delete the whole ~/owrt_usb_ipks dir & let’s try this updated script.

#!/bin/sh

# 2024-01-27-0051
#
# DESCRIPTION
# Download required OWRT packages for using a USB flash disk on a Linux compute
# r. Then install them once SCP'd over to the OWRT device.
#
# NOTE
# This does not include packages required for using mechanical (HDD) USB disks.
#
# USAGE
# chmod +x owrt_-_get_usb.sh; ./owrt_-_get_usb.sh {download, install}
#
# References:
# https://openwrt.org/docs/guide-user/storage/usb-drives

if [ $# -ne 1 ]; then
    echo "This script requires exactly one argument passed to it."
    echo "to download the OWRT USB packages type 'download'"
    echo "to install type 'install' fr the same dir as the ipks."
    exit 1
fi

IPKGS="kmod-usb-storage
kmod-usb-storage-uas
kmod-usb-storage-extras
usbutils
block-mount
libblkid
gdisk
parted
e2fsprogs
kmod-fs-ext4
kmod-fs-exfat
f2fs-tools
kmod-fs-f2fs"

if [ "$1" = "download" ]; then
    if [ ! -d owrt_usb_ipks ]; then
        mkdir owrt_usb_ipks
    fi
    for i in $IPKGS; do
        cd owrt_usb_ipks || return
        wget -O owrt_packages_index.html https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/
        # grep "$i" owrt_packages_index.html | grep "href" | cut -d "\"" -f 4 | cut -d "\"" -f 1
        for ipk in $(grep "$IPKGS" owrt_packages_index.html | grep "href" | cut -d "\"" -f 4 | cut -d "\"" -f 1); do
            wget https://downloads.openwrt.org/snapshots/targets/mediatek/filogic/packages/"$ipk"
        done
    done
fi

# as yet untested & prone to not work
# if [ "$1" = "install" ]; then
#     for i in $IPKGS; do
#         opkg install --force-reinstall --force-overwrite "$i"
#     done
# fi

exit 0
1 Like
angelina@angelina-Predator-PH315-51:~/owrt_usb_ipks$ ls -l
total 380
-rw-rw-r-- 1 angelina angelina  31677 Jan 27 00:05 block-mount_2024-01-22-08cd7083-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina  38512 Jan 26 23:52 kmod-fs-exfat_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina    997 Jan 26 23:52 kmod-fs-ext4_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina    983 Jan 26 23:52 kmod-fs-f2fs_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina  26150 Jan 27 00:02 kmod-usb-storage_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina  31942 Jan 27 00:02 kmod-usb-storage-extras_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina   9909 Jan 27 00:02 kmod-usb-storage-uas_5.15.147-1_aarch64_cortex-a53.ipk
-rw-rw-r-- 1 angelina angelina 231939 Jan 27 05:58 owrt_packages_index.html
angelina@angelina-Predator-PH315-51:~/owrt_usb_ipks$

Humm… still only 7 ipks of an expected 13. I gotta look at the OWRT repo for a moment to see what’s going on. Standby…

1 Like

@GreenCat

So I should have expected this. These are the ipks that didn’t get downloaded by the script:

usbutils
libblkid
gdisk
parted
e2fsprogs
f2fs-tools

I’m trying to pull those ipks from an incorrect repo/feed.

Goddamnit. I’m glad we caught this before we tried installing LuCI; that would have gone nowhere. Now I have to figure out how to determine what package/ipk is in what feed so it pulls from the proper one.

Now I have to retool the script to account for three very different sets of ipk feeds. You’ll have to leave this with me for today, tomorrow; I should have something sorted out – or close to it – by that time.

If you don’t want to wait you could manually download the required ipks but I’d prefer you & I get a set of scripts working so you can give them to others. It’s your call to make, of course.

I’m on the forum near daily but tomorrow I think I’ll spend some solid time working this out.

1 Like

Thank you very much. Yes we can continue tomorrow. its also 10am here and i stayed up all night. I better get some sleep too. and you need some rest too
Thanks again for your help.
we will continue tomorrow.
I appreciate your hard work x

1 Like

It’s 0132 here. To be continued. Good nite.

1 Like

Wow, you a genius :scream:but be careful don’t make a brick router :thinking:

1 Like

It’s nearly impossible to brick GL devices by software.
As long as there is uboot (no matter if it’s the GL or OpenWrt one) you can always take it back to life.

1 Like

At this point it is running stock OpenWRT (snapshot). All the things being done now, is just getting packages to download elsewhere and get them installed on the router as the normal package repo’s are inaccessible. Chances of bricking fairly much small at this point.

bring.fringe18, the reason the router stayed at 192.168.8.1 is because sky_corridors did keep the settings. I wouldn’t recommend doing that when going from gl-inet to stock firmwares, but it appears to be not a real issue. However it could be that something might be a bit messed up.

I would recommend checking if DNS might be misconfigured due to keeping settings.

1 Like

Yeah; I know. It was a Sysupgrade; not a proper flash via U-boot. I was going to bring it up w/ OP that I’d really consider reflashing according to a U-boot image/procedure if only to clear the cruft.

Krist, I need to go to bed. G’nite/g’morning. Whatever.

# TODO: have OP chk DNS when LuCI online.

2 Likes