On 2023-10-26 06:44:21, Sean Greenslade wrote:
> Hi, Sadeep.
>
> The USBasp uses raw USB communication via libusb. It does not invoke any
> kernel drivers that would create a /dev device. The presence of the
> device in lsusb means it should be working. Go ahead and test it with
> avrdude.
Hi Sea
On Thu, Oct 26, 2023 at 11:26:48AM +0800, Sadeep Madurange wrote:
> Greetings all,
>
> I am trying to connect an AVR programmer to Arch machine. I can't see
> it appearing under /dev.
>
> I found the vendor and product ids using lsusb. I think the device is
> 16c0:05dc:
>
> Bus 001 Device 001: I
Hi Sadeep,
> I added the following to /etc/udev/rules.d/99-avrprogrammer.rules and
> restarted the machine:
>
> SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc",
> GROUP="uucp", MODE=="0666"
Have you browsed https://wiki.archlinux.org/title/Udev ?
It may have some useful tips