Announcement

Collapse
No announcement yet.

Feeding data with Raspberry Pi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Hello,

    The command did nothing on my raspberry, i also tried the 'sudo apt-get update/upgrade' but it did nothing too...

    Comment


    • #17
      Originally posted by Lulucmy View Post
      Hello,

      The command did nothing on my raspberry, i also tried the 'sudo apt-get update/upgrade' but it did nothing too...
      Nothing? is that no response at all or is it like this:
      Code:
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
      What terminal program/application do you use?

      If you send this command what response do you get from your Pi?
      Code:
      ping bbc.co.uk -c 4
      You should get something like this:
      Code:
      PING bbc.co.uk (212.58.246.78) 56(84) bytes of data.
      64 bytes from 212.58.246.78: icmp_seq=1 ttl=50 time=58.1 ms
      64 bytes from 212.58.246.78: icmp_seq=2 ttl=50 time=58.0 ms
      64 bytes from 212.58.246.78: icmp_seq=3 ttl=50 time=57.6 ms
      64 bytes from 212.58.246.78: icmp_seq=4 ttl=50 time=57.4 ms
      
      --- bbc.co.uk ping statistics ---
      4 packets transmitted, 4 received, 0% packet loss, time 3003ms
      rtt min/avg/max/mdev = 57.418/57.805/58.127/0.302 ms
      All is ok you got connection to the internet and DNS is working.

      Comment

      Working...
      X