From owner-freebsd-hardware@FreeBSD.ORG Fri May 30 16:26:32 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3EFF106576A for ; Fri, 30 May 2008 16:26:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9CCFD8FC19 for ; Fri, 30 May 2008 16:26:31 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [IPv6:::1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4UGPsG1024908; Fri, 30 May 2008 12:26:23 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Fri, 30 May 2008 12:00:49 -0400 User-Agent: KMail/1.9.7 References: <200805270340.06728.derek.graham@att.net> <483C9618.9050907@fragfest.com.au> <200805291431.40246.derek.graham@att.net> In-Reply-To: <200805291431.40246.derek.graham@att.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805301200.50190.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [IPv6:::1]); Fri, 30 May 2008 12:26:23 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7295/Fri May 30 11:03:48 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Derek Graham Subject: Re: Microsoft LifeCam VX-1000 Support kldload gspca (gspca.ko: No such file or directory) X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 16:26:32 -0000 On Thursday 29 May 2008 03:31:39 pm Derek Graham wrote: > on Tuesday 27 May 2008Tuesday 27 May 2008 Dean Hamstead Dean Hamstead wrote: > > > 260 webcams supported and counting. > > > > http://mxhaard.free.fr/index.html > > > > not sure if you can launch from there to find freebsd support > > > > Dean > > > > Derek Graham wrote: > > > I got suckered into grabbing this cheap webcam and now that I am back in > > > a non-windows environment I am wondering if there is any hope for drivers > > > for a MS product? :p Any advice on a webcam that wont give me too much > > > grief and not cost too much either? Also I wanted to see on external usb > > > dvd burners i saw a LG External USB DVD Writer and a HP External USB DVD > > > Writer. What would you guys recommend for that? > > > _______________________________________________ > > > freebsd-hardware@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > > To unsubscribe, send any mail to > > > "freebsd-hardware-unsubscribe@freebsd.org" > Ok thanks I tried it but got these errors: > Mulder# kldstat > Id Refs Address Size Name > 1 25 0xc0400000 64bf3c kernel > 2 1 0xc0a4c000 85e4 linprocfs.ko > 3 6 0xc0a55000 29868 linux.ko > 4 1 0xc0a7f000 8a4c snd_es137x.ko > 5 1 0xc0a88000 80dcf8 nvidia.ko > 6 1 0xc1296000 4cb0 atapicam.ko > 8 1 0xc133d000 6a2b4 acpi.ko > 9 1 0xc4898000 e000 fuse.ko > 10 1 0xc4b50000 9000 vmmon_up.ko > 11 1 0xc4b59000 2000 vmnet.ko > 12 1 0xc4b5b000 5000 if_tap.ko > 13 1 0xc4b69000 2000 rtc.ko > > Mulder# kldxref -v /boot/modules/ > /boot/modules/nvidia.ko > kldxref: /boot/modules/nvidia.ko: 82017 REL entries > /boot/modules/gspca.ko > kldxref: /boot/modules/gspca.ko: 3828 REL entries > /boot/modules/pwc.ko > kldxref: /boot/modules/pwc.ko: 388 REL entries > /boot/modules/lhint.eyS8fW > kldxref: elf_open(/boot/modules/lhint.eyS8fW): Inappropriate file type or format > > Mulder# kldload /boot/modules/gspca.ko > kldload: can't load /boot/modules/gspca.ko: No such file or directory > Mulder# kldload gspca > kldload: can't load gspca: No such file or directory > Mulder# kldload gspca.ko > kldload: can't load gspca.ko: No such file or directory Check dmesg, you may be missing some symbol (some other needed module isn't loaded?) and in that case the error will be in the the message buffer. -- John Baldwin