<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ipusb-kmod</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/</link><description>Recent changes to ipusb-kmod</description><atom:link href="https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 12 May 2015 14:12:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for ipusb-kmod page</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Any news for the Raspberry Pi?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Evangelos</dc:creator><pubDate>Tue, 12 May 2015 14:12:17 -0000</pubDate><guid>https://sourceforge.net107b152ef842264a9b5949216ba57021493e59d4</guid></item><item><title>ipusb-kmod modified by daniel danzberger</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -19,7 +19,7 @@
 Building modules for the running kernel can be done by:
 (Checkout Kconfig file for debugging options.)

-$ make -C /lib/modules/`uname -r`/build M=\`pwd\` CONFIG_IPUSB_IPHCI_HCD=m CONFIG_IPUSB_HOST=m modules
+$ make -C /lib/modules/\`uname -r\`/build M=\`pwd\` CONFIG_IPUSB_IPHCI_HCD=m CONFIG_IPUSB_HOST=m modules

 $ sudo insmod iphci-hcd.ko (running as client, attach usb devices from a host)
 or
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">daniel danzberger</dc:creator><pubDate>Sat, 27 Jul 2013 05:01:06 -0000</pubDate><guid>https://sourceforge.netc6ae60e64ed592be51e81d3fdab6f58ff72e8507</guid></item><item><title>ipusb-kmod modified by daniel danzberger</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -19,7 +19,7 @@
 Building modules for the running kernel can be done by:
 (Checkout Kconfig file for debugging options.)

-$ make -C /lib/modules/`uname -r`/build M=pwd CONFIG_IPUSB_IPHCI_HCD=m CONFIG_IPUSB_HOST=m modules
+$ make -C /lib/modules/`uname -r`/build M=\`pwd\` CONFIG_IPUSB_IPHCI_HCD=m CONFIG_IPUSB_HOST=m modules

 $ sudo insmod iphci-hcd.ko (running as client, attach usb devices from a host)
 or
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">daniel danzberger</dc:creator><pubDate>Sat, 27 Jul 2013 05:00:42 -0000</pubDate><guid>https://sourceforge.net4e4fcfe63048a7e6b2670ab4467d8ba995b31a85</guid></item><item><title>ipusb-kmod modified by daniel danzberger</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">daniel danzberger</dc:creator><pubDate>Sat, 27 Jul 2013 04:43:41 -0000</pubDate><guid>https://sourceforge.net5b0327c2465cd6cd5cdb190d309e02157cfc7c0f</guid></item><item><title>ipusb-kmod, linux kernel modules modified by daniel danzberger</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod%252C%2520linux%2520kernel%2520modules/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,9 +6,6 @@
 **Contains:**
 iphci-hcd.ko, the ip/usb host controller driver. (client side)
 ipusb-host.ko, the ip/usb host driver. (server side)
-
-**Openwrt:**
-A makefile to build ipusb-host.ko in openwrt is located in openwrt/ipusb-kmod/Makefile

 **Source:**
 [git clone git://ddf-software.de/ipusb-kmod]
@@ -30,3 +27,6 @@

 **Cross Compile for Raspberry Pi:**
 Example is comming when the final tests are done.
+
+**Openwrt:**
+A makefile to build ipusb-host.ko in openwrt is located in openwrt/ipusb-kmod/Makefile
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">daniel danzberger</dc:creator><pubDate>Sat, 27 Jul 2013 03:12:45 -0000</pubDate><guid>https://sourceforge.neteb1bb8f3985f903779b118389d4c52fce8e8f810</guid></item><item><title>ipusb-kmod, linux kernel modules modified by daniel danzberger</title><link>https://sourceforge.net/p/ipusb/wiki/ipusb-kmod%252C%2520linux%2520kernel%2520modules/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="ipusb-kmod"&gt;ipusb-kmod&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt;&lt;br /&gt;
The linux kernel modules.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Contains:&lt;/strong&gt;&lt;br /&gt;
iphci-hcd.ko, the ip/usb host controller driver. (client side)&lt;br /&gt;
ipusb-host.ko, the ip/usb host driver. (server side)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Openwrt:&lt;/strong&gt;&lt;br /&gt;
A makefile to build ipusb-host.ko in openwrt is located in openwrt/ipusb-kmod/Makefile&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt;&lt;br /&gt;
&lt;span&gt;[git clone git://ddf-software.de/ipusb-kmod]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Compile:&lt;/strong&gt;&lt;br /&gt;
Make sure your kernel headers have been installed.&lt;br /&gt;
Example for debian based distributions:&lt;/p&gt;
&lt;p&gt;$ sudo apt-get install linux-headers&lt;/p&gt;
&lt;p&gt;Building modules for the running kernel can be done by:&lt;br /&gt;
(Checkout Kconfig file for debugging options.)&lt;/p&gt;
&lt;p&gt;$ make -C /lib/modules/&lt;code&gt;uname -r&lt;/code&gt;/build M=pwd CONFIG_IPUSB_IPHCI_HCD=m CONFIG_IPUSB_HOST=m modules&lt;/p&gt;
&lt;p&gt;$ sudo insmod iphci-hcd.ko (running as client, attach usb devices from a host)&lt;br /&gt;
or&lt;br /&gt;
$ sudo insmod ipusb-host.ko (running as host, provide usb devices for clients)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cross Compile for Raspberry Pi:&lt;/strong&gt;&lt;br /&gt;
Example is comming when the final tests are done.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">daniel danzberger</dc:creator><pubDate>Sat, 27 Jul 2013 03:08:49 -0000</pubDate><guid>https://sourceforge.net3ab8d399f5e61d46e8cce556509de4fbef8e9960</guid></item></channel></rss>