[LINUX] Install on Ubuntu Karmic Koala
#1
Hi there,

I'm trying to install xbmc just as described in the wiki:
http://wiki.xbmc.org/index.php?title=HOW..._or_higher

But I get Error Messages which is also described in the wiki, but I do have multiverse and multiverse repositores enabled.

Can anybody help? Logs and sources below.

Best regards, Eddi



user@host:/etc/apt$ sudo apt-get install xbmc
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder dass, wenn Sie die
Unstable-Distribution verwenden, einige erforderliche Pakete noch nicht
erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben nicht erfüllte Abhängigkeiten:
xbmc: Hängt ab: xbmc-data (= 2:10.00~svn35648-karmic1) soll aber nicht installiert werden
Hängt ab: xbmc-skin-confluence (= 2:10.00~svn35648-karmic1) soll aber nicht installiert werden
E: Kaputte Pakete



user@host:/etc/apt$ more sources.list
# deb cdrom:[Mythbuntu 9.10 _Karmic Koala_ - Release i386 (20091028.4)]/ karmic main mu
ltiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://de.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiv
erse

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu karmic main
# deb-src http://archive.canonical.com/ubuntu karmic partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted universe multiver
se
deb http://de.archive.ubuntu.com/ubuntu/ karmic-backports restricted main universe mult
iverse
deb http://de.archive.ubuntu.com/ubuntu/ karmic-proposed restricted main universe multi
verse
Reply
#2
I'd honestly suggest you move to a Maverick 10.10 install. I just did a minimal install and it was much easier than previous Lucid install since it came with alsa 1.0.23 aswell. Used the stable papa's.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply
#3
thethirdnut Wrote:I'd honestly suggest you move to a Maverick 10.10 install. I just did a minimal install and it was much easier than previous Lucid install since it came with alsa 1.0.23 aswell. Used the stable papa's.

On your second system are you using HDMI for sound and if so have you managed to get passthru working for AC3 and DTS? I'm having a hell of a time even using a PPA on 10.10 with the same version of ALSA <sigh>
Openelec Gotham, MCE remote(s), Intel i3 NUC, DVDs fed from unRAID cataloged by DVD Profiler. HD-DVD encoded with Handbrake to x.264. Yamaha receiver(s)
Reply
#4
@BLKMGK:

On the Ubuntu 10.10 system [XBMC1] I haven't done a ton of testing yet, but HDMI sound + video worked for all the Dolby TrueHD [xcoded to LPCM] and DTS-HD [DTS passed through].

All I have ever done for both systems is:

a) disabled onboard sound
b) install latest NVidia drivers; 260.xxx
c) install ALSA 1.0.23 - came with on Ubuntu 10.10
d) added /etc/asound.conf
pcm.!default hdmi:NVidia
pcm:iec958 hdmi:NVidia
e) added probe_mask option to /etc/modprobe.d/sound.conf
-- was different for the GT 240 versus GT 430; test the raw output plughw BEFORE doing the probe mask
f) set Audio options for passthrough and using HDMI as output device in Confluence GUI.

This thread very helpful. http://ubuntuforums.org/showthread.php?t=1668737

I don't have machines in front of me now, but these are main steps I used.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply
#5
Is the LIRC nightmare fixed yet on 10.10? Until then I suggest 10.04.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#6
darkscout Wrote:Is the LIRC nightmare fixed yet on 10.10? Until then I suggest 10.04.

My remote worked first try on Ubuntu minimal 10.10; I wasn't even aware of an LIRC issue to be honest. Remote worked just fine once I copied the keymap to the proper location.

irw showed keypresses, and the small amount of testing I did within XBMC showed nothing out of whack.

I haven't done much with this rig beyond getting all the main bits working and running some tests. No big surprises or roadblocks thus far.

-----------------------------------------------------------------

ADDITION: I'll add that the main / only reason I am using Ubuntu 10.10 vs 10.04 on this new rig is because I need kernel 2.6.35+ for SSD TRIM support. If it wasn't for that I agree there's no reason to use 10.10 over 10.04.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply
#7
thethirdnut Wrote:@BLKMGK:

On the Ubuntu 10.10 system [XBMC1] I haven't done a ton of testing yet, but HDMI sound + video worked for all the Dolby TrueHD [xcoded to LPCM] and DTS-HD [DTS passed through].

All I have ever done for both systems is:

a) disabled onboard sound
b) install latest NVidia drivers; 260.xxx
c) install ALSA 1.0.23 - came with on Ubuntu 10.10
d) added /etc/asound.conf
pcm.!default hdmi:NVidia
pcm:iec958 hdmi:NVidia
e) added probe_mask option to /etc/modprobe.d/sound.conf
-- was different for the GT 240 versus GT 430; test the raw output plughw BEFORE doing the probe mask
f) set Audio options for passthrough and using HDMI as output device in Confluence GUI.

This thread very helpful. http://ubuntuforums.org/showthread.php?t=1668737

I don't have machines in front of me now, but these are main steps I used.

Appreciate the insight - still pulling my hair out here. Primarily interested in your ION setup. 9.10 works fine but 10.x Ubuntu goes straight to hell for me. I think it may be ALSA although the errors I get look ALOT like an old XBMC bug that occurred when custom outputs weren't parsed correctly. Here's some info on where I'm at -> http://forum.xbmc.org/showthread.php?tid=93217

I had seen that Ubuntu thread and tried those steps to no avail. Not thrown in the towel yet but it sure was easier in 8.x and 9.x Ubuntu!
Openelec Gotham, MCE remote(s), Intel i3 NUC, DVDs fed from unRAID cataloged by DVD Profiler. HD-DVD encoded with Handbrake to x.264. Yamaha receiver(s)
Reply
#8
@BLKMGK:

Another important note from my end is that both my setups are Ubuntu minimal meaning NO PULSEAUDIO ever installed.

I'd also suggest turning off the onboard sound if you are going to stick to HDMI; just confuses things further.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply
#9
I will try purging Pulse, if that's not a solution I'll try minimal. I've installed and reinstalled a dozen times. Pulse isn't dorking my 9.10 system so I dunno'. Oh and I have just the one sound device - if I remove it no HDMI audio - I tried Big Grin On 9.10 I only have the one sound device showing too - it's weird! Just the Pulse device and it WORKS well! I use a custom output and an asoundrc - same deal on 10.10 is fail. So at least I see it CAN work from your example and minimal would probably dump damned Openoffice too which would be nice to not have to do.
Openelec Gotham, MCE remote(s), Intel i3 NUC, DVDs fed from unRAID cataloged by DVD Profiler. HD-DVD encoded with Handbrake to x.264. Yamaha receiver(s)
Reply
#10
Yes; I installed minimal 10.10 and only added the /etc/asound.conf + the probe_mask.

The XBMC2 unit in my sig isn't ION; just happened to be an Atom330 mobo I started with for 1st server iteration.
If I helped out pls give me a +

A bunch of XBMC instances, big-ass screen in the basement + a 20TB FreeBSD, ZFS server.
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX] Install on Ubuntu Karmic Koala0