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

    Suggestion please

    Scheduled Pinned Locked Moved
    Hardware Compatibility
    4
    66
    14.9k
    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.
    • Z
      ziolucione @george1421
      last edited by

      @george1421 Hi guys,
      I have tried this new image and I have no more errors, I have reached the CLI, but no network device is found. 😞

      Regards.
      L.

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @ziolucione
        last edited by

        @ziolucione As I mentioned in the debugging steps, you need to review the /var/log/messages file. You should see where it loads the network drivers after it loads the intel network drivers there probably will be a mention of needing specific firmware. When I get to work, I’ll boot the image on a different dell computer that’s missing the firmware to show you exactly what I’m looking for, but we are pretty close to a solution now.

        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!

        Z 1 Reply Last reply Reply Quote 0
        • S
          Sebastian Roth Moderator
          last edited by

          @ziolucione While you are on the CLI please run the following commands, take pictures (!) and post her:

          lspci -nn
          dmesg | grep -i -e eth -e wifi -e 80211
          

          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

          Z 1 Reply Last reply Reply Quote 0
          • Z
            ziolucione @george1421
            last edited by

            @george1421 Hi, I was looking into it.

            IMG_20191203_101519.jpg image url)

            IMG_20191203_101623.jpg

            Thanks guys.
            L.

            george1421G 2 Replies Last reply Reply Quote 0
            • george1421G
              george1421 Moderator @ziolucione
              last edited by

              @ziolucione In the section picture, The lines we need to investigate in the log file have minimum version required iwlwifif-7 (can’t see the rest). This should be the area in the log file that describes what went wrong.

              Also post what sebastian posted with a twist.

              lspci -nn |grep -i net
              and
              lsusb

              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!

              Z 1 Reply Last reply Reply Quote 0
              • Z
                ziolucione @Sebastian Roth
                last edited by

                @Sebastian-Roth 1ok.jpg
                2ok.jpg

                guys sorry for the quality 😄

                george1421G 2 Replies Last reply Reply Quote 0
                • Z
                  ziolucione @george1421
                  last edited by

                  @george1421 3ok.jpg

                  1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @ziolucione
                    last edited by

                    @ziolucione In case you don’t know how to use vi (very basic and cryptic text editor to look at messages file)

                    vi /var/log/messages

                    the key sequence is very cryptic but key in the following

                    / no suitable firmware found and press enter. It should jump you down to the line where the firmware isn’t found. If it doesn’t get the line with iwlwifi in it (the name of the intel driver) hit / and press enter again it will jump to the next occurrence. Take a screen shot of where its says the proper firmware needed. Then to exit the vi editor hit ESC key then :q!

                    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!

                    1 Reply Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @ziolucione
                      last edited by

                      @ziolucione OK great that is what I needed iwlwifi-7265D

                      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!

                      1 Reply Last reply Reply Quote 0
                      • george1421G
                        george1421 Moderator @ziolucione
                        last edited by

                        @ziolucione https://drive.google.com/open?id=1OnLxsKRboYoxv3LMcupyZAMDgvkTp-qa

                        Download this to the usb stick replacing bzImageWiFi on the flash drive.

                        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!

                        Z 1 Reply Last reply Reply Quote 0
                        • Z
                          ziolucione @george1421
                          last edited by

                          @george1421 Thanks, I have the wireless adapter wlp1s0 (and I believe I have also an IP address now)
                          😄

                          george1421G 1 Reply Last reply Reply Quote 0
                          • george1421G
                            george1421 Moderator @ziolucione
                            last edited by

                            @ziolucione Ok now lets take baby steps.

                            Manually register the mac address of the wifi adapter with FOG ip link show will get you the mac addresses. Once the target computer is registered create a image definition to capture the tablet to (we are only interested to see if we can capture the image, we don’t care about the image). Assign that image to the target computer. Then schedule a capture task in FOG. Now reboot the tablet and pick option 1 in the grub menu. Hopefully the target computer will start capturing the image and completes fully. IF that works then we can discuss the load and go steps since we don’t have iPXE to help us use the standard method.

                            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!

                            Z 2 Replies Last reply Reply Quote 0
                            • Z
                              ziolucione @george1421
                              last edited by

                              @george1421 Alright, I have to change the FOG configuration to use the wifi instead of ethernet. I’ll keep you posted.

                              Thanks indeed
                              Much appreciated.

                              L.

                              george1421G 1 Reply Last reply Reply Quote 0
                              • george1421G
                                george1421 Moderator @ziolucione
                                last edited by

                                @ziolucione said in Suggestion please:

                                I have to change the FOG configuration to use the wifi

                                I don’t understand this, you shouldn’t have to do anything with the FOG Server end for wifi since the target computer is the only bits using wifi to connect to your network infrastructure. I want to make sure we are on the same page when setting this up.

                                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!

                                Z 1 Reply Last reply Reply Quote 0
                                • Z
                                  ziolucione @george1421
                                  last edited by

                                  @george1421 from the wifi network I cannot reach the wired one. So, because FOG server is on the wired one, I have to revert back the FOG server to use the wifi. They are on 2 different subnets with no network rules between them.

                                  1 Reply Last reply Reply Quote 1
                                  • Z
                                    ziolucione @george1421
                                    last edited by

                                    @george1421
                                    Hi, I have reconfigured the FOG server to use wifi.

                                    How can I register the MAC address manually?
                                    Option 2 in the FOS menu list?

                                    Thanks.
                                    L.

                                    george1421G 1 Reply Last reply Reply Quote 0
                                    • george1421G
                                      george1421 Moderator @ziolucione
                                      last edited by

                                      @ziolucione Well there are 2 options,

                                      1. Use the Grub menu and pick one of the registration options (2 or 3 if I remember correctly)
                                      2. Go into the web ui and in host management and create a new host. Key in the proper values and the mac address you collected from the target computer during the debug session.

                                      Either way will work.

                                      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!

                                      Z 1 Reply Last reply Reply Quote 0
                                      • Z
                                        ziolucione @george1421
                                        last edited by

                                        @george1421 imageok.jpg

                                        But let me check the patclone option, probably I have made a mistake. I have selected to not use compression.

                                        Rgards.
                                        L.

                                        george1421G 1 Reply Last reply Reply Quote 0
                                        • george1421G
                                          george1421 Moderator @ziolucione
                                          last edited by

                                          @ziolucione What version of FOG are you using?

                                          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!

                                          Z 1 Reply Last reply Reply Quote 0
                                          • Z
                                            ziolucione @george1421
                                            last edited by

                                            @george1421 From the master branch v1.5.7 I believe.

                                            george1421G 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 2 / 4
                                            • First post
                                              Last post

                                            206

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project