forum.gl-inet.cn

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz
    查看: 1254|回复: 4

    [经验分享] Qualcomm and MediaTek

    [复制链接]

    54

    主题

    358

    帖子

    7689

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    7689
     楼主| 发表于 2025-9-30 06:50:37 | 显示全部楼层 |阅读模式
    本帖最后由 角色 于 2025-10-31 18:54 编辑

    Qualcomm and MediaTek (对不起重新修改)

    下面只是主要产品。

    Qualcomm (US baesd): GL-AX1800, GL-AXT1800, GL-BE3600, GL-BE9300, GL-BE6500
    MediaTek (TW based): GL-MT3000, GL-MT6000, Cudy TR3000, GL-MT3600BE

    广联先有Qualcomm GL-AX1800和GL-AXT1800,换了MediaTek,出了GL-MT3000,GL-MT6000,后面又用回Qualcomm GL-BE3600,GL-BE9300,GL-BE6500。主要用家用原厂固件GL.iNet,而GL.iNet=Admin Panel + OpenWrt*,OpenWrt*与vanilla official OpenWrt不同,但不影响第三特殊插件,所都可以安装PassWaxx (xx->ll) and OpenClaxx (xx->sh)。

    GL-MT3600BE是新出产品,要多看它的参数确定。

    1、GL.iNet=Admin Panel + OpenWrt* / Stable OpenWrt*  (Qualcomm, MediaTek)
    2、GL.iNet=Admin Panel + Native OpenWrt* 24 (简称op24) (MediaTek: GL-MT3000, GL-MT6000)
    3、Vanilla OpenWrt (简称OpenWrt) (MediaTek: GL-MT3000, GL-MT6000, Cudy TR3000)

    回复

    使用道具 举报

    54

    主题

    358

    帖子

    7689

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    7689
     楼主| 发表于 2025-9-30 06:50:54 | 显示全部楼层
    本帖最后由 角色 于 2025-10-31 20:00 编辑

    目录:

    Qualcomm Settings

    MediaTek
    • GL-MT3000/GL-MT6000 Stable version
    • GL-MT3000/GL-MT6000 Native OpenWrt 24



    回复

    使用道具 举报

    54

    主题

    358

    帖子

    7689

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    7689
     楼主| 发表于 2025-9-30 06:51:14 | 显示全部楼层
    本帖最后由 角色 于 2025-10-31 18:56 编辑

    Qualcomm settings


    (Begin of) OPKG Configuration

    Below is a listing of the various configuration files used by opkg. Use opkg.conf for global settings and customfeeds.conf for custom repository entries. The configuration in the other files may be changed but is usually not preserved by sysupgrade.

    /etc/opkg.conf
    1. dest root /
    2. dest ram /tmp
    3. lists_dir ext /var/opkg-lists
    4. option overlay_root /overlay
    复制代码

    /etc/opkg/customfeeds.conf
    1. # add your custom package feeds here
    2. #
    3. # src/gz example_feed_name http://www.example.com/path/to/files
    复制代码

    /etc/opkg/distfeeds.conf
    1. src/gz glinet_core https://fw.gl-inet.cn/releases/qsdk_v12.5/kmod-4.7/be3600-ipq53xx
    2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet
    3. src/gz opnwrt_packages https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages
    复制代码

    ##### End of "OPKG Configuration" #####

    如果要加入第三方特殊插件就要多加入opkg configuration

    (Begin of) Addition opkg configuration

    /etc/opkg.conf (add)
    1. arch all 1
    2. arch noarch 1
    3. arch aarch64_cortex-a53 5
    4. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    /etc/opkg/customfeeds.conf (add from ImmortWrt)
    1. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    ##### End of "Addition opkg configuration" #####

    (Begin of) 整合opkg configuration

    /etc/opkg.conf (需要加)
    1. dest root /
    2. dest ram /tmp
    3. lists_dir ext /var/opkg-lists
    4. option overlay_root /overlay
    5. arch all 1
    6. arch noarch 1
    7. arch aarch64_cortex-a53 5
    8. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    /etc/opkg/customfeeds.conf (需要加)
    1. # add your custom package feeds here
    2. #
    3. # src/gz example_feed_name http://www.example.com/path/to/files
    4. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    5. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    6. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    7. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    8. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    /etc/opkg/distfeeds.conf (不需要加)
    1. src/gz glinet_core https://fw.gl-inet.cn/releases/qsdk_v12.5/kmod-4.7/be3600-ipq53xx
    2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet
    3. src/gz opnwrt_packages https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages
    复制代码

    ##### End of "整合opkg configuration" #####

    ##### 香港 settings #####

    /etc/opkg.conf (跟以前一样)
    1. dest root /
    2. dest ram /tmp
    3. lists_dir ext /var/opkg-lists
    4. option overlay_root /overlay
    5. arch all 1
    6. arch noarch 1
    7. arch aarch64_cortex-a53 5
    8. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    /etc/opkg/customfeeds.conf (mirrors.vsean.net/openwrt转downloads.immortalwrt.org)
    1. # add your custom package feeds here
    2. #
    3. # src/gz example_feed_name http://www.example.com/path/to/files
    4. src/gz base https://downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/base
    5. src/gz luci https://downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/luci
    6. src/gz packages https://downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/packages
    7. src/gz routing https://downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/routing
    8. src/gz telephony https://downloads.immortalwrt.org/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码

    /etc/opkg/distfeeds.conf (需要把cn转com)
    1. src/gz glinet_core https://fw.gl-inet.com/releases/qsdk_v12.5/kmod-4.7/be3600-ipq53xx
    2. src/gz glinet_gli_pub https://fw.gl-inet.com/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet
    3. src/gz opnwrt_packages https://fw.gl-inet.com/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages
    复制代码

    ##### End of 香港 settings #####
    回复

    使用道具 举报

    54

    主题

    358

    帖子

    7689

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    7689
     楼主| 发表于 2025-10-1 14:18:47 | 显示全部楼层
    本帖最后由 角色 于 2025-10-31 19:59 编辑

    GL-BE3600 Stable version

    GL-AX1800, GL-AXT1800, GL-BE3600, GL-BE9300, GL-BE6500

    Test ok: GL-BE3600 (IPQ5332)
    Test may be ok: GL-AX1800 (IPQ6000), GL-AXT1800 (IPQ6000)如果你有可以测试一下。

    Listing 1: /etc/opkg.conf (add)
    1. arch all 1
    2. arch noarch 1
    3. arch aarch64_cortex-a53 5
    4. arch aarch64_cortex-a53_neon-vfpv4 10
    复制代码

    For ImmortalWrt, GL-BE3600 (IPQ5332) (suitable for PassWaxx and OpenClaxx)
    Listing 2: /etc/opkg/customfeeds.conf (add)
    1. src/gz base https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/telephony
    复制代码

    Listing 3: opkg update
    1. root@GL-BE3600:~# opkg update
    2. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/base/Packages.gz
    3. Updated list of available packages in /var/opkg-lists/base
    4. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/luci/Packages.gz
    5. Updated list of available packages in /var/opkg-lists/luci
    6. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/packages/Packages.gz
    7. Updated list of available packages in /var/opkg-lists/packages
    8. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/routing/Packages.gz
    9. Updated list of available packages in /var/opkg-lists/routing
    10. Downloading https://mirrors.vsean.net/openwrt/releases/23.05.7/packages/aarch64_cortex-a53/telephony/Packages.gz
    11. Updated list of available packages in /var/opkg-lists/telephony
    12. Downloading https://fw.gl-inet.cn/releases/qsdk_v12.5/kmod-4.7/be3600-ipq53xx/Packages.gz
    13. Updated list of available packages in /var/opkg-lists/glinet_core
    14. Downloading https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet/Packages.gz
    15. Updated list of available packages in /var/opkg-lists/glinet_gli_pub
    16. Downloading https://fw.gl-inet.cn/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages/Packages.gz
    17. Updated list of available packages in /var/opkg-lists/opnwrt_packages
    18. Updating database.
    19. Database update completed.
    20. root@GL-BE3600:~#
    复制代码

    图1:Begin of luci-app-passwaxx (xx->ll)


    图2:End of luci-app-passwaxx (xx->ll)


    图3:PassWaxx (xx->ll)


    图4: YouTube on PassWaxx (xx->ll)


    图5:CCTV5 on PassWaxx (xx->ll)




    Installation of luci-app-openclaxx (xx->sh)


    Test on OpenClaxx (xx->sh)







    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x
    回复

    使用道具 举报

    54

    主题

    358

    帖子

    7689

    积分

    论坛元老

    Rank: 8Rank: 8

    积分
    7689
     楼主| 发表于 2025-10-2 18:29:27 | 显示全部楼层
    本帖最后由 角色 于 2025-10-22 20:50 编辑

    MediaTek GL.iNet GL-MT6000 v4.8.2 (MediaTek)

    GL-MT3000, GL-MT6000 (mediatek/filogic or mediatek/mt7986)

    现在GL-MT6000 v4.8.2,行21.02-SNAPSHOT (MediaTek SDK)


    OPKG Configuration (GL.iNet GL-MT6000 v4.8.2)

    Below is a listing of the various configuration files used by opkg. Use opkg.conf for global settings and customfeeds.conf for custom repository entries. The configuration in the other files may be changed but is usually not preserved by sysupgrade.

    1. /etc/opkg.conf
    2. dest root /
    3. dest ram /tmp
    4. lists_dir ext /var/opkg-lists
    5. option overlay_root /overlay
    复制代码

    /etc/opkg/customfeeds.conf
    1. # add your custom package feeds here
    2. #
    3. # src/gz example_feed_name http://www.example.com/path/to/files
    复制代码

    /etc/opkg/distfeeds.conf
    1. src/gz glinet_core https://fw.gl-inet.cn/releases/mt798x/kmod-5.4.246/aarch64_cortex-a53/mediatek
    2. src/gz glinet_gli_pub https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/glinet
    3. src/gz glinet_gli_packages https://fw.gl-inet.cn/releases/mt798x/packages-4.5/aarch64_cortex-a53/packages
    复制代码

    #######################
    /etc/opkg/customfeeds.conf (add) for PassWaxx and OpenClaxx (Respect Rules(respect-rules))


    21.02-SNAPSHOT

    1. src/gz base https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base
    2. src/gz luci https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/luci
    3. src/gz packages https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/packages
    4. src/gz routing https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/routing
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/telephony
    复制代码

    PassWaxx:YouTube


    PassWaxx:CCTV5


    ###############################

    Test on PassWaxx (xx->ll)

    1. opkg update
    2. opkg install luci-app-passwaxx
    复制代码

    图1:luci-app-passwaxx


    设置PassWaxx,可以参考
    https://forum.gl-inet.cn/forum.p ... 27315&fromuid=13739



    ######################################
    BE3600 似乎得到了大佬的认可。。。。。
    https://forum.gl-inet.cn/forum.p ... =5208&fromuid=13739

    BE3600为啥不支持quickstart
    https://forum.gl-inet.cn/forum.p ... =5130&fromuid=13739

    GL FAN
    https://forum.gl-inet.cn/forum.p ... 25885&fromuid=13739

    CN
    https://forum.gl-inet.cn/forum.p ... 26996&fromuid=13739

    1. # 注意 19.07-SNAPSHOT
    2. https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/19.07-SNAPSHOT/packages/
    3. # 注意 ipq807x
    4. https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/19.07-SNAPSHOT/targets/ipq807x/
    5. # 注意 aarch64_cortex-a53
    6. https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/19.07-SNAPSHOT/packages/aarch64_cortex-a53/
    复制代码

    https://mudew.com/2022/11/23/%E5 ... %E8%AE%B0%E5%BD%95/

    用香港版:
    https://www.reddit.com/r/GlInet/ ... lcomm_and_firmware/
    For OpenWrt (not suitable for PassWaxx)
    /etc/opkg/customfeeds.conf (add)
    1. src/gz base https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/base
    2. src/gz packages https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/packages
    3. src/gz routing https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/routing
    4. src/gz luci https://mirrors.aliyun.com/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/luci
    5. src/gz telephony https://mirrors.vsean.net/openwrt/releases/23.05.6/packages/aarch64_cortex-a53/telephony
    复制代码
    https://forum.gl-inet.cn/forum.p ... 25475&fromuid=13739






    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|gl-inet.cn ( 粤ICP备18130956号 )

    GMT+8, 2025-11-21 06:55 , Processed in 0.023397 second(s), 24 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表