HP SDGOB-0892 User Manual

802.11 b/g/n WLAN Module User’s Manual HP SDGOB-0892 or Marvell USB8786
v0.5
Documentation No. ____
Marvell Semiconductor Inc.
Marvell® Semiconductor Corporation
5488 Marvell Lane
Santa Clara, CA 95054
Copyright © 2009 Marvell® Semiconductor Corporation. All rights reserved.
802.11 b/g/n WLAN Module User’s Manual
________________________________________________________________________
Table of Contents
1. Introduction..................................................................................................3
1.1 Overview........................................................................................................... 3
1.2 Wireless Networks......................................................................................... 3
1.2.1 Infrastructure Mode..................................................................................... 3
1.2.2 Ad Hoc Mode................................................................................................. 3
2. Upgrade Regular Fedora Core Kernel........................................................4
3. Marvell WLAN Setup Overview...................................................................5
3. 1 For Driver Build................................................................................................... 5
3.2 For Driver Install.................................................................................................. 5
3.3 Set up a simple Network Connection............................................................. 5
Appendix Compliance Statements................................................................7
Federal Communication Commission Interference Statement ..................... 7
Canadian Regulatory Wireless Notice.................................................................. 9
For Taiwan 警語: .................................................................................................... 11
Europe – EU Declaration of Conformity............................................................. 12
Disclaimer..........................................................................................................15
________________________________________________________________________
Doc. No________ Rev.V0.5 Confidential Copyright © 2009 Marvell Page
2 Document Classification: Proprietary Information February 3, 2009
802.11 b/g/n WLAN Module User’s Manual
________________________________________________________________________
1. Introduction
1.1 Overview
This document describes the functions of the Marvell Wireless Module Configuration for the HP SDGOB-0892 or Marvell USB8687 802.11 b/g/n WLAN Client Module.
1.2 Wireless Networks
The Marvell Client Module operates similar to the Ethernet card, except that a radio replaces the wires between communication devices. All existing applications that operate over Ethernet operate a Marvell wireless network without any modification of need for special wireless networking software. The HP SDGOB-0892 or Marvell USB8786 802.11 b/g/n WLAN client module supports the following network technologies:
Access Point (AP) Infrastructure mode
Ad-Hoc (peer-to-peer) mode
1.2.1 Infrastructure Mode
In infrastructure mode, wireless devices communicate with other wireless devices or devices on the LAN side wired network through APs. When communicating through wired networks, client card sends and receive information through APs.
Access Points are typically strategically located within an area to provide optimal coverage for wireless clients. A large WLAN uses multiple APs to provide coverage over a wide area. APs connect to a LAN through a wired Ethernet connection. APs send and receive information from the LAN through this wired connection. Most corporate WLANs operate in Infrastructure mode because they require access to the wired LAN in order to use services such as file servers or printers.
1.2.2 Ad Hoc Mode
In Ad-Hoc mode (also refereed to as peer-to-peer mode), wireless clients send and receive information to other wireless clients without using an AP. In comparison to Infrastructure mode, this type of WLAN connection only contains wireless client. Ad-Hoc mode is useful for establishing a network where wireless infrastructure does not exist or where services are not required. Two or more computers can establish an Ad-Hoc network when within range of one another. Ad-Hoc mode is used to connect network computers at home or in small offices. It can also be used to set up a temporary wireless network for meetings.
________________________________________________________________________
Doc. No________ Rev.V0.5 Confidential Copyright © 2009 Marvell Page
3 Document Classification: Proprietary Information February 3, 2009
802.11 b/g/n WLAN Module User’s Manual
________________________________________________________________________
2. Upgrade Regular Fedora Core Kernel
The HP SDGOB-0892 or Marvell USB8786 802.11 b/g/n WLAN Client Module requires Fedora Kernel version 2.6.24.4-64.fc8 for proper operation. Follow the steps below to upgrade the Fedora Core from (2.6.23.1-42.fc8 Version) to Kernel Version: 2.6.24.4-64.fc8
Install Fedora Core 8, which has kernel version: 2.6.23.1-42.fc8
Login fedora as root
Download : ftp://rpmfind.net/linux/fedora/updates/8/i386/kernel-2.6.24.4-
64.fc8.i686.rpm
Copy kernel-2.6.24.4-64.fc8.i686.rpm and kernel-devel-2.6.24.4-
64.fc8.i686.rpm to your working directory, say, /(work). # cd /(work)
# rpm --force –ivh kernel-2.6. 24.4-64.fc8.i686.rpm (or double click this rpm icon)
o this rpm is binary release for i686 (bootable kernel/modules)
Reboot the system.
________________________________________________________________________
Doc. No________ Rev.V0.5 Confidential Copyright © 2009 Marvell Page
4 Document Classification: Proprietary Information February 3, 2009
802.11 b/g/n WLAN Module User’s Manual
________________________________________________________________________
3. Marvell WLAN Setup Overview
3. 1 For Driver Build
Go to the source code directory wlan_src/, and make a clean build, and then the driver and utility binaries can be found in ../bin_xxxx directory.
3.2 For Driver Install
Copy firmware image usb8786.bin | ... to /lib/firmware/mrvl/ directory, and create the directory if it doesn't exist.
For example, to install USB8786 driver, insmod mlan.ko insmod usb8786.ko [fw_name=mrvl/usb8786.bin]
To install USB8786 driver with MFG firmware file /lib/firmware/mrvl/usb8786mfg.bin, using the following command: insmod usb8786.ko mfgmode=1 fw_name=mrvl/usb8786mfg.bin
To remove the USB driver, rmmod usb8xxx rmmod mlan
3.3 Set up a simple Network Connection
To set up a simple network connection, follow the installation steps:
a. Copy the file, usb8786.bin, from ‘FwImage’ folder of current release to ‘/lib/firmware/mrvl/’ directory (create the directory ‘mrvl’ in ‘/lib/firmware’ if it
doesn't exist).
b. Go to ‘bin_usb8786’ folder of current release and install firmware/driver
using command:
# insmod usb8786.ko
c. To associate with an Access Point by using the command
# iwconfig mlan0 essid “ESSID_OF_ROUTER”
d. Then assign an IP address to ‘mlan0’ interface by using command below.
Please note that configure the desired IP to be the same subnet as the AP. For example,
#ifconfig mlan0 192.168.1.101 up
________________________________________________________________________
Doc. No________ Rev.V0.5 Confidential Copyright © 2009 Marvell Page
5 Document Classification: Proprietary Information February 3, 2009
Loading...
+ 10 hidden pages