Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2015 09:32:22 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Burton Sampley <bsmply@gmail.com>, Ian Lepore <ian@freebsd.org>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: How to access a FTDI usb device with a custom vendor and product id's
Message-ID:  <564D8916.9060103@selasky.org>
In-Reply-To: <CANV5k3rgow8y=MUjLZW6P38qC6j_jupVsdRzmoZ1WJmL=kP8tQ@mail.gmail.com>
References:  <CANV5k3rW62rGoXKD4m5meegEJ04T4b_v=QGCqBV5wuGxZjzCbg@mail.gmail.com> <56421DFD.6070503@selasky.org> <CANV5k3oRPP_-_SBz2fih0tA12BzoO9Ua%2BAfJGaE_CCNE3JzpHQ@mail.gmail.com> <564222D8.6020900@selasky.org> <CANV5k3qzn1UU=qvczGXUr3HQhxf0H8emKSV2XBDD%2B%2BfDr1yfjg@mail.gmail.com> <56422764.4040307@selasky.org> <CANV5k3pCx%2B3za1aPi=u5o36EvicgMgODL=eiTz-_s=nZLqbbAQ@mail.gmail.com> <1447277889.91061.22.camel@freebsd.org> <CANV5k3omAmBEy00Ny2uhc_NaqnDKbY1knNM8F_wWn2M-o7PHXQ@mail.gmail.com> <1447279455.91061.24.camel@freebsd.org> <CANV5k3rgow8y=MUjLZW6P38qC6j_jupVsdRzmoZ1WJmL=kP8tQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/18/15 20:02, Burton Sampley wrote:
> To All,
>
> A quick update:
>
> I really have no update.  I have been attempting to get to the point where
> I can test the newly built module, but I can not get my system to the point
> where I can try the new module.  I was able to compile it, but when I
> attempted to load the new module, I get the following error:
>
> # /usr/bin/grep uftdi /var/log/messages
> Nov 12 08:14:39 gentoo kernel: KLD uftdi.ko: depends on kernel - not
> available or version mismatch
> #
>
> I then updated my system and source code, now the kernel will not compile.
> I searched and found a few posts on one of the FreeBSD forums, which stated
> the problems might be resolved by "buildworld" first, then "buildkernel",
> "install kernel", reboot single-user and "installworld".  After the latest
> update and reboot, "buildworld" fails.  I don't want to move on to
> "buildkernel" until I can resolve the "buildworld" failure first.
>

Hi,

You only need to build a new kernel.

make -m $PWD/share/mk kernel-toolchain -j8
make -m $PWD/share/mk buildkernel -j8

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?564D8916.9060103>