-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Simon Lowen wrote:
| I have modprobed the acx acx_hx4700 and the blue LED comes on I can scan
| the network with iwlist wlan0 scan. However, I can never connect

Try this...

Create /etc/init.d/kick_network:

#!/bin/sh
case "${1:-''}" in
~    'start')
        ifdown wlan0
        modprobe hx4700_acx
        modprobe acx
        /etc/init.d/networking restart
        ifup wlan0
        ;;
~    'stop')
        ifdown wlan0
        /etc/init.d/networking stop
        ;;
~    *)
~       echo "Usage: $0 start|stop"
        exit 1
        ;;

esac

Then run:

update-rc.d kick_network defaults 41

Then reboot.  It should work then.

- --
Bob Igo
StormLogic
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIqFe365uO8u5kvxoRAoXXAJ4p0gYKG7F1teRJOAqI+vtVuj+QQQCePQKl
bfNYluW7V+mbtK+YrremKW4=
=CsYl
-----END PGP SIGNATURE-----

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

Reply via email to