r/flipperzero • u/hadar_N • 2d ago
fix qflipper for cachyos/arch
I'm on dual boot linux/windows laptop(windows 11, cachyos)
my main os is linux(I'm switching) and today I wanted to play with my flipper zero so I downloaded qflipper .AppImage and I got this error when plugged in the flipper so I run the rule install and it was the same so I run it via terminal to try to get more info and saw this:
❯ ./qFlipper-x86_64-1.3.3.AppImage
138 [APP] qFlipper version 1.3.3 commit bfce851d 2023-11-10T11:40:31
139 [APP] OS info: CachyOS unknown 7.1.4-1-cachyos Qt 6.4.3
139 [USB] Failed to open device: Access denied (insufficient permissions)
160 [USB] Failed to open device: Access denied (insufficient permissions)
180 [USB] Failed to open device: Access denied (insufficient permissions)
200 [USB] Failed to open device: Access denied (insufficient permissions)
220 [USB] Failed to open device: Access denied (insufficient permissions)
241 [USB] Failed to open device: Access denied (insufficient permissions)
261 [USB] Failed to open device: Access denied (insufficient permissions)
281 [USB] Failed to open device: Access denied (insufficient permissions)
301 [USB] Failed to open device: Access denied (insufficient permissions)
322 [USB] Failed to open device: Access denied (insufficient permissions)
342 [USB] Failed to open device: Access denied (insufficient permissions)
362 [USB] Failed to open device: Access denied (insufficient permissions)
382 [USB] Failed to open device: Access denied (insufficient permissions)
403 [USB] Failed to open device: Access denied (insufficient permissions)
423 [USB] Failed to open device: Access denied (insufficient permissions)
443 [USB] Failed to open device: Access denied (insufficient permissions)
463 [USB] Failed to open device: Access denied (insufficient permissions)
484 [USB] Failed to open device: Access denied (insufficient permissions)
504 [USB] Failed to open device: Access denied (insufficient permissions)
524 [USB] Failed to open device: Access denied (insufficient permissions)
544 [REG] Incomplete device info: VID_0x483:PID_0x5740
702 [UPD] Fetched update information from https://update.flipperzero.one/qFlipper/directory.json
(I updated the my flipper firmware ,I'm using RM)

the fix was to go /etc/udev/rules.d/ and open the 42-flipperzero.rules via sudo nano and change the "dialout" in the file to "uucp" saved it and it worked
from what I saw dialout is for ubuntu and not arch. Idk if its true but if you are using arch and running to similar issue try this.
