[Arm-dev] wireless on rpi3

Sun May 31 15:43:01 UTC 2020
R C <cjvijf at gmail.com>

Hello,


well one of the issues is that the MAC address seems to randomly change 
after reboot;  I use

/etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf:
[connection]
wifi.mac-address-randomization=1

[device]
wifi.scan-rand-mac-address=no

to fix that.


I have to create an ifcfg script that has the hardware address mentioned 
in it, and the SSID, ut that is not unusual

I also have to change:

/etc/wpa_supplicant/wpa_supplicant.conf to:

network={
         ssid="MySSID"
         scan_ssid=1
         key_mgmt=NONE
}


and:

/etc/sysconfig/wpa_supplicant:
# Use the flag "-i" before each of your interfaces, like so:
#  INTERFACES="-ieth1 -iwlan0"
INTERFACES="-iwlan0"

# Use the flag "-D" before each driver, like so:
#  DRIVERS="-Dwext"
DRIVERS="-Dwext"

# Other arguments
#   -u   Enable the D-Bus interface (required for use with NetworkManager)
#   -f   Log to /var/log/wpa_supplicant.log
#   -P   Write pid file to /var/run/wpa_supplicant.pid
#        required to return proper codes by init scripts (e.g. double 
"start" action)
#        -B to daemonize that has to be used together with -P is already 
in wpa_supplicant.init.d
#OTHER_ARGS="-P /var/run/wpa_supplicant.pid"
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P 
/var/run/wpa_supplicant.pid"




On 5/29/20 6:00 AM, Pablo Sebastián Greco wrote:
>
> Which problem are you seeing? my 3B+ wifi works ootb
>
> Pablo.
>
> On 27/5/20 11:06, R C wrote:
>> Hello,
>>
>>
>> I am trying to install centos 7, but it seems that after the install 
>> some additional work is needed to get wireless to work.
>>
>> Is there a (current) write up, or even an official one? I tried the 
>> last directions I found, but that doesn't seem to work anymore.
>>
>>
>> thanks,
>>
>>
>> Ron
>>
>> _______________________________________________
>> Arm-dev mailing list
>> Arm-dev at centos.org
>> https://lists.centos.org/mailman/listinfo/arm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/arm-dev/attachments/20200531/401cfae2/attachment-0005.html>