On Tue, Sep 22, 2015 at 8:52 AM, Thuban <thu...@yeuxdelibad.net> wrote: >> Grab relevant >> >> src/sys/dev/usb/if_urtwn.c >> sys/dev/usb/usbdevs >> >> from CVS, than cd sys/dev/usb && make, than rebuild/install kernel >> as described in FAQ. >> > I rebuild and installed the kernel without any error, but still, the usb > stick isn't detected as urtwn. > > What did I do wrong : > > # cd /usr > # export CVSROOT=anon...@anoncvs.fr.openbsd.org:/cvs > # cvs -d$CVSROOT checkout -rOPENBSD_5_7 -P src
You don't want to do this if you're going to checkout src/sys/*, the two cvs(1) commands below will create /usr/src/sys/dev/src/sys/dev/* instead of updating /usr/src/sys/dev/* as intended. > # cd //usr/src/sys/dev > # cvs -d$CVSROOT -bOPENBSD_5_8 get src/sys/dev/usbdevs > # cvs -d$CVSROOT -bOPENBSD_5_8 get src/sys/dev/if_urtwn.c > # # rebuild/install kernel > > -- > Thuban > PubKey : http://yeuxdelibad.net/Divers/thuban.pub > -Kimmo