Just to add how I am not happy with Raspbian:
I did a reinstall from scratch of Raspbian lite, just what I wanted to test LIRC.
Headless, easy to install.
Now I test ping from WiFi
Code: Select all
ping 192.168.0.121
PING 192.168.0.121 (192.168.0.121) 56(84) bytes of data.
64 bytes from 192.168.0.121: icmp_seq=1 ttl=64 time=74.1 ms
64 bytes from 192.168.0.121: icmp_seq=2 ttl=64 time=96.9 ms
64 bytes from 192.168.0.121: icmp_seq=3 ttl=64 time=118 ms
64 bytes from 192.168.0.121: icmp_seq=4 ttl=64 time=39.5 ms
64 bytes from 192.168.0.121: icmp_seq=5 ttl=64 time=62.0 ms
64 bytes from 192.168.0.121: icmp_seq=6 ttl=64 time=81.6 ms
64 bytes from 192.168.0.121: icmp_seq=7 ttl=64 time=4.59 ms
64 bytes from 192.168.0.121: icmp_seq=8 ttl=64 time=5.96 ms
64 bytes from 192.168.0.121: icmp_seq=9 ttl=64 time=49.7 ms
64 bytes from 192.168.0.121: icmp_seq=10 ttl=64 time=71.8 ms
^C
--- 192.168.0.121 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9013ms
rtt min/avg/max/mdev = 4.597/60.542/118.973/34.877 ms
As I said, the RPi1/dongle is 1 m far the AP.
To compare with Openelec/Kodi on a RPi2 in the other room (5m, 2 walls)
Code: Select all
ping 192.168.0.119
PING 192.168.0.119 (192.168.0.119) 56(84) bytes of data.
64 bytes from 192.168.0.119: icmp_seq=1 ttl=64 time=5.92 ms
64 bytes from 192.168.0.119: icmp_seq=2 ttl=64 time=5.90 ms
64 bytes from 192.168.0.119: icmp_seq=3 ttl=64 time=5.95 ms
64 bytes from 192.168.0.119: icmp_seq=4 ttl=64 time=6.00 ms
64 bytes from 192.168.0.119: icmp_seq=5 ttl=64 time=5.96 ms
64 bytes from 192.168.0.119: icmp_seq=6 ttl=64 time=5.92 ms
64 bytes from 192.168.0.119: icmp_seq=7 ttl=64 time=5.69 ms
64 bytes from 192.168.0.119: icmp_seq=8 ttl=64 time=5.95 ms
64 bytes from 192.168.0.119: icmp_seq=9 ttl=64 time=6.03 ms
^C
--- 192.168.0.119 ping statistics ---
9 packets transmitted, 9 received, 0% packet loss, time 8010ms
rtt min/avg/max/mdev = 5.693/5.929/6.034/0.104 ms
Have a look on the avg and max!
Now I stop power management with the above howto and reboot. Ping:
Code: Select all
ping 192.168.0.121
PING 192.168.0.121 (192.168.0.121) 56(84) bytes of data.
64 bytes from 192.168.0.121: icmp_seq=7 ttl=64 time=5.93 ms
64 bytes from 192.168.0.121: icmp_seq=8 ttl=64 time=5.66 ms
64 bytes from 192.168.0.121: icmp_seq=13 ttl=64 time=6.04 ms
64 bytes from 192.168.0.121: icmp_seq=14 ttl=64 time=6.03 ms
64 bytes from 192.168.0.121: icmp_seq=15 ttl=64 time=5.97 ms
64 bytes from 192.168.0.121: icmp_seq=16 ttl=64 time=5.93 ms
64 bytes from 192.168.0.121: icmp_seq=17 ttl=64 time=8.88 ms
64 bytes from 192.168.0.121: icmp_seq=18 ttl=64 time=5.98 ms
64 bytes from 192.168.0.121: icmp_seq=19 ttl=64 time=5.97 ms
64 bytes from 192.168.0.121: icmp_seq=20 ttl=64 time=6.00 ms
64 bytes from 192.168.0.121: icmp_seq=21 ttl=64 time=2.86 ms
64 bytes from 192.168.0.121: icmp_seq=22 ttl=64 time=6.01 ms
^C
--- 192.168.0.121 ping statistics ---
22 packets transmitted, 12 received, 45% packet loss, time 21014ms
rtt min/avg/max/mdev = 2.866/5.942/8.887/1.236 ms
Lost packets are along the ping by groups.
So I'll reinstall Openelec/Kodi on this RPi1 512 and try again with the same hardware.
BTW, is there another lite OS (working) for RPi1 512 I could install, easy to use headless with LIRC? I can find only for RPi2.