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= | ||
Line 23: | Line 22: | ||
git clone git://gitorious.ps3dev.net/ps3linux/ps3jupiter.git | git clone git://gitorious.ps3dev.net/ps3linux/ps3jupiter.git | ||
cd ps3jupiter | cd ps3jupiter | ||
make KSRC_DIR=/home/glevand/kernel/linux-3.5. | make KSRC_DIR=/home/glevand/kernel/linux-3.5.3 ARCH=powerpc CROSS_COMPILE=powerpc64-linux- | ||
</pre> | </pre> | ||
Line 135: | Line 134: | ||
ifconfig wlan1 up | ifconfig wlan1 up | ||
</pre> | </pre> | ||
Line 161: | Line 139: | ||
* It seems that WPA2 is not supported. | * It seems that WPA2 is not supported. | ||
==Test== | ==Test== | ||
* Tested on my PS3 Slim with Linux kernel 3.5. | * Tested on my PS3 Slim with Linux kernel 3.5.3 and Debian | ||
* Tested successfully with no security, WEP40, WEP104, WPA1-TKIP and WPA1-AES | * Tested successfully with no security, WEP40, WEP104, WPA1-TKIP and WPA1-AES | ||
Line 179: | Line 155: | ||
=TODO List= | =TODO List= | ||
* Find out how to get connected station MAC address and how to enable MAC access control | * Find out how to get connected station MAC address and how to enable MAC access control | ||
=Future Work= | =Future Work= | ||
Line 193: | Line 166: | ||
* Linux kernel 3.2 and libsusb problem: http://marc.info/?l=linux-usb&m=132440828606642&w=2 | * Linux kernel 3.2 and libsusb problem: http://marc.info/?l=linux-usb&m=132440828606642&w=2 | ||