找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4585|回复: 14

wrt 300n v1.1至尊裸板 USB2.0有些进展

[复制链接]
发表于 2009-1-8 20:12 | 显示全部楼层 |阅读模式
在DDWRT FORUM上认识了一个老外,加了他MSN,他给了我一个脚本让我重起后运行一下然后把结果发到他的邮箱里,只能明天等他查了邮件才行了。
U盘是Netac 4G 群连主控 u12-u14

没用这个脚本之前原本是都是-71的错误,从来都没认出过U盘和分区,现在可以认出U盘的制造商,分区和容量,但是最终还是报了-71错误导致无法mount

他给我的脚本是:
#!/bin/sh
(
num=0
# Making sure devices are found then stop after 15 tries
while [ $num -lt 15 ]; do
        if  [ -e /dev/scsi/host0/bus0/target0/lun0/part1 ]; then
                        echo "USB Device connected with USB 2.0 abilities"
                        num=15
        else
                        #rmmod sd_mod
                        #rmmod usb-storage
                        #rmmod scsi_mod
                        rmmod ehci-hcd
                        #rmmod usbcore
                        sleep 2
                        #insmod /jffs/lib/modules/2.4.30/usbcore.o
                        insmod /lib/modules/2.4.36/ehci-hcd.o
                        #insmod /jffs/lib/modules/2.4.36/scsi_mod.o
                        #insmod /jffs/lib/modules/2.4.30/usb-storage.o
                        #insmod /jffs/lib/modules/2.4.30/sd_mod.o
                        echo "Tried $num times, will exit after 15 is reached"
                        let num=num+1
                        sleep 2
       fi
done
) > /tmp/usb.log 2>&1


运行他的脚本usb.log内容是:
Tried 0 times, will exit after 15 is reached
USB Device connected with USB 2.0 abilities


dmesg信息是:
ehci_hcd 00:02.1: remove state 1
usb.c: USB disconnect on device 00:02.1-0 address 1
usb.c: USB bus 2 deregistered
hub.c: new USB device 00:02.0-1, assigned address 2
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Netac     Model: OnlyDisk          Rev: PMAP
  Type:   Direct-Access                      ANSI SCSI revision: 02
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sda: 7827456 512-byte hdwr sectors (4008 MB)

sda: Write Protect is off
Partition check:
/dev/scsi/host0/bus0/target0/lun0: p1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
ehci_hcd 00:02.1: PCI device 14e4:471a
ehci_hcd 00:02.1: irq 3, pci mem b8002800
usb.c: new USB bus registered, assigned bus number 2
ehci_hcd 00:02.1: illegal capability!
ehci_hcd 00:02.1: USB 0.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
hub.c: USB hub found
hub.c: 2 ports detected
usb.c: USB disconnect on device 00:02.0-1 address 2
hub.c: new USB device 00:02.1-1, assigned address 2
usb.c: USB device not accepting new address=2 (error=-71)
hub.c: new USB device 00:02.1-1, assigned address 3
usb.c: USB device not accepting new address=3 (error=-71)

[ 本帖最后由 pdckxd 于 2009-1-8 20:15 编辑 ]

本帖子中包含更多资源

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

×
我的恩山、我的无线 The best wifi forum is right here.
 楼主| 发表于 2009-1-9 15:23 | 显示全部楼层
顶一下,有人看看吗,是什么原因
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-1-9 17:00 | 显示全部楼层
等老外吧
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-1-9 17:25 | 显示全部楼层
我是350的主板,刷了这个版本以后好像就2.0的问题解决了!!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2009-1-9 19:28 | 显示全部楼层
老外说可能ddwrt 给 350版本做了patch但没有给300n1.1打patch,他自己有台300n v1.1,等他改好USB和内存就开始研究USB2.0的问题,到时候就有戏啦,慢慢等。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-1-9 21:30 | 显示全部楼层
热切期待你也能搞定2.0
2.0和1.1还是区别巨大的,呵呵
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-1-11 01:44 | 显示全部楼层
顶一下,强烈关注usb2.0
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-1-12 23:28 | 显示全部楼层
原帖由 pdckxd 于 2009-1-9 19:28 发表
老外说可能ddwrt 给 350版本做了patch但没有给300n1.1打patch,他自己有台300n v1.1,等他改好USB和内存就开始研究USB2.0的问题,到时候就有戏啦,慢慢等。

老外真牛B
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-1-13 19:57 | 显示全部楼层
有进展吗?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2009-1-14 08:48 | 显示全部楼层
老外在努力,现在不知道什么情况
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-3-25 10:40 | 显示全部楼层
老外加油啊
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-5-3 22:57 | 显示全部楼层
还没有结果啊?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-5-15 15:13 | 显示全部楼层
加油啊~  没事来顶一顶~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2009-5-15 17:54 | 显示全部楼层
没消息了,我早就把300给卖了,不想等了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2009-5-26 14:44 | 显示全部楼层
谁收?我也打算出掉了。呵呵
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-24 07:51

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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