Hi, 
When I use wifi stick connected to USB port PiCore player can't connect
to the internet. 
[image:
http://drive.google.com/uc?export=view&id=0B4dgLglUP_ZsamgyMkhmQUJCeDA]
It is strange because As you see I can connect to my PiCore player from
my wifi subnet (using GUI) or terminal(Putty).
In my WIFI subnet I have dozen devices and all others can connect the
internet without issues except PiCore Player.
Maybe there is a problem with default address Gatway. Picore player
automatically set it as 192.168.1.1 and can't connect to the internet
I see it from  my PiCore pl 

Code:
--------------------
    tc@piCorePlayer:~$ route
  Kernel IP routing table
  Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  default         192.168.1.1     0.0.0.0         UG    0      0        0 wlan0
  127.0.0.1       *               255.255.255.255 UH    0      0        0 lo
  192.168.1.0     *               255.255.255.0   U     0      0        0 wlan0
  tc@piCorePlayer:~$
--------------------


When I switch my Picore PLayer's network interface from wifi to ethernet
I can connect the internet without issues

Code:
--------------------
    tc@piCorePlayer:~$ route
  Kernel IP routing table
  Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  default         fire.localdom 0.0.0.0         UG    0      0        0 eth0
  127.0.0.1       *               255.255.255.255 UH    0      0        0 lo
  192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
  tc@piCorePlayer:~$
--------------------

As you see the default gateway has been changed to 'fire.localdom'
As a test I checked other wifi device which is connected to the internet
via wifi usb stick:

Code:
--------------------
    root@beaglebone:~# route
  Kernel IP routing table
  Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  default         fire.localdom 0.0.0.0         UG    1024   0        0 wlan0
  192.168.1.0     *               255.255.255.0   U     0      0        0 wlan0
  fire.localdom *               255.255.255.255 UH    1024   0        0 wlan0
  192.168.7.0     *               255.255.255.252 U     0      0        0 usb0
  root@beaglebone:~#
--------------------

again it use gatway 'fire.localdom'
What can I do to open wifi Picoreplayer to the internet?
Regards,


------------------------------------------------------------------------
bernid's Profile: http://forums.slimdevices.com/member.php?userid=37408
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to