<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/lfsb/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/lfsb/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/lfsb/feature-requests/</id><updated>2018-09-11T10:15:45.032000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>SILEGO SLG8XP548TTR</title><link href="https://sourceforge.net/p/lfsb/feature-requests/16/" rel="alternate"/><published>2018-09-11T10:15:45.032000Z</published><updated>2018-09-11T10:15:45.032000Z</updated><author><name>Maxim</name><uri>https://sourceforge.net/u/santazx/</uri></author><id>https://sourceforge.net90616a6c73a76867fd5c7d1d7193b7f40aa121bf</id><summary type="html">&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;</summary></entry><entry><title>ICS954310</title><link href="https://sourceforge.net/p/lfsb/feature-requests/15/" rel="alternate"/><published>2017-10-17T15:54:21.887000Z</published><updated>2017-10-17T15:54:21.887000Z</updated><author><name>Marcus Miller</name><uri>https://sourceforge.net/u/marcus1984/</uri></author><id>https://sourceforge.netea2f613dfa098b6fc4656037da5ede7d1f6977e2</id><summary type="html">&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;</summary></entry><entry><title>#14 ICS954201BGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/14/?limit=25#a42f" rel="alternate"/><published>2016-08-24T11:33:55.630000Z</published><updated>2016-08-24T11:33:55.630000Z</updated><author><name>Exoundeeq</name><uri>https://sourceforge.net/u/exoundeeq/</uri></author><id>https://sourceforge.net76e612d1877ef8c102f392a873ffd139e3026502</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;PLL from SetFSB&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>ICS954201BGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/14/" rel="alternate"/><published>2016-08-24T11:32:50.364000Z</published><updated>2016-08-24T11:32:50.364000Z</updated><author><name>Exoundeeq</name><uri>https://sourceforge.net/u/exoundeeq/</uri></author><id>https://sourceforge.net7375940e57e5db5c67ee923228b24389b2d9a9f2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Please&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#11 ICS932S421BGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#110b" rel="alternate"/><published>2015-05-03T18:19:13.784000Z</published><updated>2015-05-03T18:19:13.784000Z</updated><author><name>Andrey Zhornyak</name><uri>https://sourceforge.net/u/userid-1297028/</uri></author><id>https://sourceforge.net018c5097e949e3c2c19ac9d2fc628e6ed4b9a373</id><summary type="html">&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;</summary></entry><entry><title>#11 ICS932S421BGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#fc7d" rel="alternate"/><published>2015-05-03T17:07:37.415000Z</published><updated>2015-05-03T17:07:37.415000Z</updated><author><name>WattoDaToydarian</name><uri>https://sourceforge.net/u/dannycan/</uri></author><id>https://sourceforge.nete122e5f2428bd784b6255de6f44053d3a5c783f4</id><summary type="html">&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;</summary></entry><entry><title>#11 ICS932S421BGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#d13f" rel="alternate"/><published>2015-05-03T05:18:02.603000Z</published><updated>2015-05-03T05:18:02.603000Z</updated><author><name>Andrey Zhornyak</name><uri>https://sourceforge.net/u/userid-1297028/</uri></author><id>https://sourceforge.net2057ff9f2c57c2484848f24af61f8545705f86b7</id><summary type="html">&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;</summary></entry><entry><title>#11 ICS932S421BGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/11/?limit=25&amp;page=1#8ce6" rel="alternate"/><published>2015-05-02T11:56:53.272000Z</published><updated>2015-05-02T11:56:53.272000Z</updated><author><name>WattoDaToydarian</name><uri>https://sourceforge.net/u/dannycan/</uri></author><id>https://sourceforge.net4e42cb5699ee6fbc1a986b3104b0c2b75ffe84d4</id><summary type="html">&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;</summary></entry><entry><title>#3 Request ICS9LPR427AGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/3/?limit=25#3625" rel="alternate"/><published>2015-04-24T10:37:36.303000Z</published><updated>2015-04-24T10:37:36.303000Z</updated><author><name>Andrey Zhornyak</name><uri>https://sourceforge.net/u/userid-1297028/</uri></author><id>https://sourceforge.nete0d67280e240920d5f03770ef4969ee9f0a20500</id><summary type="html">&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;</summary></entry><entry><title>#3 Request ICS9LPR427AGLF</title><link href="https://sourceforge.net/p/lfsb/feature-requests/3/?limit=25#c634" rel="alternate"/><published>2015-04-23T17:16:11.043000Z</published><updated>2015-04-23T17:16:11.043000Z</updated><author><name>Andrey Zhornyak</name><uri>https://sourceforge.net/u/userid-1297028/</uri></author><id>https://sourceforge.netc7a507fd4ddb759bfeb1b0176ebe7fc55e5bae6e</id><summary type="html">&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;</summary></entry></feed>