• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

Add Wifi Mac Adress to existing laptop

Scheduled Pinned Locked Moved Solved
FOG Problems
4
12
2.3k
Loading More Posts
  • 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.
  • G
    george1421 Moderator
    last edited by george1421 Sep 15, 2016, 8:37 AM Sep 15, 2016, 2:24 PM

    I don’t have an immediate answer for you but a few comments.

    1. It would be interesting to know if (now) you pxe boot one these systems and run through full registration, would it add the wifi mac address?

    2. Its interesting that deploy a printer uses the mac address at all. I would expect it to use either the hostname or the hostid when deploying to the target computers.

    3. As for the pci=noacpi if it was me (being the lazy person i am) I would have updated the global kernel arg setting with this value, then registered all of these systems with the normal process. Actually you can probably leave that setting in the global kernel boot settings for all systems. It shouldn’t (just guessing) have any impact on other models, since this kernel switch is disabling acpi that seems to be broken on this 40 dell laptops. I would test this, but it would probably be safe to leave it in, or leave it in while you are registering these systems then use the fog group function to deploy this settings to the specific hosts that require it. Then remove it from the global kernel args.

    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

    A M 2 Replies Last reply Sep 15, 2016, 2:31 PM Reply Quote 0
    • A
      adukes40 @george1421
      last edited by Sep 15, 2016, 2:31 PM

      @george1421 Man I wish I would have known number 3 for when I was doing the Host Kernel Args… I will have to keep it in mind for next time I run into that.

      Just out of curiosity, can you have more than one argument?

      G 1 Reply Last reply Sep 15, 2016, 2:35 PM Reply Quote 0
      • G
        george1421 Moderator @adukes40
        last edited by Sep 15, 2016, 2:35 PM

        @adukes40 yes you can have more than one. Just keep the kernel parameters stuck together pci=noacpi and then a space between the kernel parameters pci=noacpi video=vga magic=tom and so on.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        A 1 Reply Last reply Sep 15, 2016, 2:36 PM Reply Quote 0
        • A
          adukes40 @george1421
          last edited by Sep 15, 2016, 2:36 PM

          @george1421 Good to know, thanks George.

          1 Reply Last reply Reply Quote 0
          • M
            Matthieu Jacquart @george1421
            last edited by Sep 16, 2016, 12:21 PM

            @george1421 Hi, sorry for late response.
            1- If I perform “hardware inventory” task on a laptop, no change, only LAN MAC address appears
            2- for managing printer, maybe fog client uses name, but I thought it was based on MAC address, to confirm…
            3- adding PCI=noacpi in global FOG_KERNEL_ARGS works (I can perform a quick registration on host after deletion) but I still have no other mac address…

            For other laptops, I just add LAN Mac address and and deploying image, fog client retrieve other MAC addresses and add them (pending macs in report management)

            If someone has solution to add these others mac addresses to the host, it will be nice 😉

            Fog 1.5.9.138
            Debian 11
            Vmware ESXi

            G 1 Reply Last reply Sep 16, 2016, 12:35 PM Reply Quote 0
            • G
              george1421 Moderator @Matthieu Jacquart
              last edited by george1421 Sep 16, 2016, 6:37 AM Sep 16, 2016, 12:35 PM

              @Matthieu-Jacquart Now that I have the luxury of time to think about it, the FOS Engine (linux OS) doesn’t support/have the wireless drivers installed. So of course you will not see the mac address So your inventory either at first or later will not register the mac address. But adding the mac address may not matter for snapin or printer deployment since the device should be referenced by name or host ID. I “think” the mac address is only used during pxe booting to help identify the device.

              I would be interested to know your success/failure on this, because I could be wrong too…

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

              M 1 Reply Last reply Sep 16, 2016, 1:03 PM Reply Quote 0
              • M
                Matthieu Jacquart @george1421
                last edited by Sep 16, 2016, 1:03 PM

                @george1421 Indeed you’re absolutely right, I’ve just tested and fog client uses name and not mac address, so printer are well deployed even if only LAN mac address is in fog management.
                So my problem is solved even if I don’t know why other mac addresses don’t appear in pending mac…

                Fog 1.5.9.138
                Debian 11
                Vmware ESXi

                G 1 Reply Last reply Sep 16, 2016, 1:08 PM Reply Quote 0
                • G
                  george1421 Moderator @Matthieu Jacquart
                  last edited by Sep 16, 2016, 1:08 PM

                  @Matthieu-Jacquart Wonderful that it works by name. That will save a lot of admin pain not having to manage wireless mac addresses too.

                  I may not have explained it well before. The wireless mac addresses won’t be recorded by the FOG linux OS [FOS] that runs on the target computer because that version of linux doesn’t have the drivers required to see almost all wireless adapters. Without these drivers the wireless adapter is invisible.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                  M 1 Reply Last reply Sep 16, 2016, 1:11 PM Reply Quote 0
                  • M
                    Matthieu Jacquart @george1421
                    last edited by Sep 16, 2016, 1:11 PM

                    @george1421 Yes I understood the last part with absence of wireless drier in FOS, but on my other laptops fog client send other mac addresses to the console, so I have them in pending mac and after approval they are added to the host… But it’s not a big deal !

                    Fog 1.5.9.138
                    Debian 11
                    Vmware ESXi

                    T 1 Reply Last reply Sep 16, 2016, 1:16 PM Reply Quote 1
                    • T
                      Tom Elliott @Matthieu Jacquart
                      last edited by Sep 16, 2016, 1:16 PM

                      @Matthieu-Jacquart is host register enabled? This is the module that deals with Mac address associations. Of course others are working fine which might just mean the client isn’t seeing the other Macs for whatever reason.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      M 1 Reply Last reply Sep 16, 2016, 1:18 PM Reply Quote 0
                      • M
                        Matthieu Jacquart @Tom Elliott
                        last edited by Sep 16, 2016, 1:18 PM

                        @Tom-Elliott Yes hosst register is enable for all hosts… As you said, I suppose for any reason Fog client can’t see other mac addresses, but finally it’s not important !
                        Can it be due to pci=noacpi parameter ?

                        Fog 1.5.9.138
                        Debian 11
                        Vmware ESXi

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        1 / 1
                        • First post
                          11/12
                          Last post

                        145

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project