OpenSolaris

  subsites   code review   repo   packages   bugs   defect   polls   planet
You are not signed in. Sign in or register.

WiFi Driver for Marvell Libertas 8335/8310 802.11b/g Chipset (malo)

The current version is 0.2

This driver is based on the source code from OpenBSD, and is provided under the same BSD-type License.

Links

Requirements

Before downloading the source, please make sure that your system meets the following requirements:

  • Both malo0.1 and malo0.2 can only support OpenSolaris build 54 or higher.
  • malo-0.2 supports software TKIP feature, but the OS need to be OpenSolaris build77 and higher.
  • Marvell Libertas 8335/8310 chipsets based Cardbus/PCI adapters. PCI ID "11ab,1faa" or "11ab,1fab"
    VendormodelPCI IDinterface
    NetgearWG511v211ab,1faaPCI Card Adapter
    NetgearWG311v311ab,1faaPCI Adapter
    TendaTWL542P11ab,1faaPCI Adapter
  • Note that only above adapters have been verified.

How to use

# wget http://www.opensolaris.org/os/community/laptop/downloads/malo-0.1.tar.gz 
# gzip -cd malo-0.1.tar.gz | tar xvf -
# cd malo-0.1
# follow README.TXT to download firmware, compile/install modules

If you don't use WEP and want to connect to whatever WLAN available, then all that's left to do is as following:

# ifconfig malo0 plumb
# dladm connect-wifi malo0
# ifconfig malo0 dhcp

If your WLAN requires WEP authorization, please refer to manpage for wificonfig(1M) or dladm(1M):

Notes

This is work in progress. Please send your questions and comments laptop-discuss@opensolaris.org discussion forum.