LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-27-2020, 12:05 PM   #1
slacknedo
LQ Newbie
 
Registered: Apr 2019
Distribution: slackware64-current
Posts: 22

Rep: Reputation: 0
Touchpad not recognized on clevo NL41CU


Hi, I have a clevo NL41CU with slackware64 current with 5.4.13 kernel.
If i start the pc with a distro live(with graphics) the touchpad work very well, and in the live recognized the device
xinput
Code:
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ FTCS1000:00 2808:0101 Touchpad            id=11   [slave  pointer  (2)]
⎜   ↳ ImPS/2 Logitech Wheel Mouse               id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ Sleep Button                              id=9    [slave  keyboard (3)]
    ↳ BisonCam,NB Pro: BisonCam,NB Pr           id=10   [slave  keyboard (3)]
    ↳ Intel HID events                          id=12   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=13   [slave  keyboard (3)]
but in slackware with xinput i have
Code:
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ImPS/2 Logitech Wheel Mouse               id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]ev
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ Sleep Button                              id=9    [slave  keyboard (3)]
    ↳ BisonCam,NB Pro: BisonCam,NB Pr           id=10   [slave  keyboard (3)]
    ↳ Intel HID events                          id=11   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=12   [slave  keyboard (3)]
in /etc/X11/xorg.conf.d/ i put the conf for synaptics e and after for libinput but none of those do anything.
Not even in syslog or in dmesg find the touchpad.
I don't know how to solve or if i have to enable something in kernel config.
thanks.
 
Old 01-28-2020, 11:34 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
I've put your thread title + linux in a search engine. Please click on some of the links and show us some output that narrows down the problem.
I have a feeling that it's not recognized on a lower level than xinput.

PS:
in further searches, concentrate on "FTCS1000:00 2808:0101 Touchpad" or even just "2808:0101", not Clevo.

Last edited by ondoho; 01-28-2020 at 11:37 PM.
 
Old 01-29-2020, 03:24 AM   #3
slacknedo
LQ Newbie
 
Registered: Apr 2019
Distribution: slackware64-current
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ondoho View Post
I've put your thread title + linux in a search engine. Please click on some of the links and show us some output that narrows down the problem.
I have a feeling that it's not recognized on a lower level than xinput.

PS:
in further searches, concentrate on "FTCS1000:00 2808:0101 Touchpad" or even just "2808:0101", not Clevo.
what output do i need to show? dmesg?
the xorg log shows the touchpad as "mouse" not "touchpad".
The main problem is neither the kernel or xorg recognized that there is a touchpad. i already searched the device in a search engine and nothing comes up.
 
Old 02-03-2020, 04:42 AM   #4
slacknedo
LQ Newbie
 
Registered: Apr 2019
Distribution: slackware64-current
Posts: 22

Original Poster
Rep: Reputation: 0
This is the output of dmesg of slackware and the live distro.
The file slackwaredmesg.txt is dmesg of slackware,
and the file dmesgzorin.txt is the dmesg of the live distro.
Attached Files
File Type: txt slackwaredmesg.txt (53.9 KB, 20 views)
File Type: txt dmesgzorin.txt (57.4 KB, 10 views)
 
Old 02-04-2020, 11:42 AM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Searching both files for "mouse" (case insensitive) and "2808:0101" it is pretty clear that slackware does not go beyond recognizing this touchpad as a generic mouse.
I also found the apparent keyword "i2c_designware" (interesting search results).
IDK; the slackware kernel seems new enough, but maybe it does not include exotic drivers?

Also try to remove any xorg.conf.d stuff you added & reboot. Can't hurt to try.
 
Old 02-04-2020, 12:16 PM   #6
slacknedo
LQ Newbie
 
Registered: Apr 2019
Distribution: slackware64-current
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ondoho View Post
Searching both files for "mouse" (case insensitive) and "2808:0101" it is pretty clear that slackware does not go beyond recognizing this touchpad as a generic mouse.
I also found the apparent keyword "i2c_designware" (interesting search results).
IDK; the slackware kernel seems new enough, but maybe it does not include exotic drivers?

Also try to remove any xorg.conf.d stuff you added & reboot. Can't hurt to try.
I remove all my config from /etc/X11/xorg.conf.d, but the result is the same.
I think the problem is what type of driver i need to insert in the kernel. But why with the live distro the touchpad work well?
 
Old 02-06-2020, 04:07 AM   #7
radhikashetty
LQ Newbie
 
Registered: Feb 2020
Posts: 1

Rep: Reputation: Disabled
Great Post
 
Old 03-03-2020, 02:34 AM   #8
ThePenguinOfD00m
LQ Newbie
 
Registered: Mar 2020
Posts: 3

Rep: Reputation: Disabled
I have the same problem and this is the only meaningful result I get when searching the web!
Other distros like Ubuntu don't have this problem, so why isn't there anyone able to tell us the solution to fix this issue!?
Surely there's a way somewhere, or those distro would not be able to make it work!

Linux sucks and the community is even worse!
 
Old 03-16-2020, 06:28 AM   #9
slacknedo
LQ Newbie
 
Registered: Apr 2019
Distribution: slackware64-current
Posts: 22

Original Poster
Rep: Reputation: 0
nobody knows anything?
 
Old 03-16-2020, 12:37 PM   #10
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,228

Rep: Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345Reputation: 2345
Quote:
Originally Posted by ThePenguinOfD00m View Post
Linux sucks and the community is even worse!
You take a computer that few people have heard of and install a distro that few people use. Then you wonder why you have a problem. Open-source software is designed by people for their own needs — if those needs are not like yours, find something from people whose needs are. And the community is just that — people who spend their time, unpaid, trying to help others. If you don't like it, use Windows.
 
Old 03-22-2020, 12:36 PM   #11
ThePenguinOfD00m
LQ Newbie
 
Registered: Mar 2020
Posts: 3

Rep: Reputation: Disabled
And my needs are to not use Windows, so that's most definitely not a possible option out of all the things you might've suggested.
The "distro that few people use" meets, for the most part, my needs after finding out that other distros do not meet them.
So what do we do now? As I said, Ubuntu and derivates don't have this problem. How is that possible? There has to be a way or this problem would exists there too. Or are they enabling everything in the kernel in the hope that nothing major happens?
Also "unpaid" my ass, the Linux development team is getting money from various sponsors; Linus's day job is working on the kernel, even if it's just approving commits. And it's not just Linux: Canonical receives money from various sources by providing Ubuntu and so are Red Hat, the Debian team and the developers of other "mainstream" systems. Here literally nobody is being unpaid.
Now that you successfully wasted our time with a pointless and incorrect comment, what are we supposed to do to fix our problem?
 
Old 03-23-2020, 04:04 AM   #12
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Oi vei
Let me address this one by one:

Quote:
Originally Posted by ThePenguinOfD00m View Post
The "distro that few people use" meets, for the most part, my needs after finding out that other distros do not meet them.
So what do we do now? As I said, Ubuntu and derivates don't have this problem.
YOU (not we) can do one of 2 things:
  • define your needs and try to fulfil them on a distro that “works” - because that’s the beauty of GNU/Linux, pretty much nothing is impossible. Often just un/installing stuff is enough.
  • define the underlying problem and learn to fix it

Quote:
Originally Posted by ThePenguinOfD00m View Post
Also "unpaid" my ass, the Linux development team is getting money from various sponsors
You are conflagrating various people & organisations into one big Linux entity. This is wrong. While I won't go into detail, I can say that linuxquestions.org is not affiliated with any of those and the mebers posting here are indeed just that: unpaid voluntaries.
And the same goes for the majority of FLOSS developers.

Quote:
Originally Posted by ThePenguinOfD00m View Post
And it's not just Linux: Canonical receives money from various sources by providing Ubuntu and so are Red Hat, the Debian team and the developers of other "mainstream" systems. Here literally nobody is being unpaid.
This is literally wrong, for the same reasons as above: while some people might be receiving payment, maybe some even fulltime, the majority of coders are indeed unpaid.
(I'm not saying they don't benefit from their coding though)

Quote:
Originally Posted by ThePenguinOfD00m View Post
Now that you successfully wasted our time with a pointless and incorrect comment, what are we supposed to do to fix our problem?
Now that you succesfully wasted our time with these pointless and incorrect comments, how do you expect anyone to still help you?
- OK, that wasn't all that funny.
Constructive advice: open a dedicated thread with a real problem description, and show your willingness to actually solve it, not just complain.

Last edited by ondoho; 03-23-2020 at 04:06 AM.
 
Old 03-29-2020, 12:15 PM   #13
ThePenguinOfD00m
LQ Newbie
 
Registered: Mar 2020
Posts: 3

Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
  • define your needs and try to fulfil them on a distro that “works” - because that’s the beauty of GNU/Linux, pretty much nothing is impossible. Often just un/installing stuff is enough.
Slackware takes care of that.
And un/installing did not help. I tried before making this reply.
Though since I don't know what to install, I tried with random xorg tools, of course with no avail.

Quote:
Originally Posted by ondoho View Post
  • define the underlying problem and learn to fix it
The touchpad doesn't recognize gestures, which I assumed was the same issue of the OP since I have the same xinput listing.
Also, "fix it yourself" is not an answer I expected from a forum dedicated to help users.

Quote:
Originally Posted by ondoho View Post
You are conflagrating various people & organisations into one big Linux entity. This is wrong. While I won't go into detail, I can say that linuxquestions.org is not affiliated with any of those and the mebers posting here are indeed just that: unpaid voluntaries.
And the same goes for the majority of FLOSS developers.
Except I was talking only about people working on the kernel and on operative systems. That's a very small subset of the people involved in the Open Source Community™ and most, if not all, of them are paid, since they work for companies like Red Hat.

Quote:
Originally Posted by ondoho View Post
Now that you succesfully wasted our time with these pointless and incorrect comments, how do you expect anyone to still help you?
- OK, that wasn't all that funny.
Constructive advice: open a dedicated thread with a real problem description, and show your willingness to actually solve it, not just complain.
No, that was exhilarating.
Certainly when one has a problem, his/her posts asking not to make sarcastic remarks but to stay on topic, can only be pointless and time-wasting!
The problem I have is exactly the same as the OP. I have the same xinput listing. Do I really have to make a duplicate thread?
I'm used to forum netiquette dictating that duplicate threads are frowned upon.
My willingness to actually solve it is demonstrated by the fact that I'm replying (with some days apart due to my schedule) to this thread despite the lack of useful replies.
 
Old 03-29-2020, 02:50 PM   #14
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,998

Rep: Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171
Quote:
Originally Posted by slacknedo View Post
I remove all my config from /etc/X11/xorg.conf.d, but the result is the same.
I think the problem is what type of driver i need to insert in the kernel. But why with the live distro the touchpad work well?
Any difference (between live distro and your Slackware install) with the loaded kernel modules?
 
Old 03-29-2020, 02:58 PM   #15
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,998

Rep: Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171Reputation: 1171
@slacknedo: Try using the "i8042.nomux=1" and/or "i8042.reset" boot parameters.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Clevo W650sj Wifi not working with latest current iso edney Slackware 27 12-13-2017 07:06 AM
Clevo W650sj Wifi not working with latest current iso edney Zenwalk 1 12-10-2017 04:31 PM
[SOLVED] Touchpad recognized as "PS/2 Elantech Touchpad", multitouch - not working on latest Linux distros (Mint,Ubuntu,Fedora,Manjaro) Chripcikas Linux - Hardware 13 09-28-2017 03:04 AM
[SOLVED] 3.7.10-X1.14 NVIDEA Optimus - Clevo P150EMx - X will not start. mudherm Slackware 1 03-27-2013 02:37 PM
PCMCIA of old Clevo 862 Notebook not compatible? thorax Linux - Laptop and Netbook 5 08-15-2004 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration