Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. General Questions
  3. New MAC address with fresh OS install

New MAC address with fresh OS install

Scheduled Pinned Locked Moved Unsolved General Questions
3 Posts 2 Posters 496 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bforsgren29
    wrote on last edited by
    #1

    We put a license for the camera we are using on the Voxl2 board. The license is bound to the MAC address of the board (found using ifconfig on eth0). We ran into some other issues (not related to the camera) and opted to reinstall Linux. However, upon doing so we noticed that the MAC address has changed and as such the camera is not usable. Is there a way to set the MAC address back it's prior value so we don't need to purchase a new license?

    1 Reply Last reply
    0
    • tomT Offline
      tomT Offline
      tom
      admin
      wrote on last edited by
      #2

      @bforsgren29 A quick google search brought me to this: https://www.makeuseof.com/how-to-change-mac-address-on-linux/

      From that article:

      Before you can change the MAC address of your device using ip, you'll have to shut down the network interface.

      sudo ip link set dev eth0 down
      Then change the original MAC to a custom address as follows:

      sudo ip link set dev eth0 address 44:ee:bc:6c:76:ba
      Restart the network interface using ip:

      sudo ip link set dev eth0 up
      Check if the aforementioned command worked by typing ip addr into the terminal

      Could work for what you're doing. It's not something we've tried

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bforsgren29
        wrote on last edited by
        #3

        I apologize for the delay in responding. It seems like your suggestion seems to do what we want.

        Unfortunately it seems that I am unable to shut down the network interface on eth0. I get an error when I try to set the MAC address that the resource is busy. Are there any subroutines or other services that would keep the interface from being shut down?

        1 Reply Last reply
        0

        Reading along? Create a free ModalAI Forum account to join in.

        With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.

        Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.

        Register Login
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        ModalAI
        Categories Recent Tags ModalAI.com Docs
        © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups