{"id":20396963,"url":"https://github.com/bb-qq/aqc111","last_synced_at":"2025-04-05T10:09:34.871Z","repository":{"id":37294245,"uuid":"206903310","full_name":"bb-qq/aqc111","owner":"bb-qq","description":"DSM driver for Aquantia AQC111U(5Gbps) based USB Ethernet adapters","archived":false,"fork":false,"pushed_at":"2023-07-15T07:55:44.000Z","size":184,"stargazers_count":440,"open_issues_count":31,"forks_count":48,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-03-29T09:11:44.562Z","etag":null,"topics":["driver","kernel-module","synology","synology-nas","synology-package"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bb-qq.png","metadata":{"files":{"readme":"README.org.md","changelog":"history.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-09-07T02:19:10.000Z","updated_at":"2025-03-25T19:45:56.000Z","dependencies_parsed_at":"2023-10-20T18:19:04.504Z","dependency_job_id":null,"html_url":"https://github.com/bb-qq/aqc111","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Faqc111","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Faqc111/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Faqc111/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bb-qq%2Faqc111/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bb-qq","download_url":"https://codeload.github.com/bb-qq/aqc111/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318745,"owners_count":20919484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["driver","kernel-module","synology","synology-nas","synology-package"],"created_at":"2024-11-15T04:10:48.328Z","updated_at":"2025-04-05T10:09:34.839Z","avatar_url":"https://github.com/bb-qq.png","language":"C","readme":"# Linux USB driver\n\n## Build from sources:\n* Unpack sources to temporary folder (e.g `tar -xf pacific.tar.gz`).\n  It will create Linux/ directory \n* Change directory (`cd Linux`)\n* Perform `make` \n\n## Load driver:\n* `modprobe usbnet`\n* `insmod aqc111.ko`\n\n## Unload driver:\n* `rmmod aqc111`\n\n## Install driver:\nNote: starting from 5.x kernel, driver is built in. Be aware to corrupt original file.\n* `cp aqc111.ko /lib/modules/$(uname -r)/kernel/drivers/net/usb/`\n* `depmod -a`\n\n## Uninstall driver:\nNote: starting from 5.x kernel, driver is built in. Be aware to corrupt original file.\n* `rm /lib/modules/$(uname -r)/kernel/drivers/net/usb/aqc111.ko`\n* `depmod -a`\n\n## Private flags reference:\n### Query supported flags:\n```bash\nethtool --show-priv-flags \u003cinterface\u003e\n```\n\n### Currently supported flags:\n\n| Flag | Default value |\n| -----| ------------- |\n| Low Power 5G | off |\n| Thermal throttling | on |\n\n### Change flag:\n\n**Enable:**\n```bash\nethtool --set-priv-flags \u003cinterface\u003e \"\u003cflag\u003e\" on\n```\n\n**Disable:**\n```bash\nethtool --set-priv-flags \u003cinterface\u003e \"\u003cflag\u003e\" off\n```\n\n**E.g**\n```bash\nethtool --set-priv-flags enx0017b6123456 \"Low Power 5G\" on\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbb-qq%2Faqc111","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbb-qq%2Faqc111","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbb-qq%2Faqc111/lists"}