LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-19-2011, 10:55 AM   #1
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Rep: Reputation: Disabled
Question About Mouse Configuration


I'm using an ASUS K42F series laptop with Slackware 13.37 w/ XFCE X-window on it. For the trackpad, it works whenever I have an internet connection at startup, but if I do not, it does not work. I'm assuming this means that it needs the internet connection to get the appropriate drivers at startup.

Is there files that I can copy or have stored so that the internet connection isn't required? Please & thank you for any information!
 
Old 05-19-2011, 11:26 AM   #2
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Original Poster
Rep: Reputation: Disabled
Nevermind, it does not seem to be completely dependent on the internet connection. The mouse wasn't working for the longest time as soon as I was not booting with an internet connection. Once I got an internet connection at boot, it started working, for a while. I left the computer on and sitting for a bit, and when I came back to it, the mouse was no longer working. I restarted the computer (with an internet connection) and it's still not working. I was having this same difficulty with KDE previously.
 
Old 05-19-2011, 11:43 AM   #3
jamesf
Member
 
Registered: Dec 2004
Location: USA
Distribution: Slackware 12, Slackware64 14.2
Posts: 236
Blog Entries: 1

Rep: Reputation: 57
I had a similar problem with a different machine. If internet traffic was going on my usb memory stick worked at full speed. No internet traffic, very intermittent and slow usb access.

The problem was that the BIOS ACPI tables were mis-configured _and_ that usb port and the network port were sharing an interrupt.

Try checking the output of 'cat /proc/interrupts' to see if the port the mouse is on and the internet port are sharing an interrupt. If they are, then you'll probably want to look into how to split them up.

Good luck!
 
Old 05-19-2011, 11:59 AM   #4
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamesf View Post
I had a similar problem with a different machine. If internet traffic was going on my usb memory stick worked at full speed. No internet traffic, very intermittent and slow usb access.

The problem was that the BIOS ACPI tables were mis-configured _and_ that usb port and the network port were sharing an interrupt.

Try checking the output of 'cat /proc/interrupts' to see if the port the mouse is on and the internet port are sharing an interrupt. If they are, then you'll probably want to look into how to split them up.

Good luck!
Although I don't really know what I'm looking at in the 'cat /proc/interrupts' I don't show anything that appears to be overlapping...

I read somewhere about this, and tried this:
Code:
If you are running 2.6.34-rc7 or later, create /etc/modprobe.d/psmouse.conf and add the line: options psmouse force_elantech=1
But when I did this, the mouse was completely unresponsive.
 
Old 05-19-2011, 12:16 PM   #5
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamesf View Post
I had a similar problem with a different machine. If internet traffic was going on my usb memory stick worked at full speed. No internet traffic, very intermittent and slow usb access.

The problem was that the BIOS ACPI tables were mis-configured _and_ that usb port and the network port were sharing an interrupt.

Try checking the output of 'cat /proc/interrupts' to see if the port the mouse is on and the internet port are sharing an interrupt. If they are, then you'll probably want to look into how to split them up.

Good luck!
Here is the output for cat /proc/interrupts. I don't see anything about a mouse though, or the network

Code:
            CPU0       CPU1       CPU2       CPU3       
   0:        135          1          0          0   IO-APIC-edge      timer
   1:         46         59         45         51   IO-APIC-edge      i8042
   7:         22          0          0          0   IO-APIC-edge    
   8:          1          0          0          0   IO-APIC-edge      rtc0
   9:         19         24         24         22   IO-APIC-fasteoi   acpi
  12:       1321       1312       1329       1338   IO-APIC-edge      i8042
  16:         21         25         24         27   IO-APIC-fasteoi   ehci_hcd:usb1
  17:       1039       1048       1042       1034   IO-APIC-fasteoi   ath9k
  18:          0          0          0          0   IO-APIC-fasteoi   ips, mmc0
  23:         95         84         88         93   IO-APIC-fasteoi   ehci_hcd:usb2
  40:       2142       2129       2129       2120   PCI-MSI-edge      ahci
  41:        182        180        183        179   PCI-MSI-edge      i915
  42:         61         64         63         64   PCI-MSI-edge      hda_intel
  43:          0          1          0          0   PCI-MSI-edge      eth0
 NMI:          0          0          0          0   Non-maskable interrupts
 LOC:      15144      14198      13462      15422   Local timer interrupts
 SPU:          0          0          0          0   Spurious interrupts
 PMI:          0          0          0          0   Performance monitoring interrupts
 IWI:          0          0          0          0   IRQ work interrupts
 RES:        146         77        182         81   Rescheduling interrupts
 CAL:         30         38         37         42   Function call interrupts
 TLB:         78        126         69        163   TLB shootdowns
 TRM:          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0   about:home       0          0   Machine check exceptions
 MCP:          2          2          2          2   Machine check polls
 ERR:         25
 MIS:          0
 
Old 05-19-2011, 05:28 PM   #6
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Original Poster
Rep: Reputation: Disabled
When I got back home, it started working immediately. The only change I made was configuring the wireless internet to connect to my home network. For a test, I commented out the ESSID of my home network, so it wouldn't be able to connect to the internet, and it still worked.

At work which is only about 10 minutes away, I can't get it to work, at home I can't get it to not work

:-/
 
Old 05-20-2011, 12:14 AM   #7
jamesf
Member
 
Registered: Dec 2004
Location: USA
Distribution: Slackware 12, Slackware64 14.2
Posts: 236
Blog Entries: 1

Rep: Reputation: 57
Google got a couple of hits (maybe older ones) that talk about having to mess with xorg.conf to get the mouse to work:

A mini-review of how well it works in linux
http://www.linlap.com/wiki/asus+k42f

A guy who did some editing to get it to work:
http://trisquel.info/es/forum/synapt...ch-wheel-mouse

I mis-read your original post (sorry). The output of 'lspci -v | more' will probably let you find your mouse and see if and what interrupt it is using. Coupled with 'cat /proc/interrupts' you might find out something, but maybe nothing useful.
 
Old 05-20-2011, 08:11 AM   #8
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamesf View Post
Google got a couple of hits (maybe older ones) that talk about having to mess with xorg.conf to get the mouse to work:

A mini-review of how well it works in linux
http://www.linlap.com/wiki/asus+k42f

A guy who did some editing to get it to work:
http://trisquel.info/es/forum/synapt...ch-wheel-mouse

I mis-read your original post (sorry). The output of 'lspci -v | more' will probably let you find your mouse and see if and what interrupt it is using. Coupled with 'cat /proc/interrupts' you might find out something, but maybe nothing useful.
Thanks for the information. I tried an experiment this morning, and I think it just complicated things more... Before leaving my house, I put my laptop to sleep, came to work, and then woke up my laptop, and the mouse if working fine now. This morning I tried to boot my laptop with the router turned off (no internet connection) and the mouse still worked fine, at home. From what I can gather, it seems like something at my workplace is causing the mouse not to work, but only if I boot it while at work. This doesn't make any sense to me unfortunately.....
 
Old 05-20-2011, 08:20 AM   #9
archetypal
LQ Newbie
 
Registered: May 2011
Posts: 29

Original Poster
Rep: Reputation: Disabled
OMG!!!! I think I've found out what the problem was! It has to do with the power!!! If I'm running on battery mode the mouse works fine (I tried rebooting as well). As soon as I plug my laptop in, the mouse stops working fully. If I go to a different outlet, it works somewhat, but not as well as in battery mode.

I'm guessing it has something to do with the grounding??? Does anybody have any idea on this?
 
  


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 configuration pilatus666 Slackware 2 12-30-2006 10:33 AM
need help in mouse configuration tallman19 Slackware 3 12-25-2006 03:51 PM
Mouse configuration jarod_123 Linux - General 1 03-22-2006 02:49 PM
P/S2 mouse configuration tjgadu Linux - Newbie 1 06-30-2005 06:00 PM
mouse configuration Rex_chaos Linux - General 6 03-25-2002 08:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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