Talk:Dell XPS 13 9360

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

lspci and the drivers

Talk status
This discussion is done.

Could the lspci output please include the drivers in use, using lspci -k?
It could help others to easier find the correct kernel options.

--Charles17 (talk) 10:08, 28 December 2016 (UTC)

Yes I was wondering to put it or not because it takes a lot of space and for the other XPS 9350 article they didn't include any lspci. Here it is:

root #lspci -k
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
        Subsystem: Dell Device 075b
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
        Subsystem: Dell Device 075b
        Kernel driver in use: i915
        Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 02)
        Subsystem: Dell Device 075b
00:14.0 USB controller: Intel Corporation Device 9d2f (rev 21)
        Subsystem: Dell Device 075b
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation Device 9d31 (rev 21)
        Subsystem: Dell Device 075b
00:15.0 Signal processing controller: Intel Corporation Device 9d60 (rev 21)
        Subsystem: Dell Device 075b
00:15.1 Signal processing controller: Intel Corporation Device 9d61 (rev 21)
        Subsystem: Dell Device 075b
00:16.0 Communication controller: Intel Corporation Device 9d3a (rev 21)
        Subsystem: Dell Device 075b
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
        Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation Device 9d14 (rev f1)
        Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation Device 9d15 (rev f1)
        Kernel driver in use: pcieport
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
        Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
        Subsystem: Dell Device 075b
00:1f.2 Memory controller: Intel Corporation Device 9d21 (rev 21)
        Subsystem: Dell Device 075b
00:1f.4 SMBus: Intel Corporation Device 9d23 (rev 21)
        Subsystem: Dell Device 075b
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
3a:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
        Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 525a (rev 01)
        Subsystem: Dell Device 075b
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci
3c:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 0115 (rev 01)
        Subsystem: Toshiba America Info Systems Device 0001
        Kernel driver in use: nvme

--Rayan 11:05, 28 December 2016 (UTC)

Not much space for such a lot of helpful information. BTW: The output could be collapsed using RootInvocation instead of RootCmd:
root #lspci -k
00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
        Subsystem: Dell Device 075b
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
        Subsystem: Dell Device 075b
        Kernel driver in use: i915
        Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Device 1903 (rev 02)
        Subsystem: Dell Device 075b
00:14.0 USB controller: Intel Corporation Device 9d2f (rev 21)
        Subsystem: Dell Device 075b
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation Device 9d31 (rev 21)
        Subsystem: Dell Device 075b
00:15.0 Signal processing controller: Intel Corporation Device 9d60 (rev 21)
        Subsystem: Dell Device 075b
00:15.1 Signal processing controller: Intel Corporation Device 9d61 (rev 21)
        Subsystem: Dell Device 075b
00:16.0 Communication controller: Intel Corporation Device 9d3a (rev 21)
        Subsystem: Dell Device 075b
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
        Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation Device 9d14 (rev f1)
        Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation Device 9d15 (rev f1)
        Kernel driver in use: pcieport
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
        Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
        Subsystem: Dell Device 075b
00:1f.2 Memory controller: Intel Corporation Device 9d21 (rev 21)
        Subsystem: Dell Device 075b
00:1f.4 SMBus: Intel Corporation Device 9d23 (rev 21)
        Subsystem: Dell Device 075b
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
3a:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
        Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter
        Kernel driver in use: ath10k_pci
        Kernel modules: ath10k_pci
3b:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 525a (rev 01)
        Subsystem: Dell Device 075b
        Kernel driver in use: rtsx_pci
        Kernel modules: rtsx_pci
3c:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 0115 (rev 01)
        Subsystem: Toshiba America Info Systems Device 0001
        Kernel driver in use: nvme

--Charles17 (talk) 13:38, 28 December 2016 (UTC)