dualsense-led-configurator
dualsense-led-configurator copied to clipboard
FileNotFoundError when trying to do anything
hi , software is non functional getting errors based on /sys/devices/pci0000:00/0000:00:08.1/0000:28:00.3/usb5/5-4/5-4:1.0/bluetooth/hci0/hci0:256/0005:054C:0CE6.000C/leds/input:white:player-1/brightness or any other @cow-killer
Are you running the script as root?
yes
Can you send me the text that you get from the terminal when trying to run the application?
sure
Its just like this for every options (this one is for LED2 toggle)
Traceback (most recent call last):
File "~/dualsense-led-configurator/ds_led.py", line 418, in led_clicked
self.toggle_individual_led(data[0])
File "~/dualsense-led-configurator/ds_led.py", line 232, in toggle_individual_led
wr = open(
FileNotFoundError: [Errno 2] No such file or directory: '/sys/devices/pci0000:00/0000:00:08.1/0000:28:00.3/usb5/5-4/5-4:1.0/bluetooth/hci0/hci0:256/0005:054C:0CE6.000C/leds/input:white:player-2/brightness'
@linuxgamingcentral what is wrong ?
Is that just for LED 2 or does that apply to any of the buttons you click?
any
maybe folder names are hardcoded ?
@cow-killer ? , @linuxgamingcentral anything ?
@Decapitater, can you please test with the latest code? I believe I had this same error once, but it no longer appears after PR #5.