bernid wrote: 
> 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,

Why is the Ethernet 192.168.0.x but wifi on Pi is 192.168.1.x ?
Do you have a valid 192.168.1.x network or a second DHCP server as
suggested ?



*Pi3 with piCoreplayer music on QNAP TS419p via NFS*
iThingys/iPeng/Tablets/Jogglers
*Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s
*Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 -> Onkyo CRN
755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones
------------------------------------------------------------------------
d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to