Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
Thanks for providing this package.
I just attempted to test Logitech G29. After compiling without errors using:
and then loading with:
I'm getting the error:
I'm using Arch Linux, kernel 4.4.1-2-ARCH.
If you're not getting errors from "make" (no sudo needed for building), then the above should be the only problem.
Compilation seems to be successful only flagging the two following warnings:
and
After what seems like a successful loading of the G29 module with:
the control presets in game provide the following:
KEYBOARD (AERTY)
KEYBOARD
CONTROL PRESET 3
When selecting CONTROL PRESET 3 all keys on the wheel work as expected but the pedals do not register. While there does seem to be force present in the wheel it's as though maximum force is be applied preventing the wheel from being to turned either left or right from centre. This is exactly the same behaviour as when your driver patch has not been loaded.
Should there be a G29 preset showing up in GRID Autosport CONTROL menu or is additional configuration needed to obtain the correct mappings and behaviour?
With regard to GRID Autosport, there is no G29 preset yet. You could try to make one though. In the install directory you can find the following file: share/data/forcefeedback/devicesetup.xml. You can duplicate the G27 lines and change the first 8 characters of the name id to "C24F046D". If this doesn't work, you can still switch back to G27 compatibility mode through the method described in another post.
There's just one fix needed in the root Makefile for the G29. -rmmod hid-logitech needs to follow the loading of ff-memless as ff-memless pulls in the hid-logitech version from /lib/modules/ provided in later kernels as a dependency rather than the patch you've provided.
G29 testing results:
Adding the following to GRID\ Autosport/share/data/forcefeedback/devicesetup.xml didn't work:
Switching to fallback mode with the following works but kind of defeats the purpose of the work you've put in to the G29 patch:
Essentially is seems we are now just waiting on Feral to provide a G29 preset patch.
G920 testing results:
Additionally adding the following to GRID\ Autosport/share/data/forcefeedback/devicesetup.xml didn't help GRID recognise the G920 either:
Switching is done with 'usb_modeswitch'. Try something like:
If it works, the wheel should reset and show up as c262.
You can also put this into a usb_modeswitch config file and use an udev rule to have this done automatically. However, it doesn't appear to work with USB hubs.
After executing
Then find the udev rule file for usb_modeswitch (usually /usr/lib/udev/rules.d/40-usb_modeswitch.rules) and add the following to it:
This should make it switch automatically when the g920 is connected directly.
i have hard time figuring this out though.
i have logitech driving force gt
do i still have to use this command?
sudo make load_g29
cause i tried sudo make load_dfgt but it obviously isnt working :)
and when i load_g29 then i loose all my roccat mouse/keyboard input - have to replug the devices:
sudo make load_g29
rmmod hid-logitech-hidpp hid-logitech klgd-ff-plugin klgd usbhid hid-generic hid
rmmod: ERROR: Module hid_logitech_hidpp is not currently loaded
rmmod: ERROR: Module klgd_ff_plugin is not currently loaded
rmmod: ERROR: Module klgd is not currently loaded
rmmod: ERROR: Module hid is in use by: hid_roccat_ryos hid_roccat_koneplus
Makefile:22: recipe for target 'load_g29' failed
make: [load_g29] Error 1 (ignored)
insmod hid/hid.ko
insmod: ERROR: could not insert module hid/hid.ko: File exists
Makefile:22: recipe for target 'load_g29' failed
make: *** [load_g29] Error 1
edit: lsmod | grep hid reports
and the following lines after "modprobe hid-generic"
Note that those lines start with a tab!
However, if something goes wrong during the load, you could be left without keyboard/mouse driver. Which is slightly annoying. I cases like that, it is handy to have a PS/2 keyboard nearby.