Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Network Card

3 views
Skip to first unread message

Bill Morgan

unread,
Aug 25, 1999, 3:00:00 AM8/25/99
to
I have a Pentium 90 server running SCO Unix System V/386 Release 3.2v4.2 OS.
I am trying to install a D-Link DE-528 network card. The card comes with
the drivers and instructions for installation but does not seem to run
correctly. In the first part of the instructions, the drivers are copied to
the netconfig directories. Next you run "netconfig". When I run
"netconfig", the computer responds with "No products that support netconfig
have been installed". Below is the copy program that runs first. Thanks in
advance for any help that you can provide.

Bill Morgan

echo "Install D-Link DE-528 PCI driver... "
echo "Please wait ........."
if [ ! -x /usr/lib/lli/r1e ]
then
mkdir /usr/lib/lli/r1e
fi
doscp a:/sco/4x/Space.c /usr/lib/lli/r1e/Space.c
doscp a:/sco/4x/Driver.o /usr/lib/lli/r1e/Driver.o
doscp a:/sco/4x/Master /usr/lib/lli/r1e/Master
doscp a:/sco/4x/System /usr/lib/lli/r1e/System
doscp a:/sco/4x/Node /usr/lib/lli/r1e/Node
doscp a:/sco/4x/Init /usr/lib/lli/init/r1e0
chmod +x /usr/lib/lli/init/r1e0
doscp a:/sco/4x/Reconf /usr/lib/lli/reconf/r1e0
chmod +x /usr/lib/lli/reconf/r1e0
doscp a:/sco/4x/Remove /usr/lib/lli/remove/r1e0
chmod +x /usr/lib/lli/remove/r1e0
doscp a:/sco/4x/Info /usr/lib/lli/info/r1e0
chmod +x /usr/lib/lli/info/r1e0
doscp a:/sco/4x/Init /usr/lib/netconfig/init/r1e0
chmod +x /usr/lib/netconfig/init/r1e0
doscp a:/sco/4x/Reconf /usr/lib/netconfig/reconf/r1e0
chmod +x /usr/lib/netconfig/reconf/r1e0
doscp a:/sco/4x/Remove /usr/lib/netconfig/remove/r1e0
chmod +x /usr/lib/netconfig/remove/r1e0
doscp a:/sco/4x/info /usr/lib/netconfig/info/r1e0
chmod +x /usr/lib/netconfig/info/r1e0
echo "Transfer End ..."

Richard Ivey

unread,
Aug 25, 1999, 3:00:00 AM8/25/99
to
You need to install SCO TCP/IP before you can run netconfig, ping, or any
other networking utility.

Bill Morgan wrote in message <37c42...@news.litchfieldil.com>...

0 new messages