2004-01-23 18:38:32

by Kiko Piris

[permalink] [raw]
Subject: [2.6.2-rc1] unknown i2c symbols in bttv and friends

Hi,

I compiled 2.6.2-rc1 and I can't use my Pinnacle PCTV card because bbtv
module and friends refuse to load due to unknown i2c_* symbols. dmesg
relevant part is attached (kernel config is also - grep ^CONFIG -).

I suspect it's due to not setting these new options: CONFIG_I2C_DEBUG_CORE,
CONFIG_I2C_DEBUG_BUS and CONFIG_I2C_DEBUG_CHIP.

Please let me know if I should provide any additional information.

Thanks.

--
Kiko


Attachments:
(No filename) (427.00 B)
dmesg.gz (398.00 B)
config.gz (2.08 kB)
Download all attachments

2004-01-23 18:54:31

by Kiko Piris

[permalink] [raw]
Subject: Re: [2.6.2-rc1] unknown i2c symbols in bttv and friends

On 23/01/2004 at 19:38, Kiko Piris wrote:

> I compiled 2.6.2-rc1 and I can't use my Pinnacle PCTV card because bbtv
> module and friends refuse to load due to unknown i2c_* symbols. dmesg
> relevant part is attached (kernel config is also - grep ^CONFIG -).

My fault. I had a forgotten line

options i2c-core i2c_debug=1

in modprobe.conf. Of course they wheren't loading! :-[

Sorry for the noise.

--
Kiko