All of lore.kernel.org
 help / color / mirror / Atom feed
* error - cx18 driver
@ 2012-05-06  0:11 Hector Catre
  2012-05-06  0:42 ` Andy Walls
  0 siblings, 1 reply; 4+ messages in thread
From: Hector Catre @ 2012-05-06  0:11 UTC (permalink / raw)
  To: linux-media

Note: I’m a relatively n00b trying to set up mythtv and having issues
installing the hauppage hvr-1600 tuner/capture card.

When I run dmesg, I get the following:

[  117.013178]  a1ac5dc28d2b4ca78e183229f7c595ffd725241c [media] gspca
- sn9c20x: Change the exposure setting of Omnivision sensors
[  117.013183]  4fb8137c43ebc0f5bc0dde6b64faa9dd1b1d7970 [media] gspca
- sn9c20x: Don't do sensor update before the capture is started
[  117.013188]  c4407fe86d3856f60ec711e025bbe9a0159354a3 [media] gspca
- sn9c20x: Set the i2c interface speed
[  117.028665] cx18: Unknown symbol i2c_bit_add_bus (err 0)

Help.

Thanks,
H

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

* Re: error - cx18 driver
  2012-05-06  0:11 error - cx18 driver Hector Catre
@ 2012-05-06  0:42 ` Andy Walls
  2012-05-06  1:41   ` Hector Catre
  0 siblings, 1 reply; 4+ messages in thread
From: Andy Walls @ 2012-05-06  0:42 UTC (permalink / raw)
  To: Hector Catre, linux-media

Hector Catre <hcatre@gmail.com> wrote:

>Note: I’m a relatively n00b trying to set up mythtv and having issues
>installing the hauppage hvr-1600 tuner/capture card.
>
>When I run dmesg, I get the following:
>
>[  117.013178]  a1ac5dc28d2b4ca78e183229f7c595ffd725241c [media] gspca
>- sn9c20x: Change the exposure setting of Omnivision sensors
>[  117.013183]  4fb8137c43ebc0f5bc0dde6b64faa9dd1b1d7970 [media] gspca
>- sn9c20x: Don't do sensor update before the capture is started
>[  117.013188]  c4407fe86d3856f60ec711e025bbe9a0159354a3 [media] gspca
>- sn9c20x: Set the i2c interface speed
>[  117.028665] cx18: Unknown symbol i2c_bit_add_bus (err 0)
>
>Help.
>
>Thanks,
>H
>--
>To unsubscribe from this list: send the line "unsubscribe linux-media"
>in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

You must ensure i2c_algo_bit.ko exists as a kernel module or that i2c_algo_bit is built into your kernel.

Regards,
Andy

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

* RE: error - cx18 driver
  2012-05-06  0:42 ` Andy Walls
@ 2012-05-06  1:41   ` Hector Catre
  2012-05-06  3:12     ` poma
  0 siblings, 1 reply; 4+ messages in thread
From: Hector Catre @ 2012-05-06  1:41 UTC (permalink / raw)
  To: 'Andy Walls', linux-media

Thanks Andy.
Again I'm a n00b, thus, can you point me to a page or resource where I can find and install i2c_algo_bit?
Thanks again,
H

-----Original Message-----
From: Andy Walls [mailto:awalls@md.metrocast.net] 
Sent: May-05-12 8:43 PM
To: Hector Catre; linux-media@vger.kernel.org
Subject: Re: error - cx18 driver

Hector Catre <hcatre@gmail.com> wrote:

>Note: I’m a relatively n00b trying to set up mythtv and having issues 
>installing the hauppage hvr-1600 tuner/capture card.
>
>When I run dmesg, I get the following:
>
>[  117.013178]  a1ac5dc28d2b4ca78e183229f7c595ffd725241c [media] gspca
>- sn9c20x: Change the exposure setting of Omnivision sensors [  
>117.013183]  4fb8137c43ebc0f5bc0dde6b64faa9dd1b1d7970 [media] gspca
>- sn9c20x: Don't do sensor update before the capture is started [  
>117.013188]  c4407fe86d3856f60ec711e025bbe9a0159354a3 [media] gspca
>- sn9c20x: Set the i2c interface speed
>[  117.028665] cx18: Unknown symbol i2c_bit_add_bus (err 0)
>
>Help.
>
>Thanks,
>H
>--
>To unsubscribe from this list: send the line "unsubscribe linux-media"
>in
>the body of a message to majordomo@vger.kernel.org More majordomo info 
>at  http://vger.kernel.org/majordomo-info.html

You must ensure i2c_algo_bit.ko exists as a kernel module or that i2c_algo_bit is built into your kernel.

Regards,
Andy


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

* Re: error - cx18 driver
  2012-05-06  1:41   ` Hector Catre
@ 2012-05-06  3:12     ` poma
  0 siblings, 0 replies; 4+ messages in thread
From: poma @ 2012-05-06  3:12 UTC (permalink / raw)
  To: linux-media

On 05/06/2012 03:41 AM, Hector Catre wrote:
> Thanks Andy.
> Again I'm a n00b, thus, can you point me to a page or resource where I can find and install i2c_algo_bit?
> Thanks again,
> H
>
Please paste output of:
grep -w 'CONFIG_I2C\|CONFIG_I2C_HELPER_AUTO\|CONFIG_I2C_ALGOBIT'
/boot/config-`uname -r`
grep -i i2c /etc/modprobe.d/* /etc/modules.conf
modinfo i2c-core
modinfo i2c_algo_bit
lsmod | grep -w 'i2c-core\|i2c_algo_bit'


> -----Original Message-----
> From: Andy Walls [mailto:awalls@md.metrocast.net] 
> Sent: May-05-12 8:43 PM
> To: Hector Catre; linux-media@vger.kernel.org
> Subject: Re: error - cx18 driver
> 
> Hector Catre <hcatre@gmail.com> wrote:
> 
>> Note: I’m a relatively n00b trying to set up mythtv and having issues 
>> installing the hauppage hvr-1600 tuner/capture card.
>>
>> When I run dmesg, I get the following:
>>
>> [  117.013178]  a1ac5dc28d2b4ca78e183229f7c595ffd725241c [media] gspca
>> - sn9c20x: Change the exposure setting of Omnivision sensors [  
>> 117.013183]  4fb8137c43ebc0f5bc0dde6b64faa9dd1b1d7970 [media] gspca
>> - sn9c20x: Don't do sensor update before the capture is started [  
>> 117.013188]  c4407fe86d3856f60ec711e025bbe9a0159354a3 [media] gspca
>> - sn9c20x: Set the i2c interface speed
>> [  117.028665] cx18: Unknown symbol i2c_bit_add_bus (err 0)
>>
>> Help.
>>
>> Thanks,
>> H
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-media"
>> in
>> the body of a message to majordomo@vger.kernel.org More majordomo info 
>> at  http://vger.kernel.org/majordomo-info.html
> 
> You must ensure i2c_algo_bit.ko exists as a kernel module or that i2c_algo_bit is built into your kernel.
> 
> Regards,
> Andy
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

end of thread, other threads:[~2012-05-06  3:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06  0:11 error - cx18 driver Hector Catre
2012-05-06  0:42 ` Andy Walls
2012-05-06  1:41   ` Hector Catre
2012-05-06  3:12     ` poma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.