XBMC Community Forum
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)

Pages: 1 2 3 4 5 6 7


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 -l

Code:
lspci -nn | grep '0403'

Code:
/usr/bin/amixer -c 0 | grep 'Simple mixer control' | grep 'IEC958' | awk '{print $4,$5,$6}'
/usr/bin/amixer -c 1 | 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 -l
Quote:**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC662 rev1 Digital [ALC662 rev1 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
Code:
lspci -nn | grep '0403'
Quote:
00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
01:00.1 Audio device [0403]: nVidia Corporation High Definition Audio Controller [10de:0be3] (rev a1)
Code:
/usr/bin/amixer -c 0 | grep 'Simple mixer control' | grep 'IEC958' | awk '{print $4,$5,$6}'
/usr/bin/amixer -c 1 | grep 'Simple mixer control' | grep 'IEC958' | awk '{print $4,$5,$6}'
Quote:'IEC958',0
'IEC958 Default PCM',0

and

'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! Smile


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?