Operating System - HP-UX
1833323 Members
3094 Online
110051 Solutions
New Discussion

B2600 LAN card attach problem!

 
SOLVED
Go to solution

B2600 LAN card attach problem!

Hi!
I have one workstation of name B2600.
The workstation have the four PCI slot.
The slot is inserted the graphic card and SE SCSI Card.
I am attend to attach the two LAN card (B5509BA).
After I attach the LAN Card physically, I installed the driver (B5509BA).
But the LAN card don't installed.
The result of lanscan only show a core LAN.
Strangely, one of driver don't installed.
#swlist -l product |more
100BT-PCI-FMT B.11.00.05 100BT/9000 formatter product
100BT-PCI-RUN B.11.00.05 100BT/9000 PCI command products.
The upper driver installed.

100BT-PCI-KRN B.11.00.05 ........
The upper driver don't installed.

I don't know the reason.
You tell me to slove the problem.
Best Regards...
3 REPLIES 3
Michael Tully
Honored Contributor
Solution

Re: B2600 LAN card attach problem!

Hi,

You need to install the correct btlan driver into the kernel. The one your after is most likely 'btlan5'.

You can add this driver through 'SAM' and get 'SAM' to also generate a kernel.

Make sure you that also apply the latest patches for this card.

HTH
Michael
Anyone for a Mutiny ?

Re: B2600 LAN card attach problem!

thanks for reply.
I don't know that I add the drive of btlan5 via sam.
I checked the sam for add drive.
There is no menu kernel configuration.
You tell me that method of add into the kernel.

bye..
Michael Tully
Honored Contributor

Re: B2600 LAN card attach problem!

ok...

To do this manually....it is quite easy, please remember you will need to reboot at the end of this procedure.

# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add "btlan5" to the line below 'btlan3')
save file

# /usr/sbin/mk_kernel -s system
# /usr/sbin/kmupdate

# cd /

Reboot your system
# /sbin/shutdown -r -y 0
Anyone for a Mutiny ?