<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://maemo.octonezd.me/index.php?action=history&amp;feed=atom&amp;title=User%3AAgge%2FUpdating_the_firmware%2Frev2%2Fflasher_errors</id>
	<title>User:Agge/Updating the firmware/rev2/flasher errors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://maemo.octonezd.me/index.php?action=history&amp;feed=atom&amp;title=User%3AAgge%2FUpdating_the_firmware%2Frev2%2Fflasher_errors"/>
	<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=User:Agge/Updating_the_firmware/rev2/flasher_errors&amp;action=history"/>
	<updated>2026-04-22T11:16:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=User:Agge/Updating_the_firmware/rev2/flasher_errors&amp;diff=47337&amp;oldid=prev</id>
		<title>imported_&gt;agge: moved Updating the firmware/rev2 flasher errors to User:Agge/Updating the firmware/rev2/flasher errors</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=User:Agge/Updating_the_firmware/rev2/flasher_errors&amp;diff=47337&amp;oldid=prev"/>
		<updated>2013-11-03T00:16:26Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/index.php/Updating_the_firmware/rev2_flasher_errors&quot; class=&quot;mw-redirect&quot; title=&quot;Updating the firmware/rev2 flasher errors&quot;&gt;Updating the firmware/rev2 flasher errors&lt;/a&gt; to &lt;a href=&quot;/index.php/User:Agge/Updating_the_firmware/rev2/flasher_errors&quot; title=&quot;User:Agge/Updating the firmware/rev2/flasher errors&quot;&gt;User:Agge/Updating the firmware/rev2/flasher errors&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:16, 3 November 2013&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>imported_&gt;agge</name></author>
	</entry>
	<entry>
		<id>https://maemo.octonezd.me/index.php?title=User:Agge/Updating_the_firmware/rev2/flasher_errors&amp;diff=47338&amp;oldid=prev</id>
		<title>imported_&gt;agge: Created page with &quot;===Linux errors===  # If you get this error while trying to run flasher-3.5 &lt;br /&gt;&lt;pre&gt;./flasher-3.5: error while loading shared libraries: libusb-0.1.so.4: cannot open shared ob…&quot;</title>
		<link rel="alternate" type="text/html" href="https://maemo.octonezd.me/index.php?title=User:Agge/Updating_the_firmware/rev2/flasher_errors&amp;diff=47338&amp;oldid=prev"/>
		<updated>2013-11-02T22:00:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Linux errors===  # If you get this error while trying to run flasher-3.5 &amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;./flasher-3.5: error while loading shared libraries: libusb-0.1.so.4: cannot open shared ob…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Linux errors===&lt;br /&gt;
&lt;br /&gt;
# If you get this error while trying to run flasher-3.5 &amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;./flasher-3.5: error while loading shared libraries: libusb-0.1.so.4: cannot open shared object file: No such file or directory&amp;lt;/pre&amp;gt; you are probably on 64 bit and you need to install a libusb compatibility package.  For example, on openSUSE 11.4 you just run &amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;zypper in libusb-0_1-4-32bit&amp;lt;/pre&amp;gt;&amp;lt;br /&amp;gt;On a debian based system you can download and install the 32-bit version in a separate location (don&amp;#039;t install it on your system itself -- &amp;lt;i&amp;gt;note: installing libusb0.1-4 from repos on ubuntu 12.10-amd64 worked fine for one user&amp;lt;/i&amp;gt;) &amp;lt;br /&amp;gt;First download the libusb-0.1-4_0.1.12-13_i386.deb library (google is your friend) and then:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;dpkg-deb -c libusb-0.1-4_0.1.12-13_i386.deb&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo dpkg -x libusb-0.1-4_0.1.12-13_i386.deb libusb-0.1-4_0.1.12-13_i386&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo mv libusb-0.1-4_0.1.12-13_i386/lib/* /lib32&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;cd /usr/lib32&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;sudo ln -s /lib32/libusb-0.1.so.4&amp;lt;/pre&amp;gt;&amp;lt;br/&amp;gt;Now Set the library path (as su):&amp;lt;pre&amp;gt;sudo su&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;export LD_LIBRARY_PATH=/usr/lib32/:&amp;quot;$LD_LIBRARY_PATH&amp;quot;&amp;lt;/pre&amp;gt;Now you can run the flasher application (as su)&amp;lt;br/&amp;gt;&lt;br /&gt;
# basically all recent linux distros come with kernel module cdc_phonet. The problem is that the kernel module cdc_phonet that is automatically loaded and that disrupts the connection from flasher via USB to device.  The solution is to temporarily (or even permanently, since it&amp;#039;s a largely useless module) blacklist it, until you are done flashing.  On openSUSE this can be done by creating a file like this:&amp;lt;br /&amp;gt;&amp;lt;pre&amp;gt;echo &amp;quot;blacklist cdc_phonet&amp;quot; &amp;gt;/etc/modprobe.d/00-blacklist-cdcphonet.conf&amp;lt;/pre&amp;gt;When you finish flashing, remove the file 00-blacklist-cdcphonet.conf to revert back to normal - or just keep it this way, you probably won&amp;#039;t miss cdc_phonet ever.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
There are other, probably timing, reasons causing occasional &amp;quot;unable to enumerate USB&amp;quot;. Immediately issue the flasher command again, up-arrow usually helps fetching last command to re-issue it.&lt;/div&gt;</summary>
		<author><name>imported_&gt;agge</name></author>
	</entry>
</feed>