On 05/06/07, Juergen.Schinker <[EMAIL PROTECTED]> wrote:
>
> how do you configure kismer source=?

I have a mercury/zone zcf1100 which is a prism2 card and use hostap
drivers... kismet.conf has

source=hostap,wlan0,hostap

I also amend the logging line thus
logtemplate=/var/log/kismet/%n-%d-%i.%l

> ca you give more detail about the /etc/zaurusd scripts

I have a hinge close script thus:
#!/bin/sh

cat /sys/class/backlight/corgi-bl/brightness > /var/local/brightness

echo 0 > /sys/class/backlight/corgi-bl/brightness
echo 1 > /sys/class/backlight/corgi-bl/power


and a hinge portrait/landscape thus
#!/bin/sh

OLDBRIGHT=`cat /var/local/brightness`

if [ "$OLDBRIGHT" = "" -o "$OLDBRIGHT" -eq 0 ] ; then
        OLDBRIGHT=1
fi

echo $OLDBRIGHT > /var/local/brightness
echo $OLDBRIGHT > /sys/class/backlight/corgi-bl/brightness
echo 0          > /sys/class/backlight/corgi-bl/power


> why not write it directly to the wiki

I assumed everyone was already doing it, I'm a n00b to Angstrom (tho'
not to linux)!!!

Paul

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

Reply via email to