View Single Post
  #8   (View Single Post)  
Old 22nd September 2010
AnilG AnilG is offline
Real Name: Anil Gee
Port Guard
 
Join Date: Sep 2010
Location: Sydney Australia
Posts: 20
Default

Ah, big embarassment, I should have added this:
> vi /sys/dev/usb/wlan/if_upgt.c
UPGT_DEV(NETGEAR, WG111V2_2),

Now when I make it looks like I get a success:
> cd /usr/src/sys/modules/usb/upgt
> make
> make install clean

But kldload still doesn't work.
> kldload if_upgt
kldload: can't load if_upgt: No such file or directory

Perhaps I need to rebuild the kernel, to build in the new upgt driver, like in the other thread.
I'll try that next.
Reply With Quote