First run:- # prtconf -pv > out.txt # vi out.txt Look for entry "Ethernet" in file :- model: 'Ethernet controller' power-consumption: 00000001.00000001 devsel-speed: 00000000 interrupts: 00000001 subsystem-vendor-id: 00001043 subsystem-id: 000081f8 unit-address: '0' class-code: 00020000 revision-id: 00000012 vendor-id: 000011ab device-id: 00004364 pcie-capid-pointer: 000000e0 pcie-capid-reg: 00000011 pci-msi-capid-pointer: 0000005c name: 'pci1043,81f8' ************************************************** We have to find out values :- vendor-id: 000011ab device-id: 00004364 otherwise "devfsadm -i skge" will fail ************************************************** Second, attempt to install the new driver: # pkgadd -d . SKGEsolx ************************************************** At the point of crash proceed as follows: ************************************************** # /usr/sbin/update_drv -a -i '"pci11ab,4364"' skge # devfsadm -i skge # ifconfig skge0 plumb Check for status: # ifconfig -a # ifconfig skge0 192.168.0.7 up Check for status: # ifconfig -a # reboot Network interface shoud be up and running. This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [EMAIL PROTECTED]
