ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Bo Zhang
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Bo Zhang

    • RE: how to stop wlan0 mac address randomization

      I just managed to set ethernet MAC with rc.local by writing the following into /etc/rc.local,

      #!/bin/sh
      ifconfig eth0 down 
      ifconfig eth0 hw ether 00:xx:xx:xx:xx:xx
      ifconfig eth0 up
      

      Remember to replace with your MAC to be fixed and to make sure rc.local service is up with the commands below.

      chmod +x /etc/rc.local
      systemctl start rc.local
      systemctl enable rc.local
      systemctl status rc.local
      reboot
      

      If it doesn't work, check the service status with systemctl to see what went wrong.

      posted in Qualcomm Flight RB5 5G Drone
      Bo ZhangB
      Bo Zhang
    • RE: how to stop wlan0 mac address randomization

      @Eric-Katzfey Hi, how is this ticket going now?

      @Eric-Katzfey said in how to stop wlan0 mac address randomization:

      @shane_langhans Yes, this is a known issue. We have opened a support ticket with Qualcomm and are awaiting a solution.

      posted in Qualcomm Flight RB5 5G Drone
      Bo ZhangB
      Bo Zhang