LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 11-02-2017, 04:30 AM   #16
Tobor
LQ Newbie
 
Registered: Oct 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled

Up.
 
Old 11-02-2017, 04:32 AM   #17
Tobor
LQ Newbie
 
Registered: Oct 2017
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
since your operating system cannot see the device at all, i wonder how it works at all.
Could it be due to failing to load Kernel Modules?
 
Old 11-02-2017, 01:29 PM   #18
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
Quote:
Originally Posted by Tobor View Post
Could it be due to failing to load Kernel Modules?
no, dmesg should still be seeing something. are you sure you followed the procedure i outlined?
 
Old 11-02-2017, 02:28 PM   #19
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
$ xinput

One of the gotchas with X is that most thing that runs under X has the SAME priority as X. Which can cause pauses in responsiveness. I tend to launch browsers and other PIG applications with a lower priority / nice level. So that when they misbehave I can terminate them without waiting for responsiveness to come back around.

$ nice -n 10 iceweasel

One other thing that can affect responsiveness is swap space. If you run out of ram and need it, but don't have it, your mouse will act weird, although it still moves (very slowly) for me. Add and use swap space if that's the case. Once you or your system has killed off enough processes to regain control of your remaining processes.

Code:
[    0.727695] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
From your previous output seems interesting, implying adding i8042.nopnp to the list of kernel parameters.

$ sudo nano /etc/default/grub
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force acpi_backlight=vendor i8042.nopnp"
$ sudo update-grub

$ sudo shutdown -r +0

Or use "e" in grubs menu to edit and try that change first before making it permanent and universal for grub.

Editing /etc/default/grub and running update-grub basically changes these types of lines in your grub.cfg. FILE: /boot/grub/grub.cfg
Code:
linux   /boot/vmlinuz-4.13.0-1-amd64 root=UUID=11111111-1111-1111-1111-111111111111 ro  quiet acpi=force acpi_backlight=vendor i8042.nopnp
 
  


Reply



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
Mouse/touchpad randomly stops working tarpin882 Linux - Newbie 1 08-10-2015 04:04 AM
Cyborg R.A.T. 7 USB mouse randomly stops working Richard Cranium Slackware 3 06-21-2013 12:58 PM
My USB mouse stops working in Debian with resource intense programs. Chunky77 Linux - Hardware 4 08-13-2009 12:39 PM
mouse partially stops working randomly... kahn Linux - Hardware 7 12-04-2008 10:57 AM
USB Mouse stops working after kernel 2.6.24 upgrade (debian etch) andywest Linux - Hardware 1 06-12-2008 03:54 PM

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

All times are GMT -5. The time now is 07:54 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