install NIC driver for Intel Pro 1000


 
Thread Tools Search this Thread
Operating Systems SCO install NIC driver for Intel Pro 1000
# 1  
Old 08-06-2010
install NIC driver for Intel Pro 1000

hi

I have a fresh installation of SCO 5.0.6 and I have download a NIC driver for Intel Pro 1000:

ftp://ftp.sco.com/pub/openserver5/50...7g/VOL.000.000

Howto install it using floppy?


---------- Post updated at 04:02 PM ---------- Previous update was at 02:18 PM ----------

scoadmin:

The Software Manager interface

solved my problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Right driver for Intel card..

I have OptiPlex machine which has Integrated Intel® I217LM Ethernet LAN 10/100/1000 interface. When I am trying to install Solaris 10U11 during the installation it dint ask for networking configuration. I installed the OS and found that Solaris dont show any interface through ifconfig -a plumb.... (7 Replies)
Discussion started by: linuxfreaker
7 Replies

2. Hardware

Intel vs Dlink NIC Gigabyte price point difference

Hi, I wondering about intel and dlink gigabyte desktop nic card price point, May i ask if someone know the difference between the two gigabyte nic card, I found at my local electronic store that theres a price difference between the two the intel is double the price of the dlink although the... (4 Replies)
Discussion started by: jao_madn
4 Replies

3. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

4. Shell Programming and Scripting

Windows driver needed for 1000 base tx card (HP)

First of all, excuse my ignorance in my questions, but truth is, I know nothing about Unix. I have recently purchased some A7012A's (dual port, 1000 base T/X) gigabit cards and need to use them in a windows environment. I am trying to see if it is possible to have drivers written for the card... (0 Replies)
Discussion started by: poaking
0 Replies

5. Solaris

intel pro 100

HI All, I am having an intel pro 100 lan card , can any body tell me how to install the lan card driver for it into solaris 9. Thnaks, Ajay (0 Replies)
Discussion started by: ajay234
0 Replies

6. Solaris

change NIC to 1000 Mbps full duplex

Hi all, I tried to use this command ndd -set /dev/eri adv_1000fdx_cap 1 but i get a "operation failed, Invalid argument" anyone can help ? Thanks (5 Replies)
Discussion started by: DarReNz
5 Replies

7. UNIX for Advanced & Expert Users

NIC Driver

Hi:- I am trying to install a device driver for Intel NIC card on TurboLinux, but getting following errors, cc -O -Wall -o eepro100-diag eepro100-diag.c eepro100-diag.c:72: unistd.h: No such file or directory eepro100-diag.c:73: stdio.h: No such file or directory eepro100-diag.c:74:... (1 Reply)
Discussion started by: s_aamir
1 Replies
Login or Register to Ask a Question
DE(4)							   BSD Kernel Interfaces Manual 						     DE(4)

NAME
de -- DECchip 21040, 21140, 21141, 21142, and 21143 PCI Ethernet interface driver SYNOPSIS
de* at pci? dev ? function ? Configuration of PHYs may also be necessary. See mii(4). DESCRIPTION
The de driver supports Ethernet and Fast Ethernet interfaces based on the Digital Equipment Corporation DECchip 21040, 21140, 21141, 21142, and 21143 model controllers for PCI bus. 21040 10BASE-T and AUI/BNC 21140 10BASE-T and 100BASE-TX 21141 10BASE-T and 100BASE-TX 21142 10BASE-T and 100BASE-TX 21143 10BASE-T and 100BASE-TX Supported Network Interface Cards (NIC) include, but are not limited to: Accton EN1207i Cogent EM100 Asante AsanteFAST DEC DE435 DEC DE450 DEC DE500 SMC 9332 Znyx NetBlaster ZX340 series (345, 348, 346) Generally, if the NIC is for PCI bus, and the major controller chip has the DIGITAL logo on it, with one of the model numbers above, the de driver should recognize and control it. Beware, however, that many NIC manufacturers change the Ethernet controller chip without changing the product model number, and a physical inspection of the NIC, or a probe of the NIC with a PCI diagnostic tool is the only way to tell if a real DEC TULIP controller is present. Multi-port interfaces are typically configured as a PCI-PCI bridge with multiple de instances on the PCI bus on the other side of the bridge. DEC sold its semiconductor division to Intel. In addition, there are many "knock-offs" of the DEC TULIP Ethernet controller chips; NICs based on these chips are handled by the tlp(4) driver. This de driver should not be confused with the NetBSD VAX de driver for the DEC DEUNA/DELUA Ethernet controller for UniBus. SEE ALSO
ifmedia(4), intro(4), mii(4), pci(4), tlp(4), ifconfig(8) http://www.adaptec.com/, http://www.asante.com/, http://www.smc.com/, http://www.znyx.com/ HISTORY
The de driver first appeared in NetBSD 1.1 AUTHORS
Matt Thomas <matt@3am-software.com>. BSD
February 11, 2000 BSD