jj ??: > Output of /usr/X11/bin/scanpci > > pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x2a00 > Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub > > pci bus 0x0000 cardnum 0x02 function 0x00: vendor 0x8086 device 0x2a02 > Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller > > pci bus 0x0000 cardnum 0x02 function 0x01: vendor 0x8086 device 0x2a03 > Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller > > pci bus 0x0000 cardnum 0x1a function 0x00: vendor 0x8086 device 0x2834 > Intel Corporation 82801H (ICHR8 Family) USB UHCI Controller #4 > > pci bus 0x0000 cardnum 0x1a function 0x01: vendor 0x8086 device 0x2835 > Intel Corporation 82801H (ICHR8 Family) USB UHCI Controller #5 > > pci bus 0x0000 cardnum 0x1a function 0x07: vendor 0x8086 device 0x283a > Intel Corporation 82801H (ICHR8 Family) USB2 EHCI Controller #2 > > pci bus 0x0000 cardnum 0x1b function 0x00: vendor 0x8086 device 0x284b > Intel Corporation 82801H (ICHR8 Family) HD Audio Controller > > pci bus 0x0000 cardnum 0x1c function 0x00: vendor 0x8086 device 0x283f > Intel Corporation 82801H (ICHR8 Family) PCI Express Port 1 > > pci bus 0x0000 cardnum 0x1c function 0x01: vendor 0x8086 device 0x2841 > Intel Corporation 82801H (ICHR8 Family) PCI Express Port 2 > > pci bus 0x0000 cardnum 0x1c function 0x05: vendor 0x8086 device 0x2849 > Intel Corporation 82801H (ICHR8 Family) PCI Express Port 6 > > pci bus 0x0000 cardnum 0x1d function 0x00: vendor 0x8086 device 0x2830 > Intel Corporation 82801H (ICHR8 Family) USB UHCI Controller #1 > > pci bus 0x0000 cardnum 0x1d function 0x01: vendor 0x8086 device 0x2831 > Intel Corporation 82801H (ICHR8 Family) USB UHCI Controller #2 > > pci bus 0x0000 cardnum 0x1d function 0x02: vendor 0x8086 device 0x2832 > Intel Corporation 82801H (ICHR8 Family) USB UHCI Controller #3 > > pci bus 0x0000 cardnum 0x1d function 0x07: vendor 0x8086 device 0x2836 > Intel Corporation 82801H (ICHR8 Family) USB2 EHCI Controller #1 > > pci bus 0x0000 cardnum 0x1e function 0x00: vendor 0x8086 device 0x2448 > Intel Corporation 82801H Mobile PCI Bridge > > pci bus 0x0000 cardnum 0x1f function 0x00: vendor 0x8086 device 0x2815 > Intel Corporation 82801HEM (ICH8M) LPC Interface Controller > > pci bus 0x0000 cardnum 0x1f function 0x01: vendor 0x8086 device 0x2850 > Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller > > pci bus 0x0000 cardnum 0x1f function 0x02: vendor 0x8086 device 0x2829 > Intel Corporation 82801H (ICH8M/ICH8M-E) SATA AHCI Controller > > pci bus 0x0000 cardnum 0x1f function 0x03: vendor 0x8086 device 0x283e > Intel Corporation 82801H (ICH8M Family) SMBUS Controller > > pci bus 0x0003 cardnum 0x01 function 0x00: vendor 0x1217 device 0x7135 > 02 Micro, Inc. Cardbus bridge > > pci bus 0x0003 cardnum 0x01 function 0x04: vendor 0x1217 device 0x0017 > 02 Micro, Inc. Firewire (IEEE 1394) > > pci bus 0x0009 cardnum 0x00 function 0x00: vendor 0x14e4 device 0x1673 > Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express > > pci bus 0x000c cardnum 0x00 function 0x00: vendor 0x14e4 device 0x4315 > Broadcom Corporation NetXtreme BCM4312 802.11b/g > Your wireless chipset is Broadcom BCM4312 802.11b/g, which has no driver support in Solaris currently. You can use ndis tool to driver your wireless, http://www.opensolaris.org/os/community/laptop/wireless/ndis/ > Output of uname -a > > SunOS JRGELIDO 5.11 snv-101b i86pc i386 i86pc > > I try svcadm enable nwam in the terminal but nothing happens. > > I also seeing a two wired network interface which: > 1. Always Use Wired Network Interface (bge0) > 2. Always Use Wired Network Interface (bcme0) > When I installed it I only have one wired network interface which is bge0 but > now since I told you that I install an ethernet driver package from Broadcom > website. Thats why I get 2 wired interface so how will Im going to uninstall > the other one. > Although it shows two wired interface, there should be one active. You can use command `cat /etc/driver_aliases | grep 1673` to check which wired driver you're using.
------ Thanks, Felix