Re: [osol-discuss] Nvidia 780a drivers

2008-10-03 Thread Darren
Is there any movement on Nvidia 780a drivers
--
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-21 Thread Darren
Mritun As I stated earlier I had done this already and it does not work. The 
switch is D-link and has 5 other machines connected one is a PS3 and all work 
fine. Including this machine that works fine in all but opensolaris. 

So go figure the opensolaris driver for Nge is not handling the card correctly, 
this method may have worked to give you a work around for your M2NPV, but 
hardly a solution. Hence the word used Rubbush for a solution or option, 
don't take it personally. I am very serious about moving away from Windows and 
hate the fact that the machine runs great on windows but not on opensolaris. 
THis is not a reflection on opensolaris merely a reflection of the market 
today. 

Solaris is the best operating system in the world as far as I am concerned and 
second rate fixes and work arounds are not appropriate. Especially if we want a 
development community to shift away from that aborable operating system of MS 
windows/Vista.  Sorry ranting  But this is stopping me from shifting 
complety onto OpenSolaris and having windows in a domU. Add maybe a boot of 
windows for high need graphics games, which maybe oneday will come in 
Solaris(OH how I dream).
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Darren
Thanks lars I had already set this up manually so Nwam was not enabled anyway, 
but here is a copy of what I did which was just run through your steps any way. 
I do not think the current nge driver is capable of dealing with this network 
card that somes as part of the 780a chipset. I also lot's of stuff on google 
where the linux and freebsd community are having the same issues.

I have also logged and RFE which has now been accepted as no CR 6716752 .

Anyway here is the commands executed.

__
# svcs -a |grep physical
disabled   19:14:57 svc:/network/physical:nwam
online 19:15:03 svc:/network/physical:default
# svcadm disable svc:/network/physical:nwam
# svcadm enable svc:/network/physical:default
# svcs -a |grep physical
disabled   19:14:57 svc:/network/physical:nwam
online 19:15:03 svc:/network/physical:default
# ifconfig /dev/nge0 down
ifconfig: setifflags: SIOCGLIFFLAGS: /dev/nge0: no such interface
# ifconfig -a
lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 
index 1
inet 127.0.0.1 netmask ff00 
nge0: flags=201000843UP,BROADCAST,RUNNING,MULTICAST,IPv4,CoS mtu 1500 index 2
inet 10.1.1.101 netmask ff00 broadcast 10.255.255.255
ether 7a:a6:73:c6:1f:0 
lo0: flags=2002000849UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL mtu 8252 
index 1
inet6 ::1/128 
# ifconfig nge0 down
# ifconfig nge0 unplumb
# ifconfig /dev/nge0 plumb
ifconfig: cannot open link /dev/nge0: DLPI link does not exist
# ifconfig nge0 plumb
# ifconfig -a 
lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 
index 1
inet 127.0.0.1 netmask ff00 
nge0: flags=201000842BROADCAST,RUNNING,MULTICAST,IPv4,CoS mtu 1500 index 3
inet 0.0.0.0 netmask 0 
ether 7a:a6:73:c6:1f:0 
lo0: flags=2002000849UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL mtu 8252 
index 1
inet6 ::1/128 
# ifconfig nge0 10.1.1.101 netmask 255.0.0.0 broadcast 10.255.255.255 up
# 
# 
# ping 10.1.1.101
10.1.1.101 is alive
# ping 10.1.1.1
no answer from 10.1.1.1
# 
# netstat -r

Routing Table: IPv4
  Destination   Gateway   Flags  Ref Use Interface 
  - - -- - 
default  10.1.1.1 UG1  0   
arpanet  dbsol-1  U 1 20 nge0  
localhostlocalhostUH1377 lo0   

Routing Table: IPv6
  Destination/MaskGateway   Flags Ref   UseIf   
--- --- - --- --- - 
::1 ::1 UH  1  21 lo0
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Darren
Also just for your further edification I also grabbed output from the files 
which I had already created.

# tail -f /var/adm/messages
Jun 20 19:20:09 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:20:11 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 20 19:20:51 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:20:53 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 20 19:21:33 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:21:35 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 20 19:22:15 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:22:19 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 20 19:23:37 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:23:38 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex


After making changes 


Jun 20 19:27:51 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:27:55 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 20 19:28:39 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:28:41 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 20 19:29:21 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 20 19:29:23 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex

___


# cat /etc/netmasks
10.0.0.0255.0.0.0

---
# cat /etc/defaultrouter
10.1.1.1

---
# cat /etc/nsswitch.conf

passwd: files
group:  files
hosts:  files
ipnodes:files
networks:   files
protocols:  files
rpc:files
ethers: files
netmasks:   files
bootparams: files
publickey:  files
# At present there isn't a 'files' backend for netgroup;  the system will 
#   figure it out pretty quickly, and won't use netgroups at all.
netgroup:   files
automount:  files
aliases:files
services:   files
printers:   user files

auth_attr:  files
prof_attr:  files
project:files

tnrhtp: files
tnrhdb: files

---
# cat /etc/resolv.conf
nameserver 61.9.133.193
nameserver 61.9.134.49
domain home.net.au
---
# cat /etc/hostname.nge0
10.1.1.101
---
# cat /etc/hosts
127.0.0.1 localhost
10.1.1.101 dbsol-1 loghost
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Jan Friedel

Hi,

just for curiosity, there should (hopefully) be some managed
network element (switch) between your box and the remaining part
of the network. Policy defined on given port, to which your box
has been connected, might easily cause such link flapping. If
so, check the switch configuration and logs for more info.

It does not have to be necessarily the driver issue..


/j.



On Fri, Jun 20, 2008 at 03:06:26AM -0700, Darren wrote:
 Also just for your further edification I also grabbed output from the files 
 which I had already created.
 
 # tail -f /var/adm/messages
 Jun 20 19:20:09 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:20:11 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 Jun 20 19:20:51 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:20:53 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 Jun 20 19:21:33 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:21:35 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 Jun 20 19:22:15 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:22:19 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 Jun 20 19:23:37 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:23:38 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 
 
 After making changes 
 
 
 Jun 20 19:27:51 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:27:55 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 Jun 20 19:28:39 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:28:41 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 Jun 20 19:29:21 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
 Jun 20 19:29:23 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
 Mbps, full duplex
 
 ___
 
 
 # cat /etc/netmasks
 10.0.0.0  255.0.0.0
 
 ---
 # cat /etc/defaultrouter
 10.1.1.1
 
 ---
 # cat /etc/nsswitch.conf
 
 passwd: files
 group:  files
 hosts:  files
 ipnodes:files
 networks:   files
 protocols:  files
 rpc:files
 ethers: files
 netmasks:   files
 bootparams: files
 publickey:  files
 # At present there isn't a 'files' backend for netgroup;  the system will 
 #   figure it out pretty quickly, and won't use netgroups at all.
 netgroup:   files
 automount:  files
 aliases:files
 services:   files
 printers: user files
 
 auth_attr:  files
 prof_attr:  files
 project:files
 
 tnrhtp: files
 tnrhdb: files
 
 ---
 # cat /etc/resolv.conf
 nameserver 61.9.133.193
 nameserver 61.9.134.49
 domain home.net.au
 ---
 # cat /etc/hostname.nge0
 10.1.1.101
 ---
 # cat /etc/hosts
 127.0.0.1 localhost
 10.1.1.101 dbsol-1 loghost
  
  
 This message posted from opensolaris.org
 ___
 opensolaris-discuss mailing list
 opensolaris-discuss@opensolaris.org


/Jan Friedel jf (at) Sun.com
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Akhilesh Mritunjai
I had this problem. it was my el cheapo switch. I found two solutions -

1. replace switch.
2. tell driver to not auto-negotiate. fix it to 100mbps full duplex
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Lars Tunkrans
One more thing to test ...

Some motherboards  that I have had the pleasure to know,did not  manage to 
Warm boot from Windows 
to  Unix , be it FreeBSD  or Solaris , with a working NIC  at the end of the 
process. 
Probably Windows does not reset the NIC  in the shutdown process. 
I always  had to COLD boot  Unix  by turning off the power  ( i.e.  unplug it ) 
  . 

So I if you have not tried it, I recommend you to unplug/replug  the computers 
power cable  and then boot 
it directly  to Solaris,  and pray that  it works


 //Lars
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Darren
Lars noway thanks but that sounds like rubbish, and in fact I have hard reset 
and powered up directly prior.

Come on, I do appreciate your enthusiam though.

I am about to log a bug as suggested by several other sun engineers I have been 
in contact with. The nforce 780a has some differences that will need to be 
added to the O/S.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-20 Thread Akhilesh Mritunjai
Hi

Infact it's not rubbish. Please search the archives. This problem is also 
evident on Linux and *BSD too.

I have an Asus M2NPV board here with nvidia chipset. I had several of same 
problems that you had. A synopsis is as follows:

1. The NIC flaps (another user  me had same issue - bad switch. Please search 
the archives).
2. The NIC has MAC address in reverse. I have put the right address in 
hostname.nge0. It won't connect without this fix.
3. The PCI ID of the sata chip is not in database. As a result HDD is being 
driven by ata rather than nv_sata driver. No problems apart from loss of hot 
plug functionality (which I don't use).
4. The sound chip just sucks. Really. It fights for the IRQ with the NIC 
driver. Sometimes it just causes the NIC to freeze. No data will go through. 
The solution is to re-plumb the interface.
5. If I boot in windows, the NIC will NOT come up. It just won't connect. The 
solution is to either do a proper cold boot OR just go into NIC netboot PROM 
for a second or two. That resets it nicely.

The windows drivers work (??) right but then I don't believe that specs are 
open source.

I also tried Masa-san's nfe driver. It works right, as long as I don't put the 
switch in the loop. But I don't have that luxury.

Lesson: Stay away from cheap HW. It causes more headache. I've wasted enough 
time on this mobo that the better one would have saved me a lot of money and 
anguish.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-19 Thread Lars Tunkrans
Hi , 

   Could be NWAM  thats misbehaving  I suppose. 

If  you get this  result: 


# svcs -a | grep physical
online18:36:40 svc:/network/physical:nwam
disabled 18:36:43 svc:/network/physical:default
# 


do : 

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


then you should see: 

# svcs -a | grep physical
disabled   18:36:40 svc:/network/physical:nwam
online 18:36:43 svc:/network/physical:default
# 

  Now  the interface is back in the traditional ( manual )  mode and there 
is no daemon thats  trying to start and stop it. 


Now you should be able to  do : 

# ifconfig /dev/nge0 down 
# ifconfig /dev/nge0 unplumb  

To clear  the NIC  down  first. 
Then  useing a valide   IP adress/netmask/broadcast   triplet  that works for 
you  do : 

# ifconfig /dev/nge0 plumb

# ifconfig /dev/nge0  192.168.1.5 netmask 255.255.255.0  broadcast 
192.168.1.254 up


If   

# ifconfig -a 

Then shows  that the  NIC  is Up  and stable  you probably have a working  NIC. 

If so you can now  configure the  files 

/etc/hosts 
/etc/nsswitch.conf
/etc/resolv.conf   ( may need to be created ) 
/etc/hostname.nge0  ( may need to be created ) 
/etc/defaultrouter( needs to be created ) 
/etc/netmasks   

And delete  /etc/dhcp.nge0  if it exists 

  All these  files   are  dokumented  in section 4 of the manual 

# man  -s 4 netmasks  

  And that  should be it
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Darren
I have logged details as requested and details. Was unclear of where to attach 
files outputs of each command, so I added in section for additional info.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Lars Tunkrans
Hi,

   Please , we are afire with  curiosity here,   did you get the NIC  to work ?
   Did you find the PCI-Id code for the Nic ?   
   Which drivers  did you test ? 

Regards   Lars
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Darren
Sorry not yet the ID looks like 0760 for the device. I did a reboot -- -rfor 
a reconfigure but I get a panic and cant catch details happens to fast. 

But I also added two other items at the sametime so have removed this but still 
can't get reconfigure to run. But did get successfully get back into the os 
through normal boot, and now say nge is there but fails.

I may do a re-install and try a reconfigure just by itself just to check, as 
the other items may have caused futher issues.

will Keep posted. I have also included scanpci output with comments around 
devices I could identify through windows once captured the scanpci output.

sorry about large output but I tried to attach files seperatly in this forum 
but unable to edit error cam up.

___pci bus 0x cardnum 0x00 function 
0x00: vendor 0x10de device 0x0754
 nVidia Corporation  Device unknown

pci bus 0x cardnum 0x01 function 0x00: vendor 0x10de device 0x075d
 nVidia Corporation  Device unknown

## PCI standard ISA Bridge

pci bus 0x cardnum 0x01 function 0x01: vendor 0x10de device 0x0752
 nVidia Corporation  Device unknown

## nforce PCI System Management

pci bus 0x cardnum 0x01 function 0x02: vendor 0x10de device 0x0751
 nVidia Corporation  Device unknown

### PCI Ram Controller

pci bus 0x cardnum 0x01 function 0x03: vendor 0x10de device 0x0753
 nVidia Corporation  Device unknown

### Nforce System Management Controller

pci bus 0x cardnum 0x01 function 0x04: vendor 0x10de device 0x0568
 nVidia Corporation  Device unknown

### PCI Ram controller

pci bus 0x cardnum 0x02 function 0x00: vendor 0x10de device 0x077b
 nVidia Corporation  Device unknown

### OpenHCD USB host controller

pci bus 0x cardnum 0x02 function 0x01: vendor 0x10de device 0x077c
 nVidia Corporation  Device unknown

### PCI to USB Controller

pci bus 0x cardnum 0x04 function 0x00: vendor 0x10de device 0x077d
 nVidia Corporation  Device unknown

### OpenHCD USB host controller

pci bus 0x cardnum 0x04 function 0x01: vendor 0x10de device 0x077e
 nVidia Corporation  Device unknown

### PCI to USB Controller

pci bus 0x cardnum 0x06 function 0x00: vendor 0x10de device 0x0759
 nVidia Corporation  Device unknown

### IDE Dual Channel Controller

pci bus 0x cardnum 0x07 function 0x00: vendor 0x10de device 0x0774
 nVidia Corporation  Device unknown

### HD Audio controller

pci bus 0x cardnum 0x08 function 0x00: vendor 0x10de device 0x075a
 nVidia Corporation  Device unknown

pci bus 0x cardnum 0x09 function 0x00: vendor 0x10de device 0x0ad4
 nVidia Corporation  Device unknown

### Nforce Sata Controller

pci bus 0x cardnum 0x0a function 0x00: vendor 0x10de device 0x0760
 nVidia Corporation  Device unknown

## 760 is the Nvidia Network Card.

pci bus 0x cardnum 0x10 function 0x00: vendor 0x10de device 0x0778
 nVidia Corporation  Device unknown

pci bus 0x cardnum 0x13 function 0x00: vendor 0x10de device 0x077a
 nVidia Corporation  Device unknown

pci bus 0x cardnum 0x14 function 0x00: vendor 0x10de device 0x077a
 nVidia Corporation  Device unknown

pci bus 0x cardnum 0x18 function 0x00: vendor 0x1022 device 0x1200
 Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] 
HyperTransport Configuration

pci bus 0x cardnum 0x18 function 0x01: vendor 0x1022 device 0x1201
 Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address 
Map

pci bus 0x cardnum 0x18 function 0x02: vendor 0x1022 device 0x1202
 Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM 
Controller

pci bus 0x cardnum 0x18 function 0x03: vendor 0x1022 device 0x1203
 Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] 
Miscellaneous Control

pci bus 0x cardnum 0x18 function 0x04: vendor 0x1022 device 0x1204
 Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link 
Control

pci bus 0x0001 cardnum 0x0a function 0x00: vendor 0x11c1 device 0x5811
 Agere Systems FW323

### IEEE 1394 Host Controller

pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x10de device 0x05b1
 nVidia Corporation  Device unknown

### PCI to PCI Bridge

pci bus 0x0003 cardnum 0x00 function 0x00: vendor 0x10de device 0x05b1
 nVidia Corporation  Device unknown

### PCI to PCI Bridge

pci bus 0x0003 cardnum 0x02 function 0x00: vendor 0x10de device 0x05b1
 nVidia Corporation  Device unknown

### PCI to PCI Bridge

pci bus 0x0004 cardnum 0x00 function 0x00: vendor 0x10de device 0x0622
 nVidia Corporation  Device unknown

## NVIDIA GeForce 9600GT

pci bus 0x0007 cardnum 0x00 function 0x00: vendor 0x11ab device 0x6121
 Marvell Technology Group Ltd. 88SE6121 SATA II Controller

__-
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Darren
Further to comments earlier I reinstalled and did a touch /reconfigure and 
changed only the driver_aliases for the nge interface. 

All starts OK but can't communicate out, and the interface in /var/adm/messages 
goes up and down see some extracts below.
This card does work at 1000Mbs/Full Duplex when same pc boots into windows.

Can ping myself, but no where else.

There must be some differences here, let me know if there is anything else I 
can add or discover

extract from messages file :

Jun 19 14:40:48 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:40:50 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:41:30 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:41:32 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:42:17 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:42:19 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:43:02 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:43:04 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:43:44 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:43:46 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:44:26 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:44:29 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:45:13 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:45:17 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:46:00 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:46:02 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:46:42 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:46:45 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:47:25 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:47:29 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:48:09 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:48:11 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
Jun 19 14:48:51 dbsol-1 mac: [ID 486395 kern.info] NOTICE: nge0 link down
Jun 19 14:48:53 dbsol-1 mac: [ID 435574 kern.info] NOTICE: nge0 link up, 1000 
Mbps, full duplex
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-10 Thread Darren
Thanks I will try that out
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-10 Thread John Brewer
Please include model of your mother board and the following commands in the RFE 
http://www.opensolaris.org/bug/report.jspa 
uname -a ; prtdiag -v ; prtconf -Dpv  ; /usr/X11/bin/scanpci ; var/adm/messages
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Nvidia 780a drivers

2008-06-09 Thread Darren
I have recently purchased and ASUS M3N-HT MBD with a phenom 9850. The current 
version b90 does not seem 
1) to recognize the network card. When will this be avalible does anyone know?
2) I am also having an issue with the SATA Blu-ray drive which does seem like 
bug id  6595488 will cover this.

appreciate any help as will have to run windows for now which I hate. Was 
hoping to move everything into opensolaris and run everything else inside 
virtualbox 1.6.2
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Nvidia 780a drivers

2008-06-09 Thread Lars Tunkrans
Hi ,  Its likely that   the NIC  on  the  MCP78   chipset has  a new  PCI-ID 
  that  does not exist  in   /etc/driver_aliases  . 

  find   the PCI-ID   for the  new  NIC with  either 

  prtconf -V  

  or 

  /usr/X11/bin/scanpci   

  edit it into /etc/driver_aliasesas  an   PCI-ID for the  nge   nic  and 
then do a reconfiguration boot.

 After that   /dev/nge0  might  appear. 

//Lars
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org