CentOs 安裝 USB 無線網卡 (DWL-G122) - Linux

Table of Contents

大家好

我剛安裝了CentOs 5.3,但是一直無法使用無線網路 (DWL-G122 B1)

首先我已經從D-Link官方網站下載到 Linux 驅動程式了

不過我照著壓縮檔裡 README.TXT 的指令run了 還是不能使用

###################### README 檔 ############
1) cp Makefile.x Makefile // x is your kernel
1-1) $make config // if at kernel 2.4 series
2) $make
3) $insmod rt2570.ko # Insert driver module
4) $ifconfig rausb0 up # Bring up device
5) $dhclient rausb0
# Get network IP address Note: Script functionality: Configure
retrive linux version
6)Edit(or add the line) in /etc/modules.conf alias
rausb0 rt2570

7) Create and edit 'ifcfg-rausb0' file in
/etc/sysconfig/network-script/ DEVICE='rausb0' ONBOOT='yes'
BOOTPROTO='dhcp'
###################### README 檔 ############

以上我從1.1就開始有 error 了

以下附上我的截圖

Device Manager
http://www.badongo.com/pic/7180400

Network Config
http://www.badongo.com/pic/7180461

http://www.badongo.com/pic/7180405

小弟是 Linux 新手

請多指教 謝謝

--

All Comments

Charlotte avatarCharlotte2009-09-23
你不用1-1吧