SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hmm...Iam not too sure, but it certainly isn't a hardware problem. I think thats how the 2.6.xx installation is !! I had installed the 2.6.17 kernel(on my laptop) and I had the same problem. I had no sound, no mouse nothing. lsmod displayed no modules.
The only problem was becaue the kernel modules were not installed. It must be because the kernel modules during installation are in a seperate directory :? !! Just guessing, maybe somebody else would have a definitive answer on why this is so.
I have the same problem with slamd64. I tried to select Y and M, while configuring input options and the menu just would not respond. I continued with the options selection, and plugged in a usb optical mouse when I rebooted and the usb mouse was hotplugged, and worked. Still no ps2, but I'm too tired to mess around with it now. Finally got audio and forcedeth working on a m.s.i k9n6sgm with 2.6.20
well I thought i'd wait a couple revisions so I did a clean slack 11.00 install
and grabed the kernel source
Linux 2.6.21.1
make mrproper
make xconfig
make modules_install
make install
lilo
reboot
no errors boots clean
still no mouse and far as I can tell no automatic modules like i being reported in this thread.
ideas anyone?
oh yes why puzzled I know I am a neophyte linux user per say but i live in shell and this has me puzzled.
I think the last kernel was 2.6.18 that worked great out of the source compiled after that I had no mouse I think it was 2.6.18 it might have been 2.6.17 its been a few weeks but the only difference was kernel revision.
and this is right from the .config i used to build the kernel
Code:
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
really appreciate the help and input from everyone I feel and know I must be doing something really stupid but I guess after looking at the issue for a few months and googling my brains out I just can't see the forest for the trees anymore (why I did a fresh install from 11.0 cd's)
Ok. So you say that if you build earlier kernels, they are built correctly.Maybe you could try to build the test26 Slackware kernel and check if that works (build modules correctly).
Last edited by Alien_Hominid; 05-18-2007 at 09:40 AM.
okay was browsing today but
in the slack 11 branch
../slackware/slackware-11.0/kernels/test26.s/config
is
Linux kernel version: 2.6.18
according to its config
now
../slackware/slackware-current/kernels/huge.s/config
is
Linux kernel version: 2.6.21.1
so I guess I'll try taking the config from the huge.s in the current
and see if that fixes my issue
well still scratching my head got a migriane today so hard to do much but I built 2.6.21.1 with the HUGE.s config from --current and I also built 2.6.21.1 from a fresh config and set ps2 mouse as a MODULE load and confirmed the driver is there
and still no mouse note I didn't do the test kernel config from 11.00 since that is 2.6.18 and I had no problems with 18 its past 18 I had the headaches.
this is not a major issue just something i can not figure out.
machine boots clean no errors
Linux 2.6.21.1.
[13:13:39] [root] [~] >lsmod
Module Size Used by
psmouse 35232 0
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
I use custom 2.6.16 kernel.
It's strange that it doesn't work with huge. Huge purpose is to work with anything.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.