Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many controls are inactive #203

Closed
ccoupe opened this issue Apr 30, 2024 · 4 comments
Closed

Many controls are inactive #203

ccoupe opened this issue Apr 30, 2024 · 4 comments

Comments

@ccoupe
Copy link

ccoupe commented Apr 30, 2024

I'm attempting to use Ubuntu 24.04 and a Logitech 923 Wheel. Oversteer launches fine and the brake , throttle pedals, and wheel animate but I can't set any of the Controls in the center panel like Rotation range or any of the Force Feedback settings.

Screenshot from 2024-04-30 15-56-56

$ oversteer --debug
DEBUG:root:update_device_list: /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002/input/input3/event3 /dev/input/event3
DEBUG:root:/dev/input/event3: ID_VENDOR_ID: 046d ID_MODEL_ID: c266
DEBUG:root:Devices: {'/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002/input/input3/event3': <oversteer.device.Device object at 0x7f2ad1fb3530>}
DEBUG:root:/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002/input/input3/event3: {'device_manager': <oversteer.device_manager.DeviceManager object at 0x7f2ad077fec0>, 'input_device': None, 'id': '/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002/input/input3/event3', 'vendor_id': '046d', 'product_id': 'c266', 'usb_id': '046d:c266', 'dev_path': '/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002', 'dev_name': '/dev/input/event3', 'name': 'Logitech G923 Racing Wheel for PlayStation 4 and PC', 'ready': True, 'max_range': 900}
DEBUG:matplotlib:matplotlib data path: /usr/share/matplotlib/mpl-data
DEBUG:matplotlib:CONFIGDIR=/home/ccoupe/.config/matplotlib
DEBUG:matplotlib:interactive is False
DEBUG:matplotlib:platform is linux
DEBUG:matplotlib:CACHEDIR=/home/ccoupe/.cache/matplotlib
DEBUG:matplotlib.font_manager:Using fontManager instance from /home/ccoupe/.cache/matplotlib/fontlist-v330.json
DEBUG:root:populate_devices
DEBUG:root:check_permissions: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002
DEBUG:root:flush_device
DEBUG:root:flush_ui
DEBUG:root:Load
DEBUG:root:mode = None
range = None
ff_gain = None
autocenter = None
combine_pedals = None
spring_level = None
damper_level = None
friction_level = None
ffb_leds = None
ffb_overlay = None
range_overlay = never
use_buttons = None
center_wheel = False
start_app_manually = False
DEBUG:root:flush_device
DEBUG:root:flush_ui
DEBUG:root:Setting autocenter strength: 65535
DEBUG:root:Setting autocenter strength: 0
@berarma
Copy link
Owner

berarma commented Apr 30, 2024

I guess it's the directory /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002 not having enough permissions.

It's the path in the line DEBUG:root:check_permissions: /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002 of the debug log.

Can you check the permission for that directory?

@ccoupe
Copy link
Author

ccoupe commented Apr 30, 2024

$ ls -ld /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002
drwxr-xr-x 5 root root 0 Apr 30 17:37 /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C266.0002

@berarma
Copy link
Owner

berarma commented May 1, 2024

Have you installed new-lg4ff?

@ccoupe
Copy link
Author

ccoupe commented May 1, 2024

Have you installed new-lg4ff?

That was it. Problem solved. Face Palm for me.

@berarma berarma closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants