FreeBSD Driver for Ralink RT2561

UPDATE:

Under FreeBSD 7.0-BETA, the Ralink RT2561 device can be recognized and work smoothly by the default.

link:*BSD driver for Ralink RT2500/RT2600 chipsets.


雖然在6.2中已經有ral(4),可以支援Ralink RT2500。但是Edimax Ew-7128g總是抓不到。
pciconf -lv 顯示的結果

none1@pci2:4:0: class=0x028000 card=0x25611814 chip=0x03011814 rev=0x00 hdr=0x00
vendor = 'Ralink Technology, Corp'
class = network
Google的結果,找到解決方法,以module載入。
在/usr/src/sys下套用patch之後, 到/usr/src/sys/modules/ral下 make && make install 。
修改/boot/loader.conf,加入if_ral_load="YES"。
試試看,下 kldload if_ral 指令。
抓到啦 :p
ral0@pci2:4:0: class=0x028000 card=0x25611814 chip=0x03011814 rev=0x00 hdr=0x00
vendor = 'Ralink Technology, Corp'
class = network


About this entry


Have your say

You can use some HTML tags, such as <b>, <i>, <a>