Can not recognize network adapter SCO UNIX in HP z400


 
Thread Tools Search this Thread
Operating Systems SCO Can not recognize network adapter SCO UNIX in HP z400
# 15  
Old 11-01-2016
You haven't added the Broadcom device yet? Is this because you tried, and the device is not either of the ones for which there is a SCO driver.
HP does not have any SCO drivers for the z400.
For the Realtek card you probably have to supply the PCI Slot number, the Bus Number and the Device Number. These are sometimes available in the CMOS, or are displayed during POST.
This User Gave Thanks to jgt For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Red Hat 7 cannot recognize ethernet adapter

Hello community, I have a Proliant HP DL380P with the following network adapters: NetXtreme BCM5719 Gigabit Ethernet PCIe (Ethernet 1Gb 4-port 331FLR Adapter) 82580 Gigabit Network Connection (NC365T 4-port Ethernet Server Adapter) I installed Red Hat 7.2 but it recognizes only the... (9 Replies)
Discussion started by: Lord Spectre
9 Replies

2. SCO

Configuare Network SCO UNIX 5.0.7 on Vmware

hi i installed sco unix open server 5.0.7 on virtual machine vmware and runing it, its work perfect and good. now how i can configuare network at scoadmin that i able to access nework ? ---------- Post updated at 08:56 AM ---------- Previous update was at 01:47 AM ---------- nobody can... (2 Replies)
Discussion started by: farzad226
2 Replies

3. UNIX for Dummies Questions & Answers

SCO Unixware 7.1.4 Network Adapter Error

Hi All I P2Vd a Unixware 7.1.4 box with VMWare Vsphere. I try to add a network adapter under Network Configuration Manager and it comes up with the error attached. I've added a virtual adapter using the "E1000" option. It detects both the AMD PCI NET and E1000 virtual adapters under Network... (8 Replies)
Discussion started by: flashinwrx
8 Replies

4. UNIX for Dummies Questions & Answers

External Network Adapter for Solaris 10

Hi All, I am new here - this is my first post. I have installed Solaris 10 5/09 on my Dell M6300. The install went well, but the Dell's onboard network card is the Broadcom BCM5756ME Gigabit Ethernet - and sadly no Solaris driver exists for it. The Solaris 10 install just jumped by the... (1 Reply)
Discussion started by: soulmerchant
1 Replies

5. AIX

How to active this network adapter?

When I configure two VIO Servers, VIOS1 used to ping its gateway, after I configured second VIOS2, VIOS1 cannpt ping its gateway, when I run this command: entstat -all ent#|grep -i priority Priority: 5 Active: False How to make Active to True? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

6. AIX

change network adapter

hello i've need to change network adapter on machine H80 aix 4.3.3 hacmp ( ent0 ) what i need to do after the new adapter installed on the machine? thanks best regards ariec (1 Reply)
Discussion started by: ariec
1 Replies

7. SCO

SCO Unix Network Configuration

Hello Guys, We have an old PC running on SCO Unix V. Is there any sites where i can get manual/procedures on how to install and configure Network. Thanks (2 Replies)
Discussion started by: nrcuevas
2 Replies

8. AIX

hacmp network adapter re-define

I have an LPAR in a P5 machine which has been setup in an HACMP cluster. The person who set it up allocated the wrong network adapter (en) to the persistent network. For the life of me I cannot find where I can re-assign this adapter. Anyone able to help me as I am tearing my hair out and do not... (1 Reply)
Discussion started by: johnf
1 Replies

9. SCO

Sco Unix network issues

I have got a Sco Unix Server, i want to connect some windows workstations. What configurations do i need to make on server and or workstation? (1 Reply)
Discussion started by: tpurazi1
1 Replies

10. UNIX for Dummies Questions & Answers

SCO Unix and Two Network Cards

Our shops server runs SCO Openserver 5 release 5. It has two network cards in it (one on 10.0.0.6 and one on 90.0.0.99). When I run scoadmin and look at the network settings it show both my 3com network cards and a loop back driver http://theentertainer.com/james/untitled.jpg Can anyone tell... (1 Reply)
Discussion started by: potter
1 Replies
Login or Register to Ask a Question
MALO(4) 						   BSD Kernel Interfaces Manual 						   MALO(4)

NAME
malo -- Marvell Libertas IEEE 802.11b/g wireless network driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device malo device pci device wlan device firmware Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5): if_malo_load="YES" DESCRIPTION
The malo driver provides support for Marvell Libertas 88W8335 based PCI and Cardbus network adapters. malo supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configuring this device, see ifconfig(8). This driver requires the malofw firmware kernel module be installed before it will work. The firmware files are not publicly available. A port of the firmware can be found at: http://weongyo.org/project/malo/malo-firmware-1.4.tar.gz The firmware kernel module can be installed by extracting the archive and running 'make install clean' in the malo-firmware-1.4 directory. HARDWARE
The following cards are among those supported by the malo driver: Card Chip Bus Standard Netgear WG311v3 88W8335 PCI b/g Tenda TWL542P 88W8335 PCI b/g U-Khan UW-2054i 88W8335 PCI b/g EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev malo0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev malo0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev malo0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
cardbus(4), pci(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8) HISTORY
The malo device driver first appeared in FreeBSD 7.1. BSD
October 21, 2009 BSD