Editing WLAN PS3 Jupiter Driver
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 17: | Line 16: | ||
make -f Makefile.jpt | make -f Makefile.jpt | ||
ls -l jpt.ko | ls -l jpt.ko | ||
</pre> | </pre> | ||
Line 33: | Line 30: | ||
jpt0: EURUS command 0x114f status=0x0006 | jpt0: EURUS command 0x114f status=0x0006 | ||
jpt0: firmware version: JUPITER-TWO-FW-20.0.12.p0(Jan 19 2010 21:20:53) | jpt0: firmware version: JUPITER-TWO-FW-20.0.12.p0(Jan 19 2010 21:20:53) | ||
... | ... | ||
</pre> | </pre> | ||
Line 69: | Line 36: | ||
* http://fxr.watson.org/fxr/source/dev/an/if_an.c | * http://fxr.watson.org/fxr/source/dev/an/if_an.c | ||
* http://fxr.watson.org/fxr/source/net80211/ieee80211_ioctl.h | * http://fxr.watson.org/fxr/source/net80211/ieee80211_ioctl.h | ||
* http://fxr.watson.org/fxr/source/net80211/ieee80211_ioctl.c | * http://fxr.watson.org/fxr/source/net80211/ieee80211_ioctl.c | ||
* http://fxr.watson.org/fxr/source/dev/usb/wlan/ | * http://fxr.watson.org/fxr/source/dev/usb/wlan/ | ||