Kodi Community Forum
[LIVE] HOW-TO install XBMC Live on Acer Aspire Revo - The Complete Guide for Newbies - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110)
+--- Thread: [LIVE] HOW-TO install XBMC Live on Acer Aspire Revo - The Complete Guide for Newbies (/showthread.php?tid=53888)



- Uuaww - 2011-04-09

schneidz Wrote:i'm not sure but i think it has something to do with some incompatibility between ubuntu and unetbootin.
you can try hitting 'tab' or 'e' to edit the grub menu then adding:
Code:
cdrom-detect/try-usb=true
to the end of the live-boot option but that didnt work for me (i forget how i eventually got past this).

the easiest (most expensive) solution would be to buy a usb dvd burner so you can burn the iso to a cd (kinda' ruins the purpose of buying a small form factor nettop).

anyone else got any other ideas.

I didn't run into this problem, what program are you using to create a bootable usb? I know when I reloaded Dharma I used the one straight from the xbmc website.


- schneidz - 2011-04-11

Uuaww Wrote:I didn't run into this problem, what program are you using to create a bootable usb? I know when I reloaded Dharma I used the one straight from the xbmc website.

i was using unetbootin...
i also ran into this problem trying to create a usb for kubuntu-live a while back.


- Grippen - 2011-04-11

Just download the latest unetbootin and it will work. I was using an old version and trying to install 10.1 live on the revo and also run into the CD Rom problem. There is a guide outthere for the 3700 which you can follow for the 3600. Just be carefull about the audio settings steps because I had some problems to have sound eventually solved but I do not know how I did it.

My advice is just follow all steps for USB drive creation and video configurations. Audio just keep as it is and create the old .asoundscr file and see how it goes from there.


- prupert - 2011-04-11

IIRC there is a bug in unetbootin that means you can't install any recent versions if Ubuntu with it,which xbmc live is based on.

Solutions:use ubuntus built in startup disc creator and select the xbmc ISO

Or burn the ISO to a CD and boot using a USB CD rom.

Its a right pita.


- chimpsinties - 2011-04-11

I've just got a Revo 3610 today and I used UNetBootIn and the XBMCLive image from the XBMC site. It all worked perfectly in the end.

I've got to admit, it did fail the first time I tried but I don't think I gave it enough time to format the HD. 2nd time round it was perfect.

Some of the settings are a bit different and I can't get the menu clicks to work. Not the end of the world but I'd like them if I can.

I love the new HiDef XBMC, it brings so much life back to my collection.

Thumbs up Big Grin


- chimpsinties - 2011-04-12

schneidz Wrote:fyi:
Code:
xbmc@XBMCLive:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

auto eth2
iface eth2 inet dhcp

auto ra0
iface ra0 inet [color=Red]static[/color]
wireless-essid hyper
wireless-rate 54M
[color=red]address 192.168.1.105[/color]
netmask 255.255.255.0
gateway 192.168.1.1

xbmc@XBMCLive:~$

This code looks like it's setting a static ip for the wireless card. How would you make it so your wired connection is static. Ideally I'd like mine to be 192.168.1.2

My file currently looks like this
Code:
# 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 dhcp



- el3ment4911 - 2011-04-15

This code looks like it's setting a static ip for the wireless card. How would you make it so your wired connection is static. Ideally I'd like mine to be 192.168.1.2

My file currently looks like this
Code:
# 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 dhcp
[/quote]

under primary network interface:

auto eth0
iface eth0 inet static
address 192.168.1.2
netmask x.x.x.x (255.255.255.0)
gateway 192.168.1.x (router ip)


- el3ment4911 - 2011-04-15

anyone help me out... Revo 3610 XMBC Live 10.1

i followed these instructions : http://ubuntuforums.org/showthread.php?t=202834

i have configured /etc/network/interface as follows:

Quote:# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 10.11.12.230
netmask 255.255.255.0
network 10.11.12.0
broadcast 10.11.12.255
gateway 10.11.12.x
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.11.12.x
dns-search dummy.net
#Wireless
auto wlan0
iface wlan0 inet dhcp
wpa-ssid haxmibox
wpa-driver wext
wpa-ap-scan 1
wpa-proto WPA
wpa-pairwise TKIP
wpa-group TKIP
wpa-key-mgmt WPA-PSK
wpa-psk PSKKEY

Quote:iwconfig results:

lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bgn ESSID:"ssid"
Mode:Managed Frequency:2.412 GHz Access Point: 1C:AF:F7Big Grin7:10:BB
Bit Rate=54 Mb/s Tx-Power=17 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=40/70 Signal level=-70 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:2 Missed beacon:0

So i have successfully connected my wlan0 to my WAP. problem is, when i reboot the machine, wlan0 wont successfully connect without eth0 connection first.. symbolic link is set

this is what happens when i restart /etc/init.d/networking

Quote:* Reconfiguring network interfaces... There is already a pid file /var/run/dhclient.wlan0.pid with pid 3019
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wlan0/0c:ee:e6:c5:a1:c8
Sending on LPF/wlan0/0c:ee:e6:c5:a1:c8
Sending on Socket/fallback
DHCPRELEASE on wlan0 to 10.11.12.2 port 67
ssh stop/waiting
ssh start/running, process 3412
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wlan0/0c:ee:e6:c5:a1:c8
Sending on LPF/wlan0/0c:ee:e6:c5:a1:c8
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 10.11.12.25 from 10.11.12.2
DHCPREQUEST of 10.11.12.25 on wlan0 to 255.255.255.255 port 67
DHCPACK of 10.11.12.25 from 10.11.12.2
bound to 10.11.12.25 -- renewal in 180728 seconds.
ssh stop/waiting
ssh start/running, process 3530
[ OK ]

im stumped... been at this for 24hrs.


- el3ment4911 - 2011-04-16

guess i just needed a break... hah my issue was dual authenication with router TKIP CCMP were needed... now connected at correct speeds and wireless works without eth0Big Grin


- dopethrone - 2011-05-27

Networking problem here.

I recently bought an Aspire Revo 3700. I successfully installed XBMC Live. However, when I go to 'add source' in the Videos section, I keep getting "error 2: no share available" (or something like that.) The folder I'm trying to add contains all my movies, and it's being shared from a NAS via windows network.

The thing is, I own the Shuttle XS35, and it works fine. I've gone in to the network tab in the systems menu to make sure the settings are the same. Any ideas?


- schneidz - 2011-05-29

^ to help diagnose the problem... are you able to samba mount the drive from the terminal (i dont know the command since i dont use windows) ?

else are you able to use something like nfs/ sshfs/ ... ?


- dopethrone - 2011-06-15

Quote:^ to help diagnose the problem...
Hey sorry for the delayed reply. Insane work schedule. I wasn't able to get any kind of internet connection, wired or wireless. I poked around a bit but couldn't figure it out (I'm using XBMC Live).

Eventually I just started over, following guide: http://forum.xbmc.org/showthread.php?tid=88369

Everything seems to be working at this point...


- schooleydoo - 2011-06-20

Pmed.


- z0mbi3 - 2011-06-21

Hi guys could I get some help regarding sleep? I just did a fresh install of 10.1, coming from karmic. I had sleep working properly but on 10.1 when I sleep the machine it seems to stay on.

It just outputs black on the screen and the power light stays solid, as opposed to blinking.

Is there something special I need to do to get it working?


- apeg - 2011-09-07

Background images… I just updated to the latest version of this skin (best one on XBMC by the way) but I noticed the default background images changed on home page. They are great, you guys pick nice images, it would be great to use the image cycle and use all the ones you have had since the start of this skin. Would I be able to download those from somewhere?

Thanks,
-aPeg