Tiny Core Linux
Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: ^thehatsrule^ on August 08, 2009, 03:55:18 PM
-
Title: wpa-supplicant.tcz
Description: wpa_supplicant for tiny core (TESTING)
Version: 0.5.11
Author: Jouni Malinen <j@w1.fi>
Original-site: http://hostap.epitest.fi/wpa_supplicant
Copying-policy: GPLv2
Size: 152K
Extension_by: dmoerner
Comments: wpa supplicant tools for tiny core
Requires openssl-0.9.8h.tczl
----------
Example howto:
To use this package, you will need to create a configuration file containing the network's information. This example uses /etc/wpa_supplicant.conf
$ sudo wpa_supplicant -Bdd -D wext -i wlan0 -c /etc/wpa_supplicant.conf
$ sudo udhcpc -b -i wlan0
Changelog: 2008/12/01 Initial packaging
Current: 2009/08/08 Fixed corrupted .tcz (^thehatsrule^)
-
I'm having problems connecting to an orange livebox using WPA2-PSK (AES) and I wonder if a more recent version of wpa_supplicant is required.
Would it be possible to update this extension to the latest stable - wpa_supplicant-0.6.9 - or upload the .config used to build this version?
-
It looks like the extension maker used upstream defconfig (see tce/src/wpa_supplicant/compile-wpasupplicant)
-
thanks - I was looking in /2.x/tcz/src...
-
wpa-supplicant renamed to wpa_supplicant and updated:
Title: wpa_supplicant.tcz
Description: wpa_supplicant for tiny core (TESTING)
Version: 0.6.9
Author: Jouni Malinen <j@w1.fi>
Original-site: http://hostap.epitest.fi/wpa_supplicant
Copying-policy: GPLv2
Size: 152K
Extension_by: dmoerner
Comments: wpa supplicant tools for tiny core
Requires the openssl-0.9.8h, wireless-2.6.29.1-tinycore, wireless_tools extensions..
..and the driver for your wireless hardware
----------
Example howto:
To use this package, you will need to create a configuration file containing the network's information. This example uses /etc/wpa_supplicant.conf
$ sudo wpa_supplicant -Bdd -D wext -i wlan0 -c /etc/wpa_supplicant.conf
$ sudo udhcpc -b -i wlan0
Changelog: 2008/12/01 Initial packaging
2009/08/08 Fixed corrupted .tcz (^thehatsrule^)
(juanito) updated 0.5.11 -> 0.6.9
added start-up script to create /var/run/wpa_supplicant
Current: 2009/12/26
-
can we have dbus enabled wpa_supplicant please for tc 3.x ? else i have to create a separate extension wpa-supplicant-dbus
reason:
http://linuxwireless.org/en/users/Documentation/NetworkManager (http://linuxwireless.org/en/users/Documentation/NetworkManager)
edit: never mind i am still looking into NetworkManager tiny core port, if any success i will share
-
Hmm, on the risk of speaking a bit "out of my depth" but I'd like to suggest to keep a "frugal" version of wpa_supplicant (and if required create another extension for any "richer" clients).
I'm a bit a stickler for minimal extensions and I'm quite happy that it just needs a small set of extensions, a tiny config file and two commands to get my Wi-Fi to work. Anything more is just some "fluffy sugar-coating" to me. Albeit I have to admit that I've used 'wicd' once or twice to understand a bit better how things are working together. In the interest of "Tiny" (and "Micro") in Core I'd like to plead to keep on supporting minimal options.
-
ok then i will submit wpa_supplicant-dbus in a few days