[LIVE] no web interface after waking from S3 sleep
#1
xbmcFreak Dharma Beta3
Zotac IonItx-LE mobo
xbmc svn:
Code:
xbmc@XBMCLive:~$ apt-cache policy xbmc
xbmc:
  Installed: 2:10.00~svn34731-lucid1
  Candidate: 2:10.00~svn34731-lucid1
  Version table:
*** 2:10.00~svn34731-lucid1 0
        500 http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
     1:9.11-lucid3 0
        500 http://ppa.launchpad.net/team-xbmc/ppa/ubuntu/ lucid/main Packages

so my problem is as follows... I have S3 sleep working I can suspend to sleep and wake using my remote. I have WOL working so from my unRaid sever I can send the magic packet to HTPC waking it from S3 Sleep.

I am able to connect to htpc using putty, but when I try and access web browser I do not get connection. xbmc gui tells me problem with my dns sever.

I have tried doing
Code:
sudo /etc/init.d/networking restart
but it doesn't solve my problem

here is what my dns sever file looks like
Code:
xbmc@XBMCLive:/usr/share/xbmc/system/keymaps$ cat /etc/resolv.conf
domain Belkin
nameserver 205.171.2.25
nameserver 205.171.3.25


and here is my network config file
Code:
xbmc@XBMCLive:/usr/share/xbmc/system/keymaps$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.2.5
netmask 255.255.255.0
gateway 192.168.2.1

I tried changing my dns sever to 192.168.2.1 my routers IP it doesn't work after a network restart.

but connecting via putty works so something is strange here as my ifconfig has no errors or oddities

Code:
xbmc@XBMCLive:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:01:2e:2c:cd:7a
          inet addr:192.168.2.5  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::201:2eff:fe2c:cd7a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7414 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7155 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1048951 (1.0 MB)  TX bytes:1596947 (1.5 MB)
          Interrupt:21 Base address:0xe000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:25 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1520 (1.5 KB)  TX bytes:1520 (1.5 KB)

here is output from ethtool eth0

Code:
xbmc@XBMCLive:~$ sudo ethtool eth0
Settings for eth0:
        Supported ports: [ MII ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Link partner advertised link modes:  Not reported
        Link partner advertised pause frame use: No
        Link partner advertised auto-negotiation: No
        Speed: 1000Mb/s
        Duplex: Full
        Port: MII
        PHYAD: 3
        Transceiver: external
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: g
        Link detected: yes

-=Jason=-
Reply


Messages In This Thread
[LIVE] no web interface after waking from S3 sleep - by Flomaster - 2010-10-25, 18:20
[No subject] - by topfs2 - 2010-10-25, 18:53
[No subject] - by Flomaster - 2010-10-25, 19:44
[No subject] - by Flomaster - 2010-10-25, 21:18
[No subject] - by Flomaster - 2010-10-26, 03:06
[No subject] - by topfs2 - 2010-10-26, 03:29
[No subject] - by Flomaster - 2010-10-26, 03:35
Logout Mark Read Team Forum Stats Members Help
[LIVE] no web interface after waking from S3 sleep0