Skip to content

Commit

Permalink
Added notes to the description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-qq committed Jul 10, 2021
1 parent a3eaff3 commit 3edd79b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
4 changes: 3 additions & 1 deletion INFO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ version="1.3.3.0-3"
displayname="AQC111 driver"
maintainer="bb-qq"
arch="$(pkg_get_platform)"
description="Driver for Aquantia AQC111U Based USB Ethernet Adapters."
install_type="package"
thirdparty="yes"

Expand All @@ -17,6 +16,7 @@ thirdparty="yes"
if [ "${PRODUCT_VERSION}" = "7.0" ]; then
os_min_ver="7.0-40000"
RUN_AS="package"
INSTRUCTION=' [DSM7 note] The installation will fail the first time. See the readme for details.'
else
RUN_AS="root"
fi
Expand All @@ -34,4 +34,6 @@ cat <<EOS > `dirname $0`/SynoBuildConf/depends
all="${PRODUCT_VERSION}"
EOS

description="Driver for Aquantia AQC111U Based USB Ethernet Adapters.${INSTRUCTION}"

pkg_dump_info
46 changes: 25 additions & 21 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,37 @@

This is a AQC111U driver package for Synology NASes.

## Supported NAS platform

* DSM 6.2
* apollolake based products
* DS918+ (confirmed working)
* DS620slim
* DS1019+
* DS718+
* DS418play
* DS218+

You can download drivers including other platforms from the [Release page](https://github.com/bb-qq/r8152/releases) and determine a proper driver for your model from [this page](https://www.synology.com/en-global/knowledgebase/DSM/tutorial/Compatibility_Peripherals/What_kind_of_CPU_does_my_NAS_have), but you might encounter some issues with unconfirmed platforms.

I very much appreciate if you report whether it works.

NOTE: I recommend using front ports to connect devices because some users reported stability issues when they use rear ports.

## Supported AQC111U(5.0Gbps) based devices

Currently I only confirmed QNAP QNA-UC5G1T works. If you got other products and they do not work, please create a issue with its vendor id.

* [QNAP QNA-UC5G1T](https://amzn.to/2A2aI1e) (Type-A, confirmed working)
* [TRENDnet TUC-ET5G](https://amzn.to/314DASp) (Type-C)

## How to install

### Preparation

[Enable SSH](https://www.synology.com/en-us/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet) and login your NAS.

### Instlation
### Installation

1. Go to "Package Center"
2. Press "Manual Install"
Expand All @@ -34,26 +58,6 @@ This driver support additional options.
* Entering to low heat generation mode at the expense of throughput. This option should be enabled when thermal throttling is disabled.
* ``ethtool --set-priv-flags eth2 "Low Power 5G" on``

## Supported NAS platform

* DSM 6.2, 7.0(experimental)
* apollolake based products
* DS918+ (confirmed working)
* DS620slim
* DS1019+
* DS718+
* DS418play
* DS218+

If you want to use the driver on other products, please create a issue.

## Supported AQC111U(5.0Gbps) based devices

Currently I only confirmed QNAP QNA-UC5G1T works. If you got other products and they do not work, please create a issue with its vendor id.

* [QNAP QNA-UC5G1T](https://amzn.to/2A2aI1e) (Type-A, confirmed working)
* [TRENDnet TUC-ET5G](https://amzn.to/314DASp) (Type-C)

## Performance test

### Environment
Expand Down

0 comments on commit 3edd79b

Please sign in to comment.