From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KrJ1X-0001nE-1O for garchives@archives.gentoo.org; Sat, 18 Oct 2008 21:07:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163C3E0324; Sat, 18 Oct 2008 21:07:46 +0000 (UTC) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by pigeon.gentoo.org (Postfix) with ESMTP id E9645E0324 for ; Sat, 18 Oct 2008 21:07:45 +0000 (UTC) Received: by wx-out-0506.google.com with SMTP id h31so492781wxd.10 for ; Sat, 18 Oct 2008 14:07:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=DpjcfuxMptOJ5U/RZWh9NFwO+za0oF9df0ahenJZWQE=; b=hKi8770qBtrdxhzn/oik/xuaZ/xvJR/HBDSlbXT84fiDXm3EPuXOsHrl0CN4i2Ay5j PNIbvWQTjDzo1DDGxFFSW5QXHHrm6zHen1+skhNSH2h5lfeD46t8z5KX8q6AUda4AR5O XehUnFQ+Z3PpOlsWg8qu+5PcjMknMVypG0NMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=M0w/CbaLrB7q0YhRBzumT07r1p0grDzEw+p/gGBCVbTEIHZtgWExtCUdwx28e0avUm eY1LJY6a0+tDzw2FAIggpw1qRj7DgMszWp4LsG9GJIJ3I0GSonwWcaODDIBnSqW9840q hkRhIvLzkO6RssL5B/dOWXJHtQUrKcXMicf8Q= Received: by 10.64.220.20 with SMTP id s20mr2785246qbg.32.1224364064007; Sat, 18 Oct 2008 14:07:44 -0700 (PDT) Received: from ?4.231.95.194? (dialup-4.231.95.194.Dial1.Houston1.Level3.net [4.231.95.194]) by mx.google.com with ESMTPS id q16sm224163qbq.1.2008.10.18.14.07.41 (version=SSLv3 cipher=RC4-MD5); Sat, 18 Oct 2008 14:07:43 -0700 (PDT) Message-ID: <48FA5019.2090800@gmail.com> Date: Sat, 18 Oct 2008 16:07:37 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.17) Gecko/20080928 SeaMonkey/1.1.12 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] usb webcam References: <9756676.24061224356286976.JavaMail.root@mx1.canmail.org> In-Reply-To: <9756676.24061224356286976.JavaMail.root@mx1.canmail.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: a28f8e20-0bcb-499f-a43e-aaff2e0344d1 X-Archives-Hash: b9ea25f42ffc95ef21a9159937f77eb1 RYAN vAN GINNEKEN wrote: > Ok first let me apologize for my impatiens in bumping my thread in retrospect I guess it was pretty rude. Also I would like to apologize for not following the intelligent way to ask a question essay. However i have read it in the past just not recently, have to admit I got lazy and just fired this post up without much thought. Mostly frustrated as it seemed like a fairly simple issue something I assumed that most people with Gentoo experience would have a quick answer for. Again my apologizes having goggled around all day or two, and finding that most of the helpful hints regarding my topic were dead ie wiki is down, plus working with google cache is troublesome. > > Anyway on with the webcam problems i have emerged gspcav1 and loaded the module > > # lsmod > Module Size Used by > gspca 620752 0 > > but the cameras are still only detected as usb devices and no drivers are being loaded. > > PLEASE can someone help me with this issue are there other kernel modules i can try? other packages to emerge? if so what are they? here is a lsusb of the 2 devices > > Bus 003 Device 006: ID 046d:08f5 Logitech, Inc. > Bus 003 Device 007: ID 04c1:009d U.S. Robotics (3Com) HomeConnect WebCam [vicam] > > this is how they show up in /etc/messages > > Oct 18 18:43:35 huang usb 3-2: new full speed USB device using uhci_hcd and address 7 > Oct 18 18:43:35 huang usb 3-2: configuration #1 chosen from 1 choice > Oct 18 18:43:45 huang hub 1-0:1.0: unable to enumerate USB device on port 1 > Oct 18 18:43:46 huang usb 2-1: new full speed USB device using ohci_hcd and address 2 > Oct 18 18:43:46 huang usb 2-1: configuration #1 chosen from 1 choice > > ps i have had these cameras work in ubuntu, mandrake, pclinux (none are as cool as Gentoo) so i am guessing that gentoo should work too! > > Just a shot in the dark, is your user in the proper group to have access to this camera? Does it work as root? If it works as root but not user, check permissions. If it doesn't work as root, then at least we will know it is not a permissions problem. Dale :-) :-)