You can try with keucr driver for 10.04 and 10.10 too. Just try the next steps: 1. Install build-essential (sudo apt-get install build-essential) on terminal. 2. Down the keucr driver. The link is here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/530277/+attachment/1714152/+files/keucr.tgz Now, you have too options: install it on terminal or intall it with a script. To install the keucr on terminal you must to write the next commands: 3. Now change to the download directory and unpack: "tar zvxf keucr.tgz" 4. Now change to the unpacked folder: "cd keucr" 5. "make -C /usr/src/linux-headers-`uname -r` M=`pwd` modules" "sudo make -C /usr/src/linux-headers-`uname -r` M=`pwd` modules_install" "sudo depmod -a" At this time the keucr driver must be installed and working. Just restart your pc and try it. The another option is to install the driver with a scrip. The file contains the last commands. I attachment it. Just write on terminal: "sh install.sh" and done. Good luck!! 2011/2/24 rickrack