From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QTHhN-0007GM-Tb for garchives@archives.gentoo.org; Sun, 05 Jun 2011 18:05:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A3321C00D for ; Sun, 5 Jun 2011 18:05:17 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 52C7D1C05A for ; Sun, 5 Jun 2011 17:40:53 +0000 (UTC) Received: by wwj40 with SMTP id 40so2770076wwj.10 for ; Sun, 05 Jun 2011 10:40:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:reply-to:to:subject:date:user-agent :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=WM24GuyxyzNWXmZfx7MyzdcBdt0IerYPQIWYJIj24dY=; b=gDbhY5M5g+d1mMfoTO6KjTRzIG9jIbTKsf2g92BDD64curzkSSkjXDi7NHQlzNAhl6 NdSXqwSOzzZG6LQDDWKMaCj0NmrwHRF5slqwIwyNuc0o2C/NeOEwTey1LM9vrnyJgoUX gRpG5Ij9VNX2VSkVlO91lHr21kIcsKiNnZBHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=l1rvlyQhdy+3h5hOvi1cOgd++HGJOMfHRT7OOL7t2z/8WgT8QVNdpIPDfbJGhC9dBh CiUEwaBDrDsFQugh0JDNwNwUWaTmVNQG7JyHuN88G29WVKS91DXLVxVCdcdXJPWQQmv5 44rC0BZgJ/M2YdtByxUqAaNZtI98j8il0Ge2o= Received: by 10.227.32.129 with SMTP id c1mr3991759wbd.32.1307295652474; Sun, 05 Jun 2011 10:40:52 -0700 (PDT) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id c17sm2335810wbh.46.2011.06.05.10.40.50 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Jun 2011 10:40:51 -0700 (PDT) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Still haveing problems with audio and guvcview Date: Sun, 5 Jun 2011 18:41:28 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.38-gentoo-r6; KDE/4.6.2; x86_64; ; ) References: <20110603183202.GA3214@solfire> <201106051756.30427.michaelkintzios@gmail.com> <20110605170333.GD3043@solfire> In-Reply-To: <20110605170333.GD3043@solfire> 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 Content-Type: multipart/signed; boundary="nextPart1438884.6GjpX7e0Um"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201106051841.30532.michaelkintzios@gmail.com> X-Archives-Salt: X-Archives-Hash: da5b6ff3590e2e34aa826983b7e78f75 --nextPart1438884.6GjpX7e0Um Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sunday 05 Jun 2011 18:03:33 meino.cramer@gmx.de wrote: > Mick [11-06-05 19:00]: > > On Sunday 05 Jun 2011 13:53:49 meino.cramer@gmx.de wrote: > > > this is becoming interesting beyond the goal of solving the problem as > > > such more and more ;) > > >=20 > > > Is there a way to get the default settings of the listed parameters > > > above when the module is loading without giving any additional params > > > on the command line? > >=20 > > Yes. They ought to show in dmesg when the module is loaded and the > > device probed. Sometimes they also show if you run modprobe with -v and > > the debug module parameter is switched to verbose (only some modules > > have this parameter). > >=20 > > They also show conveniently under alsa-info (since we're talking here > > about a sound module): > >=20 > > !!Module: snd_usb_audio > >=20 > > async_unlink : Y > > device_setup : 0,0,0,0,0,0,0,0 > > enable : Y,Y,Y,Y,Y,Y,Y,Y > >=20 > > (this is the array we were talking about and it is enabled) > >=20 > > id : (null),(null),(null),(null),(null),(null),(null),(null) > > ignore_ctl_error : N > >=20 > > (this is the ignore ctl error and is not ignored, so you could switch > > this to yes and see if it makes a difference) > >=20 > > index : -1,-1,-1,-1,-1,-1,-1,-1 > > nrpacks : 8 > > pid : -1,-1,-1,-1,-1,-1,-1,-1 > > vid : -1,-1,-1,-1,-1,-1,-1,-1 > > >=20 > > > If yes, I could exclude that default setting from the list of possible > > > working setups and additionally -- may be -- I get a hint, what to > > > twiddle first.... > >=20 > > Ideally, you should not need to tweak anything to be honest. This > > mechanism is to tune some modules in case there are conflicts between > > devices, or you want to switch on a hardware functionality which may be > > switched off by default (e.g. QoS, debugging, etc). >=20 > Hi Mick, >=20 > thank you very much for your explanations! I have learned many things I > didn't know before ... :) >=20 > Hopefully I will get back audio on my cam soon. >=20 > Have a nice week! You're welcome. Sorry we couldn't get you going. I suggest to get in touc= h=20 with the alsa devs who will be able to hopefully fix what's not working wit= h=20 the driver or the configuration. =2D-=20 Regards, Mick --nextPart1438884.6GjpX7e0Um Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk3rv8oACgkQVTDTR3kpaLbBzACglvTY8J5sMmzt1lBARK9Xd+Hh hW0AnA32HH/h/tZsbCSBHNil6W30SU7n =cZ1h -----END PGP SIGNATURE----- --nextPart1438884.6GjpX7e0Um--