WLAN Access Point with PS3 Jupiter: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
Line 18: Line 18:


* For configuration you need wireless-tools: iwconfig and so on.
* For configuration you need wireless-tools: iwconfig and so on.
<pre>
iwconfig wlan1 channel 6
iwconfig wlan1 essid wlan_rockz
ifconfig wlan1 up
# WLAN LED should be green now
</pre>


=Future Work=
=Future Work=

Revision as of 17:49, 15 September 2012

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

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