×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / who can help me to setup Help me about : Rogers@Home Linux RH7.1 + LinkSys USB100TX + CyberSerfr Wave ? .....insmod, modprobe,.......
    HI who can help me to setup Help me about : Rogers@Home Linux RH7.1 + LinkSys USB100TX + CyberSerfr Wave ?

    After I boot the linux system, I can read the following mesg:
    usb-uhci.c: USB UHCI at I/O 0xd000 IRQ9
    ...
    usb-uhci.c: USB UHCI at I/O 0xd800 IRQ5
    ...

    That mean the USB control is ok ?

    Then I began to add the modules:

    1. after I use : ' insmod pegasus ( or modprobe pegasus )'
    and then 'dmesg' the result is :
    pegasus.c : pegasus.c: v0.4.17 2000/11/13(c) 1999-2000 Petlco Manolov(petkan@dce.bg)
    usb.c: registered new driver pegasus.
    2. /etc/sysconfig/network-scripts/ifup eth0
    the result is :
    Delaying eth0 initialization.
    3. /etc/rc.d/init.d/network start
    the result is :
    ...
    Bring up interface lo: [OK]
    Bring up interface eth0: Delaying eth0 initialization [FAILED]
    • who know this ? Thanks
      • sure... change your OS to win2000.. :)
        • o, hehe, But I want to establish a Linux web server. Now I found the Linux RedHat7.1 can detect the LinkSys USB100TX Adapter even the serial number , but ...........
          but in the file: /proc/bus/usb/devices:
          -----------------------------------------------------------------------------------------------
          T: Bus=02 Lev=00 Prnt=00 Prot=00 Cnt=00 Dev#=3 spd=12 MxCh=2
          ...
          T: Bus=01 Lev=00 Prnt=00 Prot=00 Cnt=00 Dev#=1 spd=12 MxCh=2
          ...
          T: Bus=01 Lev=01 Prnt=01 Prot=00 Cnt=01 Dev#=2 spd=12 MxCh=0
          S: Product=LINKSYS USB Adapter
          S: SerialNumber=971443
          P: Vendor=066b ProdID=400b Rev=1.01
          I: If#=0 Alt=0 #EPs=3 Cls=00(>ifs) Sub=00 Prot=00 Dirver=(none)
          -----------------------------------------------------------------------------------------------

          but for 'hub' or 'acm' the 'Driver' are 'hub' or 'acm' so
          the right Driver in my machine should be 'pegasus'
          I have already load the pegasus module but.....
          Who can help me ?
          (pegasus is searched from www.linux-usb.org)
          • 忘了备份翅膀的天使,你能帮我吗 ?
            • what I can do is suggest you change a PCI NIC, I am not very familiar with Linux system. So for my linux system, I am avoid to use any newest equipment, such as USB...
          • 是 meidaoli(石门晚照) , 叫错人了 :-) 。 你用什么网卡 ? 实在不行,只好去买张网卡了,如果用网卡,和 Motorola 的 CyberSurfr 连行吗?
            • I use ne2000 network card. Sorry I have no experience with usb network card.
            • hi, go to www.linksys.com/faqs, you will find your answer. Good luck!
              • Thank you very much! Now I have finished the USB configration, how to config Linux ? The DNS , the sub-domain , the IP address ?
      • 我自己找到答案了,将过程写在此,以便其他人想试提供方便:
        ( 不过到现在还没连上网,USB Network Adapter 配成功 )

        1. get the 2.5 version Linux source code.
        2. replace module.h from 2.5 version.
        3. replace the pegasus.c and pegasus.h from 2.5 version.
        4. compile the pegasus.o
        5. copy the pegasus.o to /lib/modules/x.x.x-x/kernel/drivers/usb .
        6. dmesg:
        ...
        pegasus.c: v0.4.21(2001/08/27): Pegasus/Pegasus II USB Ethe....
        pegasus.c: intr interval wll be changed from 1ms to 128ms
        pegasus.c: eth0 Linksys USB USB10TX
        ...
        7. set up the IP address, ping it is ok.
        • 网卡配好就差不多了,见此:http://members.home.net/randal.leavitt/CableModemConnectionNotes.html