Products > Computers

How to Select USB Port for AVRDUDESS in Linux

(1/6) > >>

bostonman:
I have the GUI loaded and I'm trying to access a USB programmer (https://www.amazon.com/gp/product/B085CDH57P/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B085CDH57P&linkCode=as2&tag=kiwih-20&linkId=72ee6b5db0c4bbfc13df0bb3b0f2c5e0)

From reading, the USB driver for Windows doesn't support XP, but I'm using Ubuntu regardless. I'm use to Windows where I click and it installs the driver.

When I load the AVRDUDESS GUI in Unbunu, it shows a list of ports, but they are all TTYSx.

I'm assuming I need to install a Linux driver for this programmer, but, after nearly two-hours of searching, I can't figure out how to get Linux to see the programmer.

Any advice?

retiredfeline:
These USB devices usually show up as ttyUSB0 or ttyACM0. You should be able to see it detected in the system logs. To make them available to non-root accounts, you need a udev rule to set the appropriate permission and group ownership.

Search for howtos relating to USB ASP and USB ISP programmers for AVR.

bostonman:
I had tried this: https://andreasrohner.at/posts/Electronics/How-to-fix-device-permissions-for-the-USBasp-programmer/

It responds with: /dev/bus/usb/003..... no such file or director.

I assume the website is using some directory that something is located, but I'm uncertain what to put here.

retiredfeline:
The actual device path may differ. You should use the USB vendor and device IDs that pertain to your device for the udev rule. Does lsusb show that the device has been detected?

bostonman:
If I'm reading the lsusb correctly (a command I was just introduced to), it seems to detect a device named:

Van Ootjen Techntsche Informatica shared ID for use with libsub

When I remove the programmer, this disappears.

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod