-
Notifications
You must be signed in to change notification settings - Fork 47
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
AQC111 driver with QNAP QNA-UC5G1T USB 3.0 to 5Gbe Adapter always stops working after some time #124
Comments
Most likely, it is shutting down due to heat. This aqc111 driver supports setting priv flags to use less power, and disable the thermal throttling and works for the most part.
@bb-qq it'd be great if these features were merged into the mainline kernel. Seems like it'd make sense to have those without having to patch the system after every kernel update. Thoughts? |
Thank you for the answer! With this, the QNAP 5 Gbit adapter seems to work stable. However, some general words, the 5 Gbit over USB has limitations:
|
The source code my driver is based on is provided by the vendor (Aquantia/Marvell), and the Linux kernel driver is committed by the vendor as well. |
@bb-qq thank you for that info. Where is the appropriate place to request the feature? Here or Linux kernel issue tracker? |
I have Synology DS720+.
Installation works fine for QNAP QNA-UC5G1T and with iperf3 I get throughput like 3.2 GBit.
After transferring lots of data, it then stops working. I need to stop AQC111 driver and start again.
In contrast to QNAP 5 Gbit adapter, the 2.5 Gbit adapter for R8152 always works fine and stable.
Who can help with my 5 Gbit issue? Does anyone experience the same?
The text was updated successfully, but these errors were encountered: