LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   NIC not working (https://www.linuxquestions.org/questions/solaris-opensolaris-20/nic-not-working-735006/)

maniannam 06-23-2009 10:43 AM

NIC not working
 
I am new to solaris. I installed solaris 10 os in my desktop.
ifconfig -a command not showing NIC card information.

prtconf -pv
Code:


model:  'Ethernet controller'
                power-consumption:  00000001.00000001
                devsel-speed:  00000000
                interrupts:  00000001
                subsystem-vendor-id:  00008086
                subsystem-id:  0000d607
                unit-address:  '0'
                class-code:  00020000
                revision-id:  00000001
                vendor-id:  000010ec
                device-id:  00008136
                pci-msi-capid-pointer:  00000050
                name:  'pci8086,d607'


grep 8139 /boot/solaris/devicedb/master
Code:

pci10ec,8139 pci10ec,8139 net pci none "Realtek 8139 Fast Ethernet"

prtdiag -v

Code:


System Configuration:
BIOS Configuration: Intel Corp. PE94510M.86A.0050.2007.0710.1559 07/10/2007

==== Processor Sockets ====================================

Version                          Location Tag
-------------------------------- --------------------------
Intel(R) Core(TM)2 Duo CPU    E4500  @ 2.20GHz LGA 775

==== Memory Device Sockets ================================

Type    Status Set Device Locator      Bank Locator
------- ------ --- ------------------- --------------------
DDR2    in use 0  J6H1                CHAN A DIMM 0
DDR2    empty  0  J6J1                CHAN B DIMM 0

==== On-Board Devices =====================================
Intel(R) Extreme Graphics 3 Controller
Realtek (R) 8101E Ethernet Device


Paris Heng 06-23-2009 11:41 AM

Maybe the driver problem which cannot recognize your NIC. I never install Soalris in normal PC (x86), I used to install in SPARC.

jlliagre 06-23-2009 12:41 PM

Not sure about why you look for 8139 as your NIC isn't a 8139 (rtls driver) but a 8101E supported by the rge one.

It should show up with "ifconfig rge0 plumb;ifconfig -a" commands. (or simply "ifconfig -a plumb;ifconfig -a)

Be aware that latest models have some issues that might only be fixed with recent OpenSolaris based OSes.

Have a look at this link for a workaround:

http://bugs.opensolaris.org/bugdatab...bug_id=6717107

Paris Heng 06-23-2009 09:10 PM

Quote:

Originally Posted by jlliagre (Post 3583576)
Not sure about why you look for 8139 as your NIC isn't a 8139 (rtls driver) but a 8101E supported by the rge one.

It should show up with "ifconfig rge0 plumb;ifconfig -a" commands. (or simply "ifconfig -a plumb;ifconfig -a)

Be aware that latest models have some issues that might only be fixed with recent OpenSolaris based OSes.

Have a look at this link for a workaround:

http://bugs.opensolaris.org/bugdatab...bug_id=6717107


Hi, what is the plumb command used for actually?

maniannam 06-24-2009 01:57 AM

my NIC driver is installed. I installed driver from the following link http://homepage2.nifty.com/mrym3/tai...i-2.6.4.tar.gz

but now I couldn't access internet. My internet connection is DHCP type.

When I execute the ifconfig gani0 dhcp status command, it show an error.

#ifconfig gani0 dhcp status
Code:


ifconfig : gani0: interface is not under DHCP control.

ifconfig -a command show the gani0 interface.

How to assign the DHCP Ip? Kindly adive me.

jlliagre 06-24-2009 03:33 PM

Quote:

Originally Posted by Paris Heng (Post 3584029)
Hi, what is the plumb command used for actually?

It makes the interface usable and visible to "ifconfig -a".

jlliagre 06-24-2009 03:45 PM

Quote:

Originally Posted by maniannam (Post 3584227)
How to assign the DHCP Ip?

Code:

ifconfig gani0 dhcp
for a persistent setting:
Code:

touch /etc/dhcp.gani0


All times are GMT -5. The time now is 03:13 AM.