It looks like you've attempted this before and so because what you're doing is half-done already, the instructions aren't going to work exactly right. Plus it looks like something else is going on as well.
> # modload obj/vfe > can't load module: No such file or directory <+++++++++++++++++++++++++++++++ This indicates that you are either not in the /tmp/vfe-2.3.1 directory, or you have removed the /tmp/vfe-2.3.1/obj/bfe file. Instead of rebuilding the driver (which you don't really need to do as a pre-built one is usually included), try deleting /tmp/vfe-2.3.1 and then extracting a fresh copy. My instructions assume you are using dhcp to configure your network interface. Once you have extracted a fresh copy of the vfe archive, try these steps: cd /tmp/vfe-2.3.1 /usr/ccs/bin/make install ./adddrv.sh (this above may fail because you've done it before, but that's ok) /usr/ccs/bin/make uninstall modload obj/vfe devfsadm -i vfe ifconfig vfe0 plumb ifconfig -a (you will see an entry for vfe0) ifconfig vfe0 slartibartfast ifconfig vfe0 up ifconfig vfe0 dhcp ifconfig -a ========== At this point, you should see vfe0 with an ip address assigned to it other than 127.x.x.x from the output of "ifconfig -a". You should then be able to perform: /usr/ccs/bin/make install echo slartibartfast > /etc/hostname.vfe0 touch /etc/dhcp.vfe0 init 6 (to reboot) -Shawn This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
