無線網卡 PCI介面安裝 - BBS

Irma avatar
By Irma
at 2011-04-02T22:11

Table of Contents

我用無線網卡想裝在freebsd 8.0 上
在官網上找支援的pci網卡
http://www.freebsd.org/releases/8.1R/hardware.html#WLAN

選定用型號GN-WP01GS 這張

插上去 重新弄kernel 可以看到有這張卡

ral0: flags=8803<UP,BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:16:e6:3c:f9:53
media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
status: associated

當我要設定它的IP時
#ifconfig ral0 10.77.77.254 netmask 255.255.255.0
ifconfig: ioctl (SIOCAIFADDR): Invalid argument

後來我在/etc/rc.conf中加入
ifconfig_ral0="inet 10.77.77.254 netmask 255.255.255.0"
開機都會跳出

ral0: MAC/BBP RT2661B, RF RT2527
ral0: [ITHREAD]
ral0: rt2661_load_microcode: timeout waiting for MCU to initialize
ral0: rt2661_init_locked: could not load 8051 microcode, error 5
ral0: rt2661_load_microcode: timeout waiting for MCU to initialize
ral0: rt2661_init_locked: could not load 8051 microcode, error 5
ral0: need multicast update callback
ral0: need multicast update callback
ral0: rt2661_load_microcode: timeout waiting for MCU to initialize
ral0: rt2661_init_locked: could not load 8051 microcode, error 5
ral0: need multicast update callback

黃色的字在man ral中有提到
The onboard 8051 microcontroller unit failed to initialize in time.
紅色的字在man ral中
An error occurred while attempting to upload the microcode to the onboard
8051 microcontroller unit.

Google也找不到解法

不知道有沒有人用過跟這張卡一樣晶片(Ralink系列)
分享一下怎麼解決這些問題

--
Tags: BBS

All Comments

Roger Dingledine : Tor 匿名系統的討論

Necoo avatar
By Necoo
at 2011-03-27T23:16
[English below] 大家好! ** 歡迎轉寄 ** 摘要: 美國國防部和電子前鋒基金會(Electronic Frontier Foundation)有什麼相似之處?這 兩個單位都資助了 Tor 計劃 ( http://torproject.org ) 的開發。Tor 是個用自由軟體 打造 ...

FreeBSD是否有可能裝在Intel base MAC

Frederic avatar
By Frederic
at 2011-03-27T20:48
※ 引述《rafan.bbsatDeer.twbbs.org (o_O)》之銘言: : ※ 引述《rafan (o_O)》之銘言: : andgt; 就已經有人用 boot camp 去試過了。 : sobomax 2006-04-18 13:51:13 UTC : FreeBSD src repo ...

freebsd 優點在哪

Enid avatar
By Enid
at 2011-03-26T10:18
※ 引述《yshihyu (yshihyu)》之銘言: : 我現在是用linux : 我想知道freebsd 有什麼優點比linux 好嗎? : 謝謝 a complete os linux is a kernel plus utilities - ...

如何排序ps ux的output

Rebecca avatar
By Rebecca
at 2011-03-20T16:42
※ 引述《Holocaust123 (奔跑的蝸牛)》之銘言: : (FreeBSD 8.0) : $ ps ux : USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND : a12345 48272 0.0 ...

如何排序ps ux的output

Lydia avatar
By Lydia
at 2011-03-20T00:20
(FreeBSD 8.0) $ ps ux USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND a12345 48272 0.0 0.1 39060 5648 ?? S 11:53下午 0 ...