Talk:Dell XPS 13 9360

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. In particular, sign comments using ~~~~ and add new discussions at the bottom of the page. New discussions should be made visible with {{Talk|date = 2024-05-18}}.
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 11:29, 14 May 2024 (UTC)
:: Another reply [[User:Larry|Larry]] 15:23, 18 May 2024 (UTC)
:: Your reply ~~~~

Navigate to first:

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)