[opensuse-kernel] Kernel 2.6.27
Hello all Question: in the kernel source 2.6.27 there is the gspav1 webcam driver also there is a sn9c102 driver as my webcam is a MSI 370I 640x480 lsusb = 0c45:60fc Microdia PC Camera with Mic (SN9C105) When will this kernel be available and wich driver will it use for my webcam Robert Koendering Curacao NA -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Mon, Aug 11, 2008 at 09:11:00PM -0400, rob wrote:
Hello all Question: in the kernel source 2.6.27 there is the gspav1 webcam driver also there is a sn9c102 driver as my webcam is a MSI 370I 640x480 lsusb = 0c45:60fc Microdia PC Camera with Mic (SN9C105)
When will this kernel be available
When 2.6.27 is released, last I looked, it wasn't :)
and wich driver will it use for my webcam
Looks like the sn9c102 driver will still work just fine with it, is that a problem? thanks, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
Hello Greg The sn9c102 driver is a V4L2 driver The program wxcam gives this: Determining video4linux API version... / dev/video0 is no V4L2 device Using video4linux 1 API Determining palette format... Found palette VIDEO_PALETTE_RGB24 When the sn9c102 is loaded this program wont work I had the kernel 2.6.27.svn........... from http://download.opensuse.org/repositories/home:/hschaa:/wireless-testing/ope... No gspva1 in lib/modules/kernel 2.6.27 Opensuse 11 is running fine on this kernel even with raid0 Robert. Greg KH wrote:
On Mon, Aug 11, 2008 at 09:11:00PM -0400, rob wrote:
Hello all Question: in the kernel source 2.6.27 there is the gspav1 webcam driver also there is a sn9c102 driver as my webcam is a MSI 370I 640x480 lsusb = 0c45:60fc Microdia PC Camera with Mic (SN9C105)
When will this kernel be available
When 2.6.27 is released, last I looked, it wasn't :)
and wich driver will it use for my webcam
Looks like the sn9c102 driver will still work just fine with it, is that a problem?
thanks,
greg k-h
-- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Tue, Aug 12, 2008 at 12:44:07PM -0400, rob wrote:
Hello Greg
The sn9c102 driver is a V4L2 driver
The program wxcam gives this: Determining video4linux API version... / dev/video0 is no V4L2 device Using video4linux 1 API Determining palette format... Found palette VIDEO_PALETTE_RGB24
When the sn9c102 is loaded this program wont work
I had the kernel 2.6.27.svn........... from http://download.opensuse.org/repositories/home:/hschaa:/wireless-testing/ope... No gspva1 in lib/modules/kernel 2.6.27
Who knows what kernel that is, or what the kernel config options are, right? That looks like a wireless driver testing tree, not something that would have all video drivers :) As for the sn9c102 device, email the v4l developers, they should be able to help you out there. good luck, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
Greg KH wrote:
On Tue, Aug 12, 2008 at 12:44:07PM -0400, rob wrote:
Hello Greg
The sn9c102 driver is a V4L2 driver
The program wxcam gives this: Determining video4linux API version... / dev/video0 is no V4L2 device Using video4linux 1 API Determining palette format... Found palette VIDEO_PALETTE_RGB24
When the sn9c102 is loaded this program wont work
I had the kernel 2.6.27.svn........... from http://download.opensuse.org/repositories/home:/hschaa:/wireless-testing/ope... No gspva1 in lib/modules/kernel 2.6.27
Who knows what kernel that is, or what the kernel config options are, right? That looks like a wireless driver testing tree, not something that would have all video drivers :)
As for the sn9c102 device, email the v4l developers, they should be able to help you out there.
good luck,
greg k-h
Hello Greg followed the devolpment kernel 2.6.27-rc3 Installed it from Head. The gspca drivers as in that kernel wont initialize my webcam MSI-StarCam 0c45: 60fc there are 2 sn9cxxxx .ko drivers there none of them works The sn9c102 driver also loads this 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 I do think its best to make that the kernel only has gspca.ko the same as i compiled it The way the devs broke up the driver in all single parts will not work i think as i see the original code. Robert -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Fri, Aug 15, 2008 at 05:49:35PM -0400, rob wrote:
Greg KH wrote:
On Tue, Aug 12, 2008 at 12:44:07PM -0400, rob wrote:
Hello Greg
The sn9c102 driver is a V4L2 driver
The program wxcam gives this: Determining video4linux API version... / dev/video0 is no V4L2 device Using video4linux 1 API Determining palette format... Found palette VIDEO_PALETTE_RGB24
When the sn9c102 is loaded this program wont work
I had the kernel 2.6.27.svn........... from http://download.opensuse.org/repositories/home:/hschaa:/wireless-testing/ope... No gspva1 in lib/modules/kernel 2.6.27
Who knows what kernel that is, or what the kernel config options are, right? That looks like a wireless driver testing tree, not something that would have all video drivers :)
As for the sn9c102 device, email the v4l developers, they should be able to help you out there.
good luck,
greg k-h
Hello Greg followed the devolpment kernel 2.6.27-rc3 Installed it from Head.
The gspca drivers as in that kernel wont initialize my webcam MSI-StarCam 0c45: 60fc there are 2 sn9cxxxx .ko drivers there none of them works The sn9c102 driver also loads
As I previously mentioned, please let the video 4 linux kernel developers know about this on their mailing list. They are the best ones to fix this and solve the problem. thanks, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
Greg KH wrote:
On Fri, Aug 15, 2008 at 05:49:35PM -0400, rob wrote:
Greg KH wrote:
On Tue, Aug 12, 2008 at 12:44:07PM -0400, rob wrote:
Hello Greg
The sn9c102 driver is a V4L2 driver
The program wxcam gives this: Determining video4linux API version... / dev/video0 is no V4L2 device Using video4linux 1 API Determining palette format... Found palette VIDEO_PALETTE_RGB24
When the sn9c102 is loaded this program wont work
I had the kernel 2.6.27.svn........... from http://download.opensuse.org/repositories/home:/hschaa:/wireless-testing/ope... No gspva1 in lib/modules/kernel 2.6.27
Who knows what kernel that is, or what the kernel config options are, right? That looks like a wireless driver testing tree, not something that would have all video drivers :)
As for the sn9c102 device, email the v4l developers, they should be able to help you out there.
good luck,
greg k-h
Hello Greg followed the devolpment kernel 2.6.27-rc3 Installed it from Head.
The gspca drivers as in that kernel wont initialize my webcam MSI-StarCam 0c45: 60fc there are 2 sn9cxxxx .ko drivers there none of them works The sn9c102 driver also loads
As I previously mentioned, please let the video 4 linux kernel developers know about this on their mailing list. They are the best ones to fix this and solve the problem.
thanks,
greg k-h
To set things strait its not video 4 linux which is not working It are the GSPCA drivers in the kernel messing things up Skype dont see the webcam , Amsn no way wxcam gqcam camorama say no dev/video0 The very same drivers compiled on 2.6.25.11-01 work like a charme. So taken the same source and compiled that for the kernel 2.6.27-rc3 in the same way as for 2.6.25.11-01 should do the job. As video 4 linux is concerned no problems with kernel 2.6.25.11-01 video 4 linux and Gspca see the webcam as v4L1 and all the programs work with the webcam, wxcam, gqcam, camorama, Skype Amsn -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sat, Aug 16, 2008 at 08:16:54PM -0400, rob wrote:
Greg KH wrote:
On Fri, Aug 15, 2008 at 05:49:35PM -0400, rob wrote:
Greg KH wrote:
On Tue, Aug 12, 2008 at 12:44:07PM -0400, rob wrote:
Hello Greg
The sn9c102 driver is a V4L2 driver
The program wxcam gives this: Determining video4linux API version... / dev/video0 is no V4L2 device Using video4linux 1 API Determining palette format... Found palette VIDEO_PALETTE_RGB24
When the sn9c102 is loaded this program wont work
I had the kernel 2.6.27.svn........... from http://download.opensuse.org/repositories/home:/hschaa:/wireless-testing/ope... No gspva1 in lib/modules/kernel 2.6.27
Who knows what kernel that is, or what the kernel config options are, right? That looks like a wireless driver testing tree, not something that would have all video drivers :)
As for the sn9c102 device, email the v4l developers, they should be able to help you out there.
good luck,
greg k-h
Hello Greg followed the devolpment kernel 2.6.27-rc3 Installed it from Head.
The gspca drivers as in that kernel wont initialize my webcam MSI-StarCam 0c45: 60fc there are 2 sn9cxxxx .ko drivers there none of them works The sn9c102 driver also loads
As I previously mentioned, please let the video 4 linux kernel developers know about this on their mailing list. They are the best ones to fix this and solve the problem.
thanks,
greg k-h
To set things strait its not video 4 linux which is not working It are the GSPCA drivers in the kernel messing things up Skype dont see the webcam , Amsn no way wxcam gqcam camorama say no dev/video0
The v4l developers are the ones responsible for that driver.
The very same drivers compiled on 2.6.25.11-01 work like a charme. So taken the same source and compiled that for the kernel 2.6.27-rc3 in the same way as for 2.6.25.11-01 should do the job.
No, it might not, mixing and matching drivers and kernels are not recommended at all. good luck, greg k-h -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (2)
-
Greg KH
-
rob