Hi, I've got an ASUS Laptop (L3800 Series, the 3820 exactly). I installed FC1 from scratch few weeks ago and I noticed that my touchpad didn't work. I also saw that it worked with the Knoppix 3.2. Now I've modified my /etc/X11/XF86Config file adding a simple InputDevice section and modifying the ServerLayout section this way : Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "TouchPad" EndSection Section "InputDevice" Identifier "TouchPad" Driver "Mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection And the TouchPad now Works!!! Well, I didn't modify any driver or kernel module.. so why Anaconda can't recognize it??? How can I send this bug to Developers?? Regards, Paolo