From: Jean-Francois Moine <moinejf@free.fr>
To: Kyle Baker <kyleabaker@gmail.com>
Cc: linux-media@vger.kernel.org
Subject: Re: Microsoft VX-1000 Microphone Drivers Crash in x86_64
Date: Wed, 7 Jul 2010 11:06:13 +0200 [thread overview]
Message-ID: <20100707110613.18be4215@tele> (raw)
In-Reply-To: <AANLkTimxJi3qvIImwUDZCzWSCC3fEspjAyeXg9Qkneyo@mail.gmail.com>
On Wed, 7 Jul 2010 02:57:54 -0400
Kyle Baker <kyleabaker@gmail.com> wrote:
> If the microphone works when used alone (with the sound recorder
> application) and video works in Cheese, why would they not work
> together at the same time?
>
> I'm looking through the sonixj.c code to see if I can find where its
> breaking, but I'm not very experienced in C.
>
> I've been trying to get this worked out for a year, so if there is
> anything I can do to help fix this bug let me know. This is a fairly
> common webcam, so it would be great to see this resolved soon.
>
> What is the current priority of this bug?
The video and audio don't work at the same time because the video is
opened before the audio and it takes all the USB bandwidth.
The problem is in the main gspca.c, not in sonixj.c. It may fixed using
a lower alternate setting. To check it, you may add the following lines:
if (dev->config->desc.bNumInterfaces != 1)
gspca_dev->nbalt -= 1;
after
gspca_dev->nbalt = intf->num_altsetting;
in the function gspca_dev_probe() of gspca.c.
If it still does not work, change "-= 1" to "-= 2" or "-= 3" (there are
8 alternate settings in your webcam).
For a correct fix, the exact video bandwidth shall be calculated and I
could not find yet time enough to do the job and people to test it...
Best regards.
--
Ken ar c'hentañ | ** Breizh ha Linux atav! **
Jef | http://moinejf.free.fr/
next prev parent reply other threads:[~2010-07-07 9:05 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 21:40 Microsoft VX-1000 Microphone Drivers Crash in x86_64 Kyle Baker
2010-07-07 5:44 ` Jean-Francois Moine
2010-07-07 6:57 ` Kyle Baker
2010-07-07 9:06 ` Jean-Francois Moine [this message]
2010-07-07 21:32 ` Kyle Baker
2010-07-08 10:14 ` Jean-Francois Moine
2010-07-08 22:54 ` Kyle Baker
2010-07-09 18:03 ` Jean-Francois Moine
2010-07-09 21:04 ` Kyle Baker
2010-07-10 9:36 ` Jean-Francois Moine
2010-07-11 2:30 ` Kyle Baker
2010-07-11 13:50 ` Jean-Francois Moine
[not found] ` <AANLkTinnNhJ-DoFWfU8U5NuTj_p48SefYzWWAxZqiUb-@mail.gmail.com>
2010-07-12 8:18 ` Jean-Francois Moine
2010-07-12 9:28 ` Kyle Baker
2010-07-12 11:21 ` Jean-Francois Moine
2010-07-12 23:01 ` Kyle Baker
2010-07-13 19:13 ` Jean-Francois Moine
2010-07-13 23:59 ` Kyle Baker
2010-07-14 3:01 ` Kyle Baker
[not found] ` <AANLkTikt6QOsrSB3XlgpjQm5wgtfFXlaiqyWsTFDH6PF@mail.gmail.com>
[not found] ` <20100714123145.01259845@tele>
2010-07-14 10:59 ` Kyle Baker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100707110613.18be4215@tele \
--to=moinejf@free.fr \
--cc=kyleabaker@gmail.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox