-
Notifications
You must be signed in to change notification settings - Fork 61
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
Raspberry additional information #12
base: master
Are you sure you want to change the base?
Raspberry additional information #12
Conversation
Please consider adding more information for Raspbian. I am trying to use a TP-link Wi-Fi Archer T3U dongle with raspberrypi3B based on this project. Thank you for the repo and readme instructions. |
@@ -34,7 +34,7 @@ install the kernel sources and build an <u>external</u> module. | |||
This driver allows use of wpa_supplicant by using the nl80211 driver | |||
`wpa_supplicant -Dnl80211` | |||
|
|||
If installing on Rasberry Pi or other "armv71" devices, edit the Makefile and set `CONFIG_PLATFORM_ARM_RPI = y` and `CONFIG_PLATFORM_I386_PC = n` | |||
If installing on Rasberry Pi or other "armv71" devices, firstly install all prerequisities mentioned at README-RASP.md, edit the Makefile and set `CONFIG_PLATFORM_ARM_RPI = y` and `CONFIG_PLATFORM_I386_PC = n`, and finally, proceed with make proceedures mentioned above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo procedures
@@ -34,7 +34,7 @@ install the kernel sources and build an <u>external</u> module. | |||
This driver allows use of wpa_supplicant by using the nl80211 driver | |||
`wpa_supplicant -Dnl80211` | |||
|
|||
If installing on Rasberry Pi or other "armv71" devices, edit the Makefile and set `CONFIG_PLATFORM_ARM_RPI = y` and `CONFIG_PLATFORM_I386_PC = n` | |||
If installing on Rasberry Pi or other "armv71" devices, firstly install all prerequisities mentioned at README-RASP.md, edit the Makefile and set `CONFIG_PLATFORM_ARM_RPI = y` and `CONFIG_PLATFORM_I386_PC = n`, and finally, proceed with make proceedures mentioned above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo prerequisites
No description provided.