<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/lfsb/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/lfsb/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 11 Sep 2018 10:15:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/lfsb/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>SILEGO SLG8XP548TTR</title><link>https://sourceforge.net/p/lfsb/feature-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add support for: &lt;/p&gt;
&lt;p&gt;SLG8XP548TTR&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maxim</dc:creator><pubDate>Tue, 11 Sep 2018 10:15:45 -0000</pubDate><guid>https://sourceforge.net90616a6c73a76867fd5c7d1d7193b7f40aa121bf</guid></item><item><title>ICS954310</title><link>https://sourceforge.net/p/lfsb/feature-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please add support for &lt;strong&gt;ICS954310&lt;/strong&gt;&lt;br/&gt;
Datasheet: &lt;a href="https://www.idt.com/general-parts/954310-programmable-timing-control-hub-p4-processor" rel="nofollow"&gt;https://www.idt.com/general-parts/954310-programmable-timing-control-hub-p4-processor&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marcus Miller</dc:creator><pubDate>Tue, 17 Oct 2017 15:54:21 -0000</pubDate><guid>https://sourceforge.netea2f613dfa098b6fc4656037da5ede7d1f6977e2</guid></item><item><title>#14 ICS954201BGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/14/?limit=25#a42f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PLL from SetFSB&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Exoundeeq</dc:creator><pubDate>Wed, 24 Aug 2016 11:33:55 -0000</pubDate><guid>https://sourceforge.net76e612d1877ef8c102f392a873ffd139e3026502</guid></item><item><title>ICS954201BGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Exoundeeq</dc:creator><pubDate>Wed, 24 Aug 2016 11:32:50 -0000</pubDate><guid>https://sourceforge.net7375940e57e5db5c67ee923228b24389b2d9a9f2</guid></item><item><title>#11 ICS932S421BGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#110b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You don't have i2c_core module loaded and none for your smbus chip (i2c_i801 in my case). I can't help, becouse I don't know what smbus chip your have. You can try to load modules manualy and see what dmesg says about.&lt;br /&gt;
Try modprobe i2c_i801. If you're lucky, devices will appears as expected.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Zhornyak</dc:creator><pubDate>Sun, 03 May 2015 18:19:13 -0000</pubDate><guid>https://sourceforge.net018c5097e949e3c2c19ac9d2fc628e6ed4b9a373</guid></item><item><title>#11 ICS932S421BGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#fc7d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Andrey,&lt;/p&gt;
&lt;p&gt;I performed the steps you recommended and I don't even see any entries in /sys/class/i2c-dev/ like they did in the link you provided.&lt;br /&gt;
My OS is ubuntu-server 14.10 and I have ubuntu-mate 14.10 running on a laptop where I do get those entries so it may not be OS related.&lt;br /&gt;
Is it possible that the BIOS is blocking it?&lt;/p&gt;
&lt;p&gt;$ ls -l /dev/i2c&lt;em&gt;&lt;br /&gt;
ls: cannot access /dev/i2c&lt;/em&gt;: No such file or directory&lt;/p&gt;
&lt;p&gt;$ lsmod | grep i2c&lt;br /&gt;
i2c_dev                14027  0 &lt;br /&gt;
i2c_algo_bit           13406  1 igb&lt;/p&gt;
&lt;p&gt;$ ll /sys/class/i2c-dev/&lt;br /&gt;
total 0&lt;br /&gt;
drwxr-xr-x  2 root root 0 May  3 11:52 ./&lt;br /&gt;
drwxr-xr-x 53 root root 0 May  3 11:52 ../&lt;/p&gt;
&lt;p&gt;$ ll /sys/bus/i2c&lt;br /&gt;
total 0&lt;br /&gt;
drwxr-xr-x  4 root root    0 May  3 11:53 ./&lt;br /&gt;
drwxr-xr-x 32 root root    0 Apr 30 03:24 ../&lt;br /&gt;
drwxr-xr-x  2 root root    0 May  3 11:53 devices/&lt;br /&gt;
drwxr-xr-x 38 root root    0 May  3 11:53 drivers/&lt;br /&gt;
-rw-r--r--  1 root root 4096 May  3 11:53 drivers_autoprobe&lt;br /&gt;
--w-------  1 root root 4096 May  3 11:53 drivers_probe&lt;br /&gt;
--w-------  1 root root 4096 May  3 11:53 uevent&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">WattoDaToydarian</dc:creator><pubDate>Sun, 03 May 2015 17:07:37 -0000</pubDate><guid>https://sourceforge.nete122e5f2428bd784b6255de6f44053d3a5c783f4</guid></item><item><title>#11 ICS932S421BGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#d13f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Check output of ls -l /dev/i2c-*&lt;br /&gt;
Here is example of my system :&lt;br /&gt;
crw-rw---T 1 root i2c 89, 0 Май  3 07:53 /dev/i2c-0&lt;br /&gt;
crw-rw---T 1 root i2c 89, 1 Май  3 07:53 /dev/i2c-1&lt;br /&gt;
crw-rw---T 1 root i2c 89, 2 Май  3 07:53 /dev/i2c-2&lt;br /&gt;
crw-rw---T 1 root i2c 89, 3 Май  3 07:53 /dev/i2c-3&lt;br /&gt;
crw-rw---T 1 root i2c 89, 4 Май  3 07:53 /dev/i2c-4&lt;br /&gt;
crw-rw---T 1 root i2c 89, 5 Май  3 07:53 /dev/i2c-5&lt;br /&gt;
crw-rw---T 1 root i2c 89, 6 Май  3 07:53 /dev/i2c-6&lt;br /&gt;
crw-rw---T 1 root i2c 89, 7 Май  3 07:53 /dev/i2c-7&lt;br /&gt;
crw-rw---T 1 root i2c 89, 8 Май  3 07:53 /dev/i2c-8&lt;/p&gt;
&lt;p&gt;If you don't have any entries, check output of lsmod | grep i2c&lt;br /&gt;
Should be like this :&lt;br /&gt;
i2c_dev                12949  0 &lt;br /&gt;
i2c_i801               12670  0 &lt;br /&gt;
i2c_algo_bit           12713  1 i915&lt;br /&gt;
i2c_core               19116  7 i2c_algo_bit,i2c_i801,drm,drm_kms_helper,i915,videodev,i2c_dev&lt;/p&gt;
&lt;p&gt;As you can see, here is i2c_dev module loaded and i2c_i801 driver used.&lt;/p&gt;
&lt;p&gt;Than check this link: &lt;a href="http://www.linuxquestions.org/questions/linux-newbie-8/no-dev-i2c-0-entry-after-insmod-i2c-dev-896482" rel="nofollow"&gt;http://www.linuxquestions.org/questions/linux-newbie-8/no-dev-i2c-0-entry-after-insmod-i2c-dev-896482/&lt;/a&gt; - may be related&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Zhornyak</dc:creator><pubDate>Sun, 03 May 2015 05:18:02 -0000</pubDate><guid>https://sourceforge.net2057ff9f2c57c2484848f24af61f8545705f86b7</guid></item><item><title>#11 ICS932S421BGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#8ce6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Andrey,&lt;/p&gt;
&lt;p&gt;I have tried that with both "acpi_enforce_resources=lax" and "clocksource=acpi_pm" enabled.&lt;br /&gt;
This is what I get:&lt;br /&gt;
$ sudo modprobe i2c-dev&lt;br /&gt;
$ dmesg |tail -1&lt;br /&gt;
&lt;span&gt;[185273.767867]&lt;/span&gt; i2c /dev entries driver&lt;br /&gt;
$ sudo i2cdetect -l&lt;br /&gt;
$&lt;/p&gt;
&lt;p&gt;Perhaps my BIOS is blocking access to the i2c buss? It's an HP server.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">WattoDaToydarian</dc:creator><pubDate>Sat, 02 May 2015 11:56:53 -0000</pubDate><guid>https://sourceforge.net4e42cb5699ee6fbc1a986b3104b0c2b75ffe84d4</guid></item><item><title>#3 Request ICS9LPR427AGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/3/?limit=25#3625</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ics9lpr427a was added. For some netbook models. eeepc 1000h maybe.&lt;br /&gt;
ics9lpr427 working good with eeepc 1001 pq.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Zhornyak</dc:creator><pubDate>Fri, 24 Apr 2015 10:37:36 -0000</pubDate><guid>https://sourceforge.nete0d67280e240920d5f03770ef4969ee9f0a20500</guid></item><item><title>#3 Request ICS9LPR427AGLF</title><link>https://sourceforge.net/p/lfsb/feature-requests/3/?limit=25#c634</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;here is : &lt;a href="http://sourceforge.net/p/lfsb/wiki/How%20to%20build%20from%20git"&gt;http://sourceforge.net/p/lfsb/wiki/How%20to%20build%20from%20git/&lt;/a&gt;&lt;br /&gt;
Don't forget other topics if you have problems : &lt;a href="http://sourceforge.net/p/lfsb/wiki"&gt;http://sourceforge.net/p/lfsb/wiki/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Zhornyak</dc:creator><pubDate>Thu, 23 Apr 2015 17:16:11 -0000</pubDate><guid>https://sourceforge.netc7a507fd4ddb759bfeb1b0176ebe7fc55e5bae6e</guid></item></channel></rss>