ive recently installed Slack 10.2 and when im in the GUI i cant use my mouse, can anyone help me? thanks in advance
Printable View
ive recently installed Slack 10.2 and when im in the GUI i cant use my mouse, can anyone help me? thanks in advance
if your mouse wont work at all, i would say you need the 2.6 kernel.
trust me i had the exact same problem of getting into the gui and having the mouse stuck in the middle of the screen.
you need to go into the /testing/packages/linux-2.6.10 directory on the slackware cd (disc 2).
there you will find the 2.6 kernel stuff.
unfortunatly, i havent yet installed the 2.6 kernel off the slackware cd. I have only compiled my own kernel from source which was very unsucesssful.
my guess to installing those packages would be:
where mount directory is where you have mounted the disc.Code:cd /(mount directory)/testing/packages/linux-2.6.10
pkgtool
from there go for the first option which is "install from current directory" and install everything that is in that directory.
i will try this for myself so i may be able to help you further still if you dont understand my instructions.
hopefully this helped you.
weed
You will probably have to compile your own kernel with support for it
cd to /usr/src/linux
and run (as root)
make xconfig
or if your not in X run menuconfig
i really don't know what to do but it might be useful to compile your own kernel
i myself tried compiling my own kernel to get the mouse support going.
it works but there are a lot of modules saying eg. "fatal! cannot find module: snd-alsa-mixer"
it is easier to just use the precompiled kernel (2.6) in the testing dir. However it might not work with your hardware (just like mine did).
compile a kernel if you are adventurous.