找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 5526|回复: 8

请问一下B70,openwrt官方固件USB3.0无法识别

[复制链接]
极路由4增强版 HC5962  刷的官方openwrt固件,安装了常用的驱动现在移动硬盘(USB3.0)的,接到路由器2.0上可以看到,换到3.0口就看不到了
用一个2.0的U盘,插到3.0口上也可以识别出来


想问一下,想要使用3.0口带3.0的移动硬盘该装什么包


已经安装的包:
kmod-usb-storage
usbutils
kmod-fs-vfat
block-mount
kmod-fs-ext4
kmod-usb-storage-uas
kmod-scsi-core
kmod-usb-core
kmod-usb-storage-extras
kmod-usb2

kmod-usb3

我的恩山、我的无线 The best wifi forum is right here.
kmod-usb3
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
移动硬盘是不是 UASP 的,现在 7621 OpenWrt USB 驱动有 bug,不能驱动 3.0 UASP,2.0 可以
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

Kernel modules ---> Block Device ---> <> kmod-block2mtd
Kernel modules ---> Block Device ---> <> kmod-scsi-core
Kernel modules ---> Block Device ---> kmod-scsi-generic (usb 转IDE ,SATA)

Kernel modules ---> Filesystems ---> <> kmod-fs-ext4
Kernel modules ---> Filesystems ---> <> kmod-fs-nfs
Kernel modules ---> Filesystems ---> <> kmod-fs-nfs-common
Kernel modules ---> Filesystems ---> <> kmod-fs-ntfs (只读)
Kernel modules ---> Filesystems ---> <> kmod-fs-vfat
Kernel modules ---> Filesystems ---> <> kmod-fuse
Utilities --->Filesystem ---> ntfs-3g (比ntfs更好用,但CPU占用略高,可以NTFS读写)

Kernel modules ---> Other modules ---> <> kmod-mmc
Kernel modules ---> Other modules ---> <> kmod-sdhci
Kernel modules ---> Other modules ---> kmod-sdhci-mt7620

Base system ---> <> block-mount 添加USB挂载
Base system ---> <> librt (libpthread 会自动联动选中) 添加USB挂载
Kernel modules ---> USB Support ---> <> kmod-usb-hid (usb键盘鼠标支持) <> kmod-usb-ohci
<> kmod-usb-storage (usb storage 驱动)
<> kmod-usb-storage-extras <> kmod-usb-uhci (usb 1.1 驱动) <> kmod-usb2
kmod-usb3

Utilities ---> <> usbutils
Libraries ---> <> libusb-1.0
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

如果挂载点不能看到2个
usb,另外用winscp修改了/etc/hotplug.d/block/10-mount,和15-automount,就可以了。
#!/bin/ash


case "$ACTION" in
    add)
        for i in $(ls /dev/ | grep 'sd[a-z][1-9]')
        do
            mkdir -p /mnt/$i
            mount -o iocharset=utf8,rw /dev/$i /mnt/$i
            if [ $? -ne 0 ]
            then
                mount -o rw /dev/$i /mnt/$i
            fi
        done
        ;;
    remove)
        MOUNT=`mount | grep -o '/mnt/sd[a-z][1-9]'`
        for i in $MOUNT
        do
            umount $i
            if [ $? -eq 0 ]
            then
                rm -r $i
            fi
        done
        ;;
esac
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

看错了,官方固件。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

哪里有完整的B70刷机帖子啊?从刷BREED到刷openwrt的,求分享,谢谢!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

请问楼主解决了吗?我的xiaomi-r3g也驱动不了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

jiaion 发表于 2019-4-15 10:19
请问楼主解决了吗?我的xiaomi-r3g也驱动不了

你解决了吗
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-29 23:29

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

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