#1 Le 18/03/2012, à 13:33
- xunil2003
Ubuntu sur processeur ARM
Bonjour,
J'ai acheté un Plug computer Globalscale DremPlug Multi boot .
Il ne posséde n'y ecran, n'y clavier, n'y souris, on ce connecte dessus en ssh.
exemple
ssh root@192.168.0.6
depuis le terminal d'un PC, avantage il ne consomme que 5 watts, idéal pour faire un mini-serveur domestique.
Utilisation : lamp, asterisk, domotique x10 (Marmitek cm15 Pro)
Documentation ---> http://www.newit.co.uk/shop/proddetail. … ream_Multi
Je voudrai installer mon pilote usb pour la domotique, je tien a préciser avant que sur mon pc j'ai Ubuntu 10.10 x64 est que le pilote fonctionne sans problème.
j'ai téléchargé le pilote ici -----> www.linuxha.com/athome/common/iplcd/iplc-driver.tgz
avant de compiler le pilote j'ai installer les paquets suivant pour compiler :
apt-get install lzop
apt-get install make
apt-get install gcc
apt-get install build-essential
apt-get install fakeroot
apt-get install checkinstall
lorsque je compile mon pilote j'ai une erreur 2
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6# make -f Makefile.cm15a
make -C /lib/modules/2.6.33.6/build SUBDIRS=/home/serveur/Pilotes/iplc/driver/linux-2.6 modules
make: *** /lib/modules/2.6.33.6/build: No such file or directory. Stop.
make: *** [default] Error 2
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6#
Voir tuto installation pilote ----> http://forum.ubuntu-fr.org/viewtopic.php?id=331336&p=1
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6# echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6#
Es-ce que cela vient de la version de gcc
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6# dpkg -l | grep gcc
ii gcc 4:4.3.3-1ubuntu1 The GNU C compiler
ii gcc-4.3 4.3.3-5ubuntu4 The GNU C compiler
ii gcc-4.3-base 4.3.3-5ubuntu4 The GNU Compiler Collection (base package)
ii libgcc1 1:4.3.3-5ubuntu4 GCC support library
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6#
root@ubuntu:/home/serveur# uname -a
Linux ubuntu 2.6.33.6 #1 PREEMPT Tue Feb 8 03:18:41 EST 2011 armv5tel GNU/Linux
root@ubuntu:/home/serveur#
Je n'arrive pas a compiler également ce fichier, bizare.
root@ubuntu:/home/serveur# gcc test.c -o test
gcc: test.c: No such file or directory
gcc: no input files
root@ubuntu:/home/serveur#
root@ubuntu:/home/serveur# ls
Musique Pilotes test.c
root@ubuntu:/home/serveur#
root@ubuntu:/usr/bin# ls -al gcc*
lrwxrwxrwx 1 root root 7 Mar 18 11:38 gcc -> gcc-4.3
-rwxr-xr-x 1 root root 208036 Mar 17 2009 gcc-4.3
root@ubuntu:/usr/bin#
root@ubuntu:/usr/bin# gcc -v
Using built-in specs.
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --disable-libssp --disable-sjlj-exceptions --with-arch=armv5t --with-tune=cortex-a8 --enable-checking=release --build=arm-linux-gnueabi --host=arm-linux-gnueabi --target=arm-linux-gnueabi
Thread model: posix
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
root@ubuntu:/usr/bin#
Que veut dire ce message :
make: *** /lib/modules/2.6.33.6/build: No such file or directory. Stop.
Il ne trouve pas build.
Pourtant build est installé
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6/cm15a.d# ls -al /lib/modules/2.6.33.6/buil*
lrwxrwxrwx 1 root root 36 Sep 2 2011 /lib/modules/2.6.33.6/build -> /ddb/dreamplug/kernel/linux-2.6.33.6
root@ubuntu:/home/serveur/Pilotes/iplc/driver/linux-2.6/cm15a.d#
par contre je ne trouve pas
/ddb/dreamplug/kernel/linux-2.6.33.6
Merci.
Dernière modification par xunil2003 (Le 19/03/2012, à 22:51)
- AMD R9 5950x 64 Go Ram / Intel Pentium I7 960 - 12 Go Ram - 6 T0 - Kubuntu 12.04 x64 / Kubuntu 14.04 x64 / Kubuntu 16.04 x64 / Kubuntu 18.04 x64 / Kubuntu 20.04 x64 / Mint
- DreamPlug Multi Boot / Marvel 1.22 Ghz / Architecture ARM / 512 Mo Ram / Carte-sd 16 Go class 10 / 5 Watts / Debian Squeeze 2.6.39.4
- Raspberry PI 1 / Raspberry PI 2 / Raspberry PI 3 / Raspberry PI 4 : 4Gb
JE SUIS CHARLIE
Hors ligne