Sponsored Content
Operating Systems Solaris Setting up Solars 10 for Internet Post 302137242 by reborg on Monday 24th of September 2007 02:31:51 AM
Old 09-24-2007
There are quite a few intel "etherexpress" cards that are compatible with the solaris driver "iprb", and some don't work by default.

You may need to an entry for it in /etc/driver_aliases.

Intel's vendor ID is 8086. So the card's pci ID will be 8086,<something>

run the command
Code:
# prtconf -pv | prtdev

And find the appropriate PCI id.
It will be something like:
iprb "pci8086,c"

Have a look in /etc/driver_aliases to see if there isn't an entry for it already in there, is missing or incorrect then add/modify it.

Then:
Code:
# touch /reconfigure
# init 6

 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

setting up internet connection!!

HI unix guru.. i need your help again.. i tring to setup my sun box for internet connection, i am using @home cable service i have 8 pc running different operating systems. every other computer can go online but this sun box for some reason alway give me and error, i enter my ip address... (1 Reply)
Discussion started by: souldier
1 Replies

2. UNIX for Dummies Questions & Answers

setting up internet server

Hello, Corrently we are useing winproxy to use internet. my client desktops connects to winproxy using tcpip and get the access, now we have changed windows opreating system to linux 7.1. my problem is i am able to connect internet on linux machine but now i wants all clients connect to linux... (2 Replies)
Discussion started by: twadkar
2 Replies

3. Slackware

setting up internet on slackware

I tried unsuccessfully to set up the internet on slackware . I ran "netconfig" and follow all the steps like to enter ip address dns server subnet mask and default gateway . I saved the configuration and reboot the computer with no results . When im doing this under my pc works fine but first... (4 Replies)
Discussion started by: exhumation
4 Replies

4. UNIX for Dummies Questions & Answers

internet

hello, just installed suzi 10.1, connect directly to broadband, set as auto-detect proxy, all ok. put machine through router - winxp ok with this - cannot connect to internet , any ideas please don (2 Replies)
Discussion started by: dondecap
2 Replies

5. Linux

setting up internet connection

I'm having fedora core4.I have a ADSL modem and can access through Windows.I tried setting up internet connection in linux using setup command and netconfig,but doesn't work. can anybody help me with the steps in detail.also can i use the same ip address as in windows? (7 Replies)
Discussion started by: laddu
7 Replies

6. UNIX for Dummies Questions & Answers

internet

hello i am a new user of suse linux...can anyone please tell me how i can get internet running on my suse?...pls tel me the complete procedure... (0 Replies)
Discussion started by: varsha.shastri
0 Replies

7. UNIX for Dummies Questions & Answers

how can i see ethernet card speed in solars

hai this is nagesh when i was doing practical , i find some dought. iam using solaris 9. how can i see the ethernet card speed , wheather it is halfduplex or full duplex.any body please help me (4 Replies)
Discussion started by: nag.mi2000
4 Replies

8. Cybersecurity

Setting up an Internet proxy

Setting up an Internet proxy - need help Hi guys In the past I had set a computer to act as an Internet proxy. This would be multihomed, and running dansguardian, tinyproxy and firehol. Then webmin would be used as interface. By time I realised that this system is far from effective.... Is... (0 Replies)
Discussion started by: ramon82
0 Replies

9. Linux

SFTP an internet address from a system behind an internet proxy

I was wondering if it is possible to setup SFTP to go through the internet proxy while connecting to an internet location. Problem: Client system is behind internet proxy. SFTP to any internet location fails as there is no documented way to configure SFTP to connect to internet locations through... (4 Replies)
Discussion started by: toobrown1
4 Replies

10. Solaris

Is there a difference between setting a user as nologin and setting it as a role?

Trying to figure out the best method of security for oracle user accounts. In Solaris 10 they are set as regular users but have nologin set forcing the dev's to login as themselves and then su to the oracle users. In Solaris11 we have the option of making it a role because RBAC is enabled but... (1 Reply)
Discussion started by: os2mac
1 Replies
iprb(7D)							      Devices								  iprb(7D)

NAME
iprb - Intel 82557, 82558, 82559-controlled network interface controllers SYNOPSIS
/dev/iprb DESCRIPTION
The iprb Ethernet driver is a multi-threaded, loadable, clonable, STREAMS hardware driver supporting the connectionless Data Link Provider Interface, dlpi(7P), over Intel D100 82557, 82558, and 82559 controllers. Multiple 82557, 82558, and 82559 controllers installed within the system are supported by the driver. The iprb driver provides basic support for the 82557, 82558, and 82559 hardware. Functions include chip initialization, frame transmit and receive, multicast support, and error recovery and reporting. APPLICATION PROGRAMMING INTERFACE
The cloning, character-special device /dev/iprb is used to access all 82557, 82558, and 82559 devices installed within the system. iprb and DLPI The iprb driver is dependent on /kernel/misc/gld, a loadable kernel module that provides the iprb driver with the DLPI and STREAMS func- tionality required of a LAN driver. See gld(7D) for more details on the primitives supported by the driver. The values returned by the driver in the DL_INFO_ACK primitive in response to the DL_INFO_REQ from the user are as follows: o Maximum SDU is 1500 (ETHERMTU). o Minimum SDU is 0. The driver will pad to the mandatory 60-octet minimum packet size. o The dlsap address length is 8. o MAC type is DL_ETHER. o The sap length value is -2, meaning the physical address component is followed immediately by a 2-byte sap component within the DLSAP address. o Broadcast address value is Ethernet/IEEE broadcast address (FF:FF:FF:FF:FF:FF). KNOWN PROBLEMS AND LIMITATIONS
x86 based systems with the Intel EtherExpress PRO/100B or the Intel EtherExpress PRO/100+ might hang when the interface is brought down at the very instant that a packet is being received. To avoid this, wait until the system is experiencing light or no network traffic before bringing the interface down. Early versions of the firmware on Intel EtherExpress PRO/100+ and Intel PRO/100+ Management adapters do not support PXE network boot on Solaris systems. Upgrade the firmware if the version is lower than 078. PXE firmware versions are expressed as three-digit build numbers. The build number is typically displayed by the firmware during boot. If the PXE build number is not displayed during boot, change the system BIOS or adapter BIOS configuration to display PXE messages during boot. FILES
iprb Device special file /kernel/drv/iprb.conf iprb configuration file <sys/stropts.h> stropts network header file <sys/ethernet.h> Ethernet network header file <sys/dlpi.h> dlpi network header file <sys/gld.h> gld network header file The iprb.conf configuration file options include: -TxURRetry Default: 3 Allowed Values: 0, 1, 2, 3 Sets the number of retransmissions. Modified when tuning performance. -MWIEnable Default: 0 (Disable) Allowed Values: 0 (Disable), 1 (Enable) Should only be set for 82558 adapters and systems in which the PCI bus supports Memory Write & Invalidate operations. Can improve the performance for some configurations. -FlowControl Default: 0 (Disable) Allowed Values: 0 (Disable), 1 (Enable) Setting this value can improve the performance for some configurations -CollisionBackOffModification Default: 0 (Disable) Allowed Values: 0 (Disable), 1 (Enable) Setting this value can improve the performance for some configurations -PhyErrataFrequency Default: 0 (Disable) Allowed Values: 0 (Disable), 10 (Enable) If you have problems establishing links with cables length = 70 Ft, set this field to 10 -CpuCycleSaver Default: 0 Allowed Values: 1 through FFFFh Reasonable Values: 200h through 800h The CPUSaver algorithm improves the system's P/E ratio by reducing the number of interrupts generated by the card. The algorithm bun- dles multiple receive frames together, then generates a single interrupt for the bundle. Because the microcode does not support run- time configuration, configuration must be done prior to the micro code being loaded into the chip. Changing this value from its default means that the driver will have to be unloaded and loaded for the change to take affect. Setting the CpuCycleSaver option to 0 prevents the algorithm from being used. Because it varies for different network environments, the optimal value for this parameter is impossible to predict. Accordingly, developers should run tests to determine the effect that changing this value has on bandwidth and CPU utiliza- tion. -ForceSpeedDuplex Default: 5 (Auto-negotiate) Allowed Values: 4 (100 FDX) 3 (100 HDX) 2 (10 FDX) 1 (10 HDX) Specify the speed and duplex mode for each instance. Example: ForceSpeedDuplex=5,4; Sets iprb0 to autonegotiate and iprb1 to 100 FDX. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |x86 | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), dlpi(7P), gld(7D) SunOS 5.10 17 November 2000 iprb(7D)
All times are GMT -4. The time now is 09:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy