View previous topic :: View next topic |
Author |
Message |
JanErik Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 28 Oct 2002 Posts: 488 Location: Finland
|
Posted: Sat Aug 16, 2008 6:06 pm Post subject: I2C Algorithms disappeared in gentoo-sources-2.6.26-r1 |
|
|
Does anybody know what it depends on? I need the functionality for DVB tuner drivers, must be some small option that I am missing, works in 2.6.24. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JanErik Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 28 Oct 2002 Posts: 488 Location: Finland
|
Posted: Sat Aug 16, 2008 7:13 pm Post subject: |
|
|
Copying .config from 2.6.24 did not make the section show up either. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SeaTiger l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/74558814148ae3692e2bbf.png)
Joined: 22 Nov 2007 Posts: 603 Location: Toronto, Ontario, Canada
|
Posted: Sun Aug 17, 2008 6:37 am Post subject: |
|
|
Do you mean Device Driver -> I2C support? It should depends on I/O Memory and according to mailing list, the only arch that don't have it is OS/309
Try: Code: | grep HAS_IOMEM .config | should show: |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ville.aakko Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 06 Aug 2006 Posts: 113 Location: Oulu, Finland
|
Posted: Sun Aug 17, 2008 9:50 am Post subject: |
|
|
I2C algorithms are there, in 2.6.26 too, but the options to enable them were removed. They should be automatically enabled, if you enable something in the kernel config that needs them. See: http://groups.google.com/group/linux.kernel/browse_thread/thread/6a107d4a704d08f5
Of course, this sucks if you need to compile some modules outside of the kernel, that needs the i2c stuff.
In addition, it seems that some DVB devices that are supported by the stock kernel stopped to work in 2.6.26, namely, Cablestar 2 PCI (supported by b2c2_flexcop_pci and stv0297 frontend) stopped working. I'd already made a bug report but I'm lazy ![Wink ;)](images/smiles/icon_wink.gif) _________________ - Ville |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JanErik Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 28 Oct 2002 Posts: 488 Location: Finland
|
Posted: Sun Aug 17, 2008 10:23 am Post subject: |
|
|
Ah, the structure of DVB/ATSC adapter menu had changed aswell to put Budget cards under its own SAA7146 menu. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|