Comment 4 for bug 555828

Revision history for this message
Nicolas Delvaux (malizor) wrote : Re: acerhk wont compile on lucid

I managed to compile acerhk on Lucid, thanks to this comment: https://bugs.launchpad.net/ubuntu/+source/acerhk/+bug/456123/comments/16

In a nutshell, do the following:

- open /usr/src/YOUR-KERNEL/Makefile
- search for "pg" and comment out the line in which it is
- run those commands to compile and install acerhk:

cp /usr/src/acerhk.tar.bz2 /tmp
cd /tmp
tar -xf acerhk.tar.bz2
cd /tmp/modules/acerhk
make
sudo make install

- finally, reverse the previous change in /usr/src/YOUR-KERNEL/Makefile (uncomment the line with "pg")

And it works !