1837081 Members
2529 Online
110112 Solutions
New Discussion

PCI HSC NIC on D370

 
Mauro Cimino_2
Frequent Advisor

PCI HSC NIC on D370

What product Have I to use to make the system claim my new NIC HSC 100Base-T Single Prt LAN Adapter
10 REPLIES 10
Ron Kinner
Honored Contributor

Re: PCI HSC NIC on D370

http://docs.hp.com/hpux/netcom/index.html

and look for the pdf file:

HSC 10/100Base-TX and FX/9000 Quick Installation

Ron
S.K. Chan
Honored Contributor

Re: PCI HSC NIC on D370

What's the part number of the card ? Also what's the OS you're running ?
If you're on 11.0 for instance that card should be J3515A and the sfw you need is J3623BA.
Mauro Cimino_2
Frequent Advisor

Re: PCI HSC NIC on D370

The problem is partially resolved. I have installed the btlan4 driver on my D370. Now the card is claimed. I have installed the patch PHNE_22216. But I don't see the special file for may card. I see the cad in lanscan, but it doesn't work. How can I create the device file for my card J3515A ?
Robert-Jan Goossens
Honored Contributor

Re: PCI HSC NIC on D370

Mauro Cimino_2
Frequent Advisor

Re: PCI HSC NIC on D370

My card is claimed by ioscan -fnC lan. I see the card with lanscan (lan1) (I already have a lan0. But Ihaven't the /dev/lan1 special file. I tried to create it by
mknod /dev/lan1 c 76 0x000000
mknod /dev/ether1 c 76 0x000001
mknod (dev/diag/lan1 c 76 0x000080
The 76 number is the major nummber i get with lsdev.
But after i do
ifconfig the lan1 doesn't go up.
Anybody can help me ?
Thank, for Advance
(After, points)

Mauro
Eugeny Brychkov
Honored Contributor

Re: PCI HSC NIC on D370

Does 'insf -e' creates device files for lan cards automatically? Did you try it?
Eugeny
Mauro Cimino_2
Frequent Advisor

Re: PCI HSC NIC on D370

insf -e doesn't create the special files. I don't know why. It's possible to create i in a manner different than what i did ?
Jim Keeble
Trusted Contributor

Re: PCI HSC NIC on D370

You may not actually need the device file.

If you are using the card for IP applications, it uses the dpli interface to bind IP to the card (which uses a /dev/dlpi type device).

If you have a legacy application that uses the old LLA interface, (which needs the old device file /dev/lanX device file), the new driver may actually not support it.

If you are simply trying to use the IP stack, forget about the lanX device file. look at the card LED's, lanadmin operational status, etc., and make sure you have a good electrical connection, (operational status in lanadmin -g = UP), and then move on to ifconfig for IP.
rick jones
Honored Contributor

Re: PCI HSC NIC on D370

Jim's post sounds about right. Beginning with the realse of 10.20 (perhaps earlier) back in 1996 or 1995, it was announced that "LLA" (Link-Level Access) was going away and that all applications should begin to migrate to DLPI (Data-Link Provider Interface). "New" drivers after that time were not likely to include LLA support.

Only older (relative to then, not now) legacy drivers were likely to retain LLA support, and even that was to be "fading away" over time.

Indeed, TCP/IP works just fine and dandy without a /dev/lanN device file.

If you have a link-level application, you should go to http://docs.hp.com/ where there should still be some LLA to DLPI transition documents.
there is no rest for the wicked yet the virtuous have no pillows
Mauro Cimino_2
Frequent Advisor

Re: PCI HSC NIC on D370

I'm very happy to tell you that tha card now is working, baut the only thing we have done it to connect the cable. Anybody knows if the lan1 doesn't go up with ifconfig if the cable is disconnected?
Thanks, I'll give you points for the suggests.