Qflipper unsupported device found

When I connect my pinball machine to pc using qflipper on Linux Arch I get this message: “unsupported device found”. I have no problem instead with the app on android. This is the complete log:
468 [APP] qFlipper version 1.3.0 commit 01fcfec9 2023-03-27T11:51:38
468 [APP] OS info: Arch Linux unknown 6.1.26-1-lts Qt 6.4.3
643 [UPD] Fetched update information from https://update.flipperzero.one/qFlipper/directory.json
643 [UPD] Fetched update information from https://update.flipperzero.one/firmware/directory.json
7041 [USB] Failed to open device: Access denied (insufficient permissions)
7061 [USB] Failed to open device: Access denied (insufficient permissions)
7081 [USB] Failed to open device: Access denied (insufficient permissions)
7101 [USB] Failed to open device: Access denied (insufficient permissions)
7121 [USB] Failed to open device: Access denied (insufficient permissions)
7142 [USB] Failed to open device: Access denied (insufficient permissions)
7162 [USB] Failed to open device: Access denied (insufficient permissions)
7182 [USB] Failed to open device: Access denied (insufficient permissions)
7203 [USB] Failed to open device: Access denied (insufficient permissions)
7223 [USB] Failed to open device: Access denied (insufficient permissions)
7244 [USB] Failed to open device: Access denied (insufficient permissions)
7264 [USB] Failed to open device: Access denied (insufficient permissions)
7284 [USB] Failed to open device: Access denied (insufficient permissions)
7305 [USB] Failed to open device: Access denied (insufficient permissions)
7325 [USB] Failed to open device: Access denied (insufficient permissions)
7346 [USB] Failed to open device: Access denied (insufficient permissions)
7366 [USB] Failed to open device: Access denied (insufficient permissions)
7386 [USB] Failed to open device: Access denied (insufficient permissions)
7407 [USB] Failed to open device: Access denied (insufficient permissions)
7427 [USB] Failed to open device: Access denied (insufficient permissions)
7447 [REG] Incomplete device info: VID_0x483:PID_0x5740
34741 [APP] qFlipper exited
34776 [default] “There are still “1” items in the process of being created at engine destruction.”

Try running the app with sudo:

  1. Go to the location of the AppImage file in your terminal.
  2. Run it with sudo ./<name of file here>
4 Likes

Thank you. I solved the problem by launching the application as root :grinning:

OMG Thank you

Thank you !

Uh oh… this really isn’t a solution. I mean, sure it works, but you are giving a program keys to the kingdom by handing it the master key instead of figuring out the appropriate permissions or otherwise.

I don’t have a solution and I’m still on it as I’d rather not run USB issues via root privs.

1 Like