Re: [osol-discuss] No network/Internet

2010-10-23 Thread Willian
Guys, i wish to thank you very much for all the help you gave me.
I am right now running OpenSolaris 2010.03, without any weird errors. Even the 
network is successfully working. 

Thanks for helping me fellows!

PS: I am new to the forum so i don't now how to close a topic... But that's it. 
Problem solved.
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-23 Thread john kroll
 I am right now running OpenSolaris 2010.03,


Public release or home/build ??
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-22 Thread Willian
On 10/16/2010 8:38 PM, delrio Wrote:
You might want to try OpenSolaris build 134 from http://genunix.org or
OpenIndiana build 147 from http://openindiana.org.
They probably include more recent drivers.

Update guys:
I have tested OpenIndiana b147, the network works out of the box, but it's 
still extremelly buggish.
I have plugged in my flash drive and suddenly my mouse's left button stopped 
working.
Firefox won't startup, i get a lot of errors when changing the display language 
from en-US to pt-BR...

So, i will  not use OI until the stable release (AKA Foreverware, version 
2011.Q1) come out.

I'll try out OpenSolaris 2010.03 (the only, latest, and last release of OSOL, 
build 134).


And if things get working right out of the box (and i don't have any issues 
like the ones reported above), i will post my experience here.

-
Off-Topic question: 
Did Oracle really cancelled opensolaris?
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-17 Thread John Martin

On 10/16/10 01:13 PM, Jürgen Keil wrote:

j...@opensolaris:~$ ifconfig nge0
ifconfig: status: SIOCGLIFFLAGS: nge0: no such interface


nVidia MCP61 should work in build 73 or newer:
 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6497473


Is the nge driver matter here?  The original message said:

  Foxconn M61PMV M.B.;
  AMD Phenom X3 CPU @ 2.1GHz
  GeForce 6150SE 128MB;
  nForce 430 Chipset.
  --
  And finally, this is my network adapter: BroadCom AC131 (MCP61 nForce 
4 LAN).


According to the Foxconn web page the NIC is Broadcom AC131:

http://www.foxconnchannel.com/product/Motherboards/detail_overview.aspx?id=en-us412

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-17 Thread Jürgen Keil
  j...@opensolaris:~$ ifconfig nge0
  ifconfig: status: SIOCGLIFFLAGS: nge0: no such interface
 
  nVidia MCP61 should work in build 73 or newer:
 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6497473
 
 Is the nge driver matter here?  The original message said:
 ...
 And finally, this is my network adapter: BroadCom AC131 (MCP61 nForce  4 LAN).
 
 According to the Foxconn web page the NIC is Broadcom AC131:
 
 http://www.foxconnchannel.com/product/Motherboards/detail_overview.aspx?id=en-us412

As far as I understand it, the Broadcom AC131 is
the PHY chip attached at the nVidia MCP61 network 
controller.  The nVidia MCP61 ethernet controller
should be handled by the Solaris nge driver.  The
device driver utility is reporting that the nge driver
will be used with the nVidia MCP61 device:

http://www.opensolaris.org/jive/thread.jspa?messageID=502914#502914

Maybe the nge driver needs some special code
to handle the Broadcom AC131 PHY ?
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-17 Thread John Martin

On 10/17/10 08:50 AM, Jürgen Keil wrote:


As far as I understand it, the Broadcom AC131 is
the PHY chip attached at the nVidia MCP61 network
controller.  The nVidia MCP61 ethernet controller
should be handled by the Solaris nge driver.  The
device driver utility is reporting that the nge driver
will be used with the nVidia MCP61 device:

http://www.opensolaris.org/jive/thread.jspa?messageID=502914#502914

Maybe the nge driver needs some special code
to handle the Broadcom AC131 PHY ?


I can't find anything on the Broadcom site about AC131,
but if it is just a PHY connected to the nForce MAC
then the nge code is pretty generic.

On one motherboard I've seen an issue with nge driver
is bringing the PHY out of low power mode after warm booted
from another OS.  Since there isn't device specific code
to handle this, sometimes a cold boot is needed to put
the PHY in a state where it works with the nForce MAC.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Volker A. Brandt
Hello Willian!


 In the upper right corner of gnome, it says the conection (in my case, nge0)
 is active

If you see nge0, then the OS has recognized it.

 when i try to manually configure the internet, NWAM disables my network
 adapter. (And won't re-enable it). 

First, you need to disable NWAM.  Enter the following commands:

  svcadm disable svc:/network/physical:nwam
  svcadm enable svc:/network/physical:default

Then, configure the interface manually.

If it does not work, then show us the exact commands you typed in.
It should look something like:

  ifconfig nge0 your.ip.address.here/24 up
  route add default your.router.address.here

I am assuming that you are on a 24 network (sometimes called class C).


Good luck -- Volker
-- 

Volker A. Brandt   Consulting and Support for Oracle Solaris
Brandt  Brandt Computer GmbH   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim Email: v...@bb-c.de
Handelsregister: Amtsgericht Bonn, HRB 10513  Schuhgröße: 46
Geschäftsführer: Rainer J. H. Brandt und Volker A. Brandt
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Willian
Thanks, i will try these steps.
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Casper . Dik

Here are the commands i've typed. And additionally, a image of my screen.


j...@opensolaris:~$ svcadm disable svc:/network/physical:nwam
j...@opensolaris:~$ svcadm enable svc:/network/physical:default



j...@opensolaris:~$ ifconfig nge0
ifconfig: status: SIOCGLIFFLAGS: nge0: no such interface


Try ifconfig -a plumb; if the interface is supported, ifconfig -a
will then show it.



Casper
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Jürgen Keil
 j...@opensolaris:~$ ifconfig nge0
 ifconfig: status: SIOCGLIFFLAGS: nge0: no such interface

nVidia MCP61 should work in build 73 or newer:
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6497473


Is there a new network interface after
ifconfig -a plumb
?


In case the interface nge0 is now visible:  does
ifconfig report the correct MAC address for the
nge interface?  Sometimes the MAC is reversed,
and the nge interface does not work.  Like this:

http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6658667

IIRC, although bug 6658667 is marked as closed / fixed,
there were still a few cases where the nge interface
reports the reversed MAC, and you had to use the
workaround from bug 6658667...

 The only adapter available after doing this commands is now lo0.
 
 - But the annoying fact is that if i run OpenSolaris
 under VirtualBox, the internet works.

VirtualBox emulates an intel hw ethernet nic,
so that a different solaris driver is used.
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Mark Haywood

 What does 'dladm show-link' show?

On 10/16/10 12:56 PM, Willian wrote:

Here are the commands i've typed. And additionally, a image of my screen.


j...@opensolaris:~$ svcadm disable svc:/network/physical:nwam
j...@opensolaris:~$ svcadm enable svc:/network/physical:default



j...@opensolaris:~$ ifconfig nge0
ifconfig: status: SIOCGLIFFLAGS: nge0: no such interface


-  Disabled my network interface...

The only adapter available after doing this commands is now lo0.

- But the annoying fact is that if i run OpenSolaris under VirtualBox, the 
internet works.


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] No network/Internet

2010-10-16 Thread Willian
So i followed this command (ifconfig -a plumb)...
And then the command doesn't returned anything... so i think my adapter isn't 
supported...
I have tried to detect the interface before configuring it... and the command 
shown my NIC.

But... when i configured it... it was just disabled...

I have seen that this behavior is a system bug, so,  can i try the work around 
shown on that page? If yes, how to do it? (I am new to solaris).  

There's a project called OpenIndiana... (The continuation of OpenSolaris, 
that's newer and should support newer hardware.) Do you guys (experienced 
users) recommend me to try this new solaris distro? Thanks.
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Willian
EDIT: I AM USING UBUNTU TO WRITE THESE POSTS (SINCE WITH SOLARIS I CAN'T). 
- I have the opensolaris 2009.06 official live cd, and i'm using it to test the 
commands... if they work on the live cd, then they'll work when Solaris be 
actually installed...
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Volker A. Brandt
 So i followed this command (ifconfig -a plumb)...
 And then the command doesn't returned anything... 

That is normal.

Type ifconfig -a afterwards to see it, like Casper said.

 so i think my adapter isn't supported...

Your adapter is supported, don't worry.
 
 I have seen that this behavior is a system bug, so,  can i try the work
 around shown on that page? If yes, how to do it? (I am new to solaris).   

You don't need a workaround.  Just type

  ifconfig nge0 plumb
  ifconfig -a

and you should see the interface nge0 appear.  If it does not, send
us the output of

  dladm show-link

and

  cat /etc/path_to_inst


Good luck -- Volker
-- 

Volker A. Brandt   Consulting and Support for Oracle Solaris
Brandt  Brandt Computer GmbH   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim Email: v...@bb-c.de
Handelsregister: Amtsgericht Bonn, HRB 10513  Schuhgröße: 46
Geschäftsführer: Rainer J. H. Brandt und Volker A. Brandt
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] No network/Internet

2010-10-16 Thread Oscar del Rio

 On 10/16/2010 12:03 PM, Willian wrote:

And finally, this is my network adapter: BroadCom AC131 (MCP61 nForce 4 LAN).

Doesn't matter what i do, any settings, edit any files... It seems like the OS 
isn't recognizing my NIC.

PS: It's OpenSolaris 2009.06 (SunOS 5.11).



Boot from the LiveCD and run the device driver utility to check if the 
hardware is supported.


You might want to try OpenSolaris build 134 from http://genunix.org or 
OpenIndiana build 147 from http://openindiana.org.

They probably include more recent drivers.

http://genunix.org/distributions/indiana/osol-dev-134-x86.iso
http://dlc.openindiana.org/isos/147/oi-dev-147-x86.iso

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org