public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* troubles with my webcam and kernel 2.6.27.rc3  Msi StarCam  0xc45 0x60fc   sn9c105  hv7131r   with mic
@ 2008-08-17 22:58 rob
  2008-08-18  7:54 ` Jean-Francois Moine
  0 siblings, 1 reply; 7+ messages in thread
From: rob @ 2008-08-17 22:58 UTC (permalink / raw)
  To: video4linux-list

Hello all

This is my first post to this list


i have troubles with my webcam and kernel 2.6.27.rc3  (Opensuse)
there are modules loaded gspca  sonic sn9s102 
but no program sees the webcam
The webcam is   Msi StarCam  0xc45 0x60fc   sn9c105  hv7131r   with mic


With the gspcav1 drivers compiled on kernel 2.6.25.11-0.1 (opensuse)
the webcam is seen as a v4L1 webcam see  log below

his is the outcome from the gspca compiled  by me:  om kernel 2.6.25.11
/home/rob/gspcav1-20071224/gspca_core.c: USB GSPCA camera found. SONIX
JPEG (sn9c1xx)
/home/rob/gspcav1-20071224/gspca_core.c: [spca5xx_probe:4275] Camera
type JPEG
/home/rob/gspcav1-20071224/gspca_core.c: [spca5xx_getcapability:1249]
maxw 640 maxh 480 minw 160 minh 120
usbcore: registered new interface driver gspca
/home/rob/gspcav1-20071224/gspca_core.c: gspca driver 01.00.20 registered
/home/rob/gspcav1-20071224/gspca_core.c: [spca5xx_set_light_freq:1932]
Sensor currently not support light frequency banding filters.
/home/rob/gspcav1-20071224/gspca_core.c: [gspca_set_isoc_ep:945] ISO
EndPoint found 0x81 AlternateSet 8



--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: troubles with my webcam and kernel 2.6.27.rc3  Msi StarCam 0xc45 0x60fc   sn9c105  hv7131r   with mic
  2008-08-17 22:58 troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic rob
@ 2008-08-18  7:54 ` Jean-Francois Moine
  2008-08-19  0:58   ` rob koendering
  0 siblings, 1 reply; 7+ messages in thread
From: Jean-Francois Moine @ 2008-08-18  7:54 UTC (permalink / raw)
  To: rob; +Cc: video4linux-list

On Sun, 2008-08-17 at 18:58 -0400, rob wrote:
> Hello all

Hello rob,

> This is my first post to this list

No, it is the second one ;)

> i have troubles with my webcam and kernel 2.6.27.rc3  (Opensuse)
> there are modules loaded gspca  sonic sn9s102 
> but no program sees the webcam
> The webcam is   Msi StarCam  0xc45 0x60fc   sn9c105  hv7131r   with mic

This webcam is handled by both the sn9c102 and gspca drivers. If the
driver sn9c102 is generated, gspca does not handle it.

> With the gspcav1 drivers compiled on kernel 2.6.25.11-0.1 (opensuse)
> the webcam is seen as a v4L1 webcam see  log below
	[snip]

If your webcam worked with gspca v1, it should work with gspca v2. So,
remove the driver sn9c102, get the last gspca v2 from

	http://linuxtv.org/hg/~jfrancois/gspca/

and look at the gspca_README.txt in my page for generation and usage.

Cheers.

-- 
Ken ar c'hentañ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/


--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic
  2008-08-18  7:54 ` Jean-Francois Moine
@ 2008-08-19  0:58   ` rob koendering
  2008-08-19  6:10     ` Jean-Francois Moine
  0 siblings, 1 reply; 7+ messages in thread
From: rob koendering @ 2008-08-19  0:58 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: video4linux-list

Hello Jean

did what say and installed all
still the webcam is nor working
none of the programs will give a picture
either no /dev/video  or cant decode JPEG

recompiled the gspcav1 driver  which gave in nearly every line of
gspca core a error  by rebooting

so i had to update opensuse 11   to get all as it was before including
the kernel
so now we have the  gspcav1 driver and all the webcam programs work fine

So you can go on with the new gspca drivers for 2.6.27.xx   and quite
a few webcam wont work
and most of the programs,
then i wil have this kernel and kernel sources 2.6.25  saved on dvd to
be used by future versions of Opensuse
or the makefile, possible some code  in gspcav1 has to be altered so
we can compile it on 2.6.27

Rob










2008/8/18 Jean-Francois Moine <moinejf@free.fr>:
> On Sun, 2008-08-17 at 18:58 -0400, rob wrote:
>> Hello all
>
> Hello rob,
>
>> This is my first post to this list
>
> No, it is the second one ;)
>
>> i have troubles with my webcam and kernel 2.6.27.rc3  (Opensuse)
>> there are modules loaded gspca  sonic sn9s102
>> but no program sees the webcam
>> The webcam is   Msi StarCam  0xc45 0x60fc   sn9c105  hv7131r   with mic
>
> This webcam is handled by both the sn9c102 and gspca drivers. If the
> driver sn9c102 is generated, gspca does not handle it.
>
>> With the gspcav1 drivers compiled on kernel 2.6.25.11-0.1 (opensuse)
>> the webcam is seen as a v4L1 webcam see  log below
>        [snip]
>
> If your webcam worked with gspca v1, it should work with gspca v2. So,
> remove the driver sn9c102, get the last gspca v2 from
>
>        http://linuxtv.org/hg/~jfrancois/gspca/
>
> and look at the gspca_README.txt in my page for generation and usage.
>
> Cheers.
>
> --
> Ken ar c'hentañ |             ** Breizh ha Linux atav! **
> Jef             |               http://moinejf.free.fr/
>
>
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic
  2008-08-19  0:58   ` rob koendering
@ 2008-08-19  6:10     ` Jean-Francois Moine
       [not found]       ` <e63fe7530808190939v7eb100dds2d632115e587b3ed@mail.gmail.com>
  0 siblings, 1 reply; 7+ messages in thread
From: Jean-Francois Moine @ 2008-08-19  6:10 UTC (permalink / raw)
  To: rob koendering; +Cc: video4linux-list

On Mon, 2008-08-18 at 20:58 -0400, rob koendering wrote:
> Hello Jean

Hello Rob,

> did what say and installed all
> still the webcam is nor working
> none of the programs will give a picture
> either no /dev/video  or cant decode JPEG

The sensor you have has never been tested with gspca v2. May you give me
more information, i.e. syslog output with gspca_main/debug set to 0xff?

> recompiled the gspcav1 driver  which gave in nearly every line of
> gspca core a error  by rebooting
> 
> so i had to update opensuse 11   to get all as it was before including
> the kernel
> so now we have the  gspcav1 driver and all the webcam programs work fine
> 
> So you can go on with the new gspca drivers for 2.6.27.xx   and quite
> a few webcam wont work
> and most of the programs,

Indeed, if nobody wants to test, these webcams will never work!

> then i wil have this kernel and kernel sources 2.6.25  saved on dvd to
> be used by future versions of Opensuse
> or the makefile, possible some code  in gspcav1 has to be altered so
> we can compile it on 2.6.27

You do what you want: if you want to keep the gspca v1 you will have to
maintain it by yourself...

Regards.

-- 
Ken ar c'hentañ |             ** Breizh ha Linux atav! **
Jef             |               http://moinejf.free.fr/


--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic
       [not found]         ` <1219164378.1694.24.camel@localhost>
@ 2008-08-19 17:14           ` rob koendering
       [not found]             ` <1219166101.1694.31.camel@localhost>
  0 siblings, 1 reply; 7+ messages in thread
From: rob koendering @ 2008-08-19 17:14 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: video4linux-list

Jean on opensuse there is only 1 .config file and that resides in
/usr/src/linux-2.6.25.11-0.1-obj/x86_64/default

there are also the Makefile modules.alias Module.symvers

all installed when i installed opensuse on that laptop
normaly there is no laptop on that machine so no driver

i have tryed it one again  the same result

Rob


2008/8/19 Jean-Francois Moine <moinejf@free.fr>:
> On Tue, 2008-08-19 at 12:39 -0400, rob koendering wrote:
>> Hello jean
>
> Hello Rob,
>
>> First  all the computers  are 64 bit  opensuse 11 or mandrive 2008.2
>
> No problem.
>
>> i have laptop with  opensuse 11.0
>>
>> compiled and installed  gspca-57535fa8aaff
>>
>> put my webcam in and reboot
>>
>> this are the boot messages:
>>
>>
>> gspca_main: disagrees about version of symbol video_ioctl2
>> gspca_main: Unknown symbol video_ioctl2
>> gspca_main: disagrees about version of symbol v4l_compat_ioctl32
>> gspca_main: Unknown symbol v4l_compat_ioctl32
>> gspca_main: disagrees about version of symbol video_devdata
>> gspca_main: Unknown symbol video_devdata
>> gspca_main: disagrees about version of symbol video_unregister_device
>> gspca_main: Unknown symbol video_unregister_device
>> gspca_main: disagrees about version of symbol video_register_device
>> gspca_main: Unknown symbol video_register_device
>> gspca_sonixj: Unknown symbol gspca_frame_add
>> gspca_sonixj: Unknown symbol gspca_debug
>> gspca_sonixj: Unknown symbol gspca_disconnect
>> gspca_sonixj: Unknown symbol gspca_dev_probe
>>
>> as i said nothing works  no driver loaded
>> nothing to do
>
> It is a generation problem: you did not compile with the same config as
> the kernel you use.
>
> To generate, you must go to the mercurial root
> (<where_you_installed>/gspca-57535fa8aaff/), copy the '.config' of your
> kernel (usually duplicated in '/boot/config') to 'v4l/', do a
>  'make xxconfig' (xx depending on your taste) to add the gspca driver,
> then 'make' and, as root, 'make install'.
>
> The last command (make install) will copy all the required video modules
> to the /lib/modules/`uname -r`/ tree, including the module 'videodev'
> where are defined the symbols video_ioctl2, v4l_compat_ioctl32...
>
> Indeed, if you played with your webcam before doing the make install,
> the old module videodev is already loaded. Then, you MUST do a rmmod of
> ALL the module related to video, mainly 'v4l1_compat' and
> 'videodev' (and the old webcam drivers).
>
> Regards.
>
> --
> Ken ar c'hentañ |             ** Breizh ha Linux atav! **
> Jef             |               http://moinejf.free.fr/
>
>
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic
       [not found]             ` <1219166101.1694.31.camel@localhost>
@ 2008-08-19 17:37               ` rob koendering
       [not found]                 ` <1219168723.1694.48.camel@localhost>
  0 siblings, 1 reply; 7+ messages in thread
From: rob koendering @ 2008-08-19 17:37 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: video4linux-list

jean  i come out the IT  so i know my way around

I did delete everything in /ib/modules/kernelxxxxxx/drivers/video

make and make install  there they were again  with date of today

so i dont know  what can be wrong with that

tonight i am with someone who has Udbuntu on his machine  we will try it there
with the same webcam

By the way this kernel has no gspca drivers at all in the kernel


Rob



2008/8/19 Jean-Francois Moine <moinejf@free.fr>:
> On Tue, 2008-08-19 at 13:14 -0400, rob koendering wrote:
>> Jean on opensuse there is only 1 .config file and that resides in
>> /usr/src/linux-2.6.25.11-0.1-obj/x86_64/default
>>
>> there are also the Makefile modules.alias Module.symvers
>>
>> all installed when i installed opensuse on that laptop
>> normaly there is no laptop on that machine so no driver
>>
>> i have tryed it one again  the same result
>
> Did you check the date of the modules in:
>        /lib/modules/`uname -r`/kernel/drivers/media/video
> and:
>        /lib/modules/`uname -r`/kernel/drivers/media/video/gspca
>
> If the dates are different, you have an install problem.
>
> --
> Ken ar c'hentañ |             ** Breizh ha Linux atav! **
> Jef             |               http://moinejf.free.fr/
>
>
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic
       [not found]                 ` <1219168723.1694.48.camel@localhost>
@ 2008-08-19 18:23                   ` rob koendering
  0 siblings, 0 replies; 7+ messages in thread
From: rob koendering @ 2008-08-19 18:23 UTC (permalink / raw)
  To: Jean-Francois Moine; +Cc: video4linux-list

Jean i got the mgspcav1-01.00.20-3 drivers

They compile good     took the compiled modules put then in a map
GSPCA  put that map in the kernel modules    did a depmod -ae
reboot    and the webcam is working as before with the  pspcav1 driver

one more thing  this is a message from WXCAM

Determinig video4linux API version
/dev/video0 is no V4L2 device
Using video4linux 1 API
Found palette VIDEO_PALETTE_RGB24

Rob

2008/8/19 Jean-Francois Moine <moinejf@free.fr>:
> On Tue, 2008-08-19 at 13:37 -0400, rob koendering wrote:
>> jean  i come out the IT  so i know my way around
>>
>> I did delete everything in /ib/modules/kernelxxxxxx/drivers/video
>>
>> make and make install  there they were again  with date of today
>>
>> so i dont know  what can be wrong with that
>
> If the same date appears also in
>        /lib/modules/`uname -r`/kernel/drivers/media/video/gspca
> and if you did rmmod of all the video modules before plugging the
> webcam, I do not see what it can be...
>
>> tonight i am with someone who has Udbuntu on his machine  we will try
>> it there
>> with the same webcam
>>
>> By the way this kernel has no gspca drivers at all in the kernel
>
> Good! Thank you to give me the results.
>
> --
> Ken ar c'hentañ |             ** Breizh ha Linux atav! **
> Jef             |               http://moinejf.free.fr/
>
>
>

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-08-19 18:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17 22:58 troubles with my webcam and kernel 2.6.27.rc3 Msi StarCam 0xc45 0x60fc sn9c105 hv7131r with mic rob
2008-08-18  7:54 ` Jean-Francois Moine
2008-08-19  0:58   ` rob koendering
2008-08-19  6:10     ` Jean-Francois Moine
     [not found]       ` <e63fe7530808190939v7eb100dds2d632115e587b3ed@mail.gmail.com>
     [not found]         ` <1219164378.1694.24.camel@localhost>
2008-08-19 17:14           ` rob koendering
     [not found]             ` <1219166101.1694.31.camel@localhost>
2008-08-19 17:37               ` rob koendering
     [not found]                 ` <1219168723.1694.48.camel@localhost>
2008-08-19 18:23                   ` rob koendering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox