WLAN PS3 Jupiter Driver: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
make -f Makefile.jpt | make -f Makefile.jpt | ||
ls -l jpt.ko | ls -l jpt.ko | ||
</pre> | |||
=Loading= | |||
<pre> | |||
sudo kldload ./jpt.ko | |||
dmesg | |||
... | |||
jpt0: <Sony Bluetooth and Wireless LAN Composite Device, class 224/1, rev 2.00/20.12, addr 2> on usbus3 | |||
jpt0: device status: 0x2031 | |||
jpt0: MAC address: xx:xx:xx:xx:xx:xx | |||
jpt0: channel info: 1fff000000000000 | |||
jpt0: EURUS command 0x114f status=0x0006 | |||
jpt0: firmware version: JUPITER-TWO-FW-20.0.12.p0(Jan 19 2010 21:20:53) | |||
... | |||
</pre> | </pre> |
Revision as of 18:47, 1 October 2012
Introduction
- FreeBSD WLAN driver for PS3 Jupiter
- Ported from PS3 Jupiter Linux driver
Building
cd /usr/devel env MAKEOBJDIRPREFIX=/usr/obj/PS3 SYSDIR=/usr/devel/sys make TARGET=powerpc TARGET_ARCH=powerpc64 buildenv cd /home/glevand/ps3jupiter make -f Makefile.jpt ls -l jpt.ko
Loading
sudo kldload ./jpt.ko dmesg ... jpt0: <Sony Bluetooth and Wireless LAN Composite Device, class 224/1, rev 2.00/20.12, addr 2> on usbus3 jpt0: device status: 0x2031 jpt0: MAC address: xx:xx:xx:xx:xx:xx jpt0: channel info: 1fff000000000000 jpt0: EURUS command 0x114f status=0x0006 jpt0: firmware version: JUPITER-TWO-FW-20.0.12.p0(Jan 19 2010 21:20:53) ...