>Hi Guys... > >Did you ever get this problem solved?. I have the same yukon adpater on a VAIO >VGN-N145FP and I ha ve installed the driver. >I see the adapter skge0, >I am able to assign it an ip address manually, but it won't ping anything... >(ifconfig skge0 xxx.x xx.xxx.xxx netmask 255.255.255.0 up). If I run a snoop in another window, there is nothing going on except from the ping request. > >If I try ifconfig skge0 dhcp start , it will stall and never get an actual >address. > >It is quite frustrating...
It's a bug in the skge/yukon driver. Try: ifconfig skge0 unplumb ifconfig skge0 plumb ifconfig skge0 dhcp start You need to unplumb before it can do DHCP again. (Although what you are seeing might be different) Casper