NIC detection problem in solaris


 
Thread Tools Search this Thread
Operating Systems Solaris NIC detection problem in solaris
# 1  
Old 06-27-2011
NIC detection problem in solaris

Hi,

Hardware:
Mother board: Asus P5G4IC-M LX
On board NIC: PCIe Gigabite LAN
Kernel Ver.: SunOS 5.10 Generic_141445-09

I've NIC detection problem in Solaris 10. When I was trying to install in x86 machine, it was not asking for any Network settings which means it couldn't find NIC. But NIC exist. I was tried to run /usr/X11/bin/scanpci - but it shows the Ethernet card.

In the same machine I tried to install Solaris 10 on VMware, here in this no problem. NIC detected while installing OS and works fine.

Anyone can help with problem, why it is not detected in first time. I am using same disc for all the time.

Last edited by vicky86ind; 06-28-2011 at 03:56 PM..
# 2  
Old 06-27-2011
using a virtual nic and a physical nic is not the same thing... if solaris can't see your nic, you'll need the driver for you card or a generic driver which might fit for your card...
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 06-27-2011
Have you checked the Oracle Solaris OS: Hardware Compatibility lists?

I have come across a number of recent X86 motherboards that Solaris 10 did not like due to builtin graphics or NICs.
This User Gave Thanks to fpmurphy For This Post:
# 4  
Old 06-28-2011
the NIC is not plumbed.
Code:
# dladm show-dev

should show you the networking devices installed on your machine.
This User Gave Thanks to tamitot For This Post:
# 5  
Old 06-28-2011
Quote:
Originally Posted by tamitot
the NIC is not plumbed.
Code:
# dladm show-dev

should show you the networking devices installed on your machine.
but only IF the driver is loaded... if there is no driver for the NIC, you won't see it in the output of dladm!
This User Gave Thanks to DukeNuke2 For This Post:
# 6  
Old 06-28-2011
Yes, it doesn't have any driver. I found drivers for my NIC RTL8111/8168 (this model no i got while i run /usr/X11/bin/scanpci) and i attached it. It's a proper driver too. But I failed to install driver. I was doing as instructed in readme.txt file. I've got problem while running the "make" file. I did quit step 3.5 as that is only for sparc platform.

After creating proper soft links and while make file i got message like below

Code:
make: Fatal error: Don't know how to make target 'install'

please help me with this
Many thanks in advance Smilie

Last edited by DukeNuke2; 06-28-2011 at 06:55 PM..
# 7  
Old 06-28-2011
provide the COMPLETE output from the command and the link to the driver or attach the readme...

note: please use CODE tags if you post output from a command!
This User Gave Thanks to DukeNuke2 For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Carrier Detection in Solaris 8 for Dial in and Null Modem Connections

I am having troubles with carrier detection for dialing in via a modem or direct connection via a null modem connection under Solaris 8 (i.e. login session remains active after the modem disconnects). I tried two different dumb modems (which do not respond to AT commands) on the machine that I am... (6 Replies)
Discussion started by: rstor
6 Replies

2. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

3. Programming

Parallel Processing Detection and Program Return Value Detection

Hey, for the purpose of a research project I need to know if a specific type of parallel processing is being utilized by any user-run programs. Is there a way to detect whether a program either returns a value to another program at the end of execution, or just utilizes any form of parallel... (4 Replies)
Discussion started by: azar.zorn
4 Replies

4. Solaris

NIC drivers+solaris 10

Installed solaris 10 and now i want to connect to internet,to make work this i need to NIC drivers can some body tell me is it possible to get drivers and how to install. I am dying to get rid of this problem..please help me (1 Reply)
Discussion started by: srinivas2828
1 Replies

5. Solaris

NIC problem

can anyone help me fix this? what command should I use to bring them back to "TRUE"? Interface Speed Duplex Autoneg --------- ----- ------ ------- ce0 100 Mbit/s FULL FALSE ce5 100 Mbit/s FULL ... (3 Replies)
Discussion started by: uuontario
3 Replies

6. UNIX for Dummies Questions & Answers

usb hdd detection problem

I have seagate USB 2.0 HDD which was working good on my windows system Recently I have started using red hat Linux 2.6.9-55.0.12.EL (i686 i686 i386 GNU/Linux) The USB is not at all detected in Linux even if I reboot with it attached to the PC. The same can be detected on any Windows system. ... (0 Replies)
Discussion started by: mahendrakamath
0 Replies

7. UNIX for Dummies Questions & Answers

nic problem

hello friends i am using x86 pc i can install solaris o/s but nic card is not deceting. i am not able see in file called /etc/path_to_inst. i did /touch reconfigu and devfsadm also. i used external nic card also realtech 8169d am using gigabyte mother board 775. (0 Replies)
Discussion started by: manoj123
0 Replies

8. UNIX for Dummies Questions & Answers

SuSE 8.1 NIC problem

i have just installed suse 8.1 on a third computer which has an Asus p4s8x with onboard NIC and sound. now, on install suse detected everything automatically with no probelm, however upon reboot the sound failed to load as well as the network card. /dev/eth* doesnt exist. i looked in the bios and... (2 Replies)
Discussion started by: norsk hedensk
2 Replies

9. IP Networking

not able to add nic in solaris 8

Hi Folks, I've just installed solaris 8, but i cannot add my network card. i've reboot the box, got into the configmode, and try'd to add a network card. but it doesn't work. I can't add a ip address to the card, an error occurs. Who do i add it. Kind Regards (3 Replies)
Discussion started by: noripsni
3 Replies
Login or Register to Ask a Question