<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><tt>Hello,</tt></p>
    <p><tt><br>
      </tt></p>
    <p><tt>well one of the issues is that the MAC address seems to
        randomly change after reboot;  I use</tt></p>
    <p>/etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf:<br>
      [connection]<br>
      wifi.mac-address-randomization=1<br>
       <br>
      [device]<br>
      wifi.scan-rand-mac-address=no</p>
    <p>to fix that.</p>
    <p><br>
    </p>
    <p>I have to create an ifcfg script that has the hardware address
      mentioned in it, and the SSID, ut that is not unusual<br>
    </p>
    <p>I also have to change:</p>
    <p>/etc/wpa_supplicant/wpa_supplicant.conf to:</p>
    <p>network={<br>
              ssid="MySSID"<br>
              scan_ssid=1<br>
              key_mgmt=NONE<br>
      }<br>
    </p>
    <p><br>
    </p>
    <p>and:</p>
    <p>/etc/sysconfig/wpa_supplicant:<br>
      # Use the flag "-i" before each of your interfaces, like so:<br>
      #  INTERFACES="-ieth1 -iwlan0"<br>
      INTERFACES="-iwlan0"<br>
      <br>
      # Use the flag "-D" before each driver, like so:<br>
      #  DRIVERS="-Dwext"<br>
      DRIVERS="-Dwext"<br>
      <br>
      # Other arguments<br>
      #   -u   Enable the D-Bus interface (required for use with
      NetworkManager)<br>
      #   -f   Log to /var/log/wpa_supplicant.log<br>
      #   -P   Write pid file to /var/run/wpa_supplicant.pid<br>
      #        required to return proper codes by init scripts (e.g.
      double "start" action)<br>
      #        -B to daemonize that has to be used together with -P is
      already in wpa_supplicant.init.d<br>
      #OTHER_ARGS="-P /var/run/wpa_supplicant.pid"<br>
      OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P
      /var/run/wpa_supplicant.pid"<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 5/29/20 6:00 AM, Pablo Sebastián
      Greco wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:4208458d-0bc6-e159-bb3e-917872581e7b@fliagreco.com.ar">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p><font size="-1"><font face="Courier New, Courier, monospace">Which
            problem are you seeing? my 3B+ wifi works ootb<br>
            <br>
            Pablo.</font></font><br>
      </p>
      <div class="moz-cite-prefix">On 27/5/20 11:06, R C wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:338e7fd5-2dee-ac30-3e6b-c92b2b8d7b66@gmail.com">Hello,
        <br>
        <br>
        <br>
        I am trying to install centos 7, but it seems that after the
        install some additional work is needed to get wireless to work.
        <br>
        <br>
        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. <br>
        <br>
        <br>
        thanks, <br>
        <br>
        <br>
        Ron <br>
        <br>
        _______________________________________________ <br>
        Arm-dev mailing list <br>
        <a class="moz-txt-link-abbreviated"
          href="mailto:Arm-dev@centos.org" moz-do-not-send="true">Arm-dev@centos.org</a>
        <br>
        <a class="moz-txt-link-freetext"
          href="https://lists.centos.org/mailman/listinfo/arm-dev"
          moz-do-not-send="true">https://lists.centos.org/mailman/listinfo/arm-dev</a>
        <br>
      </blockquote>
    </blockquote>
  </body>
</html>