Editing WLAN Access Point with PS3 Jupiter
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
* WLAN AP driver for PS3 Jupiter (slim only) | * WLAN AP driver for PS3 Jupiter (slim only) | ||
=Features= | =Features= | ||
Line 9: | Line 7: | ||
* 802.11bg support | * 802.11bg support | ||
* Wireless Extension interface | * Wireless Extension interface | ||
* | * WEP, WPA1 and WPA2 support (not yet implemented) | ||
=PS3 Jupiter Driver= | =PS3 Jupiter Driver= | ||
Line 16: | Line 14: | ||
==Compiling== | ==Compiling== | ||
==Configuration== | ==Configuration== | ||
Line 31: | Line 20: | ||
<pre> | <pre> | ||
iwconfig wlan1 channel 6 | iwconfig wlan1 channel 6 | ||
iwconfig wlan1 essid wlan_rockz | iwconfig wlan1 essid wlan_rockz | ||
ifconfig wlan1 up | ifconfig wlan1 up | ||
# WLAN LED should be green now | # WLAN LED should be green now | ||
</pre> | </pre> | ||
=Future Work= | =Future Work= | ||