usb무선랜카드 wl-54g를 리눅스에 설치하는데 자꾸 오류가 생겨
일단 usb2.0이상 지원되야 해서 리눅스9.0에서 커널을 2.4.24로 업뎃해서
컴파일 했구요
랜카드 설명서에 나와있는대로 install파일 압축풀고
모듈화 시켜서 올리는데 이부분에서 자꾸 오류가 생깁니다.
make파일에서 depmod -a 하고 나면
Unresolved symbol in /디렉토리/파일명..ㅡ_-;; 나오는데...
설명서에 보면 이경우 환경설정시 SMP를 설정했을때 나온다고
설정하지 말라고 해서 안했는데...이런..난감하게 자꾸 오류나는 바람에
랜카드가 잡히지가 않네요.
그리고 그냥 무시하고 insmod시키면 모듈은 올라가 있는데..작동은 하지 않구요
eth0이...설치가 안돼있다고 나오네요..
참고하시라고 설명서 같이 첨부해서 올립니다.
]
======================================
Reqirements:
------------
- Kernel 2.4.x. I am developing the driver on 2.4.24, but it
reportedly also works on 2.4.x. If your kernels version is less than
2.4.22 (for example Red Hat 9.0 is 2.4.20-8), suggest to upgrade kernel
for better support on USB 2.0.
- Kernel 2.6.x. This driver has been verify on 2.6.6 and 2.6.7.
- To build zd1211 you will need: Configured kernel source code for the
kernel you are running. Ideally, Configured means that you have at
least run 'make config', 'make menuconfig', or 'make xconfig'. If your
platform is not SMP system, please don't config SMP supported, because
when module loaded, this will make unresolved symbol..
- Make sure your kernel usb 2.0 support is running
- Use lsmod to check "ehci-hcd" module is loaded.
- If host is not support usb 2.0, zd1211 will run under pure-b mode.
Building zd1211:
------------
1) untar the package using the command:
tar zxvf zd1211-XXXX.tar.gz
2) edit the Makefile to make sure the path of KERNEL_SOURCE is your
are running, and the kernel version is correctly configure.
3) Under zd1211-XXXX/zdsta directory, use "make clean", "make", "make install"
to make and install driver.
Running:
--------
- If you have hotplug installed, the drivers should now be loaded. If not,
load them by hand: modprobe -v zd1211
(or Under zd1211-XXXX/zdsta directory use "insmod zd1211.o" for kernel 2.4.x,
"insmod zd1211.ko" for kernel 2.6.x)
- Check if the modules are loaded with lsmod. It should look like this:
...
zd1211 183576 0 (unused)
...
- Run 'ifconfig <iface> <your IP address>'
- Run 'iwconfig <iface> ' to configure the wireless setting, here are
some examples, more detail information please check with 'man iwconfig'.
Example:
iwconfig <iface> essid "My Network" //Set essid
iwconfig <iface> channel 1 //Set channel
iwconfig <iface> mode Managed (Station mode) //Set operation mode
iwconfig <iface> mode Ad-Hoc (Ah-Hoc mode)
iwconfig <iface> rts 512 //Set rts threshold
iwconfig <iface> frag 512 //Set fragment threshold
iwconfig <iface> key s:password [2] //Set encryption key
iwconfig <iface> power on/off //Set power-save mode
......
Private Parameters:
------------------
In addition to the parameters of iwconfig, some can be set by iwpriv:
- open system authentication: iwpriv <iface> set_auth 0
- shared key authentication: iwpriv <iface> set_auth 1
Be aware that shared key authentication requires a WEP key.
- long preamble: iwpriv <iface> set_preamble 0
- short preamble: iwpriv <iface> set_preamble 1
- iwpriv <iface> get_preamble //will display the current preamble type
- List current BSS information:iwpriv <iface> list_bss
You can use "dmesg" to check the result.
Note:
----
- You can modify the script file "sta" to enable Station function.
"sta en" Enable STA function
"sta dis" Disable STA function
- I have tested the driver under Red-Hat 9.0, It's unstable than kernel 2.4.24.
So please update the kernel.
Version:
--------
-4715
-Support kernel 2.6.x
-Fixed bug: DHCP will hard to get IP problem.
-Support iwpriv command
iwpriv <iface> set_mac_mode mac_mode //1: Mixed Mode
//2: Pure G Mode
//3: Pure B Mode
iwpriv <iface> get_mac_mode //display current Mac Mode
-4630
-Fixed Ad-Hoc mode can't work problem.
-Support Roamming.
-Support iwlist <iface> scan(ning) command.
-Support iwpriv command
iwpriv <iface> connect cell_number //the cell_number can be get
//from the result of
//iwlist <iface> scan(ning) command
iwpriv <iface> dbg_flag //set debug level, default is 0
-Fiexd Chairot multicast can't work problem.
-Fixed Ack timeout problem.
-4621
-First release version.
-WPA, 802.1X with dynamic key exchange are not supported.
-Watchdog function was not fully implementated.
-Apdbg.c provides basic debug command for driver development.
-Airoha RF chip is not verified.
-Support basic wireless extension setting.
-Fixed iwconfig will show wrong essid information.
-Roaming is not fully verified.


댓글 달기