-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't work in tp-link WR720N #3
Comments
Did you add the kernel patch? https://github.com/DavidBuchanan314/fusee-lede/blob/master/899-ehci_enable_large_ctl_xfers.patch |
Thank you in advance. I'm not sure whether already add the kernel patch.How to confirm it was patched? |
The program only runs when a USB device is plugged in https://github.com/DavidBuchanan314/fusee-nano/blob/master/files/20-tegra_rcm#L5 If you edit the command to Alternatively, you can run the program manually over ssh with |
Thanks,I copy the patch and rebuild the firmware.It seems work correct,but NS is still not work。 When i connect NS: This time i run the program manually in the lede system,it has some error: |
I have the same problem with tp-link mr11u. |
@jnxfzhzx Me too, me be we should modify the EHCI patch? |
@xyqkent No, I think it is the flaw of AR9331 chip set. |
I have a similar issue with the TP-LINK TP-WR703N. Either the device generates USB errors:
Or I get:
|
Further info, when I prevent hotplug from automatically executing the binary I get this: [] device id: 80050419000000xxxxxxxxxxxxxxxx62 So this seems to be the same issue as the other folks are reporting. |
@carneyzhang It's suddenly occurred to me what might be causing this. What is the endianness of you device's CPU? |
@DavidBuchanan314 |
@sweetlilmre assuming it is bigendian, I've just pushed what I hope is a fix. Would you mind building from the latest commit, and let me know how it goes? |
@DavidBuchanan314 |
@sweetlilmre Ooops. I think adding Edit: I fixed the code in the repo with a force-push, because I'm evil. |
That's hilarious :) I just discovered the _BSD_SOURCE requirement before I saw this. |
I finally got a build up and flashed (comedy of errors). Unfortunately it doesn't seem to work. I still get the same USB errors. |
@DavidBuchanan314 confirmed. Completely fresh build and I still have the same USB errors. |
Oh well. Thanks for trying though. |
I builded a x86 version 2 month ago and it worded fine in my HP Notebook. I think it is the flaw of AR9331 chip set , so I give up. |
Hi,thank you for share this code.
I follow the readme buliding the firmware for WR720N router.In the menuconfig I also check uhci ohci usb2 usb3 module support,but when router connect the NS that nothing happened,the screen is black.
Could you help me,how can i do for this,thank you!
This is lede system log:
Tue Jun 19 12:27:29 2018 daemon.notice netifd: Network device 'wlan0' link is up Tue Jun 19 12:27:31 2018 kern.info kernel: [ 126.439156] br-lan: port 2(wlan0) entered forwarding state Tue Jun 19 12:31:24 2018 kern.info kernel: [ 359.069087] usb 1-1: new high-speed USB device number 2 using ehci-platform
This is console info:
root@LEDE:~# lsusb Bus 001 Device 002: ID 0955:7321 NVIDIA Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The text was updated successfully, but these errors were encountered: