g4ixt / QtTinySA

A Python 'TinySA' GUI programme using Qt5 and PyQt5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Port Exception

carlosdelfino opened this issue · comments

When running QtTinySA I receive the following error, although it detects TinySA on the serial port, I cannot use it, the GUI reports that it did not find TinySA.

Information about my computer: https://pastebin.com/mLv1NjMT

carlosdelfino@estudio-6b:/opt$ ./QtTinySA/QtTinySA 
Fontconfig error: Cannot load default config file: No such file: (null)
Personal configuration database found at /home/carlosdelfino/.config/QtTinySA
Database open: True
QtTinySA v0.10.3
Found TinySA on /dev/ttyACM0
serial port exception
libGL error: MESA-LOADER: failed to open nouveau: /usr/lib/dri/nouveau_dri.so: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: nouveau
libGL error: MESA-LOADER: failed to open nouveau: /usr/lib/dri/nouveau_dri.so: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: nouveau
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: não é possível abrir arquivo compartilhado: Arquivo ou diretório inexistente (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
Database open: False
QSqlDatabasePrivate::removeDatabase: connection 'qt_sql_default_connection' is still in use, all queries will cease to work.
QtTinySA Closed

commented

Is your username in the 'dialout' group?

https://github.com/g4ixt/QtTinySA/wiki/Dependencies

I noticed the page on the wiki now, thank you, resolved.