Eon Steel on Ubuntu 15.04

Steve Butler kg7je at comcast.net
Tue Aug 25 22:21:36 PDT 2015


On 08/23/2015 08:52 PM, Linus Torvalds wrote:
> On Sun, Aug 23, 2015 at 6:29 PM, Steve Butler <kg7je at comcast.net> wrote:
>> Anybody on the list using Subsurface on Ubuntu 15.04 and downloading from an
>> Eon Steel?  If so, how did you get around the permission denied message?
>> Better yet, what /dev/xxxx are you using to do the download?
> I'm not on Ubuntu, but the udev rules shouldn't be that different.
>
> So I have something like this:
>
>      [torvalds at i7$ cat /lib/udev/rules.d/91-suunto-eonsteel.rules
>      SUBSYSTEM=="usb",ATTR{idVendor}=="1493",ATTR{idProduct}=="0030", MODE="0666"
>      SUBSYSTEM=="usb",ATTR{idVendor}=="1493",ATTR{idProduct}=="0031", MODE="0666"
>
> which should make the device accessible (the "0031" device is what
> happens when you do a firmware update, you don't need it).
>
> And you don't need to give any device node for the EON Steel, since we
> just end up using libusb and picking it by device ID.
>

Thank you.  Running late tonight but I did copy/paste from the other 
email the following:
echo 'SUBSYSTEM=="usb",ATTR{idVendor}=="1493",ATTR{idProduct}=="0030", 
MODE="0666"' | sudo tee /etc/udev/rules.d/99-cobalt.rules

Too late to fiddle with the DC and USB cable (they are current back in 
their box) tonight.  I should have more time tomorrow evening to take 
the next step.

Again, thanks for the info.

--Steve


More information about the subsurface mailing list