Kodi Community Forum
Need help installing XBMCbuntu on Acer Revo R3700 please - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Need help installing XBMCbuntu on Acer Revo R3700 please (/showthread.php?tid=128098)

Pages: 1 2 3 4 5


RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Plaguester - 2012-04-15

Turn off skin sounds in the same screen that you set the skin. Settings > Appearance. One of the sound options will be "Off".


RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-15

Ah, ta, will do that!


RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-15

I really appreciate all the help you guys have given me on here, by the way! Thanks so much! Smile


RE: Need help installing XBMCbuntu on Acer Revo R3700 please - pumkinut - 2012-04-15

You shouldn't set up a proxy address, that's only if you need one for internet access. How are you trying to connect to your servers? Are you trying by name? NetBIOS name resolution doesn't always work that well. It's usually better to connect via IP address and then share name. In XBMC, when you want to set up your video and audio sources, you can do the following if it's a network share.
Select "Add Videos" or Music, whatever the case is.
Hightlight "None" and select it.
Under "Enter the paths or browse for the media locations. Put the following:
Code:
smb://<user>:<password>@<ip.of.smb.server>/<share>

This adds an SMB/Samba share a.k.a. a Windows share.

If you can ping the server by IP address, try the above. If you can't ping it, then you have deeper problems.

Another thing you can do is mount your shares during boot via /etc/fstab, and then point XBMC to the mounted shares instead of the network location. Here's my fstab file from my AppleTV gen1:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda3
/dev/sda3               /               ext3    noatime,errors=remount-ro 0       1
# /dev/sda2
/dev/sda2               none            swap    sw              0       0
#Movies
//10.10.10.5/Video      /media/movies   cifs    ro,iocharset=utf8,credentials=/home/atv/.smbcred,file_mode=0755,dir_mode=0755 0 0
#Television
//10.10.10.6/Television /media/television cifs  ro,iocharset=utf8,credentials=/home/atv/.smbcred,file_mode=0755,dir_mode=0755 0 0
#Animation
//10.10.10.10/Animation /media/animation cifs   ro,iocharset=utf8,credentials=/home/atv/.smbcred,file_mode=0755,dir_mode=0755 0 0
#Kids
//10.10.10.9/Kids       /media/kids     cifs    ro,iocharset=utf8,credentials=/home/atv/.smbcred,file_mode=0755,dir_mode=0755 0 0
The last four entries are my network shares. I've connected via read-only (ro) and the share credentials you can do one of two ways. You can either specify username=<username> and password=<password> in the fstab lines, or you can do what I did and create a credentials file, in my case /home/atv/.smbcred in which the contents are simply:
Code:
username=<username>
password=<password>
You do need to chmod the credentials file to 600, ala
Code:
sudo chmod 600 /home/atv/.smbcred



RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-16

Yes, I've definately a connection out and ping ping local and internet addresses.

What I did notice is that when I (for example) refresh the info on a TV show it does pull in so much info and fanart, but when I select extras and look to choose other fanart, etc only the local one is avialble. The rest all have a blank polaroid type icon and at the boom they say the path is 'fanart://Remote0', 'fanart://Remote1', etc. It's like it's looking for somewhere local for certain data, and that's the same on all three devices (ATV2, XBMCbuntu and my Windows laptop, which I'm also using for testing the syncing).

I've tried adding the IP address, usrrname and password but it's just doing the same. Sad

That last paragraph scared me......!


RE: Need help installing XBMCbuntu on Acer Revo R3700 please - pumkinut - 2012-04-16

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

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

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

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

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

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

(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

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

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

I'll test this out this weekend and let you know. Is it possible to just apt-get distro-upgrade for this?