> Hi, need help > > In order to get the internet connectivity over the > DHCP protokoll, I have to replace the nge driver by > nfo driver and do some workarounds for my opensolaris > 2009.06 system. I'm using the nge network card driver > when i should be using the nfo network driver. Here > is a how to for this issue. > > http://www.linuxdynasty.org/basic-networking-howto-on- > opensolaris.html > > I have downloaded nfo-2.6.0.tar.gz on USB stick from > here > http://homepage2.nifty.com/mrym3/taiyodo/nfo-2.6.0.tar > .gz. > I ran follwing commands: > > 1 gunzip nfo-2.6.0.tar.gz > 2 tar -xvf nfo-2.6.0.tar > 3 cd nfo-2.6.0 > 4 rm obj Makefile > 5 ln -s Makefile.${KARCH}_${COMPILER} Makefile ( for > me it was ln -s Makefile.amd64_gcc Makefile ) > 6 ln -s ${KARCH} obj ( for me it was ln -s amd64 obj > ) > 7 rm Makefile.config > 8 ln -s Makefile.config_gld3 Makefile.config > 9 /usr/ccs/bin/make > 10 /usr/ccs/bin/make install > 11 cp nfo.conf /kernel/drv/nfo.conf > 12 ./adddrv.sh > rebooted the solaris PC > > 13 modload obj/nfo > 14 devfsadm -i nfo > > GOT AN ERROR: NEED HELP > devfsadm: driver failed to attach: nfo > > shall i remove the nge driver first before installing > nfo : > rm_drv nge? > > After installation of a virgin OSOL 2009.06 version > modeinfo command results in, (without installing > nfo-2.6.0 driver ): > > modinfo | grep nge > 179 fffffffff83fd000 11da0 230 1 nge (nVidia 1Gb > Ethernet) > modinfo | grep nfo > Id Loadaddr Size Info Rev Module Name > 61 fffffffff79f0000 2fa8 15 1 mntfs (mount > information file system) > 72 fffffffff7bab000 28d0 - 1 neti (netinfo module) > 156 fffffffff832c000 6000 88 1 devinfo (DEVINFO > Driver) > > Message was edited by: tiptop
Hello, As recently nge supported MCP61, the root cause that the dhcp doesn't work for you, might not be nge driver. You need to remove rge before you install nfo if you want to use nfo for MCP61. As you have installed nfo, the procedure to install nfo for MCP61 is, remove nfo # rem_drv nfo remove nge # rem_drv nge reboot the system # init 6 install nfo # /usr/ccs/bin/make install (in nfo-2.6.0 directory) # adddrv.sh # init 6 (recent opensolaris requires this reboot) ... # devfsadm -i nfo # ifconfig nfo0 plumb host_name up -masa -- This message posted from opensolaris.org _______________________________________________ driver-discuss mailing list driver-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/driver-discuss