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
install-solaris(1M)													       install-solaris(1M)

NAME
install-solaris - install the Solaris operating system SYNOPSIS
install-solaris install-solaris invokes the Solaris Install program. Depending on graphical capability and available memory at the time of invocation, install-solaris invokes either a text-based installer or a graphical installer. The following minimum requirements for physical memory dictate which features are available during installation: For SPARC machines: 128 MB Minimum physical memory for all installation types 128 MB Minimum physical memory required for windowing system 384 MB Minimum physical memory required for graphical-based installation For x86 machines: 256 MB Minimum physical memory for all installation types 256 MB Minimum physical memory required for windowing system 512 MB Minimum physical memory required for graphical-based installation In some cases, even if the minimum physical memory is present, available virtual memory after system startup can limit the number of fea- tures available. install-solaris exists only on the Solaris installation media (CD or DVD) and should be invoked only from there. Refer to the for more details. install-solaris allows installation of the operating system onto any standalone system. install-solaris loads the software available on the installation media. Refer to the for disk space requirements. Refer to the for more information on the various menus and selections. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcdrom (Solaris instal- | | |lation media) | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ pkginfo(1), install(1M), pkgadd(1M), attributes(5) It is advisable to exit install-solaris by means of the exit options in the install-solaris menus. 23 Sep 2005 install-solaris(1M)
All times are GMT -4. The time now is 01:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy