Network card drivers for solaris?


 
Thread Tools Search this Thread
Operating Systems Solaris Network card drivers for solaris?
# 1  
Old 01-27-2009
Network card drivers for solaris?

Hi all,

i have configured my solaris 5 .10 for internet connection by editing the files /etc/hosts/,/etc/resolve.config,/etc/defalutrouter and nsswitchconfig .

during installation i was not requested for ip adddress even i plugged network cable.

am i need to install any network card drivers on solaris to detect my network card ..if so where can i download n/w card drivers


Regards
sk
# 2  
Old 01-27-2009
have a look with "dladm show-dev" if there is a network card. if not download the driver, if there is one, from the homepage of the producer of the card...
# 3  
Old 01-27-2009
EDIT: Duke Nukem's method is much quicker. I didn't know about that command.

First we have to determine what kind of NIC we have. Solaris provides the prtconf command to print the system configuration. We need to run prtconf -pv to look at info derived from the device tree (p option) and we want it to be verbose (v option). Here is the output showing where the Ethernet adapter appeared:


Code:
 # prtconf -pv
...
model:  'Ethernet controller'
            power-consumption:  00000001.00000001
            devsel-speed:  00000001
            interrupts:  00000001
            max-latency:  00000008
            min-grant:  00000003
            subsystem-vendor-id:  00001106
            subsystem-id:  00000102
            unit-address:  '12'
            class-code:  00020000
            revision-id:  00000078
            vendor-id:  00001106
            device-id:  00003065
            name:  'pci1106,102'

Note the vendor-id and device-id lines. This is the manufacturer and model number of the NIC. We can look up these numbers in the PCI ID Repository. In this case, the vendor-id of 1106 corresponds to VIA Technologies, Inc. and the device-id of 3065 corresponds to a VT6102 (Rhine-II).


The /boot/solaris/devicedb/master file contains a record of all drivers on the system. If our NIC's driver is in this file, we can manually load it into the kernel. Otherwise, we'll have to go download it from the Web.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Configure network card in Sun Solaris 10 for Dell Optiplex 745

Dear All, I am a beginner of Sun Solaris. Now I install Sun Solaris 10 on my machine Brand Dell optiplex 745. When i complete installation I found no Network Card in my computer by using command ifconfig -a, I found only loopback Adapter. Could anyone help me to solve this problem? Cheer, ... (5 Replies)
Discussion started by: veasnabee
5 Replies

2. Solaris

Ethernet card drivers issue...

I need to install ethernet card drivers on intel machine. How can i know which Ethernet card interface (sfe,rh,rtls...) is it? How can i know the speed of that card? How can i know network traffic ? If network traffic is more with that interface what should i do? Thanks in advance (2 Replies)
Discussion started by: younus_syed
2 Replies

3. Debian

Kernel source not found. (can't install network card drivers)

I've had no luck with help on linuxquestions so I figured I'd try here. I'm using debian etch. The problem is that I can not install my network card because it says: Makefile:62: *** Linux kernel source not found. Stop. I have the kernel-headers installed. I've looked all over the... (9 Replies)
Discussion started by: Virtuality
9 Replies

4. AIX

Hp Laserjet 4600 jetdirct card printr drivers

Iam facing dificulty in installing hp color laserjet 4600 printer in IBM-AIX 5.1. Where i can find a drivers for this printer ,Or pls suggest me another way to get it install this printer Thanx Ravi (2 Replies)
Discussion started by: ravikantchavan
2 Replies
Login or Register to Ask a Question