USB Flash drives not support in Angstrom?

Hi all,
having a small problem getting USB drives to work on a recent Angstom
build (from:
http://www.angstrom-distribution.org/demo/beagleboard/Angstrom-Beagleboard-demo-image-glibc-ipk-2010.3-beagleboard.rootfs.tar.bz2
):

Whenever I plug in a drive I get some messages like:

[ 17.044708] usb 1-1.4: new full speed USB device using musb_hdrc
and address3
[ 17.162994] usb 1-1.4: not running at top speed; connect to a high
speed hub
[ 17.173461] usb 1-1.4: device v090c p1000 is not supported
[ 17.179046] usb 1-1.4: New USB device found, idVendor=090c,
idProduct=1000
[ 17.186004] usb 1-1.4: New USB device strings: Mfr=1, Product=2,
SerialNumbe0
[ 17.193420] usb 1-1.4: Product: USB Flash Disk
[ 17.197906] usb 1-1.4: Manufacturer: General

But obviously the drive is not mounted. Any ideas on what do here?

Thanks in advance,

I'd guess this is the issue:

[ 17.162994] usb 1-1.4: not running at top speed; connect to a high
speed hub

The host port supports only HS devices - you probably need to connect
the drive to a USB hub, and then connect that to the Beagle.

Yaman

Thanks,
I should have been clearer sorry; the drive (1GB Flash) is plugged in
to a powered hub, which is plugged in to the OTG port.
Mouse and keyboard on the same hub work correctly.

And as a 'confirmation' of sorts, the same hardware configuration
works with an earlier version of Angstrom. (By "works" I mean, mounts
the USB drive correctly).

The earlier Angstrom is the one referenced here: http://beagleboard.org/demo/esc#esc-100

-Frog