Replies: 8 comments
-
Interesting... this wpa_supplicant should work. Can you check what version it is? Later in the guide you'll download the packages to the gateway - check if the version matches up. Besides that, did you confirm eth3 is correct? I don't really have a way of finding out, but it seems right to me looking at the UDR7 page. (My heuristic is physical port number minus one for |
Beta Was this translation helpful? Give feedback.
-
Yes, its eth3. UDR7 seems zero base index for eth. eth4 is for SFT+ 10gb
and WAN1, WAN2 is eth3.
…On Sat, Mar 1, 2025 at 8:44 AM Evie Lau ***@***.***> wrote:
Interesting... this wpa_supplicant should work. Can you check what version
it is? Later in the guide you'll download the packages to the gateway -
check if the version matches up.
Besides that, did you confirm eth3 is correct? I don't really have a way
of finding out, but it seems right to me looking at the UDR7 page. (My
heuristic is physical port number minus one for ethX number, which lines
up in your case for the ethernet WAN port)
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGTWQS7ZSDYTPCQWDJJS232SHPYDAVCNFSM6AAAAABYDTJFN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGMYTGMJVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: evie-lau]*evie-lau* left a comment
(evie-lau/Unifi-gateway-wpa-supplicant#9)
<#9 (comment)>
Interesting... this wpa_supplicant should work. Can you check what version
it is? Later in the guide you'll download the packages to the gateway -
check if the version matches up.
Besides that, did you confirm eth3 is correct? I don't really have a way
of finding out, but it seems right to me looking at the UDR7 page. (My
heuristic is physical port number minus one for ethX number, which lines
up in your case for the ethernet WAN port)
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGTWQS7ZSDYTPCQWDJJS232SHPYDAVCNFSM6AAAAABYDTJFN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJSGMYTGMJVG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here's my version just using apt install I tried to download the package manually using later instruction:
But this version cannot be found: |
Beta Was this translation helpful? Give feedback.
-
It looks like the old url in the instructions got renamed on Debian's end. I do have a note to check this site for the latest link: https://packages.debian.org/bullseye/arm64/wpasupplicant/download |
Beta Was this translation helpful? Give feedback.
-
I have a Express 7 and ran into this as well. The default install already has wpa_supplicant installed but it's not built with support for the wired driver. The default is at /usr/sbin/wpa_supplicant so we need to install and use the version from the main doc. For me this was:
This will install the version with wired driver support to /sbin/wpa_supplicant so we can specify that with
This let it auth and connect successfully - need to figure out the systemd part now to have it run at reboot. |
Beta Was this translation helpful? Give feedback.
-
Just to confirm, are you saying the wpa_supplicant installed via That's interesting.. not sure if something has changed since I wrote the guide, or for some reason the package is different from what I get on the UXG-Lite |
Beta Was this translation helpful? Give feedback.
-
Have you figured it out how to start it automatically using different wpa_supplicant version? |
Beta Was this translation helpful? Give feedback.
-
Nevermind, the same instruction setting the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup this on my UDR7 but I keep getting this error
Any idea where I can get wpa_supplicant with
wired
driver?Beta Was this translation helpful? Give feedback.
All reactions