Search found 3 matches
- Mon Oct 22, 2012 4:52 pm
- Forum: V-USB
- Topic: Debugging V-USB
- Replies: 3
- Views: 4592
Re: Debugging V-USB
After soldering the housing of the USB-B header to the board's ground plane I apparently have even more success: $ demsg ... [878547.088035] usb 6-2: new low-speed USB device number 83 using uhci_hcd $ lsusb ... Bus 006 Device 083: ID 1781:0c9f Multiple Vendors USBtiny Looks good, doesn't it? Some d...
- Mon Oct 22, 2012 2:24 pm
- Forum: V-USB
- Topic: Debugging V-USB
- Replies: 3
- Views: 4592
Re: Debugging V-USB
After trying another few sample projects I found one which is extremely similar to mine: m . Just PB3 and PB4 pins are swapped, which was easily adjusted in usbconfig.h. Uploading this chaged things a bit. Now the device is apparently recognized somewhat. Still, the /dev/ACM* device doesn't appear, ...
- Mon Oct 22, 2012 2:52 am
- Forum: V-USB
- Topic: Debugging V-USB
- Replies: 3
- Views: 4592
Debugging V-USB
Hello all, I've put together my own variant of circuitry from the plentitude of samples and try to get it working. Whatever sample firmware I try (e.g. m or m), the device fails to be recognized in Ubuntu 64-bit: $ demsg ... [852867.928035] usb 6-2: new low-speed USB device number 53 using uhci_hcd ...