http://forum.java.sun.com/thread.jspa?threadID=5184134
that page should get you up and running. Specifically this post: You might want to try using the driver available at: http://homepage2.nifty.com/mrym3/taiyodo/eng/ What I would suggest is editing the /etc/driver_aliases and comment out any reference to your Broadcom driver (bfe, or bcf). Follow the read me text included in the driver package (I just follow along where it mentions testing). Here's a copy of the text for the realtek card (rf), to give you an idea - obviously change the reference of rf to whatever it would be for a Broadcom card (bf)? Note: If you compare the text from the driver package, you'll notice I removed the reference to rm /kernel/driver/rf. Firs step would be to create /etc/hostname.rf0 (or what your driver would be) # cd /.../rf-x.x.x # /usr/ccs/bin/make install # ./adddrv.sh # modload obj/rf # devfsadm -i rf (for solaris7, use drvconfig and reboot with -r ) # ifconfig rfN plumb ( where N is an instance number, typcally 0 for first card) # ifconfig -a ( you will see an entry for rfN) # ifconfig rfN YOUR-HOST-NAME # ifconfig rfN # ifconfig rfN up After following those steps, I'd do a sys-unconfig as it won't accept the assigned ip addres that you set in the /etc/hostname.rf0 (or what it should be for your card) and then reset up my network. Hope this helps you out. This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
