【求助】如何在MS-DOS驅動網卡

顯示結果從第 1 筆 到 5 筆,共計 5 筆
  1. #1
    會員
    註冊日期
    2003-08-02
    討論區文章
    81

    【求助】如何在MS-DOS驅動網卡

    我在WINDOWS XP驅動是顯示Intel 21140-Based PCI Fast Ethernet Adapter (Generic)
    那我該如何驅動在DOS呢?
    有詳細資料嗎



  2. #2
    --帳號停用中-- purk 的大頭照
    註冊日期
    2001-03-08
    討論區文章
    2,917



    Creating a Network Boot Disk
    NDIS - Network Driver Interface Specification (Microsoft)

    EtherExpress™ PRO/100A Adapter
    Creating a Client Install Disk for Windows NT*


    The EtherExpress™ PRO/100 adapter does not appear on the list of adapters in the Windows NT 3.50, Windows NT 3.51, Windows NT 4.0 Client Installation dialog. However, you can select the EtherExpress 16 adapter, then modify the diskette to work with the EtherExpress PRO/100. These instructions apply to both the Windows for Workgroups Client and DOS Client Installation disks.

    Creating the Client Installation diskette

    At a DOS workstation, format a bootable floppy diskette to use as the Client Installation diskette.
    Example: FORMAT A: /S

    Go to the Windows NT server and start it (if you haven't already).


    From the Program Manager in NT, choose the Network Administration window.


    From the Network Administration window, choose the Network Client Administration icon.


    In the Network Client Administrator dialog box, choose Make Network Installation Startup Disk, then choose Continue.


    In the Share Network Client Installation Files dialog box, choose the appropriate action:

    If this is the first time you have run the Client Installation program, choose Copy Files to New Directory, then Share. Insert the Windows NT CD ROM or diskettes as prompted.

    If you have previously copied the software, choose Use existing path.

    Choose OK after making your choice.



    Enter the data requested in the Target Workstation Configuration dialog box, using the appropriate settings:

    Choose the size of Floppy drive you intend to use (3.5" or 5.25")

    Choose the type of Network client you desire (DOS Client 3.0 or Windows for Workgroups 3.11

    For Network Adapter Card, choose Intel EtherExpress 16 or 16 TP.

    Choose OK after making your choices.



    If you select the Windows for Workgroups client, Windows NT displays the MS Windows for Workgroups Installation dialog box. Choose OK after reading this dialog box. This dialog box will not display if you select the DOS Client.


    Enter the data requested in the Network Startup Disk Configuration dialog box, using the appropriate settings:

    For Computer Name, enter STARTUP. If you use a name other than STARTUP, that name must not be used by any other workstation on the network.

    For User Name, enter the name of your choice.

    For Domain, enter the domain name of your Windows NT server.

    For Network Protocol, choose NetBEUI unless you know you need a different protocol.

    Choose OK after making your entries.



    Modifying the Client diskette for the EtherExpress PRO/100 adapter

    Take the Client Installation diskette and the Intel EtherExpress PRO/100 diskette to a computer that has a hard disk drive.


    Insert the EtherExpress PRO/100 diskette and copy the E100.DOS file to a temporary directory on the hard drive.
    Example: COPY A:\NDIS\E100.DOS C:\TEMP

    Insert the Client Installation diskette and copy the E100.DOS file into the NET subdirectory on the diskette.
    Example: COPY C:\TEMP\E100.DOS A:\NET

    Edit the SYSTEM.INI file found in the NET subdirectory of the Client diskette, changing all occurrences of EE16 or EXP16 to E100. The following samples show the original SYSTEM.INI file for the EtherExpress 16 adapter and the changes required for the EtherExpress PRO/100 adapter.
    NOTE: The * (asterisk) marks lines that are different between the two files.

    NOTE: This code is case sensitive.

    EtherExpress 16
    SYSTEM.INI EtherExpress PRO/100
    SYSTEM.INI
    [network] [network]
    filesharing=no filesharing=no
    printsharing=no printsharing=no
    autologon=yes autologon=yes
    computername=STARTUP computername=STARTUP
    lanroot=A:\NET lanroot=A:\NET

    username=Supervisor username=Supervisor
    workgroup=Your_Group_Name workgroup=Your_Group_Name
    reconnect=no reconnect=no directhost=no
    directhost=no dospophotkey=Ndospophotkey=N
    lmlogon=0 lmlogon=0
    logondomain=Your_Domain_Name logondomain=Your_Domain_Name
    preferredredir=full preferredredir=full
    maxconnections=8 maxconnections=8
    autostart=full autostart=full

    [network drivers] [network drivers]
    *netcard=exp16.dos netcard=e100.dos
    transport=ndishlp.sys,*netbeui transport=ndishlp.sys,*netbeui
    devdir=A:\NET devdir=A:\NET
    LoadRMDrivers=yes LoadRMDrivers=yes
    [Password Lists] [Password Lists]



    Edit the PROTOCOL.INI file found in the NET subdirectory of the Client diskette, changing all occurrences of EE16 or EXP16 to E100. The following samples show the original PROTOCOL.INI file for the EtherExpress 16 adapter and the changes required for the EtherExpress PRO/100 adapter.
    NOTE: The * (asterisk) marks lines that are different between the two files.

    NOTE: This code is case sensitive.

    EtherExpress 16
    PROTOCOL.INI EtherExpress
    PRO/100 PROTOCOL.INI
    [network.setup] [network.setup]
    version=0x3110 version=0x3110
    *netcard=ms$ee16,1,MS$EE16,1 netcard=ms$e100,1,MS$E100,1
    transport=ms$ndishlp,MS$NDISHLP transport=ms$ndishlp,MS$NDISHLP
    transport=ms$netbeui,MS$NETBEUI transport=ms$netbeui,MS$NETBEUI
    *lana0=ms$ee16,1,ms$netbeui lana0=ms$e100,1,ms$netbeui
    *lana1=ms$ee16,1,ms$ndishlp lana1=ms$e100,1,ms$ndishlp

    *[ms$ee16] [ms$e100]
    *drivername=EXP16$ drivername=E100$ ;IRQ=3 ;IRQ=3
    ;IOADDRESS=0x310 IOADDRESS=0x310
    ;IOCHRDY=Late IOCHRDY=Late
    TRANSCEIVER=Thin Net(BNC/COAX) TRANSCEIVER=Thin Net(BNC/COAX)

    [protman] [protman]
    drivername=PROTMAN$ drivername=PROTMAN$
    PRIORITY=MS$NDISHLP PRIORITY=MS$NDISHLP

    [MS$NDISHLP] [MS$NDISHLP]
    drivername=ndishlp$ drivername=ndishlp$
    *BINDINGS=ms$ee16 BINDINGS=ms$e100

    [ms$netbeui] [ms$netbeui]
    drivername=netbeui$ drivername=netbeui$
    SESSIONS=10 SESSIONS=10
    NCBS=12 NCBS=12
    *BINDINGS=ms$ee16 BINDINGS=ms$e100
    LANABASE=0 LANABASE=0


    Follow the instructions in the Windows NT documentation for using the Client Installation diskettes to install the client software.
    Troubleshooting hints
    *NET USE command reports --

    ERROR 53: The computer name specified in the network path cannot be located.

    Make sure the network path specified on the NET USE command line in the AUTOEXEC.BAT file matches the path shown on the server you used to create Client Installation diskette.To do this:

    Open the Network Administration window from Program Manager.
    Choose the Network Client Administrator icon
    Choose the Continue.
    Compare the setting for the Path in this dialog box with the path listed on the NET USE command in the AUTOEXEC.BAT file.

  3. #3
    會員 ranger 的大頭照
    註冊日期
    2001-03-08
    討論區文章
    767
    網卡包裝內有磁片嗎?
    其中應該就有各os的driver
    或者到原廠去找

  4. #4
    --帳號停用中-- purk 的大頭照
    註冊日期
    2001-03-08
    討論區文章
    2,917

  5. #5
    --帳號停用中-- purk 的大頭照
    註冊日期
    2001-03-08
    討論區文章
    2,917









類似的主題

  1. 【求助】dos驅動網卡
    作者:ahwamidi 所在討論版:-- HELP ME 電 腦 軟 硬 體 急 救 版
    回覆: 6
    最後發表: 2004-05-06, 11:28 PM
  2. 如何在MS-DOS下驅動PCMCIA CD-ROM?
    作者:-Hero- 所在討論版:-- NB 筆記型電腦 & PDA 討 論 版
    回覆: 34
    最後發表: 2002-12-17, 12:14 PM
  3. 要如何在dos下驅動網卡
    作者:小舜子 所在討論版:-- 網 路 技 術 版
    回覆: 6
    最後發表: 2002-05-08, 09:29 PM
  4. 怎樣在dos下就驅動網卡?
    作者:bad 所在討論版:-- 網 路 技 術 版
    回覆: 1
    最後發表: 2001-11-17, 10:50 PM
  5. 請問如何在DOS下,驅動網卡
    作者:godeagle 所在討論版:-- 網 路 技 術 版
    回覆: 2
    最後發表: 2001-09-10, 11:55 AM

 

i210 eeupdate

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •