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

    Kernel update

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    4
    28
    13.0k
    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.
    • S
      Sebastian Roth Moderator
      last edited by Sebastian Roth

      @Pascal-Gazaille This might be caused by an IRQ conflict. Not really sure but could be. Please boot into debug mode once again. Then you need a USB key (formated fat32/vfat). Plug that into the client when you have the FOG shell ready. Check if it’s recognized. Then mount and save the kernel message buffer to USB.

      # dmesg | tail
      ...
      [1571962.482081] sd 24:0:0:0: Attached scsi generic sg1 type 0
      [1571962.482902] sd 24:0:0:0: [sdb] 1992704 512-byte logical blocks: (1.02 GB/973 MiB)
      ...
      [1571962.488602]  sdb: sdb1
      [1571962.491966] sd 24:0:0:0: [sdb] Attached SCSI removable disk
      ...
      # mkdir -p /media
      # mount /dev/sdb1 /media
      # dmesg > /media/dmesg.txt
      # umount /dev/sdb1
      

      Then please upload the file to the forum here.

      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

      P 1 Reply Last reply Reply Quote 0
      • P
        Pascal Gazaille @Sebastian Roth
        last edited by

        @Sebastian-Roth 0_1458841055571_dmesg.txt

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

          @Pascal-Gazaille So far I haven’t found out what could be causing this. Definitely the NIC is not properly recognized/initialized but I am not sure why that is. Posting the most interesting parts of the dmesg output here so maybe someone else has an idea what could be causing this or how to solve it:

          ...
          [    0.332564] pcieport 0000:00:1c.2: PCI INT C: failed to register GSI
          [    0.332568] pcieport: probe of 0000:00:1c.2 failed with error -16
          ...
          [    1.355860] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
          [    1.355979] pci 0000:00:1c.2: PCI INT C: failed to register GSI
          [    1.355980] pci 0000:00:1c.2: Error enabling bridge (-16), continuing
          [    1.356079] r8169 0000:03:00.0: PCI INT A: failed to register GSI
          [    1.356081] r8169 0000:03:00.0 (unnamed net_device) (uninitialized): enable failure
          [    1.356150] r8169: probe of 0000:03:00.0 failed with error -16
          ...
          

          “Error enabling bridge” to me sounds like this kernel is not happy with the whole PCI bridge (probably not the case as other PCI devices seam to work - but it somehow sounds like it). I am wondering if we can play with and of the kernel parameters to make this work - maybe pci=. Anyone an idea?

          Edit: Just saw that the NICs PCI bus number (03:00.0) matches exactly with what we see in your first picture. Please get back into debug mode and run lspci commands and show us the full output. Will be interesting to see what device 00:1c.2 is. Here is an example of what I see on my laptop:

          # lspci -nn | grep "1c.2"
          00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b4)
          # lspci -nntv | grep "1c.2"
                     +-1c.2-[03]----00.0  Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] [8086:0085]
          # lspci -nnkvvv | grep "1c.2" -A 13
          00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b4) (prog-if 00 [Normal decode])
          	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
          	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
          	Latency: 0, Cache Line Size: 64 bytes
          	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
          	I/O behind bridge: 0000f000-00000fff
          	Memory behind bridge: f2400000-f24fffff
          	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
          	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
          	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
          		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
          	Capabilities: <access denied>
          	Kernel driver in use: pcieport```

          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

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

            @Sebastian-Roth Without knowing what direction to go next with, I feel your assessment is correct. If the pci bridge is not supported then what ever device is behind that bridge will be non-functional.

            I’m trying to do a little more research into this computer. The “50” generation should mean that it is pretty new, but I’m seeing conflicting information as well as there is a 3350 latitude and vostro. [edit] this system is from 2014 [/edit]

            @Pascal-Gazaille it would be really helpful to know how long ago you were able to register this device and the kernel version at that time. I’m going to suspect the newer kernels support additional functions in the PCI bridge where the older kernels supported the basic function. That’s why old works and new is a bit broken.

            [edit] I’m not quite sure what I found here: http://www.ubuntu.com/certification/hardware/201508-19021/ But it looks like ubuntu is certified to work on this device [/edit]

            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 1
            • S
              Sebastian Roth Moderator
              last edited by Sebastian Roth

              @Pascal-Gazaille Searching the web for pictures on ‘Dell Latitude E3350’ the only ones that seam to match from the pictures are those:
              http://www.notebookcheck.net/fileadmin/Notebooks/Dell/Latitude_3340_i5/Latitude_3340_21.jpg
              http://cdn.begeek.fr/thumb/1022/null/2014/09/dell-latitude-3340-test-dsc_7746.jpg
              http://media.begeek.fr/2014/09/dell-latitude-3340-test-dsc_7750.jpg

              As you can see in the URLs those are all ‘Dell Latitude 3340’. Strangely enough on the dell website you can only find Intel network card drivers. But we already saw (lspci output) that you have a realtek NIC?!? Will be interesting to see what you get from the other lspci commands. Maybe you could also do lspci -nn -vvv > full_lspci.txt and upload that file to the forum.

              Edit: I stumbled on this in the dmesg output just now:

              [    0.244467] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
              

              Can you please set the “Host Kernel Arguments” for that host to acpi_osi=Linux in the FOG web interface. It might freeze the machine on boot but it’s definitely worth a try. Other than that you better check the dell website to see if they have a BIOS/UEFI firmware update available!

              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

              P 1 Reply Last reply Reply Quote 0
              • P
                Pascal Gazaille @Sebastian Roth
                last edited by

                @Sebastian-Roth Hi, sorry for the delay that was a big weekend.

                Here is a link to the laptop drivers : http://www.dell.com/support/home/ca/en/cabsdt1/product-support/product/latitude-3350-laptop/drivers
                It’s the same thing as the 3340 but with a I3 and that fucking new realtek NIC :

                Realtek PCI-E Gigabit Ethernet Controller Drivers View details
                File Name: Network_Driver_9YMJF_WN64_2.43.2015.709_A00.EXE
                Importance: Recommended
                Description: Update Package for Microsoft® Windows® 64-Bit. (23.56 MB)
                Release Date: 26 Oct 2015
                Version: 2.43.2015.709 ,A00
                Last Updated: 14 Jan 2016
                This file will automatically self-install after downloading.

                00:00.0 Host bridge [0600]: Intel Corporation Broadwell-U Host Bridge -OPI [8086:1604] (rev 09)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
                	Latency: 0
                	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
                	Kernel driver in use: bdw_uncore
                
                00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) (prog-if 00 [VGA controller])
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Interrupt: pin A routed to IRQ 11
                	Region 0: Memory at a8000000 (64-bit, non-prefetchable) [size=16M]
                	Region 2: Memory at b0000000 (64-bit, prefetchable) [size=256M]
                	Region 4: I/O ports at 4000 [size=64]
                	Expansion ROM at <unassigned> [disabled]
                	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [d0] Power Management version 2
                		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [a4] PCI Advanced Features
                		AFCap: TP+ FLR+
                		AFCtrl: FLR-
                		AFStatus: TP-
                
                00:03.0 Audio device [0403]: Intel Corporation Broadwell-U Audio Controller [8086:160c] (rev 09)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin A routed to IRQ 11
                	Region 0: Memory at a931c000 (64-bit, non-prefetchable) [size=16K]
                	Capabilities: [50] Power Management version 2
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0
                			ExtTag- RBE-
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
                			MaxPayload 128 bytes, MaxReadReq 128 bytes
                		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                
                00:04.0 Signal processing controller [1180]: Intel Corporation Broadwell-U Camarillo Device [8086:1603] (rev 09)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Interrupt: pin A routed to IRQ 11
                	Region 0: Memory at a9310000 (64-bit, non-prefetchable) [size=32K]
                	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [d0] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
                
                00:14.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB xHCI Controller [8086:9cb1] (rev 03) (prog-if 30 [XHCI])
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
                	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Interrupt: pin A routed to IRQ 41
                	Region 0: Memory at a9300000 (64-bit, non-prefetchable) [size=64K]
                	Capabilities: [70] Power Management version 2
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
                		Address: 00000000fee0f00c  Data: 41c1
                	Kernel driver in use: xhci_hcd
                
                00:16.0 Communication controller [0780]: Intel Corporation Wildcat Point-LP MEI Controller #1 [8086:9cba] (rev 03)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Interrupt: pin A routed to IRQ 11
                	Region 0: Memory at a9324000 (64-bit, non-prefetchable) [size=32]
                	Capabilities: [50] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
                		Address: 0000000000000000  Data: 0000
                
                00:1b.0 Audio device [0403]: Intel Corporation Wildcat Point-LP High Definition Audio Controller [8086:9ca0] (rev 03)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 32, Cache Line Size: 64 bytes
                	Interrupt: pin A routed to IRQ 5
                	Region 0: Memory at a9318000 (64-bit, non-prefetchable) [size=16K]
                	Capabilities: [50] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
                		Address: 0000000000000000  Data: 0000
                
                00:1c.0 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 [8086:9c90] (rev e3) (prog-if 00 [Normal decode])
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin A routed to IRQ 16
                	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
                	I/O behind bridge: 0000f000-00000fff
                	Memory behind bridge: fff00000-000fffff
                	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
                	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
                	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
                	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0
                			ExtTag- RBE+
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                			MaxPayload 128 bytes, MaxReadReq 128 bytes
                		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
                			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk-
                			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                		RootCap: CRSVisible-
                		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Via WAKE# ARIFwd-
                		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
                		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [90] Subsystem: Dell Device [1028:070c]
                	Capabilities: [a0] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Kernel driver in use: pcieport
                
                00:1c.1 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #2 [8086:9c92] (rev e3) (prog-if 00 [Normal decode])
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin B routed to IRQ 17
                	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
                	I/O behind bridge: 0000f000-00000fff
                	Memory behind bridge: a9200000-a92fffff
                	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
                	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
                	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
                	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0
                			ExtTag- RBE+
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                			MaxPayload 128 bytes, MaxReadReq 128 bytes
                		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
                			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                			Slot #1, PowerLimit 10.000W; Interlock- NoCompl+
                		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                			Changed: MRL- PresDet- LinkState+
                		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                		RootCap: CRSVisible-
                		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
                		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
                		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [90] Subsystem: Dell Device [1028:070c]
                	Capabilities: [a0] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Kernel driver in use: pcieport
                
                00:1c.2 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 [8086:9c94] (rev e3) (prog-if 00 [Normal decode])
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin C routed to IRQ 4
                	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
                	I/O behind bridge: 00003000-00003fff
                	Memory behind bridge: a9100000-a91fffff
                	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
                	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
                	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
                	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0
                			ExtTag- RBE+
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                			MaxPayload 128 bytes, MaxReadReq 128 bytes
                		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                		LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
                			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                			Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
                		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                			Changed: MRL- PresDet- LinkState+
                		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                		RootCap: CRSVisible-
                		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
                		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
                		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [90] Subsystem: Dell Device [1028:070c]
                	Capabilities: [a0] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                
                00:1c.3 PCI bridge [0604]: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 [8086:9c96] (rev e3) (prog-if 00 [Normal decode])
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin D routed to IRQ 19
                	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
                	I/O behind bridge: 0000f000-00000fff
                	Memory behind bridge: a9000000-a90fffff
                	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
                	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
                	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
                		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
                	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0
                			ExtTag- RBE+
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
                			MaxPayload 128 bytes, MaxReadReq 128 bytes
                		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
                		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
                			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
                		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                			Slot #3, PowerLimit 10.000W; Interlock- NoCompl+
                		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                			Changed: MRL- PresDet- LinkState+
                		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                		RootCap: CRSVisible-
                		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                		DevCap2: Completion Timeout: Range ABC, TimeoutDis+, LTR+, OBFF Not Supported ARIFwd-
                		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled ARIFwd-
                		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
                		Address: 00000000  Data: 0000
                	Capabilities: [90] Subsystem: Dell Device [1028:070c]
                	Capabilities: [a0] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Kernel driver in use: pcieport
                
                00:1d.0 USB controller [0c03]: Intel Corporation Wildcat Point-LP USB EHCI Controller [8086:9ca6] (rev 03) (prog-if 20 [EHCI])
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Interrupt: pin A routed to IRQ 21
                	Region 0: Memory at a9322000 (32-bit, non-prefetchable) [size=1K]
                	Capabilities: [50] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [58] Debug port: BAR=1 offset=00a0
                	Capabilities: [98] PCI Advanced Features
                		AFCap: TP+ FLR+
                		AFCtrl: FLR-
                		AFStatus: TP-
                	Kernel driver in use: ehci-pci
                
                00:1f.0 ISA bridge [0601]: Intel Corporation Wildcat Point-LP LPC Controller [8086:9cc5] (rev 03)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
                
                00:1f.2 SATA controller [0106]: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] [8086:9c83] (rev 03) (prog-if 01 [AHCI 1.0])
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
                	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0
                	Interrupt: pin B routed to IRQ 40
                	Region 0: I/O ports at 40b0 [size=8]
                	Region 1: I/O ports at 40a0 [size=4]
                	Region 2: I/O ports at 4090 [size=8]
                	Region 3: I/O ports at 4080 [size=4]
                	Region 4: I/O ports at 4060 [size=32]
                	Region 5: Memory at a9321000 (32-bit, non-prefetchable) [size=2K]
                	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
                		Address: fee0f00c  Data: 41a1
                	Capabilities: [70] Power Management version 3
                		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
                		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
                	Kernel driver in use: ahci
                
                00:1f.3 SMBus [0c05]: Intel Corporation Wildcat Point-LP SMBus Controller [8086:9ca2] (rev 03)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Interrupt: pin C routed to IRQ 255
                	Region 0: Memory at a9320000 (64-bit, non-prefetchable) [size=256]
                	Region 4: I/O ports at 4040 [size=32]
                
                02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:525a] (rev 01)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin A routed to IRQ 3
                	Region 1: Memory at a9200000 (32-bit, non-prefetchable) [size=4K]
                	Capabilities: [80] Power Management version 3
                		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit+
                		Address: 0000000000000000  Data: 0000
                	Capabilities: [b0] Express (v2) Endpoint, MSI 00
                		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
                			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
                			MaxPayload 128 bytes, MaxReadReq 512 bytes
                		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
                		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
                			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
                		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Via message/WAKE#
                		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
                		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                
                03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
                	Subsystem: Dell Device [1028:070c]
                	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin A routed to IRQ 4
                	Region 0: I/O ports at 3000 [size=256]
                	Region 2: Memory at a9104000 (64-bit, non-prefetchable) [size=4K]
                	Region 4: Memory at a9100000 (64-bit, non-prefetchable) [size=16K]
                	Capabilities: [40] Power Management version 3
                		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
                		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
                		Address: 0000000000000000  Data: 0000
                	Capabilities: [70] Express (v2) Endpoint, MSI 01
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
                			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
                			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
                		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
                			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
                		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Via message/WAKE#
                		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, OBFF Disabled
                		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                	Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
                		Vector table: BAR=4 offset=00000000
                		PBA: BAR=4 offset=00000800
                
                04:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
                	Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5410]
                	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
                	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
                	Latency: 0, Cache Line Size: 64 bytes
                	Interrupt: pin A routed to IRQ 10
                	Region 0: Memory at a9000000 (64-bit, non-prefetchable) [size=8K]
                	Capabilities: [c8] Power Management version 3
                		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
                		Address: 0000000000000000  Data: 0000
                	Capabilities: [40] Express (v2) Endpoint, MSI 00
                		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 unlimited
                			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
                		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+ FLReset-
                			MaxPayload 128 bytes, MaxReadReq 128 bytes
                		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
                		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L1, Exit Latency L0s <4us, L1 <32us
                			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
                		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- CommClk+
                			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
                		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                		DevCap2: Completion Timeout: Range B, TimeoutDis+, LTR+, OBFF Via WAKE#
                		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-, LTR+, OBFF Disabled
                		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                			 Compliance De-emphasis: -6dB
                		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
                
                
                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by Sebastian Roth

                  @Pascal-Gazaille From the lspci output we see that both the PCI bridge (1c.2) and the NIC are using the same IRQ (4). But I really wonder if the current kernel is incapable of handling this properly as sharing an IRQ is usually not a big problem. Can you get us the output of cat /proc/interrupts as well? Possibly as text?

                  Then you might start trying some of the kernel parameters. Edit the host settings in the web gui and add those parameters mentioned here: https://help.ubuntu.com/community/DebuggingIRQProblems (start with noapic and only use one parameter at a time - then test booting/network on the client and try the next if unsuccessful).

                  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

                  P 1 Reply Last reply Reply Quote 1
                  • P
                    Pascal Gazaille @Sebastian Roth
                    last edited by

                    @Sebastian-Roth For a quick test, I’ve put this argument “pci=noacpi” and my fog started… do you still need the result of the “cat /proc/interrupts”?

                    george1421G Wayne WorkmanW 2 Replies Last reply Reply Quote 1
                    • george1421G
                      george1421 Moderator @Pascal Gazaille
                      last edited by george1421

                      @Pascal-Gazaille If the kernel parameter “pci=noacpi” allows the FOS client (the software that runs on the target to capture and deploy FOG) then you are done. You have the key to making this system deploy correctly. You will have to add this kernel parameter for each 3350 in your fleet. If you setup a Computer Group for these 3350s you can push that setting to all of the registered 3350s that is currently in FOG.

                      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 1
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @Pascal-Gazaille Well, if this kernel parameter is working for you I think we are done with this. Making it solved. Please let us know if you still see issues.

                        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

                        1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @Pascal Gazaille
                          last edited by Wayne Workman

                          @Pascal-Gazaille I’ve updated our working hardware list with this model and the kernel argument.
                          https://wiki.fogproject.org/wiki/index.php?title=WorkingDevices#Devices

                          But for completeness of the records, what boot file 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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          P 1 Reply Last reply Reply Quote 1
                          • P
                            Pascal Gazaille @Wayne Workman
                            last edited by

                            @Wayne-Workman said in Kernel update:

                            what boot file are you using?

                            What do you mean? Wich one? I have theses settings :

                            FOG_PXE_BOOT_IMAGE init.xz
                            FOG_TFTP_PXE_KERNEL_32 bzImage32
                            FOG_PXE_BOOT_IMAGE_32 init_32.xz

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

                              @Pascal-Gazaille Wayne is asking for the iPXE boot file, so undionly.kpxe, undionly.kkpxe, ipxe.pxe, ipxe.efi, snponly.efi…

                              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

                              P 1 Reply Last reply Reply Quote 1
                              • P
                                Pascal Gazaille @Sebastian Roth
                                last edited by

                                @Sebastian-Roth ok thanks, we have undionly.kpxe

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

                                  @Pascal-Gazaille Is this with an external DHCP server? Just for the fun of it, would you want to try UEFI as well? Change from legacy BIOS to UEFI on your DELL Latitude and from undionly.kpxe to ipxe.efi on the DHCP server…

                                  More and more UEFI is coming and it’s good for us to know how well we handle this already.

                                  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

                                  1 Reply Last reply Reply Quote 1
                                  • 1
                                  • 2
                                  • 2 / 2
                                  • First post
                                    Last post

                                  192

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project