Usage¶
Feixiao ships with rtw88ctl, a command-line utility for controlling the
driver. Prefer a GUI? Install Starskiff.
Check status¶
Confirm the driver initialized your card:
Scan for networks¶
# Trigger a hardware scan
./build/out/rtw88ctl scan
# List the discovered access points
./build/out/rtw88ctl list
Connect to a network¶
Viewing logs¶
Troubleshooting¶
Kernel panics or connection failures
Ensure you are using the latest commit and that your specific card's PCI ID is bound to the driver.
If your card's chipset is listed under Supported Hardware but it isn't being picked up, double-check the PCI ID binding and rebuild from the latest source.