Touchscreen not installed

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Touchscreen not installed

Postby rtspitz » Nov 20th, '20, 19:21

I just installed a 7.1 DVD to an ASUS AIO Touchscreen. It is a 2600K i7 with 8GB RAM.

The touchscreen does not seem to be recognized at all. It does not show up in the input devices.

Is there a way to get it activated?

Thanks,
Robert
rtspitz
 
Posts: 7
Joined: Dec 29th, '15, 07:28

Re: Touchscreen not installed

Postby doktor5000 » Nov 20th, '20, 23:00

It would help if you could post the output of
Code: Select all
xinput list
lspcidrake -v

For the first command you may need to install the xinput package.

Please also attach /var/log/Xorg.0.log here.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17603
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Touchscreen not installed

Postby rtspitz » Nov 20th, '20, 23:56

I was at the wrong machine a few minutes ago.

Thank you, very much. Here is the output from the lspcidrake -v

Code: Select all
[rtspitz@localhost ~]$ lspcidrake -v
sdhci_pci       : JMicron Technology Corp.|Standard SD Host Controller (vendor:197b device:2381 subv:1043 subd:84c1) (rev: 20)
Card:Intel 810 and later: Intel Corporation|2nd Generation Core Processor Family Integrated Graphics Controller [DISPLAY_VGA] (vendor:8086 device:0122 subv:1043 subd:0102) (rev: 09)
r8169           : Realtek Semiconductor Co., Ltd.|RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [NETWORK_ETHERNET] (vendor:10ec device:8168 subv:1043 subd:8432) (rev: 06)
unknown         : Intel Corporation|6 Series/C200 Series Chipset Family PCI Express Root Port 5 [BRIDGE_PCI] (vendor:8086 device:1c18) (rev: b5)
ehci_pci        : Intel Corporation|6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [SERIAL_USB] (vendor:8086 device:1c26 subv:1043 subd:1c26) (rev: 05)
ehci_pci        : Intel Corporation|6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [SERIAL_USB] (vendor:8086 device:1c2d subv:1043 subd:1c2d) (rev: 05)
unknown         : Intel Corporation|6 Series/C200 Series Chipset Family PCI Express Root Port 2 [BRIDGE_PCI] (vendor:8086 device:1c12) (rev: b5)
unknown         : Intel Corporation|2nd Generation Core Processor Family DRAM Controller [BRIDGE_HOST] (vendor:8086 device:0100) (rev: 09)
i2c_i801        : Intel Corporation|6 Series/C200 Series Chipset Family SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:1c22 subv:1043 subd:1c22) (rev: 05)
snd_hda_intel   : Intel Corporation|6 Series/C200 Series Chipset Family High Definition Audio Controller [MULTIMEDIA_AUDIO_DEV] (vendor:8086 device:1c20 subv:1043 subd:84c2) (rev: 05)
mei_me          : Intel Corporation|6 Series/C200 Series Chipset Family MEI Controller #1 [COMMUNICATION_OTHER] (vendor:8086 device:1c3a subv:1043 subd:1c3a) (rev: 04)
unknown         : Intel Corporation|6 Series/C200 Series Chipset Family PCI Express Root Port 6 [BRIDGE_PCI] (vendor:8086 device:1c1a) (rev: b5)
xhci_pci        : ASMedia Technology Inc.|ASM1042 SuperSpeed USB Host Controller [SERIAL_USB] (vendor:1b21 device:1042 subv:1043 subd:84aa)
lpc_ich         : Intel Corporation|H61 Express Chipset LPC Controller [BRIDGE_ISA] (vendor:8086 device:1c5c) (rev: 05)
unknown         : Intel Corporation|6 Series/C200 Series Chipset Family PCI Express Root Port 1 [BRIDGE_PCI] (vendor:8086 device:1c10) (rev: b5)
unknown         : Intel Corporation|6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller [STORAGE_SATA] (vendor:8086 device:1c02 subv:1043 subd:1c02) (rev: 05)
sdhci_pci       : JMicron Technology Corp.|SD/MMC Host Controller [SYSTEM_OTHER] (vendor:197b device:2382 subv:1043 subd:84c1) (rev: 20)
hub             : Linux 5.7.19-desktop-3.mga7 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Intel Corp.|Integrated Rate Matching Hub [Hub|Unused|Full speed (or root) hub] (vendor:8087 device:0024)
Mouse:USB|Wheel : Microsoft|Microsoft 3-Button Mouse with IntelliEye(TM) [Human Interface Device|Boot Interface Subclass|Mouse] (vendor:045e device:0040)
hub             : Linux 5.7.19-desktop-3.mga7 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Linux 5.7.19-desktop-3.mga7 ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
hub             : Intel Corp.|Integrated Rate Matching Hub [Hub|Unused|Full speed (or root) hub] (vendor:8087 device:0024)
usbhid          : NextWindow|Touchscreen [Human Interface Device|No Subclass|None] (vendor:1926 device:0dbf)
uvcvideo        : Generic|USB2.0 Camera [Video|Video Control] (vendor:174f device:1447)
usbhid          : Chicony|Wireless Device [Human Interface Device|Boot Interface Subclass|Keyboard] (vendor:04f2 device:1123)
hub             : Linux 5.7.19-desktop-3.mga7 xhci-hcd|xHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0003)
hid_generic     : Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)
hid_generic     : Chicony Wireless Device
hid_generic     : NextWindow Touchscreen
hid_generic     : Chicony Wireless Device
[rtspitz@localhost ~]$
Last edited by doktor5000 on Nov 21st, '20, 01:54, edited 1 time in total.
Reason: added code tags
rtspitz
 
Posts: 7
Joined: Dec 29th, '15, 07:28

Re: Touchscreen not installed

Postby rtspitz » Nov 21st, '20, 00:00

I sure see it listed. It does not show anywhere. If does not do anything when I touch the screen.
rtspitz
 
Posts: 7
Joined: Dec 29th, '15, 07:28

Re: Touchscreen not installed

Postby rtspitz » Nov 21st, '20, 00:02

Here is the log file.
Attachments
Xorg.0.log
(22.21 KiB) Downloaded 62 times
rtspitz
 
Posts: 7
Joined: Dec 29th, '15, 07:28

Re: Touchscreen not installed

Postby doktor5000 » Nov 21st, '20, 01:55

doktor5000 wrote:It would help if you could post the output of
Code: Select all
xinput list
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17603
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Touchscreen not installed

Postby doktor5000 » Nov 21st, '20, 02:04

usbhid          : NextWindow|Touchscreen [Human Interface Device|No Subclass|None] (vendor:1926 device:0dbf)

This should be the device in question, from what I can tell it needs an extra driver to be recognised as touchscreen.
Although the driver also requires a closed-source daemon part, and you may have to compile that yourself. Have a look at https://github.com/glorang/nwfermi
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17603
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron