WLAN Access Point with PS3 Jupiter

From PS3 Developer wiki
Revision as of 17:50, 15 September 2012 by Glevand (talk | contribs) (→‎Compiling)
Jump to navigation Jump to search

Introduction

  • WLAN AP driver for PS3 Jupiter (slim only)

Features

  • 802.11bg support
  • Wireless Extension interface
  • WEP, WPA1 and WPA2 support (not yet implemented)

PS3 Jupiter Driver

Compiling

  • You can compile it on PS3 Linux or cross-compile on a Linux PC
git clone http://gitorious.ps3dev.net/ps3linux/ps3jupiter.git
cd ps3jupiter
make KSRC_DIR=/home/glevand/kernel/linux-3.5.3 ARCH=powerpc CROSS_COMPILE=powerpc64-linux-

Configuration

  • For configuration you need wireless-tools: iwconfig and so on.
iwconfig wlan1 channel 6
iwconfig wlan1 essid wlan_rockz

ifconfig wlan1 up

# WLAN LED should be green now

Future Work