Page 1 of 1

driver issues?

PostPosted: Thu Nov 26, 2009 11:26 am
by tchk
so i'm tryin to get my joystick to work on snes9x emulator
when i get this driver message
Screenshot.png
huh?

i have never had any driver issues before
i tried updating and installing packages relating to joysticks
i'm kind of lost
can someone please help so my kids will leave me alone about these games/
the joystick works fine with mupen64 and other emulators
p.s. thee mann
wow man, 2.4 is bangin appreciate the hard work thankyou

Re: driver issues?

PostPosted: Thu Nov 26, 2009 12:06 pm
by Admin-Amir

Re: driver issues?

PostPosted: Thu Nov 26, 2009 12:27 pm
by tchk
how do you install the tar

Re: driver issues?

PostPosted: Thu Nov 26, 2009 1:21 pm
by stanca
First open a terminal:
Code: Select all
sudo apt-get install build-essentials
sudo apt-get install linux-headers-"uname-r"

"uname-r" should be your actual kernel name,for example "2.6.31-15-generic".
Then unarchive the tar.gz package,extract it on your desktop:
Code: Select all
cd snes9x-gtk
./configure
sudo make
sudo make install

For errors:
Code: Select all
sudo chmod +x "filename"
sudo chmod +x configure
clean install