|
|

楼主 |
发表于 2007-4-14 13:13:24
|
显示全部楼层
昨晚上快回去时也查看了下源码,确实我那版驱动里USB——ID里没有我这个设备
我的版本号是1036的,里面没有1218版的这个Notice.doc文档,只有个readme说
Please check which driver you should use:
1. Insert ASUS 167g into USB port.
2. cat /proc/usb/devices.
3. Check vendor id and product id of ASUS WLAN device.
4. Follow the README file in related directory to compile and install driver.
Vendor id predicted driver directory
0B05 1706 rt25USB
0B05 1707 rt25USB
0B05 1723 rt73
0B05 1724 rt73
本以为官方的文档不会错的,既然说支持我就相信了,找不到才想到去看那个USB——ID
这个Notice.doc文档估计是用户反映后华硕才加上去的,还是.doc,明显不是原装的
靠,华硕让我瞎折腾了一天,华硕网卡附带的光盘里的驱动就是跟1036版一样的,没有Notice.doc文档
所以大家再遇到 0B05 1723 rt73版的wl-167G可都得注意了
附notice文档
For rt73, please add ASUS IDs (red words) in the rtmp_def.h.
#define RT73_USB_DEVICES { \
{USB_DEVICE(0x148f,0x2573)}, /* Ralink */ \
{USB_DEVICE(0x148f,0x2671)}, /* Ralink */ \
{USB_DEVICE(0x18e8,0x6196)}, /* Qcom */ \
{USB_DEVICE(0x18e8,0x6229)}, /* Qcom */ \
{USB_DEVICE(0x1044,0x8008)}, /* Gigabyte */ \
{USB_DEVICE(0x14b2,0x3c22)}, /* Conceptronic */ \
{USB_DEVICE(0x0db0,0x6877)}, /* MSI */ \
{USB_DEVICE(0x0db0,0xa874)}, /* MSI */ \
{USB_DEVICE(0x0db0,0xa861)}, /* MSI */ \
{USB_DEVICE(0x07b8,0xb21d)}, /* AboCom */ \
{USB_DEVICE(0x0769,0x31f3)}, /* Surecom */ \
{USB_DEVICE(0x1472,0x0009)}, /* Huawei-3Com */ \
{USB_DEVICE(0x1371,0x9022)}, /* CNet */ \
{USB_DEVICE(0x1371,0x9032)}, /* CNet */ \
{USB_DEVICE(0x1631,0xc019)}, /* Billionton */ \
{USB_DEVICE(0x1044,0x800a)}, /* Gigabyte */ \
{USB_DEVICE(0x1690,0x0722)}, /* Askey */ \
{USB_DEVICE(0x0B05,0x1723)}, /* ASUS */ \
{USB_DEVICE(0x0B05,0x1724)}, /* ASUS */ \
{USB_DEVICE(0,0)}} /* end marker */ |
|