Eoghan Doyle wrote:
> I have recently installed Angstrom on my C3100 using the following:
> 
> Angstrom-x11-image-glibc-test-20070710-spitz.rootfs.tar.gz
> zImage-2.6.21-spitz-20070710135226.bin
> 
> When the install was complete I tried to set up my bluetooth GPS.
> 
> The first proble that I found was that my USB bluetooth dongle had not been
> automatically recognised. That was easy enough to fix with modprobe ohci-hcd.

Yes, USB host mode is not supported by GPE GUI and the default is USB
client networking. Here is a simple script I am using for it (needs root
privileges):

---- usb-host ----
#!/bin/sh
ifconfig usb0 down 2>/dev/null
rmmod g_file_storage g_ether pxa27x_udc 2>/dev/null
modprobe ohci-hcd
------------------

> The next problem I cannot figure out though:
> The files "hciconfig" and "rfcomm" are not on the device.

Package bluez-utils-compat.

-- 
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus


_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to