Insufficient privileges to open the device /dev/ttyS0 Suunto (EON Steel)
Insufficient privileges to open the device Suunto (EON Steel)
Im both cases dmesg gives a line
usb 8-1: usbfs: process 1913 (DownloadThread) did not claim interface 0 before use
> To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-divelog+unsub...@googlegroups.com.
How do I fix permission errors when trying to download from my Suunto EON Steel under Linux?
By default new devices are sometimes given permissions that prevent a regular user from accessing them. If you get a permission error when trying to download from an EON Steel under Linux, please try these steps.This should work on most Linux flavors. We’d appreciate feedback if this doesn’t work for you. Open a terminal window and cut and paste the following command. It may ask you to enter your password in order to allow access as super user (which is required to set up the udev rule that changes the device permissions as you plug in your EON Steel).echo 'SUBSYSTEM=="usb",ATTR{idVendor}=="1493",ATTR{idProduct}=="0030", MODE="0666"' | sudo tee /etc/udev/rules.d/99-suunto.rulesIf you disconnect and reconnect your DC it should now get the correct access permissions.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/fa5e0c36-4e7d-4870-bfdd-1e76af29c52d%40googlegroups.com.
That's a permission problem which is covered in our FAQ https://subsurface-divelog.org/faq/How do I fix permission errors when trying to download from my Suunto EON Steel under Linux?
By default new devices are sometimes given permissions that prevent a regular user from accessing them. If you get a permission error when trying to download from an EON Steel under Linux, please try these steps.This should work on most Linux flavors. We’d appreciate feedback if this doesn’t work for you. Open a terminal window and cut and paste the following command. It may ask you to enter your password in order to allow access as super user (which is required to set up the udev rule that changes the device permissions as you plug in your EON Steel).echo 'SUBSYSTEM=="usb",ATTR{idVendor}=="1493",ATTR{idProduct}=="0030", MODE="0666"' | sudo tee /etc/udev/rules.d/99-suunto.rulesIf you disconnect and reconnect your DC it should now get the correct access permissions.That should do the trick./D
To view this discussion on the web visit https://groups.google.com/d/msgid/subsurface-divelog/44A5D478-EC8F-448D-AFA5-48DD70E07F90%40hohndel.org.