AVR-USB drivers, need help (USBasp programer)

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Guest

AVR-USB drivers, need help (USBasp programer)

Post by Guest » Sat Jan 06, 2007 1:22 am

HI. I have made USBasp, this is my first programes(so USB also), one guy, have writen code to ATMega8, but I can't connect it to PC, PC finds only "unknown device" instaled libusb-win32-filter-bin-20060827 but stil "unknown device" what I have to do to instal these drivers????

Grendel
Rank 4
Rank 4
Posts: 167
Joined: Sat Dec 16, 2006 9:53 pm
Location: Oregon, USA
Contact:

Post by Grendel » Sat Jan 06, 2007 1:53 am

To determine if the problem is w/ your device run usbview and check if your device sent all descriptors correctly.

ksz
Rank 1
Rank 1
Posts: 26
Joined: Tue Jan 09, 2007 9:10 pm
Location: Poland

Post by ksz » Wed Jan 10, 2007 4:25 am

Grendel wrote:To determine if the problem is w/ your device run usbview and check if your device sent all descriptors correctly.


And what, when USBasp is visible in windows, and in Linux not? usbview doesn't see this device.. My fellow have such a sytuation.. Any ideas?

EDIT: dmesg output after connect and disconnect USBasp:
"usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: USB disconnect, address 2"

On windows programmer works fine..

Post Reply