''The Prism54.org domain redirects here. The old website and drivers are archived at http://lekernel.net/prism54/.'' = p54 = p54 is a driver for Intersil's Prism54 chips series. It supports both older full-MAC devices (with new soft-MAC firmware) and newer soft-MAC devices. It is included in the Linux kernel. <> = prism54 (deprecated) = FullMAC PCI / Cardbus devices used to be supported only by the prism54 wireless driver. After Intersil stopped selling these devices in preference for the newer more flexible SoftMAC devices a SoftMAC device driver was required and prism54 did not support them. The p54pci driver now exists and has been present in the kernel for a while. This driver supports both SoftMAC devices and FullMAC devices. The main difference between these devices was the amount of memory which could be used for the firmware. The SoftMAC devices support a smaller amount of memory. Because of this the SoftMAC firmware fits into FullMAC devices's memory. p54pci supports not only PCI / Cardbus but also USB and SPI. Since p54pci supports all devices prism54 supports you will have a conflict. I'm not quite sure how distributions are handling this conflict right now. prism54 was kept around due to claims users may experience issues when using the SoftMAC driver. Time has passed users have not reported issues. If you use prism54 and for whatever reason you cannot use p54pci please let us know! E-mail us at: linux-wireless@vger.kernel.org = caveats = Before you can use the hardware, you have to [[#firmware|get the the right firmware]]. = supported chips = * ISL3877, ISL3880, ISL3890 and ISL3886 (miniPCI) * ISL3886 + net2280 (USB, 1st generation with net2280 usb<->pci bridge) * ISL3887 (USB, 2nd generation, native USB interface) * ST-Ericsson' STLC4560 (SPI) = available devices = For a complete listing of supported products, see the ''[[en/users/Drivers/p54/devices|device list]].'' <> = firmware = There are several different firmwares for different hardware. You have to pick the right one, download, rename to the listed name and put it into the right place... Normally this should be /lib/firmware. However some distributions put firmware in a different place. please pick the right one for your device from the lists: ~+NOTE: Not all firmwares revisions are compatible with every device out of there!+~ If you run into problems, first try an alternative firmware before requesting further assistance ([[#Contact|Contact]]). * for '''2.6.29''' kernels and above: ||<:tablestyle="width: 90%">'''card type''' ||||'''required filename''' ||||'''recommended image''' || ||PCI / PCMCIA ||||isl3886pci ||||[[http://daemonizer.de/prism54/prism54-fw/fw-softmac/2.13.12.0.arm|download]] || ||USB 1st generation (ISL3886 + net2280) ||||isl3886usb ||||[[http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.1.0.arm.0|download]] || ||USB 2nd generation (ISL3887) ||||isl3887usb ||||[[http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.24.0.lm87.arm|download]] || ||SPI / stlc4560||||3826.arm||||[[http://daemonizer.de/prism54/prism54-fw/|Maxi's site]]|| * for '''2.6.28''' kernels and ''older'': ||<:tablestyle="width: 90%">'''card type''' ||||'''required filename''' ||'''older than 2.6.28 ''' ||||'''specially for 2.6.28''' || ||PCI / PCMCIA ||||isl3886 ||[[http://daemonizer.de/prism54/prism54-fw/fw-softmac/lmac_2.7.0.0.arm|download]] ||||[[http://daemonizer.de/prism54/prism54-fw/fw-softmac/2.13.1.0.arm|download]] || ||USB 1st generation (ISL3886 + net2280) ||||isl3890usb ||[[http://jbnote.free.fr/prism54usb/data/firmwares/p54u_2.5.6.0.arm|download]] ||||[[http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.1.0.arm.0|download]] || ||USB 2nd generation (ISL3887) ||||isl3887usb_bare ||[[http://daemonizer.de/prism54/prism54-fw/fw-usb/2.5.8.0.arm|download]] ||||[[http://daemonizer.de/prism54/prism54-fw/fw-usb/2.13.1.0.arm.1|download]] || * More firmwares for all devices, even unsupported ones, can be found in [[http://daemonizer.de/prism54/prism54-fw/|Maxi's prism54 firmwares archive]]. * Alternatively, firmware can be extracted from windows drivers with a tool called "fwextract3" available from http://lekernel.net/prism54/misc.html. = working = * Ad-Hoc, AP, mesh, monitor and station mode * WMM/WME/802.11e (QoS) * TPC and ERP * Programmable LEDs * Cryptographic accelerator for WEP, TKIP and CCMP * Packet injection in monitor mode * Power save management in station mode * Supported band table (by radio chip): ||'''ID''' ||||'''Chip name''' ||||'''802.11 b/g''' ||||'''802.11 a''' || ||'''1''' ||||Duette3 ||||yes ||||depends on hw || ||'''2''' ||||Duette2 ||||yes ||||depends on hw || ||'''3''' ||||Frisbee ||||yes ||||no || ||'''4''' ||||Crossbow ||||yes ||||yes || ||'''5''' ||||Longbow ||||yes ||||no || = not working yet = * Regulatory domain codes * Firmware scanning * DFS / Radar Detection = not supported = * NITRO Xtreme Multimedia (Hifn's LZS compression) * Accelerator for Cisco's CKIP and CMIC = Enabling p54 = To enable p54, you must first enable mac80211: {{{ Networking Support ---> Wireless ---> Improved wireless configuration API Generic IEEE 802.11 Networking Stack (mac80211) }}} You can then enable p54 in the kernel configuration under {{{ Device Drivers ---> [*] Network device support ---> Wireless LAN ---> [*] Wireless LAN (IEEE 802.11) Softmac Prism54 support Prism54 USB support Prism54 PCI support Prism54 SPI (stlc45xx) support }}} <> = Contact = * IRC: #linux-wireless or #prism54 on [[http://freenode.net/|freenode]] (#p54u is about a different driver for BSD) * no special mailing list, use the [[en/developers/MailingLists|linux wireless list]] for development and firmware issues