Tag Archives: usb

ATmega168 documentation uses word addressing, avrdude uses byte addressing

I was programming USBaspBootloader into a metaboard with an Atmel AVR ATmega168 microcontroller. I always got this error: usb 6-2: device descriptor read/64, error -71 … usb 6-2: device not accepting address 21, error -71 1. USBaspBootloader’s Makefile specifies atmega168 and BOOTLOADER_ADDRESS=3800 by default. This is in hex addressing a byte, i.e. 0×3800. avrdude uses [...]

DWA-110 on FreeBSD: if_rum additions

It works. I’m using the rum driver for Host AP mode, so it actually sucks being me. Fact is, device is supported. I did get WPA2 up, following the Handbook. Add product DLINK2 DWA110 0x3c07 DWA-110 to usbdevs and { USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA110 }, to if_rum.c.

Notes: setting up on Koolu

I’ve gotten my Koolu WE Appliance (which is actually just an Ion 603 with a sticker, a hard drive and Ubuntu pre-installed) box some time ago. I intend to use it as a home server/gateway. With FreeBSD, of course. One issue was getting a display for it. The box I’ve got has a standard VGA [...]

First tryout of AVRs

I bought a few programmers some time ago. On eBay, for around 16 dollars american. They’re a copy of Thomas’ Fischl’s USBasp. Now I’m toying around with them – a part of my summer internship. First off, I tried connecting one working programmer to the other and see how it goes. Well, FreeBSD couldn’t recognize [...]

Which device is the USB stick?

Why, see in /var/log/messages! Or, alternatively, just use dmesg.

Follow

Get every new post delivered to your Inbox.