This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF-Connect for Desktop on Linux

Hello,

since a few weeks I have the following problem with the nRF Connect for Desktop app on Linux (Arch Linux specifically). The runner launches and I can install and start individual apps just fine. When I want to connect to a device which appears with the correct serial number in the drop-down list the app shows me the following error (see the last line in the attached log). The log here is from the programmer, but this appears to be a problem in every app I try to use with different devices, different USB cables and always directly connected to the computer. Just running and using nrfjprog on its own works (!) though.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2021-04-07T07:23:19.972Z INFO Application data folder: /home/daned/.config/nrfconnect/pc-nrfconnect-programmer
2021-04-07T07:23:20.032Z INFO Using nrfjprog library 10.12.1, pc-nrfjprog-js 1.7.6
2021-04-07T07:23:20.038Z DEBUG App pc-nrfconnect-programmer v1.4.8 official
2021-04-07T07:23:20.038Z DEBUG App path: /home/daned/.nrfconnect-apps/node_modules/pc-nrfconnect-programmer
2021-04-07T07:23:20.038Z DEBUG nRFConnect 3.6.1 is supported by the app (^3.6.0)
2021-04-07T07:23:20.038Z DEBUG nRFConnect path: /tmp/.mount_nRF-CobvFjQw/resources/app.asar
2021-04-07T07:23:20.038Z DEBUG HomeDir: /home/daned
2021-04-07T07:23:20.039Z DEBUG TmpDir: /tmp
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS0
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS1
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS10
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS11
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS12
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS13
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS14
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS15
2021-04-07T07:23:20.981Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS16
2021-04-07T07:23:20.982Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS17
2021-04-07T07:23:20.982Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS18
2021-04-07T07:23:20.982Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS19
2021-04-07T07:23:20.982Z VERBOSE Could not fetch serial number for serial port at /dev/ttyS2
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Can you identify the error Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: Unknown value (ffffff5e)? The same version (3.6.1) works on Windows just fine.

If you need more information about the system or other logs I'm happy to provide these.

Best wishes and many thanks already

Daniel