WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dual Screen Laptop issues  (Read 332 times)

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Dual Screen Laptop issues
« on: April 15, 2024, 05:54:19 AM »
Hello!

I want to use TC on a Asus Zenbook Duo 14" that has 2 screens (model Ux435e).

My problem is that I can not get both screens working neither the touch on them. Also wifi is not detected.

Any particular extensions for these newer machines?

Thanks

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Dual Screen Laptop issues
« Reply #1 on: April 15, 2024, 06:27:55 AM »
Please state which version and architecture of tinycore you are using, for example 15.x x86.

To use two screens you will have to use Xorg-7.7 or wayland.

To use WiFi you will need to know what hardware you have in order to check which firmware and driver are required.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11229
Re: Dual Screen Laptop issues
« Reply #2 on: April 15, 2024, 06:36:55 AM »
Hi Zendrael
You need to supply more information.
Which version (TC12, TC13, TC14, etc) of Tinycore are you running?

You need to get  pciutils.tcz  installed.
Then run the following:
Code: [Select]
sudo lspci -nnk > lspci.txt
Then copy/paste the contents of  lspci.txt  in your next post.

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Re: Dual Screen Laptop issues
« Reply #3 on: April 19, 2024, 05:18:06 AM »
Hi!

I'm using TC(Plus) 32bit v15.
This is what lspci returns:

Code: [Select]
00:00.0 Host bridge: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 03)
00:04.0 Signal processing controller: Intel Corporation TigerLake-LP Dynamic Tuning Processor Participant (rev 02)
00:07.0 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0 (rev 02)
00:07.1 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1 (rev 02)
00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Tigerlake Telemetry Aggregator Driver (rev 01)
00:0d.0 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 USB Controller (rev 02)
00:0d.2 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #0 (rev 02)
00:14.0 USB controller: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller (rev 30)
00:14.2 RAM memory: Intel Corporation Tiger Lake-LP Shared SRAM (rev 30)
00:15.0 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #0 (rev 30)
00:15.1 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #1 (rev 30)
00:15.2 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #2 (rev 30)
00:15.3 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #3 (rev 30)
00:16.0 Communication controller: Intel Corporation Tiger Lake-LP Management Engine Interface (rev 30)
00:1c.0 PCI bridge: Intel Corporation Device a0bb (rev 30)
00:1d.0 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #9 (rev 30)
00:1f.0 ISA bridge: Intel Corporation Tiger Lake-LP LPC Controller (rev 30)
00:1f.3 Multimedia audio controller: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 30)
00:1f.4 SMBus: Intel Corporation Tiger Lake-LP SMBus Controller (rev 30)
00:1f.5 Serial bus controller: Intel Corporation Tiger Lake-LP SPI Controller (rev 30)
57:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)
58:00.0 Non-Volatile memory controller: SK hynix Gold P31/BC711/PC711 NVMe Solid State Drive

Hope it gives an idea on what I have to load.
Thanks!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14554
Re: Dual Screen Laptop issues
« Reply #4 on: April 19, 2024, 06:26:52 AM »
For your wifi I believe you need the firmware-iwlwifi extension - note that this needs to be loaded before the wireless-KERNEL extension.

For your graphics, you may need the firmware-i915 extension and then graphics-KERNEL and Xorg-7.7-3d all before you start a gui.

In both cases you can use "dmesg | grep -i firmware" to see what firmware the kernel attempts to load.