Date: Sat, 26 Apr 2008 14:06:39 -0600 From: John E Hein <jhein@timing.com> To: "Xiaofan Chen" <xiaofanc@gmail.com> Cc: freebsd-usb@freebsd.org Subject: Re: USB CDC-ACM device under FreeBSD and HPS stack Message-ID: <18451.35663.21335.553446@gromit.timing.com> In-Reply-To: <a276da400804260116g2f3249f5q9e8c2f506efc387f@mail.gmail.com> References: <a276da400804260051h4f5eb13ew92a13cd91457c703@mail.gmail.com> <a276da400804260116g2f3249f5q9e8c2f506efc387f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Xiaofan Chen wrote at 16:16 +0800 on Apr 26, 2008: > On Sat, Apr 26, 2008 at 3:51 PM, Xiaofan Chen <xiaofanc@gmail.com> wrote: > > > [mcuee@freebsd7 ~]$ sudo kldload ucycom > > kldload: can't load ucycom: No such file or directory Sometimes you'll get that message not becuase /boot/kernel/ucycom.ko doesn't exist but because it's trying to reference external symbols defined in other modules or the kernel that aren't there for whatever reason, or that a module dependency can't be loaded. Look in /var/log/messages or dmesg.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18451.35663.21335.553446>