User Tools

Site Tools


computers:system:firefly-flightsimulator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:system:firefly-flightsimulator [2013/03/22 01:34] – [Software] davidcomputers:system:firefly-flightsimulator [2013/03/23 02:39] (current) – [Software] david
Line 35: Line 35:
     - Followed defaults and allowed it to do its thing     - Followed defaults and allowed it to do its thing
     - Reboot (following directions)     - Reboot (following directions)
-  - Hook up yoke and throttles, etc...+  - Hook up yoke and throttles, etc... (many thanks to this post:  [[http://forums.x-plane.org/index.php?showtopic=60462&hl=saitek]] ) 
 +    - Use **lsusb** to get the Vendor and Device ID of all the Saitek Devices 
 +    - Create a file so **udev** can set up permissions for all these devices 
 +      - Edit <code> 
 +sudo nano /etc/udev/rules.d/99-input-joystick.rules 
 +</code> 
 +      - Insert the following: <code> 
 +# Saitek Pro Flight Throttles 
 +KERNEL=="event*", ATTRS{idProduct}=="0bac", ATTRS{idVendor}=="06a3", MODE="0666" 
 +# Saitek Pro Flight Rudder Pedals 
 +KERNEL=="event*", ATTRS{idProduct}=="0763", ATTRS{idVendor}=="06a3", MODE="0666" 
 +# Saitek Pro Flight yoke 
 +KERNEL=="event*", ATTRS{idProduct}=="712c", ATTRS{idVendor}=="06a3", MODE="0666"</code> 
 +    - Re-Plug in all your devices
   - Get sound working (this was retarded!)  I would NEVER have figured this out on my own... OMG. m(   - Get sound working (this was retarded!)  I would NEVER have figured this out on my own... OMG. m(
     - Thanks to [[https://bbs.archlinux.org/viewtopic.php?pid=975049|this]] post... you just     - Thanks to [[https://bbs.archlinux.org/viewtopic.php?pid=975049|this]] post... you just
Line 53: Line 66:
     - Save your configuration with <code>     - Save your configuration with <code>
 sudo alsactl store 0 sudo alsactl store 0
 +</code>
 +    - Need to load the **libopenal** <code>
 +sudo apt-get install libopenal1
 </code> </code>
   - Install X-Plane   - Install X-Plane
Line 62: Line 78:
     - It complained about not having dedicated 128MB of VRAM     - It complained about not having dedicated 128MB of VRAM
     - Ran the AMD Catalyst driver installer again <code>     - Ran the AMD Catalyst driver installer again <code>
 +cd down
 sudo amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run sudo amd-driver-installer-catalyst-13.1-linux-x86.x86_64.run
 </code> </code>
-    - Rebooted again (followed all the defaults+    - Rebooted again (followed all the defaults you sheeple)
     - Ran the installer again... it didn't complain and appears to have worked!     - Ran the installer again... it didn't complain and appears to have worked!
  
computers/system/firefly-flightsimulator.1363916059.txt.gz · Last modified: 2013/03/22 01:34 by david