![]() |
|
Need help installing XBMCbuntu on Acer Revo R3700 please - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: Need help installing XBMCbuntu on Acer Revo R3700 please (/showthread.php?tid=128098) |
RE: Need help installing XBMCbuntu on Acer Revo R3700 please - pumkinut - 2012-04-16 20:22 Sounds like XBMC is looking on the scraper site for additional fanart. You can always browse to local sources. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-16 21:41 Ah, could be. I have the Artwork Downloader installed on one of the devices.... maybe it's looking for where that would normally put files instead of connecting to an external server. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - erhnam - 2012-04-19 17:24 Finchy, I think we've missed support for the R3700. Could you please post the contents of this file (if present): /tmp/debugInfo.txt RE: Need help installing XBMCbuntu on Acer Revo R3700 please - FuryStryker - 2012-04-19 18:45 erhnam, I'm running an R3700 setup as well, using XBMCbuntu and had similar audio setup issues. I don't see the file you mention above, but if you want any other logs, I'll happily provide them. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-19 21:08 I've just checked and don't have a file /tmp/debugInfo.txt on mine either. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - DYKWIA - 2012-04-20 11:05 If it's of any interest, I just upgraded my 3700 from XBMC Live to Eden without the full XBMCBuntu install. It was working fine under Dhama, and continues to work fine under Eden. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - erhnam - 2012-04-20 11:51 (2012-04-19 18:45)FuryStryker Wrote: erhnam, I'm running an R3700 setup as well, using XBMCbuntu and had similar audio setup issues. I don't see the file you mention above, but if you want any other logs, I'll happily provide them. Could you please post the contens of the following; Code: cat /proc/cpuinfo | grep 'model name' -m1 | grep 'Atom'Code: aplay -lCode: lspci -nn | grep '0403'Code: /usr/bin/amixer -c 0 | grep 'Simple mixer control' | grep 'IEC958' | awk '{print $4,$5,$6}'This allows me to understand what might be wrong with our alsa config script. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - FuryStryker - 2012-04-20 16:17 Could you please post the contens of the following; Code: cat /proc/cpuinfo | grep 'model name' -m1 | grep 'Atom'Quote:model name : Intel® Atom CPU D525 @ 1.80GHz Code: aplay -lQuote:**** List of PLAYBACK Hardware Devices **** Code: lspci -nn | grep '0403'Quote: Code: /usr/bin/amixer -c 0 | grep 'Simple mixer control' | grep 'IEC958' | awk '{print $4,$5,$6}'Quote:'IEC958',0 This allows me to understand what might be wrong with our alsa config script. [/quote] If you need anything else, I'm happy to help!
RE: Need help installing XBMCbuntu on Acer Revo R3700 please - erhnam - 2012-04-20 17:33 Here's a new livecd with improved alsa configuration scripts. Does this solve your problem? http://xbmcfreak.binkey.nl/xbmcfreak-11.0-v3.zip RE: Need help installing XBMCbuntu on Acer Revo R3700 please - FuryStryker - 2012-04-20 17:53 I'll test this out this weekend and let you know. Is it possible to just apt-get distro-upgrade for this? |