Je n'avais jamais vu 2 interfaces sur une même ligne auto…est-ce possible ? Si tu essayes le code suivant, ça change quelque chose ? auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp gateway 192.168.1.1 auto wlan0 iface wlan0 inet static address 192.168.1.8 netmask 255.255.255.0 network ...
Salut ! Pour pouvoir t'aider un peu plus il faudrait que tu donnes ta config : Qu'as tu mis dans /etc/network/interface ? Le résultat de iwconfig ? Utilises tu le dhcp ? De mémoire l'espace ne gène pas tant que tu écris l'essid entre quotes, dans le doute enlèves le pour les test ;) Sinon remets vit...
Edit: Just glanced at the commit logs and I don't see anything about that, so I must have been imagining things. Either way, there does seem to be a known problem about that partition getting corrupted when written to. It was this source update: https://github.com/raspberrypi/linux/commit/f20f6ae0c...
Pour les tension pas de soucis c'est un module radio compatible 3.3 ou 5V (déjà testé). Sinon juste si j'ai bien compris si j'ai un bout de code en C qui fonctionné sur mon PC avec par exemple le port COM1 ... sans libraire spécifique supplémentaire il devrait transmettre sur les pins définie dans ...
Thank you for your explanations, it helped me :) You can create an armel chroot and run your binary in that. How practical this is will depend on what your program is doing. I didn't know about debootsrap and chroot but that seems to be useful in many other situations, and works in this case !!! Tha...
Odds on that bianry is not compatible with the Raspbian hardfp ARM build. As a general principle picking up binaries for a package is very rarely going to work on a the Pi. So it works on the debian package because floatting points were not computed in hardware ? Is there any workaround for these k...
Hi ! I am trying to use Mbrola , a TTS software and I have a surprising behavior : I can see help files with '-h' argument, the software complains well if arguments are not corrects, but crashes with a 'segmentation fault' when I try to use it. The most surprising is that it works well with the Debi...