Need help installing XBMCbuntu on Acer Revo R3700 please

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #51
Sounds like XBMC is looking on the scraper site for additional fanart. You can always browse to local sources.
find quote
Finchy Offline
Senior Member
Posts: 154
Joined: Dec 2010
Reputation: 0
Post: #52
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.
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 654
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #53
Finchy,

I think we've missed support for the R3700. Could you please post the contents of this file (if present): /tmp/debugInfo.txt
find quote
FuryStryker Offline
Junior Member
Posts: 22
Joined: Apr 2012
Reputation: 0
Post: #54
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.
find quote
Finchy Offline
Senior Member
Posts: 154
Joined: Dec 2010
Reputation: 0
Post: #55
I've just checked and don't have a file /tmp/debugInfo.txt on mine either.
find quote
DYKWIA Offline
Junior Member
Posts: 9
Joined: Mar 2012
Reputation: 0
Post: #56
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.
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 654
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #57
(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.
find quote
FuryStryker Offline
Junior Member
Posts: 22
Joined: Apr 2012
Reputation: 0
Post: #58
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
find quote
erhnam Offline
Team-XBMC Live Developer
Posts: 654
Joined: May 2009
Reputation: 2
Location: The Netherlands
Post: #59
Here's a new livecd with improved alsa configuration scripts. Does this solve your problem?

http://xbmcfreak.binkey.nl/xbmcfreak-11.0-v3.zip
find quote
FuryStryker Offline
Junior Member
Posts: 22
Joined: Apr 2012
Reputation: 0
Post: #60
I'll test this out this weekend and let you know. Is it possible to just apt-get distro-upgrade for this?
find quote
Post Reply