Did you uncomment the autopackage-business in /etc/profile?

Here's how I install the linuxwacom driver so that it works for me:
* I use linuxwacom-0.8.0-3

./configure --enable-wacom
make
sudo make install
# To replace the kernel module with the newly compiled wacom.ko driver
sudo find /lib/modules/`uname -r` -name "wacom.ko" | xargs cp src/`ls -rt src | 
tail -1`wacom.ko

sudo rmmod wacom
sudo modprobe wacom
dmesg | tail # just to check

# then restart X/gdm
sudo /etc/init.d/gdm restart

Hope this works for you :)

-- 
Can't log in wihout failsafe terminal
https://bugs.launchpad.net/bugs/185000
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to