LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-30-2006, 08:03 AM   #1
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Rep: Reputation: 31
Success: Logitech Mouse with 2.6 Kernel


Howdy Y'all,

I was having the vertical-only mouse problem with my Logitech EX110 Cordless desktop. I tried editing all sorts of configuration files, but the thing that made the difference was installing the huge2.6.s kernel from the slackware CD.

Now the mouse works in the console and in X.

For anyone having the same problem, installing the new kernel was EASY. Just like Slackbook says, just copy the files from the CD into /boot and edit lilo.conf, then run lilo.

Installing the new kernel has had other nice effects, too. Boot time is way faster, no hotplugging. Very cool.

Now on to other challenges...
Joel
 
Old 12-29-2006, 04:45 AM   #2
dombrowsky
Member
 
Registered: Dec 2005
Location: New York
Distribution: Debian/GNU
Posts: 235

Rep: Reputation: 31
copy files from disk in order to install a new kernel? qwa?

$ apt-get install kernel-image-2.6

why do people use slackware anyway?
 
Old 12-30-2006, 03:39 PM   #3
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Original Poster
Rep: Reputation: 31
Exqueeze me? Baking powder? Do you use Slackware? I sincerely hope you're joking, dude. There are plenty of reasons to use Slackware -- the big one is simplicity -- FOR EXAMPLE...

OKay, in all seriousness: on the Slackware install disks there is a big collection of potential kernels; you can choose any of them during installation, however, it's easy enough to change later if you want to. I had trouble with the usual 2.4 kernel when I originally installed -- the subject of this thread. So, I decided to try a 2.6 kernel, since I have mostly brand new hardware. It's as simple as copying a few files from the disks that I had.

PARTICULARLY IF I CAN'T CONNECT TO THE INTERNET ONCE I'VE INSTALLED THE os COPYING THE FILES FROM DISK IS A LOT EASIER THAN USING APT.

I hope I've clarified the situation.

Joel
 
Old 01-04-2007, 11:14 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I agree with your solution ... all my logitech mice did this with all the 2.4 kernels, installing the 2.6 kernel solved it. I tried multiple other solutions before this one, but none worked.

However, I don't think there is a need to copy files to disk in order to install a new kernel.
 
Old 01-05-2007, 08:37 AM   #5
dombrowsky
Member
 
Registered: Dec 2005
Location: New York
Distribution: Debian/GNU
Posts: 235

Rep: Reputation: 31
sorry. hating slackware is a tradition of mine going back to 1997. force of habit
 
Old 01-05-2007, 08:54 AM   #6
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by H_TeXMeX_H
However, I don't think there is a need to copy files to disk in order to install a new kernel.
Senor Texmex,
Just curious, how else would I do it in Slackware (or any other computer system)? I mean, the kernel has to be on disk in order to be read...how is the computer going to boot a kernel off of a CD, especially one that's not in the drive? Is it going to extract the file from the disk on a spindle on my desk through some magical data channel?

If I'm sounding terrifically naive about this, just fill me in. One of us has miscommunicated something

Joel
 
Old 01-05-2007, 08:57 AM   #7
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by dombrowsky
sorry. hating slackware is a tradition of mine going back to 1997. force of habit
I understand I'm developing a healthy loathing of Ubuntu myself. So, did you come to the Slackware forum just to "hate on" Slackware?

Perhaps you forgot that this was posted in the Slackware forum, or that Slackware doesn't have APT, or super cow powers

Btw, dependencies are not really an issue with something as simple as installing a new kernel in Slackware -- it's really as easy as copying files from a CD. I'm curious as to why you think APT is better, or why you'd prefer to have things going on behind your back (my interpretation of the situation; that's why I prefer Slackware -- I know what's going on at every turn).

TO TEXMEX as well: that's how it's described in the Slackbook, so that's why I did it that way.

Joel
 
Old 01-05-2007, 04:42 PM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Well, let's see I just posted it in another thread:

put slackware CD #2 or DVD into your drive and:

Code:
su
<Enter your root password>
mount /dev/cdrom /mnt/tmp
cd /mnt/tmp/extra/linux-2.6.17.13
installpkg kernel-generic-2.6.17.13-i486-1.tgz
installpkg kernel-modules-2.6.17.13-i486-1.tgz
installpkg kernel-source-2.6.17.13-noarch-1.tgz
cd
umount /dev/cdrom
eject /dev/cdrom
 
Old 01-08-2007, 11:54 PM   #9
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
Hey, How did you get the volume control buttons to start working??
 
Old 01-09-2007, 06:55 PM   #10
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
What buttons ? Where ?
 
Old 01-09-2007, 09:42 PM   #11
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
You knw the extra volume control buttons on the keyboard... and the play pause media control button.

I dont really need the media buttons but the volume control buttons are really usefull.
 
Old 01-10-2007, 12:39 PM   #12
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by H_TeXMeX_H
Well, let's see I just posted it in another thread:

put slackware CD #2 or DVD into your drive and:

Code:
su
<Enter your root password>
mount /dev/cdrom /mnt/tmp
cd /mnt/tmp/extra/linux-2.6.17.13
installpkg kernel-generic-2.6.17.13-i486-1.tgz
installpkg kernel-modules-2.6.17.13-i486-1.tgz
installpkg kernel-source-2.6.17.13-noarch-1.tgz
cd
umount /dev/cdrom
eject /dev/cdrom
Interesting. That may be why I have had trouble with modules.

Joel
 
Old 01-10-2007, 12:41 PM   #13
trashbird1240
Member
 
Registered: Sep 2006
Location: Durham, NC
Distribution: Slackware, Ubuntu (yes, both)
Posts: 463

Original Poster
Rep: Reputation: 31
Quote:
Originally Posted by duryodhan
You knw the extra volume control buttons on the keyboard... and the play pause media control button.

I dont really need the media buttons but the volume control buttons are really usefull.
As far as I know, those [keyboard] buttons don't work. However, do you want to use them? I never use them. Even in Win$uck I never used them (when they would have worked); I'm saying I would have no way of knowing. If you want to use them, go ahead.

Joel
 
Old 01-10-2007, 01:27 PM   #14
mattydee
Member
 
Registered: Dec 2006
Location: Vancouver, BC
Distribution: Debian,Ubuntu,Slackware
Posts: 479

Rep: Reputation: 48
Quote:
Originally Posted by duryodhan
You knw the extra volume control buttons on the keyboard... and the play pause media control button.

I dont really need the media buttons but the volume control buttons are really usefull.
You can do this, but it is a little complicated. (The idea is simple, but implementation is a pain). Maybe you should start a new thread

I was able to do this using "xev" as a starting point. Rough outline:

xev to get keycodes
map keycodes to > F12 keys using ~/.Xmodmap
use your new "imaginary" F keys to perform certain actions using dcop (control centre in KDE).
 
Old 01-10-2007, 10:12 PM   #15
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
hmm...
lets see I will try it out! looks interesting!
Finally I get something on which I can fruitfully waste my time!
 
  


Reply

Tags
logitech, mouse, slackware



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 Scroll Button doesn't work with Logitech PS/2 MOuse. duffmckagan Slackware 10 12-02-2008 11:27 PM
logitech webcam messenger success story? Maverick1182 Mandriva 6 07-03-2006 06:55 AM
strange mouse behaviour with logitech pilot mouse in debian 3.0r2 g-string 3 Debian 0 11-12-2004 06:27 AM
Scroll mouse success! rooman Linux - Hardware 3 08-01-2003 06:41 AM

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

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