On 05/06/07, David L. Johnson <[EMAIL PROTECTED]> wrote:
> Paul M wrote:
> > Just copying back the few customised files I have, I guess the process
> > might be of some interest to people...
> What exactly do you mean here? Copying back? To where? What files?
Having flip-flopped between OZ and Angstrom, I find I keep doing the
same setup process to the same files
> >
> > 1. /etc/network/interfaces -> usb0 -> "pre-up modprobe g_ether", wlan0
> > -> wpa settings
>
> ?? What settings?
if you put a "pre-up modprobe g_ether" then when the zaurus comes up,
usb0 is already active instead of having to manually kick it off
you can make ifup kick off wpa by putting in these lines
wireless_mode managed
wireless_essid XXXXXX
wpa-conf /etc/wpa_supplicant.conf
wpa-driver hostap
> > 2. /etc/bluetooth/hcid.conf -> setting a name and a pin helper
>
> ??
I put this in hcid.conf
pin_helper /etc/bluetooth/pin_helper;
and then have a script thus
#!/bin/sh
PINFILE=$1
if [ "$PINFILE" = "" ] ; then
PINFILE=/etc/bluetooth/pin
fi
pin=`cat $PINFILE`
echo -n "PIN:$pin"
any clearer?
_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users