Sponsored Content
Operating Systems Solaris Network card drivers for solaris? Post 302280469 by candlejack on Tuesday 27th of January 2009 03:40:12 AM
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.
 

4 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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
MASSAGEVENDOR(8)					      System Manager's Manual						  MASSAGEVENDOR(8)

NAME
massagevendor - convert the ethernet vendor codes master list to arpwatch format SYNOPSIS
massagevendor vendorfile DESCRIPTION
massagevendor is a program that converts a text file containing ethernet vendor codes into a format suitable for use by arpwatch(8) and arpsnmp(8). The input vendorfile is a master text file containing vendor codes. The output is sent to stdout. Each line of the vendorfile is expected to have a six digit hexadecimal vendor code followed by spaces followed by the name of the manufacturer. All ethernet devices have a unique identifier which includes a vendor code specifying the manufacturer of the device. In normal operation arpwatch(8) and arpsnmp(8) use the file ethercodes.dat to report this vendor code. massagevendor is used to generate the ethercodes.dat file from text files containing these vendor codes. Locations where an ethernet vendor codes master text file can be obtained are given below. FILES
/usr/share/arpwatch - default location of the ethernet vendor list ethercodes.dat - file containing the list of ethernet vendor codes SEE ALSO
arpwatch(8), arpsnmp(8) NOTES
Sources for ethernet vendor codes seen in the wild are http://map-ne.com/Ethernet/vendor.html ftp://ftp.cavebear.com/pub/Ethernet.txt http://www.cavebear.com/CaveBear/Ethernet/vendor.html Useful for comparison or completeness are the ethernet vendor codes as assigned by the IEEE which can be found at http://standards.ieee.org/regauth/oui/oui.txt BUGS
Please send bug reports to arpwatch@ee.lbl.gov. AUTHORS
Craig Leres of the Lawrence Berkeley National Laboratory Network Research Group, University of California, Berkeley, CA. The current version is available via anonymous ftp: ftp://ftp.ee.lbl.gov/arpwatch.tar.gz This manual page was contributed by Hugo Graumann. MASSAGEVENDOR(8)
All times are GMT -4. The time now is 06:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy