However, unless you're running a very new kernel you can probably omit the "sed" lines if you're just compiling for 64-bit. This should work as a quick step-by-step:
wget https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/379313/+attachment/1455604/+files/nwfermi-0.2_i386.deb ar x nwfermi-0.2_i386.deb tar -zxmvf data.tar.gz cd usr/src/nwfermi-0.2 # Only uncomment if running Maverick or you get USB-related compiler errors #sed -i 's/usb_buffer_alloc/usb_alloc_coherent/g' nw-fermi.c #sed -i 's/usb_buffer_free/usb_free_coherent/g' nw-fermi.c make sudo cp nw-fermi.ko /lib/modules/$(uname -r)/updates/dkms sudo insmod /lib/modules/$(uname -r)/updates/dkms sudo depmod -a -- Handling NextWindow Touchscreen (multitouch) https://bugs.launchpad.net/bugs/379313 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
