LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Connecting Solaris ot my Office LAN (https://www.linuxquestions.org/questions/solaris-opensolaris-20/connecting-solaris-ot-my-office-lan-557491/)

mimoh_mi 05-29-2007 12:51 PM

Connecting Solaris ot my Office LAN
 
Hi All,

Please, i would appreciate if somebody can tell
me how to connect my laptop to my company LAN.
I have been trying all week but still no joy.

Here are what I have done so far.

I checked my ethernet card in windows it was marvell
Yukon ethernet controller. I downloaded and installed
the driver but was unable to identify which interface
it was assinged. Here are come of my error and other messages.

ifconfig -a ------------ 127.0.0.1

/usr/X11/scanpci -v

Result
pci bus 0x0003 cardnum 0x00 function 0x00: vendor 0x11ab device 0x4351
Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller
CardVendor 0x107b card 0x0300 (Gateway 2000, Card unknown)
STATUS 0x4010 COMMAND 0x0007
CLASS 0x02 0x00 0x00 REVISION 0x10
BIST 0x00 HEADER 0x00 LATENCY 0x00 CACHE 0x08
BASE0 0x00000000d0200004 addr 0x00000000d0200000 MEM 64BIT
BASE2 0x0000a001 addr 0x0000a000 I/O
MAX_LAT 0x00 MIN_GNT 0x00 INT_PIN 0x01 INT_LINE 0x0a
BYTE_0 0x00 BYTE_1 0x00 BYTE_2 0xb0 BYTE_3 0x40

Thanks for your anticipated response.

jlliagre 05-29-2007 02:20 PM

What returns this command on your system ?
Code:

grep 11ab /etc/driver_aliases

mimoh_mi 05-30-2007 07:55 AM

Thanks for the reply. This is my output:

Running grep command.



# grep 11ab /etc/driver_aliases
marvell88sx "pci11ab,5081"
marvell88sx "pci11ab,5080"
marvell88sx "pci11ab,5041"
marvell88sx "pci11ab,5040"
marvell88sx "pci11ab,6041.9"
marvell88sx "pci11ab,6081.9"

Thanks.

mimoh_mi 05-30-2007 08:01 AM

Thanks for the reply. This is my output:

Running grep command.



# grep 11ab /etc/driver_aliases
marvell88sx "pci11ab,5081"
marvell88sx "pci11ab,5080"
marvell88sx "pci11ab,5041"
marvell88sx "pci11ab,5040"
marvell88sx "pci11ab,6041.9"
marvell88sx "pci11ab,6081.9"

Thanks.

jlliagre 05-30-2007 08:26 AM

The issue is your NIC isn't listed in the supported ones.

You may want to try adding this line in the driver_aliases file, and see if the NIC became usable at next reboot.

Code:

skge "pci11ab,4351"
From this page, you need to remove the existing sk98 driver if present:
http://www.sun.com/io_technologies/v...45_copper.html

mimoh_mi 05-30-2007 11:12 AM

Thanks Jilliagre for your prompt response.
Had to download the driver from sysconnect.

After installation and added it to
driver_aliases file, It came up.
But the issue is I can't browse
the internet. Please I specified
an IP address, however, my company
uses a dhcp.

Thanks.

mimoh_mi 05-30-2007 11:15 AM

Sorry, here is the reply from my ifconfig
command.

ifconfig skge0
skge0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
inet 192.168.3.46 netmask ffffff00 broadcast 192.168.3.255
ether 0:e0:b8:8e:4b:dc

Thanks

jlliagre 05-30-2007 11:20 AM

You are probably missing the DNS settings.
Have the /etc/nsswitch.conf file containing:
Code:

hosts: files dns
and the /etc/resolv.conf file containing the DNS server(s) your company or company's ISP provide.
Code:

nameserver w.x.y.z

mimoh_mi 05-30-2007 11:41 AM

Hey Thanks man. Finally got it
working. Did not have to alter
any settings. Did sys-unconfig
and selected all other options.

Please another problem, I can
play sound with my system.

Thanks

jlliagre 05-30-2007 11:59 AM

Quote:

Originally Posted by mimoh_mi
Please another problem, I can
play sound with my system.

I guess you mean "I can't play".

What is your audio card ?

mimoh_mi 05-30-2007 12:11 PM

Thanks, sorry for the typo.
Iran /usr/X11/bin/scanpci -v

and got this


pci bus 0x0000 cardnum 0x14 function 0x05: vendor 0x1002 device 0x4370
ATI Technologies Inc IXP SB400 AC'97 Audio Controller
CardVendor 0x107b card 0x0300 (Gateway 2000, Card unknown)
STATUS 0x0430 COMMAND 0x0017
CLASS 0x04 0x01 0x00 REVISION 0x02
BIST 0x00 HEADER 0x80 LATENCY 0x40 CACHE 0x08
BASE0 0xd0003400 addr 0xd0003400 MEM
MAX_LAT 0x00 MIN_GNT 0x02 INT_PIN 0x02 INT_LINE 0x07
BYTE_0 0x05 BYTE_1 0x00 BYTE_2 0x00 BYTE_3 0x00

jlliagre 05-30-2007 12:44 PM

You need the SUNWadixp driver. It's bundled with Solaris Express but AFAIK hasn't been backported to Solaris 10.

Code:

$ pkginfo SUNWadixp 
system      SUNWadixp SUNW Audio Driver for ATI IXP
$ grep 1002 /etc/driver_aliases
audioixp "pci1002,4370"
$ cat /usr/share/audio/samples/au/whistle.au > /dev/audio


mimoh_mi 05-31-2007 03:25 PM

Hi jlliagre,

Messed up my system. I ran sys-unconfig and the
system hanged. So, I just powered it down forcefully.
I reinstalled the OS and the driver. But my interface
is not comming up. Got error message that my default
network is not properly configured. I tried using
svcadm to restart my default network, it is still
indicated as maintenace when i run scvs -v command.

Please, am on you again.

Thanks
:study:

jlliagre 05-31-2007 04:24 PM

Let's start from the beginning.

What is the O/S you are installing ? (precise version)

mimoh_mi 06-09-2007 11:39 AM

Hi jlliagre,
Thanks for the support. Finally discovered
my laptop ram packed up. So, will reinstall the
OS, when I get back home. Oh, the Os is SOLARIS.


All times are GMT -5. The time now is 05:33 PM.