Comment 71 for bug 379313

Revision history for this message
Jeff Bower (ubuntu-ebower) wrote : Re: Handling NextWindow Touchscreen (multitouch)

In order to run on the Maverick Beta kernel, you'll need to manually compile the module. First extract the .deb contents somewhere (I use /tmp/nwfermi as an example) and run the following:
cd /tmp/nwfermi/usr/src/nwfermi-0.2
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

Sadly, no uTouch support seems to be available.