I’ll throw my two-cents in here. Has anything changed network wise? I know I ran into an issue when one of the hubs we had went down and we replaced it with a 10/100 we had lying around. As soon as we put in a gigabit hub it was blazing again. Just an idea.
Posts made by BREIT
-
RE: FOG slow to image when on VM
-
RE: Powershell script runs but......
Thanks for everyones help. I decided to try it on an actual device and add the -Wait at the end and that worked. @jflippen your way worked as well. For what ever reason my VM was would both say complete right after the start of script. When I attempted to run it on a physical PC it worked without any issues and completed with the delays.
-
RE: Powershell script runs but......
@george1421 -Wait was one of the first things I tried. Same thing happened. I might try to make a batch script and try /wait for kicks and giggles. Curious to see if it would still happen or if it would work as expected. I might give that a go tomorrow.
-
RE: Powershell script runs but......
@george1421 Yes you are following correctly. If I run the script manually it will run until that file shows up then exit as expected.
-
RE: Powershell script runs but......
@george1421 the path.to.file is set to the network location location of the the setup.exe that runs the .msp. I am running ours via powershell which is why .\ is there, it wouldn’t run without it. Like I said above the script runs just fine. Its just that fog comes back saying its completed almost immediately. Which it will complete just 4 or 5 mins later. I will however try your suggestion.
-
RE: Powershell script runs but......
@Wayne-Workman I tried that and it failed. Which lead me down this rabbit hole. This process worked minus the quick complete message. Takes about 4 to 5 mins and it completes. All my other processes are running fine with the way you’ve mentioned.
@jflippen I would appreciate that.
This install is for Office 2013.
-
Powershell script runs but......
So the script I built runs as expected but FOG reports it as being complete within 5 seconds of running. Even though Office 2013 hasn’t been installed yet. Any ideas?
Start-Process 'Path.To.File' -ArgumentList '/adminfile .\FogOffice2013.MSP' $file = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Office 2013" do{ $testpath = Test-Path -Path $file Start-Sleep -s 90 } until($testpath -eq $true)
-
RE: Update failed do to wget
I had to go in and manually delete each unused version. After that if fixed my issue. I was able to successfully update fog.
Thanks for your help.
-
RE: Update failed do to wget
Filesystem Size Used Avail Use% Mounted on /dev/mapper/FOG--IP1--vg-root 835G 205G 595G 26% /
/boot is showing 100% when I do a regular df. I don’t think I’ve ever maxed out boot before but I’m not 100% sure.
-
RE: Update failed do to wget
apt-get update
Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB] Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] Hit:4 http://ppa.launchpad.net/ondrej/apache2/ubuntu xenial InRelease Get:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] Hit:6 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [793 kB] Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [725 kB] Fetched 1,841 kB in 0s (1,939 kB/s) Reading package lists... Done
apt-get update -f (Got an error code 1 with apt-get update)
Unpacking grub-pc-bin (2.02~beta2-36ubuntu3.18) over (2.02~beta2-36ubuntu3.17) ... Preparing to unpack .../grub2-common_2.02~beta2-36ubuntu3.18_amd64.deb ... Unpacking grub2-common (2.02~beta2-36ubuntu3.18) over (2.02~beta2-36ubuntu3.17) ... Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3.18_amd64.deb ... Unpacking grub-common (2.02~beta2-36ubuntu3.18) over (2.02~beta2-36ubuntu3.17) ... Preparing to unpack .../gpgv_1.4.20-1ubuntu3.2_amd64.deb ... Unpacking gpgv (1.4.20-1ubuntu3.2) over (1.4.20-1ubuntu3.1) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for install-info (6.1.0.dfsg.1-5) ... Processing triggers for systemd (229-4ubuntu21.2) ... Processing triggers for ureadahead (0.100.0-19) ... Errors were encountered while processing: /var/cache/apt/archives/linux-image-4.4.0-128-generic_4.4.0-128.154_amd64.deb /var/cache/apt/archives/linux-image-4.4.0-124-generic_4.4.0-124.148_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
-
Update failed do to wget
Hey guys,
I am attempting to update to 1.5.4 from 1.5.2 and I am unable to do so. The installer attempts to install a new wget which fails causing the whole update to fail at Installing now everything is updated. Below is the log.
+------------------------------------------+ | ..#######:. ..,#,.. .::##::. | |.:###### .:;####:......;#;.. | |...##... ...##;,;##::::.##... | | ,# ...##.....##:::## ..:: | | ## .::###,,##. . ##.::#.:######::.| |...##:::###::....#. .. .#...#. #...#:::. | |..:####:.. ..##......##::## .. # | | # . ...##:,;##;:::#: ... ##.. | | .# . .:;####;::::.##:::;#:.. | | # ..:;###.. | | | +------------------------------------------+ | Free Computer Imaging Solution | +------------------------------------------+ | Credits: http://fogproject.org/Credits | | http://fogproject.org/Credits | | Released under GPL Version 3 | +------------------------------------------+ Version: 1.5.4 Installer/Updater * Found FOG Settings from previous install at: /opt/fog/.fogsettings * Performing upgrade using these settings Starting Debian based Installation ###################################################################### # FOG now has everything it needs for this setup, but please # # understand that this script will overwrite any setting you may # # have setup for services like DHCP, apache, pxe, tftp, and NFS. # ###################################################################### # It is not recommended that you install this on a production system # # as this script modifies many of your system settings. # ###################################################################### # This script should be run by the root user. # # It will prepend the running with sudo if root is not set # ###################################################################### # ** Notice ** FOG is difficult to setup securely # # SELinux and IPTables are usually asked to be disabled # # There have been strides in adding capabilities # # The recommendations would now be more appropriate # # to set SELinux to permissive and to disable firewall for now. # # You can find some methods to enable SELinux and maintain firewall # # settings and ports. If you feel comfortable doing so please do # ###################################################################### # Please see our wiki for more information at: # ###################################################################### # https://wiki.fogproject.org/wiki/index.php # ###################################################################### * Here are the settings FOG will use: * Base Linux: Debian * Detected Linux Distribution: Ubuntu * Server IP Address: XXXXXXXXXXXXXX * Server Subnet Mask :XXXXXXXXXXXXX * Interface: ens192 * Installation Type: Normal Server * Internationalization: 0 * Image Storage Location: /images * Using FOG DHCP: No * DHCP will NOT be setup but you must setup your | current DHCP server to use FOG for PXE services. * On a Linux DHCP server you must set: next-server and filename * On a Windows DHCP server you must set options 066 and 067 * Option 066/next-server is the IP of the FOG Server: (e.g. xxxxxxxxxxxxxx) * Option 067/filename is the bootfile: (e.g. undionly.kpxe) * Are you sure you wish to continue (Y/N) Y * Installation Started * Installing required packages, if this fails | make sure you have an active internet connection. * Adding needed repository....................................OK * Preparing Package Manager...................................OK * Packages to be installed: apache2 bc build-essential cpp curl g++ gawk gcc gzip htmldoc lftp libapache2-mod-php7.1 libc6 libcurl3 m4 mysql-client mysql-server net-tools nfs-kernel-server openssh-server php7.1 php7.1-bcmath php7.1-cli php7.1-curl php7.1-fpm php7.1-gd php7.1-json php7.1-ldap php7.1-mbstring php7.1-mcrypt php7.1-mysql php-gettext sysv-rc-conf tar tftpd-hpa tftp-hpa unzip vsftpd wget xinetd zlib1g * Skipping package: apache2.................................(Already Installed) * Skipping package: bc......................................(Already Installed) * Skipping package: build-essential.........................(Already Installed) * Skipping package: cpp.....................................(Already Installed) * Skipping package: curl....................................(Already Installed) * Skipping package: g++.....................................(Already Installed) * Skipping package: gawk....................................(Already Installed) * Skipping package: gcc.....................................(Already Installed) * Skipping package: gzip....................................(Already Installed) * Skipping package: htmldoc.................................(Already Installed) * Skipping package: lftp....................................(Already Installed) * Skipping package: libapache2-mod-php7.1...................(Already Installed) * Skipping package: libc6...................................(Already Installed) * Skipping package: libcurl3................................(Already Installed) * Skipping package: m4......................................(Already Installed) * Skipping package: mysql-client............................(Already Installed) * Skipping package: mysql-server............................(Already Installed) * Skipping package: net-tools...............................(Already Installed) * Skipping package: nfs-kernel-server.......................(Already Installed) * Skipping package: openssh-server..........................(Already Installed) * Skipping package: php7.1..................................(Already Installed) * Skipping package: php7.1-bcmath...........................(Already Installed) * Skipping package: php7.1-cli..............................(Already Installed) * Skipping package: php7.1-curl.............................(Already Installed) * Skipping package: php7.1-fpm..............................(Already Installed) * Skipping package: php7.1-gd...............................(Already Installed) * Skipping package: php7.1-json.............................(Already Installed) * Skipping package: php7.1-ldap.............................(Already Installed) * Skipping package: php7.1-mbstring.........................(Already Installed) * Skipping package: php7.1-mcrypt...........................(Already Installed) * Skipping package: php7.1-mysql............................(Already Installed) * Skipping package: php-gettext.............................(Already Installed) * Skipping package: sysv-rc-conf............................(Already Installed) * Skipping package: tar.....................................(Already Installed) * Skipping package: tftpd-hpa...............................(Already Installed) * Skipping package: tftp-hpa................................(Already Installed) * Skipping package: unzip...................................(Already Installed) * Skipping package: vsftpd..................................(Already Installed) * Installing package: wget....................................Failed! (Will try later) * Skipping package: xinetd..................................(Already Installed) * Skipping package: zlib1g..................................(Already Installed) * Updating packages as needed.................................OK * Installing now everything is updated........................Failed!
-
RE: Hard Drive, SSD, & M.2
Hey guys. So I’ve attempted to register a computer this morning with a m.2 hard drive and got the same error message. Just wanted to pass that information along.
I overlooked switching to ACHI on this computer. DOH!
-
RE: Hard Drive, SSD, & M.2
That did not work. Same error message comes up.
I did notice this line when booting kernel
populating /dev using udev: udevd[[3096]: error creating epoll fd: Function not implemented
-
RE: Hard Drive, SSD, & M.2
@sebastian-roth said in Hard Drive, SSD, & M.2:
nvme_load=YES
Sorry I need a little clarification, I go to the host on the web interface and type in nvme_load=YES in the Host Kernel Arguments?
-
RE: Hard Drive, SSD, & M.2
After even more digging. There is something hardware related that FOG doesn’t like or isn’t seeing. I put the SED drive into a MMF Dell 7050 and it started imaging without any issues. Maybe its the new quick swap device on it?
I will add due to hardware differences the image crashed upon loading into windows 7 (Yeah I know windows 7)
-
RE: Hard Drive, SSD, & M.2
@breit said in Hard Drive, SSD, & M.2:
b3:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961 [144d:a804]
Subsystem: Samsung Electronics Co Ltd Device [144d:a801]
Kernel driver in use: nvme
Kernel modules: nvmeI haven’t done a full comparison of the two lspci files yet but just a quick look the last line above is missing from the FOG lspci data. Maybe its not loading that controller and Fedora is?
-
RE: Hard Drive, SSD, & M.2
@george1421
BzImage info:bzImage: Linux kernel x86 boot executable bzImage, version 4.15.2 (builder@c38bc 0acaeb4) #5 SMP Tue Feb 13 18:30:08 UTC 20, RO-rootFS, swap_dev 0x7, Normal VGA
lspci -knn info:
00:00.0 Host bridge [0600]: Intel Corporation Sky Lake-E DMI3 Registers [8086:2020] (rev 04) Subsystem: Dell Device [1028:0738] 00:04.0 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.1 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.2 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.3 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.4 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.5 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.6 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:04.7 System peripheral [0880]: Intel Corporation Sky Lake-E CBDMA Registers [8086:2021] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: ioatdma Kernel modules: ioatdma 00:05.0 System peripheral [0880]: Intel Corporation Sky Lake-E MM/Vt-d Configuration Registers [8086:2024] (rev 04) Subsystem: Dell Device [1028:0738] 00:05.2 System peripheral [0880]: Intel Corporation Device [8086:2025] (rev 04) 00:05.4 PIC [0800]: Intel Corporation Device [8086:2026] (rev 04) Subsystem: Dell Device [1028:0738] 00:08.0 System peripheral [0880]: Intel Corporation Sky Lake-E Ubox Registers [8086:2014] (rev 04) Subsystem: Dell Device [1028:0738] 00:08.1 Performance counters [1101]: Intel Corporation Sky Lake-E Ubox Registers [8086:2015] (rev 04) Subsystem: Dell Device [1028:0738] 00:08.2 System peripheral [0880]: Intel Corporation Sky Lake-E Ubox Registers [8086:2016] (rev 04) Subsystem: Dell Device [1028:0738] 00:14.0 USB controller [0c03]: Intel Corporation 200 Series PCH USB 3.0 xHCI Controller [8086:a2af] Subsystem: Dell Device [1028:0738] Kernel driver in use: xhci_hcd 00:14.2 Signal processing controller [1180]: Intel Corporation 200 Series PCH Thermal Subsystem [8086:a2b1] Subsystem: Dell Device [1028:0738] 00:16.0 Communication controller [0780]: Intel Corporation 200 Series PCH CSME HECI #1 [8086:a2ba] Subsystem: Dell Device [1028:0738] Kernel driver in use: mei_me Kernel modules: mei_me 00:17.0 SATA controller [0106]: Intel Corporation 200 Series PCH SATA controller [AHCI mode] [8086:a282] Subsystem: Dell Device [1028:0738] Kernel driver in use: ahci 00:1c.0 PCI bridge [0604]: Intel Corporation 200 Series PCH PCI Express Root Port #1 [8086:a290] (rev f0) Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.6 PCI bridge [0604]: Intel Corporation 200 Series PCH PCI Express Root Port #7 [8086:a296] (rev f0) Kernel driver in use: pcieport Kernel modules: shpchp 00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a2d3] Subsystem: Dell Device [1028:0738] 00:1f.2 Memory controller [0580]: Intel Corporation 200 Series PCH PMC [8086:a2a1] Subsystem: Dell Device [1028:0738] 00:1f.3 Audio device [0403]: Intel Corporation 200 Series PCH HD Audio [8086:a2f0] Subsystem: Dell Device [1028:0738] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel 00:1f.4 SMBus [0c05]: Intel Corporation 200 Series PCH SMBus Controller [8086:a2a3] Subsystem: Dell Device [1028:0738] Kernel driver in use: i801_smbus Kernel modules: i2c_i801 00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (5) I219-LM [8086:15e3] Subsystem: Dell Device [1028:0738] Kernel driver in use: e1000e Kernel modules: e1000e 02:00.0 PCI bridge [0604]: Texas Instruments XIO2001 PCI Express-to-PCI Bridge [104c:8240] Kernel modules: shpchp 16:05.0 System peripheral [0880]: Intel Corporation Device [8086:2034] (rev 04) Subsystem: Dell Device [1028:0738] 16:05.2 System peripheral [0880]: Intel Corporation Sky Lake-E RAS Configuration Registers [8086:2035] (rev 04) 16:05.4 PIC [0800]: Intel Corporation Device [8086:2036] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.0 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.1 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.2 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.3 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.4 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.5 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.6 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:08.7 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:09.0 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:09.1 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208d] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.0 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.1 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.2 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.3 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.4 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.5 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.6 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0e.7 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0f.0 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:0f.1 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:208e] (rev 04) Subsystem: Dell Device [1028:0738] 16:1d.0 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:2054] (rev 04) Subsystem: Dell Device [1028:0738] 16:1d.1 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:2055] (rev 04) Subsystem: Dell Device [1028:0738] 16:1d.2 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:2056] (rev 04) Subsystem: Dell Device [1028:0738] 16:1d.3 System peripheral [0880]: Intel Corporation Sky Lake-E CHA Registers [8086:2057] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.0 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2080] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.1 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2081] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.2 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2082] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.3 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2083] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.4 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2084] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.5 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2085] (rev 04) Subsystem: Dell Device [1028:0738] 16:1e.6 System peripheral [0880]: Intel Corporation Sky Lake-E PCU Registers [8086:2086] (rev 04) Subsystem: Dell Device [1028:0738] 64:00.0 PCI bridge [0604]: Intel Corporation Sky Lake-E PCI Express Root Port A [8086:2030] (rev 04) Kernel driver in use: pcieport Kernel modules: shpchp 64:05.0 System peripheral [0880]: Intel Corporation Device [8086:2034] (rev 04) Subsystem: Dell Device [1028:0738] 64:05.2 System peripheral [0880]: Intel Corporation Sky Lake-E RAS Configuration Registers [8086:2035] (rev 04) 64:05.4 PIC [0800]: Intel Corporation Device [8086:2036] (rev 04) Subsystem: Dell Device [1028:0738] 64:08.0 System peripheral [0880]: Intel Corporation Device [8086:2066] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:09.0 System peripheral [0880]: Intel Corporation Device [8086:2066] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0a.0 System peripheral [0880]: Intel Corporation Device [8086:2040] (rev 04) Subsystem: Dell Device [1028:0738] 64:0a.1 System peripheral [0880]: Intel Corporation Device [8086:2041] (rev 04) Subsystem: Dell Device [1028:0738] 64:0a.2 System peripheral [0880]: Intel Corporation Device [8086:2042] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0a.3 System peripheral [0880]: Intel Corporation Device [8086:2043] (rev 04) Subsystem: Dell Device [1028:0738] 64:0a.4 System peripheral [0880]: Intel Corporation Device [8086:2044] (rev 04) Subsystem: Dell Device [1028:0738] 64:0a.5 System peripheral [0880]: Intel Corporation Device [8086:2045] (rev 04) Subsystem: Dell Device [1028:0738] 64:0a.6 System peripheral [0880]: Intel Corporation Device [8086:2046] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0a.7 System peripheral [0880]: Intel Corporation Device [8086:2047] (rev 04) Subsystem: Dell Device [1028:0738] 64:0b.0 System peripheral [0880]: Intel Corporation Device [8086:2048] (rev 04) Subsystem: Dell Device [1028:0738] 64:0b.1 System peripheral [0880]: Intel Corporation Device [8086:2049] (rev 04) Subsystem: Dell Device [1028:0738] 64:0b.2 System peripheral [0880]: Intel Corporation Device [8086:204a] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0b.3 System peripheral [0880]: Intel Corporation Device [8086:204b] (rev 04) Subsystem: Dell Device [1028:0738] 64:0c.0 System peripheral [0880]: Intel Corporation Device [8086:2040] (rev 04) Subsystem: Dell Device [1028:0738] 64:0c.1 System peripheral [0880]: Intel Corporation Device [8086:2041] (rev 04) Subsystem: Dell Device [1028:0738] 64:0c.2 System peripheral [0880]: Intel Corporation Device [8086:2042] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0c.3 System peripheral [0880]: Intel Corporation Device [8086:2043] (rev 04) Subsystem: Dell Device [1028:0738] 64:0c.4 System peripheral [0880]: Intel Corporation Device [8086:2044] (rev 04) Subsystem: Dell Device [1028:0738] 64:0c.5 System peripheral [0880]: Intel Corporation Device [8086:2045] (rev 04) Subsystem: Dell Device [1028:0738] 64:0c.6 System peripheral [0880]: Intel Corporation Device [8086:2046] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0c.7 System peripheral [0880]: Intel Corporation Device [8086:2047] (rev 04) Subsystem: Dell Device [1028:0738] 64:0d.0 System peripheral [0880]: Intel Corporation Device [8086:2048] (rev 04) Subsystem: Dell Device [1028:0738] 64:0d.1 System peripheral [0880]: Intel Corporation Device [8086:2049] (rev 04) Subsystem: Dell Device [1028:0738] 64:0d.2 System peripheral [0880]: Intel Corporation Device [8086:204a] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore 64:0d.3 System peripheral [0880]: Intel Corporation Device [8086:204b] (rev 04) Subsystem: Dell Device [1028:0738] 65:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107GL [Quadro P600] [10de:1cb2] (rev a1) Subsystem: Dell Device [1028:11bd] Kernel driver in use: nouveau Kernel modules: nouveau 65:00.1 Audio device [0403]: NVIDIA Corporation GP107GL High Definition Audio Controller [10de:0fb9] (rev a1) Subsystem: Dell Device [1028:11bd] Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel b2:02.0 PCI bridge [0604]: Intel Corporation Sky Lake-E PCI Express Root Port C [8086:2032] (rev 04) Kernel driver in use: pcieport Kernel modules: shpchp b2:03.0 PCI bridge [0604]: Intel Corporation Sky Lake-E PCI Express Root Port D [8086:2033] (rev 04) Kernel driver in use: pcieport Kernel modules: shpchp b2:05.0 System peripheral [0880]: Intel Corporation Device [8086:2034] (rev 04) Subsystem: Dell Device [1028:0738] b2:05.2 System peripheral [0880]: Intel Corporation Sky Lake-E RAS Configuration Registers [8086:2035] (rev 04) b2:05.4 PIC [0800]: Intel Corporation Device [8086:2036] (rev 04) Subsystem: Dell Device [1028:0738] b2:12.0 Performance counters [1101]: Intel Corporation Sky Lake-E M3KTI Registers [8086:204c] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore b2:12.1 Performance counters [1101]: Intel Corporation Sky Lake-E M3KTI Registers [8086:204d] (rev 04) Subsystem: Dell Device [1028:0738] Kernel driver in use: skx_uncore b2:12.2 System peripheral [0880]: Intel Corporation Sky Lake-E M3KTI Registers [8086:204e] (rev 04) Subsystem: Dell Device [1028:0738] b2:15.0 System peripheral [0880]: Intel Corporation Sky Lake-E M2PCI Registers [8086:2018] (rev 04) Subsystem: Dell Device [1028:0738] b2:16.0 System peripheral [0880]: Intel Corporation Sky Lake-E M2PCI Registers [8086:2018] (rev 04) Subsystem: Dell Device [1028:0738] b2:16.4 System peripheral [0880]: Intel Corporation Sky Lake-E M2PCI Registers [8086:2018] (rev 04) Subsystem: Dell Device [1028:0738] b2:17.0 System peripheral [0880]: Intel Corporation Sky Lake-E M2PCI Registers [8086:2018] (rev 04) b3:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961 [144d:a804] Subsystem: Samsung Electronics Co Ltd Device [144d:a801] Kernel driver in use: nvme Kernel modules: nvme