OpenMarine
[SOLVED] usb manager GUI emptied but udev/rules.d/10 not cleaned - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] usb manager GUI emptied but udev/rules.d/10 not cleaned (/showthread.php?tid=73)



[SOLVED] usb manager GUI emptied but udev/rules.d/10 not cleaned - davidec - 2016-04-29

Hi all,

sometimes when i remove usb devices from usb manager gui, I can't re-add the same device.
The reason may be that the udev configuration file 10.openplotter is not emptied.
In this condition I need to clean manually the udev conf file or rewrite manually the openplotter.conf file.

Davide



Code:
pi@raspb13:~/.config/openplotter $ grep usbinst openplotter.conf
usbinst = []
 
pi@raspb13:~/.config/openplotter $ cat /etc/udev/rules.d/10-openplotter.rules
SUBSYSTEM=="tty", ATTRS{idVendor}=="1546",ATTRS{idProduct}=="01a7" ,SYMLINK+="ttyOP_ublo"



RE: usb manager GUI emptied but udev/rules.d/10 not cleaned - Sailoog - 2016-04-29

Yes, try to download the code from github again. That was fixed yesterday by e-sailing Smile
Confirm it works for you please


RE: usb manager GUI emptied but udev/rules.d/10 not cleaned - davidec - 2016-04-29

(2016-04-29, 09:44 AM)Sailoog Wrote: Yes, try to download the code from github again. That was fixed yesterday by e-sailing Smile
Confirm it works for you please

Hi Sailoog,

just pulled update from github now. It works correctly as expected.
Thanks to e-sailing for the bugfix Smile
Davide