{"id":20201021,"url":"https://github.com/kimocoder/rtw89-usb","last_synced_at":"2025-08-17T14:07:07.683Z","repository":{"id":74658739,"uuid":"265477138","full_name":"kimocoder/rtw89-usb","owner":"kimocoder","description":"unofficial 8852au mac80211 driver","archived":false,"fork":false,"pushed_at":"2023-12-15T02:14:39.000Z","size":254,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T00:14:25.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"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/kimocoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-20T06:50:48.000Z","updated_at":"2025-01-05T07:09:02.000Z","dependencies_parsed_at":"2025-04-10T11:40:17.981Z","dependency_job_id":null,"html_url":"https://github.com/kimocoder/rtw89-usb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kimocoder/rtw89-usb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimocoder%2Frtw89-usb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimocoder%2Frtw89-usb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimocoder%2Frtw89-usb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimocoder%2Frtw89-usb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kimocoder","download_url":"https://codeload.github.com/kimocoder/rtw89-usb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kimocoder%2Frtw89-usb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856775,"owners_count":24657700,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T04:46:31.800Z","updated_at":"2025-08-17T14:07:07.653Z","avatar_url":"https://github.com/kimocoder.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtw89-usb\n\nUnofficial Driver for 802.11ax USB Adapter with chipset:\n  RTL8852AU\n\nStill under construction, cannot work yet. \n\n## Build\n\n```console\n$ make clean\n$ make\n```\n## Installation\n\nLoad driver for test:\n```console\n$ sudo mkdir -p /lib/firmware/rtw89\n$ sudo cp fw/rtw8852* /lib/firmware/rtw89/\n$ sudo insmod rtw89_core.ko\n$ sudo insmod rtw89_usb.ko\n```\nLoad driver at boot:\n```console\n$ sudo mkdir -p /lib/firmware/rtw89\n$ sudo cp fw/rtw8852* /lib/firmware/rtw89/\n$ sudo mkdir /lib/modules/`uname -r`/kernel/drivers/net/wireless/realtek/rtw89\n$ sudo cp rtw89_core.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/realtek/rtw89\n$ sudo cp rtw89_usb.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/realtek/rtw89\n$ sudo depmod -a\n$ sudo echo -e \"rtw89\\nrtwusb\" \u003e /etc/modules-load.d/rtwusb.conf\n$ sudo systemctl start systemd-modules-load\n```\n\n## General Commands\n\nScan:\n```console\n$ sudo iw wlanX scan\n```\nConnect to the AP without security:\n```console\n$ sudo iw wlanX connect \u003cAP name\u003e\n```\n## Known Issues\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimocoder%2Frtw89-usb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkimocoder%2Frtw89-usb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkimocoder%2Frtw89-usb/lists"}