OEM Installation Manual
Chung Nam Electronics (CNE)
IEEE 802.11b/g/n MiniPCI WLAN Card
(Model #: WLC-133NA)
OEM Manual
Version 0.1
June 2008
1
OEM Installation Manual
Table of Contents
Chapter 1 Introduction ................................................................................................................. 3
Chapter 2 Installation Procedure.................................................................................................. 4
2.1 Get the driver ................................................................................................................. 4
2.2 Compile.......................................................................................................................... 4
2.3 Loading the driver.......................................................................................................... 4
2.4 Some Porting Issues....................................................................................................... 5
Chapter 3 Regulatory Information............................................................................................... 6
3.1 FCC Information to User ............................................................................................... 6
3.2 FCC Guidelines for Human Exposure ........................................................................... 6
3.3 FCC Electronic Emission Notices ................................................................................. 6
3.4 OEM installation Guide ................................................................................................. 7
Chapter 4 Technical Specifications.............................................................................................. 9
2
OEM Installation Manual
Chapter 1 Introduction
The CNE 802.11b/g/n WLAN NIC is a complete wireless high speed Network Interface Card
(NIC). It conforms to the IEEE 802.11n protocol and operates in the 2.45GHz ISM frequency
bands.
Fully compliant with the IEEE 802.11n WLAN standards
FCC Certified Under Part 15 to Operate in the 2.45 GHz Bands
Supporting 300Mbps
Driver Supports LINUX
3
OEM Installation Manual
Chapter 2 Installation Procedure
2.1 Get the driver
Get the driver LSDK-WLAN-pb44fus7.0.0.360.tar
Untar LSDK-WLAN-pb44fus7.0.0.360.tar
Then can see two file -- apps and wlan
Apps
WLAN
2.2 Compile
1. Go to ../../common/hal/linux
2. Make the file code, used the make command
3. Go to ../../wlan/Linux/
4. Make the code, used the make command
5. Install the .ko file, used the make install command
2.3 Loading the driver
Some Wi-Fi application tools and encrypt tools
Linux driver in this file
Build a file name obj/i386-elf/hal.o
The hal.o file is Atheros BSP
The important issue on loading the driver is loading gradation.
1. Go to /lib/modules/2.6.9/net/
2. Insmod wlan.ko
3. Insmod ath_hol.ko
4. Insmod ath_dfs.ko
5. Insmod ath_rate_atheros.ko
6. Insmod ath_dev.ko
7. Insmod ath_pci.ko
4