QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1620|回复: 5

请教:再问无线网卡。谢谢

[复制链接]
发表于 2006-11-19 18:52:39 | 显示全部楼层 |阅读模式
problem description:

My OS: redhat 9.0
Kernel: 2.4.20-8
Wireless network card: ASUS WL-167G (802.11g support, USB interface)

I do Follows (refer to the file readme):

1. insert the wl-167g to my computer usb port.
   the power led indicators is ON.
   the signal led indicators is OFF.
   I type "lsusb" command, output messages:
        ......
        Bus 001 Device 005: ID 0b05:1723
        Language IDs: none (invalid length string descriptor bf; len=0)
        Device Descriptor:
          bLength                18
          bDescriptorType         1
          bcdUSB               2.00
          bDeviceClass            0 Interface
          bDeviceSubClass         0
          bDeviceProtocol         0
          bMaxPacketSize0        64
          idvendor           0x0b05
          idProduct          0x1723
          bcdDevice            0.01
          iManufacturer           1
          iProduct                2
          iSerial                 0
          bNumConfigurations      1
          Configuration Descriptor:
            bLength                 9
            bDescriptorType         2
            wTotalLength           32
            bNumInterfaces          1
            bConfigurationValue     1
            iConfiguration          0
            bmAttributes         0x80
            MaxPower              300mA
            Interface Descriptor:
              bLength                 9
              bDescriptorType         4
              bInterfaceNumber        0
              bAlternateSetting       0
              bNumEndpoints           2
              bInterfaceClass       255 Vendor Specific Class
              bInterfaceSubClass    255 Vendor Specific Subclass
              bInterfaceProtocol    255 Vendor Specific Protocol
              iInterface              0
              Endpoint Descriptor:
                bLength                 7
                bDescriptorType         5
                bEndpointAddress     0x81  EP 1 IN
                bmAttributes            2
                  Transfer Type            Bulk
                  Synch Type               none
                wMaxPacketSize        512
                bInterval               0
              Endpoint Descriptor:
                bLength                 7
                bDescriptorType         5
                bEndpointAddress     0x01  EP 1 OUT
                bmAttributes            2
                  Transfer Type            Bulk
                  Synch Type               none
                wMaxPacketSize        512
                bInterval               0
          Language IDs: none (invalid length string descriptor bf; len=0)
         ......

2. make
   this command to do this:
   Compile the driver source code of WL-167G, download from ASUS website.
   create a module rt73.o
   OK!

3. make install
   this command to do this:
   1) insmod rt73.o
   2) edit /etc/modules.conf, add line: alias rausb0 rt73
   3) create a config file: /etc/sysconfig/network-scripts/ifcfg-rausb0
   4) copy some firmware file to /etc/Wireless/RT73STA/
   OK!

   I type "cat /proc/modules", output messages:
        ......
        rt73                  233632   0 (unused)
        parport_pc             19076   1 (autoclean)
        lp                      8996   0 (autoclean)
        parport                37056   1 (autoclean) [parport_pc lp]
        autofs                 13268   0 (autoclean) (unused)
        8139too                18088   1
        mii                     3976   0 [8139too]
        ipt_REJECT              3928   6 (autoclean)
        iptable_filter          2412   1 (autoclean)
        ip_tables              15096   2 [ipt_REJECT iptable_filter]
        microcode               4668   0 (autoclean)
        keybdev                 2944   0 (unused)
        mousedev                5492   1
        input                   5856   0 [keybdev mousedev]
        hid                    11768   0 (unused)
        usb-uhci               26316   0 (unused)
        ehci-hcd               19976   0 (unused)
        usbcore                78784   1 [rt73 hid usb-uhci ehci-hcd]
        ext3                   70784   1
        jbd                    51892   1 [ext3]
        ......

4. ifconfig rausb0 up
   this command to bring up the wireless network card: wl-167g
   But output messages said:
   unkown device: rausb0

   I type "iwconfig", output messages:
        ......
        lo      no wireless extension
        eth0    no wireless extension
        ......

Why? how to solve this problem, thank you!

is it means that the driver  is not installed successful?
发表于 2006-11-19 19:50:33 | 显示全部楼层
1 请先咨询您的无线网卡厂商。
2 若没有升级至最新的内核,则您的问题虽被提交,但可能被忽略。
回复

使用道具 举报

发表于 2006-11-19 19:58:07 | 显示全部楼层
1 请先咨询您的无线网卡厂商。
2 若没有升级至最新的内核,则您的问题虽被提交,但可能被忽略。
回复

使用道具 举报

 楼主| 发表于 2006-11-20 09:23:12 | 显示全部楼层
多谢
1) 现在的无线网卡厂商都不提供linux支持,一些搞技术支持的也一问三不知。
2) 至于升级内核,以前的资源代码都是在redhat9下开发的。升级内核后这些代码需要做较大的改动,所以这也是一直没有换版本的原因。
3) google搜索显示有人在redhat9下用wl-167g成功联网,这也是我选用wl-167g的原因。
4) 实在不行,考虑下个FC5看看。

这个东西郁闷我好几天了,就是搞不定。 同仁各抒己见吧,希望能尽快解决此问题。
回复

使用道具 举报

 楼主| 发表于 2006-11-20 09:58:46 | 显示全部楼层
多谢关注。

1) 无线网卡厂商不提供linux技术支持,咨询asus公司的技术服务人员也回应不提供linux下的技术支持服务。
2) 之所以不放弃redhat9,是因为以前开发的代码都是在redhat9下进行了,换版本后涉及到这些代码的改动,任务量比较大,所以一直用着redhat9。
3) 之所以选择asus wl-167g,是因为在网上搜索得到信息:有人在redhat9下成功用wl-167g联网。
4) 实在不行,我在换FC5看看。

弄了几天都没搞定,真郁闷。
真希望同仁们能各抒己见,解决问题。
也希望在linux下使用过usb无线网卡的同仁们给我推荐推荐,无论用什么方法。谢谢了
回复

使用道具 举报

发表于 2006-12-9 20:49:41 | 显示全部楼层
楼主为什么不试试看用ndiswrapper呢?
我的USB无线网卡是netgear的,用下来还可以,就是经常断流,需要重启电脑。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-14 01:32 , Processed in 0.061978 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表