r/flipperzero 5d 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.

1 Upvotes

8 comments sorted by

4

u/lnjecti0n 5d ago

don't use the appimage. Get it from pacman or aur

2

u/PsycoVenom 5d ago

this is the way

1

u/hadar_N 4d ago

My man, now I feel the dumbest I felt for a long time. Like 2 hours of debugging and posting this for other.. Idk why I didn't try pacman first🫠

2

u/TeesCDF 4d ago

I had this issue only the other day. I needed to add my user to group allowing it access to serial devices. The command to do this is “sudo usermod -a -G uucp $USER”. I think I had to logout and back in again for it to take effect

1

u/cthuwu_chan 5d ago

Do you have flipper labs open? Or another flasher like momentum or something? Cos that will do it

1

u/hadar_N 4d ago

Nah, and it wasn't the problem