Comment 22 for bug 121962

Revision history for this message
bullethead67 (bullethead67) wrote :

That was my mistake all the buttons work fine I realized it after I posted. I have only been on linux a few months.

unfortunately when i rebooted the buttons stopped working alltogether.

I tried = modprobe fjbtndrv
and i got an error = atkbd.c: Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly

this error is continous and fills my screen locking up the computer.

Take note I tried
make
make install
modprobe fjbtndrv

and it diddnt work so i tried this

cd /usr/src/linux-headers-2.6.20-16/include/linux
sudo ln -s autoconf.h config.h
cd <fjbtndrv folder>
make
sudo make install
sudo depmod -ae
echo fjbtndrv >> sudo /etc/modules
sudo modprobe fjbtndrv

did this different install method ruin everything?