PEGATRON WL227N-5G Wireless Card User Manual

PEGATRON CORPORATION Wireless Card

User Manual

Download: PEGATRON WL227N-5G Wireless Card User Manual
Mirror Download [FCC.gov]PEGATRON WL227N-5G Wireless Card User Manual
Document ID1017582
Application IDoAubx67+E5KeKyqneh7pTg==
Document DescriptionUser Manual
Short Term ConfidentialNo
Permanent ConfidentialNo
SupercedeNo
Document TypeUser Manual
Display FormatAdobe Acrobat PDF - pdf
Filesize17.91kB (223888 bits)
Date Submitted2008-10-20 00:00:00
Date Available2008-10-20 00:00:00
Creation Date2008-10-16 17:51:40
Producing SoftwareAdobe PDF Library 7.0
Document Lastmod2008-10-17 13:58:58
Document TitleUser Manual
Document CreatorAdobe InDesign CS2 (4.0.5)

WL-227N_ABAND
Mini PCI WiFi (802.11 a/n) Card
Hardware and Driver Reference
CONTENTS
CONTENTS..................................................................................2
INTRODUCTION..........................................................................3
SCOPE.............................................................................................. 3
ACRONYMS AND DEFINITIONS...................................................... 3
GENERAL FEATURES...................................................................... 3
Driver Installation.............................................................4
SAFETY INFORMATION.............................................................6
NOTE: Information in this document is subject to change after this document is
made available.
WL-227N_ABAND Hardware & Driver Reference
INTRODUCTION
SCOPE
The purpose of this specification is to document the requirements
for 802.11 a/n, it is an iNIC card that not only can act as a traditional AP/Router but also provide WLAN dual band access capabilities.
ACRONYMS AND DEFINITIONS
Acronym
BBP 		
BER 		
BPSK 		
CCK		
EVM 		
MAC 		
OFDM		
QAM 		
QPSK 		
Description					
Base Band Processor
Bit Error Rate
Binary Phase Shift Keying
Complementary code keying
Error Vector Magnitude
Media Access Controller
Orthogonal Frequency Division Multiplexing
Quadrature Amplitude Modulation
Quadrature Phase Shift Keying
GENERAL FEATURES
Network Standard
Chipset		
Comply with IEEE 802.11n draft 2.0 & IEEE 802.11a standards
Host interface
Type III A, 124 Pin
Data Rate
300Mbps Receive PHY Rate, 300Mbps Transmit PHY Rate
and just support 2 streams
Modulation
Modulation Technology support Orthogonal Frequency Division
Multiplexing (OFDM)
Operating Frequency
4.9~5.9GHz
Operating Channel
CH36~CH48,CH52~CH64,CH149~CH161
Transmitter/Receiver
Mechanism
Two Tx transmits from transceiver through an external PA to the
antenna. Three Rx act as MIMO coming from the antennas.
Antenna Connectors
Hirose U.FL-R-SMT-1(10) compatible
Driver Support OS
Linux
Application
This module will be used in a 12 inch or greater laptop.
Highly Integrated MIMO 2T3R MAC/BBP chip (RT2880)
with PCI Interface and Single-chip Transceiver (RT2850)
with 2.4 GHz(low-band) and 5~6GHz(high-band) ISM bands
WL-227N_ABAND Hardware & Driver Reference
Driver Installation
Driver installation for Linux
1. Insert USB flash disk & WL-227N_ABAND NIC before booting
2. Boot Linux system and login
3. Create path [Wireless]: mkdir /etc/Wireless
4. Mount USB Hard Disk: mount /dev/sda1 /mnt
5. Copy tar file to Linux from USB Hard Disk:
cp /mnt/2008_0812_RT2880_iNIC_v1.1.8.0.tar.bz2 /etc/Wireless/
6. Decompress tar file to /etc/Wireless/, and it will generate a directory
[2008_0812_RT2880_iNIC_v1.1.8.0]:
tar -jxvf /etc/Wireless/2008_0812_RT2880_iNIC_v1.1.8.0.tar.bz2
7. Rename directory [2008_0812_RT2880_iNIC_v1.1.8.0] to [RT2880], in other
words, the driver’s path was /etc/Wireless/RT2880 (default path in Ralink
manual): mv 2008_0812_RT2880_iNIC_v1.1.8.0 RT2880
8. Now, we can complier driver (basic function):
a. Enter [RT2880] directory: cd RT2880
b. Rename [module-1.1.8.0] to [module]: mv module-1.1.8.0 module
c. Enter [/etc/Wireless/RT2880/module] directory: cd module
d. Complier driver: make
		 After make, it will generate five files:
		 Module.sysmvers
		 rt2880_iNIC.ko
		 rt2880_iNIC.mod.c
		 rt2880_iNIC.mod.o
		 rt2880_iNIC.o
e. Copy iNIC_sta.bin and iNIC_sta_dat to [/etc/Wireless/RT2880/] from
[/etc/Wireless/RT2880/firmware/]:
• Enter [/etc/Wireless/RT2880/firmware/]: cd firmware
• Copy iNIC_sta.bin and iNIC_sta_dat to [/etc/Wireless/RT2880/] from
[/etc/Wireless/RT2880/firmware/]: cp iNIC_sta.* ../../
WL-227N_ABAND Hardware & Driver Reference
Driver Installation
9. Setup and bootstrap WL-227N_ABAND NIC:
a. Setup WL-227N_ABAND NIC:
insmod /etc/Wireless/RT2880/module/rt2880_iNIC.ko mode=sta
• If it shows “ra0:Ralink iNIC at 0xe0cc0000(hardware address),
00:43:0c:00:00:00 (MAC address), IRQ169 (IRQ address)”, the NIC is
boot strap successfully.
b. Bootstrap NIC parameters:
• IP address: ifconfig ra0 inet 192.168.0.11 up
• If it shows the message as below, it is bootstrap successfully:
Send STARTUP to RT2880
close Firmware file
RACFG_CMD_BOOT_STARTUP
Update MAC(0)=00:11:22:33:44:55
Or, type [ifconfig ra0] configuration. If it shows the message as below,
it is bootstrap successfully, too:
ra0 Link encap:Ethernet HWaddr 00:11:22:33:44:55
inet addr:192.168.0.122 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::211:22ff:fe33:4455/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2445 errors:0 dropped:0 overruns:0 frame:0
TX packets:2188 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2235102 (2.1 MiB) TX bytes:2236428 (2.1 MiB)
Interrupt:169
c. Setup NIC connect function:
Setup NIC frequency band: iwpriv ra0 set WirelessMode=9
Setup NIC connect target of AP: iwpriv ra0 set SSID=dlink
type [iwconfig ra0] configuration. If it shows the message as below,
it is connect successfully:
ra0 RT2880 iNIC STA ESSID:”dlink”
Mode:Managed Frequency:2.412 GHz Access Point: 00:1F:C6:69:BE:95
Bit Rate:54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=91/100 Signal level:-72 dBm Noise level:-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
WL-227N_ABAND Hardware & Driver Reference
SAFETY INFORMATION
Federal Communication Commission Interference Statement
This equipment has been tested and found to comply with the limits for a Class B
digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to
provide reasonable protection against harmful interference in a residential installation. This equipment generates, uses and can radiate radio frequency energy and,
if not installed and used in accordance with the instructions, may cause harmful
interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful
interference to radio or television reception, which can be determined by turning
the equipment off and on, the user is encouraged to try to correct the interference
by one of the following measures:
•
•
•
•
Reorient or relocate the receiving antenna.
Increase the separation between the equipment and receiver.
Connect the equipment into an outlet on a circuit different from that to which
the receiver is connected.
Consult the dealer or an experienced radio/TV technician for help.
FCC Caution: Any changes or modifications not expressly approved by the
party responsible for compliance could void the user’s authority to operate
this equipment.
This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference, and (2)
this device must accept any interference received, including interference that may
cause undesired operation.
For products available in the USA/Canada market, only channel 1~11 can be operated. Selection of other channels is not possible.
This device and its antenna(s) must not be co-located or operation in conjunction
with any other antenna or transmitter.
This device is going to be operated in 5.15~5.25GHz frequency range, it is restricted in indoor environment only.
IMPORTANT NOTE: This module is intended for OEM integrator. The OEM
integrator is still responsible for the FCC compliance requirement of the
end product, which integrates this module. 20cm minimum distance has to
be able to be maintained between the antenna and the users for the host
this module is integrated into. Under such configuration, the FCC radiation
exposure limits set forth for an population/uncontrolled environment can
be satisfied.
WL-227N_ABAND Hardware & Driver Reference
SAFETY INFORMATION
USERS MANUAL OF THE END PRODUCT:
In the users manual of the end product, the end user has to be informed to keep
at least 20cm separation with the antenna while this end product is installed and
operated. The end user has to be informed that the FCC radio-frequency
exposure guidelines for an uncontrolled environment can be satisfied. The end
user has to also be informed that any changes or modifications not expressly
approved by the manufacturer could void the user's authority to operate this
equipment. If the size of the end product is smaller than 8x10cm, then additional
FCC part 15.19 statement is required to be available in the users manual: This
device complies with Part 15 of FCC rules. Operation is subject to the following
two conditions: (1) this device may not cause harmful interference and (2) this
device must accept any interference received, including interference that may
cause undesired operation.
LABEL OF THE END PRODUCT:
The final end product must be labeled in a visible area with the following "
Contains TX FCC ID: VUI-WL227N-5G ". If the size of the end product is larger
than 8x10cm, then the following FCC part 15.19 statement has to also be
available on the label: This device complies with Part 15 of FCC rules. Operation
is subject to the following two conditions: (1) this device may not cause harmful
interference and (2) this device must accept any interference received, including
interference that may cause undesired operation.
WL-227N_ABAND Hardware & Driver Reference

Source Exif Data:
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.6
Linearized                      : No
Encryption                      : Standard V2.3 (128-bit)
User Access                     : Print, Copy, Extract, Print high-res
Tagged PDF                      : Yes
Page Mode                       : UseOutlines
XMP Toolkit                     : 3.1-701
Producer                        : Adobe PDF Library 7.0
Trapped                         : False
Create Date                     : 2008:10:16 17:51:40+08:00
Modify Date                     : 2008:10:17 13:58:58+08:00
Metadata Date                   : 2008:10:17 13:58:58+08:00
Creator Tool                    : Adobe InDesign CS2 (4.0.5)
Thumbnail Format                : JPEG
Thumbnail Width                 : 1024
Thumbnail Height                : 1024
Thumbnail Image                 : (Binary data 642 bytes, use -b option to extract)
Instance ID                     : uuid:887bb729-c14b-4058-a394-0c30b3e5138d
Document ID                     : adobe:docid:indd:b0cd1d50-4de7-11dd-8739-cfadcb9ddf46
Rendition Class                 : proof:pdf
Derived From Instance ID        : b0cd1d4a-4de7-11dd-8739-cfadcb9ddf46
Derived From Document ID        : adobe:docid:indd:87ee85c6-ca3b-11db-a890-fe58c26245a7
Manifest Link Form              : ReferenceStream
Manifest Placed X Resolution    : 72.00
Manifest Placed Y Resolution    : 72.00
Manifest Placed Resolution Unit : Inches
Manifest Reference Instance ID  : uuid:DA3287A843B111DDAED6C35B76E08A75
Manifest Reference Document ID  : uuid:DA3287A743B111DDAED6C35B76E08A75
Format                          : application/pdf
Has XFA                         : No
Page Count                      : 7
Page Layout                     : TwoPageRight
Creator                         : Adobe InDesign CS2 (4.0.5)
EXIF Metadata provided by EXIF.tools
FCC ID Filing: VUI-WL227N-5G

Navigation menu