I was wondering how I could possibly get my Belkin n52te gamepad working on this version of Ubuntu - ubuntu 13.10?
1 Answers
1. Install Monitoring and Remapping Application Needed for the Driver
It is Pystromo. It has to be download from Launchpad.
Press Ctrl+Alt+T to open terminal. Run these commands one by one in terminal;
cd ~/Downloads
sudo wget "https://launchpadlibrarian.net/18545559/pystromo-0.6.0.tar.gz"
sudo sed -i '$a uinput' /etc/modules
sudo modprobe uinput
tar -xvf pystromo-0.6.0.tar.gz
sudo cp pystromo/config/52-pystromo-debian.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger
mv pystromo ~/.config/
cp ~/.config/pystromo/config/* ~/.config/pystromo/
cp ~/.config/pystromo/lib/* ~/.config/pystromo/
sed -r 's:config/:~/.config/pystromo/config/:g' -i ~/.config/pystromo/monitor.conf
sudo python ~/.config/pystromo/pystromo-mon.py
In order to start it at boot,
Type "Startup Applications" in dash, select it and open.
Then Click on "Add" button.
In the new window, type "Pystromo" in Name field, and type "sudo python ~/.config/pystromo/pystromo-mon.py" in Command field. Then click on "Add" button.
Then you have to install the device driver.
2. Install Device Driver
It is Nostromo. You need to have Sun's Java JRE 1.6 installed to run it.
Can download Jnostromo from Sourceforge. After download install it with,
cd ~/Downloads
chmod +x jnostromo-1.5.2-linux-installer.run
sudo ./jnostromo-1.5.2-linux-installer.run
Driver installation prompt will start. After installation, you can run it with jnostromo Icon in desktop.(You need Sun's java JRE versionn 1.6)