Results 1 to 2 of 2
i am a newbie to linux....using fedora 8
my laptop lenovo Y500 doesnt recognizes laptop keyboard or touchpad....
i use usb mouse and kbd presently...
can nyone help me out..
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-04-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
fedora doesn't recognizes touchpad and keyboard of laptop
i am a newbie to linux....using fedora 8
my laptop lenovo Y500 doesnt recognizes laptop keyboard or touchpad....
i use usb mouse and kbd presently...
can nyone help me out..
thanx in advance
- 07-26-2008 #2Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
got the answer for my own question:
adding locale=fr_FR i8042 to kernel line solves the problem.
this is done as:
(need to be root)
vi /boot/grub/menu.lst
and modify
title Fedora (2.6.23.1-42.fc8 )
root (hd0,5)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
to
title Fedora (2.6.23.1-42.fc8 )
root (hd0,5)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet locale=fr_FR i8042.reset
initrd /initrd-2.6.23.1-42.fc8.img
now reboot


Reply With Quote
