LinuxQuestions.org
Help answer threads with 0 replies.
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 06-13-2006, 08:49 AM   #1
john_d13
Member
 
Registered: Apr 2004
Posts: 34

Rep: Reputation: 15
Mouse issues in Slack 10.2 using Kernel 2.6


Hey guys I know there are issues with the 2.6 test kernel in slack 10.2 when installing via cd. Keyboard works but usb/ball mouse dont work. Anyone know a workaround or if there is another 2.6 kernel that will fix this issue
 
Old 06-13-2006, 09:51 AM   #2
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
You might try running "mouseconfig" as root and selecting "usb USB connected mouse" -- that's what I have to do with the default Slackware-2.4 kernels.

Other than that, I'd need to know a good bit more information...
 
Old 06-14-2006, 02:31 PM   #3
john_d13
Member
 
Registered: Apr 2004
Posts: 34

Original Poster
Rep: Reputation: 15
I will try that,

Just wondering if anyone had issues with mouse when upgrading from 2.4 to 2.6

also where can I download the latest 2.6 kernel?
 
Old 06-14-2006, 02:35 PM   #4
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
You've to install 2.6 kernel modules located on CD 2, that will add support for a lot of stuff that's supported as modules, including usb support.
 
Old 06-14-2006, 02:36 PM   #5
john_d13
Member
 
Registered: Apr 2004
Posts: 34

Original Poster
Rep: Reputation: 15
I did,,, is it named something like 26test ? if so, there are mouse issues with it, and its a knows issue with slack
 
Old 06-14-2006, 09:50 PM   #6
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
I know a man, quite well versed in Slackware, who runs Pat's 2.6 kernels and his USB mouse works. Why don't you post the output of "lsmod" and "/sbin/lsusb" and let us take a peek at what you got.

The latest Linux 2.6 kernel is always here.
 
Old 06-15-2006, 12:21 PM   #7
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
It's a very well known "issue":
http://www.linuxquestions.org/questi...d.php?t=380890
So known, it's stated on RELEASE_NOTES: http://mirror.switch.ch/ftp/mirror/s.../RELEASE_NOTES

Another thing you may want to try, if you already installed the modules as you said, is to point the mouse device in /etc/X11/xorg.conf to /dev/input/mice instead of /dev/mouse (or /dev/psaux).

Last edited by gbonvehi; 06-15-2006 at 12:23 PM.
 
Old 06-15-2006, 06:50 PM   #8
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
gbonvehi,

I'm a bit slow here -- you're saying the "issue" is that someone who doesn't read Pat's Release Notes doesn't properly install his 2.6 testing kernels and ends up without modules?
 
Old 06-15-2006, 07:07 PM   #9
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Quote:
Originally Posted by john_d13
I did,,, is it named something like 26test ? if so, there are mouse issues with it, and its a knows issue with slack
That's a new one to me. My USB mouse works fine, and I always start with test26.s on my 10.2 installs.

Can you post supporting info on this?

Or is the 'issue' not installing the kernel modules with test26.s?

If you read the forum, we are very 'slack' about everybodys opinions here, but you do have to back up your conclusions....
 
Old 06-15-2006, 07:55 PM   #10
Franklin
Senior Member
 
Registered: Oct 2002
Distribution: Slackware
Posts: 1,348

Rep: Reputation: 217Reputation: 217Reputation: 217
I'm running -current with 2.6.16.20 (Pat's version) and my usb mouse works.

My xorg.conf mouse section:
Code:
Section "InputDevice"

# Identifier and driver

    Identifier	"Mouse1"
    Driver	"mouse"
    Option      "Protocol"           "IMPS/2"
    Option      "ZAxisMapping"       "4 5"
    Option      "Emulate3Buttons"    "true"
    Option      "Device"             "/dev/mouse"

EndSection
**comments removed

The only "odd" thing is that /dev/mouse is a symlink that points to /dev/psaux:
Code:
steve@peggyo:/dev$ ls -la mouse
lrwxrwxrwx 1 root root 5 2006-05-06 18:08 mouse -> psaux
I usually associate /dev/psaux with a ps2 mouse connection, not usb. Maybe it was always this way and I never noticed. Maybe it's because I don't run gpm. Perhaps if I set up gpm to run off a usb mouse the symlink would be different.

Sometimes if you have gpm running and it's associated with the wrong mouse type, you will end up with a non-functional mouse in X. chmod -x /dev/rc.d/rc.gpm to test this.

HTH
 
Old 06-16-2006, 03:18 AM   #11
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,351

Rep: Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382Reputation: 5382
Use "lsmod" to check if the "psmouse" module been loaded.

I've used at least one distribution that didn't load that module (which you NEED to get mouse support with a 2.6 kernel) by default. Can't remember if it was Slackware.
 
Old 06-16-2006, 09:01 AM   #12
john_d13
Member
 
Registered: Apr 2004
Posts: 34

Original Poster
Rep: Reputation: 15
thx for the replies,

well im using 2.4,, gonna be upgrading soon then ill post the lsmod's

any recommendations for a simple step by step 2.4 to 2.6 migration guide?
 
Old 06-16-2006, 09:10 AM   #13
jimX86
Member
 
Registered: Mar 2006
Distribution: Slackware64 -current
Posts: 268
Blog Entries: 1

Rep: Reputation: 79
Quote:
Originally Posted by john_d13
any recommendations for a simple step by step 2.4 to 2.6 migration guide?
That's what they've been trying to tell you... the RELEASE_NOTES file on the first CD provides step by step instructions. That file will also point you in the right direction to another README on making an initrd.
 
Old 06-16-2006, 09:23 AM   #14
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941

Rep: Reputation: 129Reputation: 129
Use Kwan Lowe's Kernel Rebuild Guide and compile a new kernel with source from Kernel.org -- learn how to do it the proper way, don't take shortcuts, and you'll be learning Linux. And also read Linus Torvald's README when you untar the kernel source. His instructions are invaluable.

In the process of learning how to build a kernel, you will learn about your hardware. You will learn how things work and interact. You will be learning one of the major things that separates this operating system from such as Windows and Mac OS -- you can rebuild and customize your kernel.

I build and repair computers, and in the process have compiled many different kernels for many different computers. I always get great satisfaction when I've learned the hardware well enough that I can boot the kernel, all the hardware and options from the kernel work, and there are no errors in /var/log/syslog after I login.

The greatest satisfaction of the back-breaking, lifelong process of learning Linux is that you are in control of your Personal Computer -- Linux has put the PC back into it for me.
 
Old 06-17-2006, 10:28 PM   #15
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
To expand just a slight bit on what Chinaman said:

Don't be afraid to mess up. You learn from your mistakes. I have made/compiled 3 bad kernels this week alone...

And all of us here have learned many, many, many times.

The main thing to remember: It can be resolved. And after YOU fix it, you'll be jumping up and down ("Whee!! Yeah!!").
 
  


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
2.6.13.1 Kernel issues on Slack 10.1 milestoneiii Slackware - Installation 1 09-13-2005 12:31 AM
kernel 2.6.7 configuration issues and mouse doesn't work Lord Zoltar Slackware 12 09-10-2004 05:11 PM
Slack 9.1+Kernel 2.6.5+broadband+mouse issues quo_vadis Slackware 6 04-08-2004 12:02 PM
Mouse issues (Mandrake 9.2 for AMD64 with kernel-2.6.1) iedirtbiker Linux - Hardware 0 01-19-2004 05:00 PM
kernel-2.6.0-test9 mouse issues kadaver Slackware 3 11-27-2003 05:09 PM

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

All times are GMT -5. The time now is 06:29 PM.

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