中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 会员 | 搜索 | 上传 | 帮助 »
中国DOS联盟论坛 » DOS媒体世界 & 网络技术 (多媒体室) » 网卡驱动时提示一个文件没有加载,具体如下
作者:
标题: 网卡驱动时提示一个文件没有加载,具体如下 上一主题 | 下一主题
d5love1b
初级用户




积分 110
发帖 2
注册 2005-1-26
状态 离线
『楼 主』:  网卡驱动时提示一个文件没有加载,具体如下

网卡是Marvell Yukon Gigabit Ethernet 10/100/1000Base-T Adapter, Copper RJ-45
启动到dos后加载驱动程序提示The LSL is not loaded,可是驱动程序里边根本没提供这个文件,我觉得是驱动程序里少提供了个什么文件,可是在网上搜索了很久也没找到,谁能指点一二,非常感谢,驱动程序的说明文件如下,其中提到的YUKODI.COM   YUKODI.INS   NET.CFG  都有
All rights reserved.
===========================================================================

yukodi.txt created 04-Aug-2003
Readme File for yukodi.com v6.06 DOS ODI Driver supporting
the Marvell Yukon Gigabit Ethernet Adapter

This file contains
1  Overview
2  Required Files
3  Installation
4  Driver Parameters
5  Command line arguments
6  Sample Installation/Configuration
===========================================================================

1  Overview
===========
The driver yukodi.com is the Novell ODI 16-bit DOS Client MLID driver
for the Marvell Yukon Gigabit Ethernet Adapter.
***
2  Required Files
=================
    YUKODI.COM   the driver
    YUKODI.INS   installation skript for Novell VLM client
    NET.CFG   SAMPLE configuration file
    latest VLM client from Novell
***
3  Installation
===============
When installing the VLM package for DOS follow the steps below to
install yukodi.com:
1.  Start the Netware Client Installation.
2.  Start the dialog for choosing the driver for your network adapter.
3.  Select "OTHER DRIVERS".
4.  Enter the path where the files yukodi.com and yukodi.ins are located.
5.  Select "Marvell Yukon Gigabit Ethernet Adapter".
6.  In the following setup dialog choose your "Frame Type" and the
    other parameters.
8.  After savig the setup with <F10>, the driver gets installed.
9.  Finish the installation of the Netware Client Installation.
10. You can modify the driver parameters later as described in the next
    section.
***
4  Driver Parameters
====================

After the installation of the driver, there will be an entry in the
net.cfg in your nwclient installation directory that identifies your
adapter:
LINK DRIVER YUKODI
    It is followed by one or more parameters. Beside the standard
    parameters from Novell client the driver supports the following
    parameters.
Frame type (mandatory)
    FRAME   <Frame-Type>
    This parameter specifies the Ethernet frame types for your network.
    Possible values are:
    ETHERNET_II
    ETHERNET_802.3
    ETHERNET_802.2
    ETHERNET_SNAP
Bus and device number (optional)
    BUSNUM  <busnum>
    DEVNUM  <devnum>
    With these parameters you can specify the network adapter the
    driver should bind on. This is useful, when there is more than
    one adapter in the system.
    The bus and device numbers are assigned by the BIOS at boot time. When
    the driver is called with the argument '-l' (see below) it shows bus
    and device numbers for the supported adapters in the system.
Connection type
    CONTYPE   <contype>
    This parameter can be used to force link speed and duplex mode.
    Using other values than AUTO turns off auto-negotiation and is not
    recommended.
    Possible values are:
    AUTO
    100FD
    100HD
    10FD
    10HD
Check Link mode
    CHECK_LINK
    When this parameter has been specified the driver uses the first
    supported adapter in the system with a valid link. This parameter
    conflicts with BUSNUM and DEVNUM and will be ignored when BUSNUM
    and DEVNUM are used. When using CHECK_LINK you can load the driver
    only once.
    Calling the driver with the argument '-l' (see below) will show
    all supported adapters and their link status.
Number of receive and transmit buffers
    RECEIVE BUFFERS  [1..5]
    TRANSMIT BUFFERS [1..5]
    These parameters specify how many transmit and receive buffers the
    driver shall use. Using more buffers might improve the performance
    but the driver will consume more memory.
   
    The sum of receive and transmit buffers cannot be greater than 6.
***
5  Command line arguments
=========================

yukodi.com can be started with the following arguments:

YUKODI     - Installs the LAN driver
YUKODI S   - Shows status of all resident LAN drivers in memory
YUKODI U   - Unloads resident LAN driver from memory
YUKODI ?   - Displays help screen
YUKODI L   - Lists supported devices with bus and device number and
              link status
***
6  Sample Installation/Configuration
====================================
Sample startnet.bat (in the nwclient installation directory):
    SET NWLANGUAGE=ENGLISH
    C:\NWCLIENT\LSL.COM
    C:\NWCLIENT\yukodi.com
    C:\NWCLIENT\IPXODI.COM
    C:\NWCLIENT\VLM.EXE
Sample net.cfg (in the nwclient installation directory):
    Link Driver YUKODI
       FRAME ETHERNET_802.2
       BUSNUM 2
       DEVNUM 1
*** End of Readme file ***

2005-1-26 00:00
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
Michael
钻石会员





积分 10046
发帖 3039
注册 2002-11-11
状态 离线
『第 2 楼』:  

The computer must load the Link
Support Layer (LSL) before loading the driver



简单就是美
2005-2-7 00:00
查看资料  发短消息 网志   编辑帖子  回复  引用回复
hzdaniel
初级用户




积分 108
发帖 2
注册 2005-2-6
状态 离线
『第 3 楼』:  

此文件我有,但不知道怎樣給你

2005-2-7 00:00
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复
d5love1b
初级用户




积分 110
发帖 2
注册 2005-1-26
状态 离线
『第 4 楼』:  

加载了LSL.COM,可是网络还是不通,无法进行网克,请高手指点一下

2005-2-16 00:00
查看资料  发送邮件  发短消息 网志   编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: