Benutzer-Werkzeuge

Webseiten-Werkzeuge


howto:hexabus

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
hexabus [2013/04/28 22:46] justinotherguyhexabus [2013/05/06 22:24] justinotherguy
Zeile 1: Zeile 1:
 ===== getting hexabus to work on an IOmega iconnect running Debian Squeeze (Debian version 6) ====== ===== getting hexabus to work on an IOmega iconnect running Debian Squeeze (Debian version 6) ======
 +<code>
 # uname -a # uname -a
 Linux iconnect 3.8.3-iconnect #1 Sun Mar 17 15:59:20 CET 2013 armv5tel GNU/Linux Linux iconnect 3.8.3-iconnect #1 Sun Mar 17 15:59:20 CET 2013 armv5tel GNU/Linux
 +</code>
  
 === plug hexaplug into iconnect === === plug hexaplug into iconnect ===
  
 === dmesg output === === dmesg output ===
 +<code>
 [3348709.273120] usb 1-1.4.3: new full-speed USB device number 9 using orion-ehci [3348709.273120] usb 1-1.4.3: new full-speed USB device number 9 using orion-ehci
 [3348709.409492] usb 1-1.4.3: New USB device found, idVendor=24ad, idProduct=008e [3348709.409492] usb 1-1.4.3: New USB device found, idVendor=24ad, idProduct=008e
Zeile 16: Zeile 17:
 [3348709.445662] cdc_ether 1-1.4.3:130.0 usb0: register 'cdc_ether' at usb-orion-ehci.0-1.4.3, CDC Ethernet Device, 02:50:c4:04:01:e3 [3348709.445662] cdc_ether 1-1.4.3:130.0 usb0: register 'cdc_ether' at usb-orion-ehci.0-1.4.3, CDC Ethernet Device, 02:50:c4:04:01:e3
 [3348709.458950] cdc_acm 1-1.4.3:130.2: ttyACM0: USB ACM device [3348709.458950] cdc_acm 1-1.4.3:130.2: ttyACM0: USB ACM device
 +</code>
  
 === lsusb output === === lsusb output ===
 +<code>
 Bus 001 Device 009: ID 24ad:008e Bus 001 Device 009: ID 24ad:008e
 +</code>
  
 === lsusb -v output === === lsusb -v output ===
 +<code>
 Bus 001 Device 009: ID 24ad:008e Bus 001 Device 009: ID 24ad:008e
 Device Descriptor: Device Descriptor:
Zeile 503: Zeile 508:
 Device Status:     0x0000 Device Status:     0x0000
   (Bus Powered)   (Bus Powered)
 +</code>
  
 === lsmod | grep cdc_ether === === lsmod | grep cdc_ether ===
 +<code>
 cdc_ether               3541  0 cdc_ether               3541  0
 usbnet                 15388  1 cdc_ether usbnet                 15388  1 cdc_ether
 +</code>
  
 === ifconfig -a === === ifconfig -a ===
 +<code>
 usb0      Link encap:Ethernet  HWaddr 02:50:c4:04:01:e3 usb0      Link encap:Ethernet  HWaddr 02:50:c4:04:01:e3
           BROADCAST MULTICAST  MTU:1284  Metric:1           BROADCAST MULTICAST  MTU:1284  Metric:1
Zeile 515: Zeile 524:
           collisions:0 txqueuelen:1000           collisions:0 txqueuelen:1000
           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 +</code>
  
-=== installation of libklio and hexabus ===+=== installation of libklio ===
 <code> <code>
 mkdir /usr/local/packages mkdir /usr/local/packages
Zeile 576: Zeile 586:
 http://ftp.de.debian.org/debian/pool/main/b/boost1.49/libboost-thread1.49-dev_1.49.0-3.2_armel.deb http://ftp.de.debian.org/debian/pool/main/b/boost1.49/libboost-thread1.49-dev_1.49.0-3.2_armel.deb
 http://ftp.de.debian.org/debian/pool/main/b/boost1.49/libboost-thread1.49.0_1.49.0-3.2_armel.deb http://ftp.de.debian.org/debian/pool/main/b/boost1.49/libboost-thread1.49.0_1.49.0-3.2_armel.deb
 +
 +clang
 +http://ftp.de.debian.org/debian/pool/main/libf/libffi/libffi5_3.0.10-3_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/c/clang/clang_3.0-6.2_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/l/llvm-3.0/libllvm3.0_3.0-10_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/b/binfmt-support/binfmt-support_2.0.12_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/c/clang/libclang-common-dev_3.0-6.2_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/libf/libffi/libffi-dev_3.0.10-3_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/l/llvm-3.0/libllvm3.0_3.0-10_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/l/llvm-3.0/llvm-3.0-dev_3.0-10_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/l/llvm-3.0/llvm-3.0-runtime_3.0-10_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/libp/libpipeline/libpipeline1_1.2.1-1_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/l/llvm-3.0/llvm-3.0_3.0-10_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/c/clang/libclang-dev_3.0-6.2_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/c/clang/libclang1_3.0-6.2_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/s/supercollider/libscsynth1_3.4.5-1wheezy1_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/j/jackd2/libjack-jackd2-0_1.9.8~dfsg.4+20120529git007cdc37-5_armel.deb
 +http://ftp.de.debian.org/debian/pool/main/s/supercollider/libsclang1_3.4.5-1wheezy1_armel.deb
  
 dpkg -i *.deb dpkg -i *.deb
Zeile 583: Zeile 611:
 make make
 make release make release
 +cd ..
 +</code>
 +
 +
 +=== hexabus ===
 +<code>
 +cd /usr/local/src
 +git clone https://github.com/mysmartgrid/hexabus.git
 +cd hexabus
 +git checkout development
 +cd hostsoftware/libhexabus
 +make release
 +dpkg -i build/libhexabus-0.6.0-Linux.deb
 +
 </code> </code>
  
 +hba: ca. 4h
 +hbc: ca. 20h
 +hexinfo: ca. 4h
  
 === Raspberry Pi running Debian Wheezy === === Raspberry Pi running Debian Wheezy ===
howto/hexabus.txt · Zuletzt geändert: 2018/04/01 15:35 von jau