<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/ftdidevice/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 27 Apr 2013 19:20:00 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ftdidevice/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>FAQ modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,7 +2,7 @@
 ----

 Q: What OS are supported? 
-A: This "wrapper" is based on [libFTDI](http://www.intra2net.com/en/developer/libftdi/download.php) and it is based on libUSB. So probably only linux/unix are/will be supported. 
+A: At the moment only linux. This "wrapper" is based on [libFTDI](http://www.intra2net.com/en/developer/libftdi/download.php) and it is based on libUSB. So probably others may be supported in the future. 

 Q: When will be implemented missing function like "ftdi_write_eeprom".. 
 A: Well, I can add them but I need some cheap device on which I can test it. At the moment I have only quite expensive one and I don't want to destroy it :-) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Sat, 27 Apr 2013 19:20:00 -0000</pubDate><guid>https://sourceforge.net54f53969ad7cdd30e0190e33f24ffa22f9d4d03a</guid></item><item><title>FAQ modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -19,7 +19,7 @@

 *SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0664", GROUP="plugdev"*

-This say "users in plugdev group can access usb devices where idVendor is 0403 and idProduct is 6001". Then open terminal, type "dmesg" and find log for your device. It should be something this: 
+This say "users in plugdev group can access usb devices where idVendor is 0403 and idProduct is 6001". Then open terminal, type "dmesg" and find log for your device. It should be something like: 

 *\[ 661.375369\] usb 5-1: New USB device found, idVendor=0403, idProduct=6001*

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Thu, 25 Apr 2013 17:36:53 -0000</pubDate><guid>https://sourceforge.net23e835e3e0e440864712eb9844311bd4ace6111f</guid></item><item><title>FAQ modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,5 @@
 FAQ:
+----

 Q: What OS are supported? 
 A: This "wrapper" is based on [libFTDI](http://www.intra2net.com/en/developer/libftdi/download.php) and it is based on libUSB. So probably only linux/unix are/will be supported. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Wed, 24 Apr 2013 08:02:48 -0000</pubDate><guid>https://sourceforge.net6d94b7ca1e114e2660bf443082f05c8f6ea1cb31</guid></item><item><title>FAQ modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -20,6 +20,6 @@

 This say "users in plugdev group can access usb devices where idVendor is 0403 and idProduct is 6001". Then open terminal, type "dmesg" and find log for your device. It should be something this: 

-*[ 661.375369] usb 5-1: New USB device found, idVendor=0403, idProduct=6001*
+*\[ 661.375369\] usb 5-1: New USB device found, idVendor=0403, idProduct=6001*

 match if the idVendor and idProduct are the same as in "99-libftdi.rules". There is a "bug" in "libftdi.x86_64" package that use ATTRS{idProduct}=="6010" instead of "6001". What is also ftdi chipset device but may not be what you have
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Wed, 24 Apr 2013 07:50:50 -0000</pubDate><guid>https://sourceforge.neta3b02b174b8f42162162f5fcd12c639427ce22cd</guid></item><item><title>FAQ modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,25 @@
-HELLO faq
+FAQ:
+
+Q: What OS are supported? 
+A: This "wrapper" is based on [libFTDI](http://www.intra2net.com/en/developer/libftdi/download.php) and it is based on libUSB. So probably only linux/unix are/will be supported. 
+
+Q: When will be implemented missing function like "ftdi_write_eeprom".. 
+A: Well, I can add them but I need some cheap device on which I can test it. At the moment I have only quite expensive one and I don't want to destroy it :-) 
+
+Q: How to install libFTDI? 
+A: Depending on your distribution. But generaly you should use package manager to find and install it.
+For 64 bit Fedora linux you can use "yum install libftdi.x86_64".
+
+Q: I have installed libFTDI but I can't access device. What is wrong? 
+A: You probably don't have permision to access the USB device. Are you in the right group (plugdev in Fedora linux)? 
+
+Q: Yes I'm. But I still have problems to acccess it. 
+A: Check udev rules. For fedora: go to "/etc/udev/rules.d", search for file "99-libftdi.rules" It should contains line like this:
+
+*SUBSYSTEM=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0664", GROUP="plugdev"*
+
+This say "users in plugdev group can access usb devices where idVendor is 0403 and idProduct is 6001". Then open terminal, type "dmesg" and find log for your device. It should be something this: 
+
+*[ 661.375369] usb 5-1: New USB device found, idVendor=0403, idProduct=6001*
+
+match if the idVendor and idProduct are the same as in "99-libftdi.rules". There is a "bug" in "libftdi.x86_64" package that use ATTRS{idProduct}=="6010" instead of "6001". What is also ftdi chipset device but may not be what you have
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Wed, 24 Apr 2013 07:49:49 -0000</pubDate><guid>https://sourceforge.net5f994e4875baead73d3edff74154d279a7334664</guid></item><item><title>FAQ modified by Miso kopera</title><link>https://sourceforge.net/p/ftdidevice/wiki/FAQ/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;HELLO faq&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miso kopera</dc:creator><pubDate>Wed, 24 Apr 2013 07:22:21 -0000</pubDate><guid>https://sourceforge.net6f426669982840fd6141963a89b7ef787835f15f</guid></item></channel></rss>