Kodi Community Forum
[LINUX] XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: [LINUX] XBMScript - Easy installation for Ubuntu Jaunty Jackalope (9.04) (/showthread.php?tid=57764)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37


- flxfxp - 2009-09-14

It should have started automatically after installing xbmc helpers. Can you locate /etc/init.d/xbmc-live?


- kalojero - 2009-09-15

yes, seems to be problem of the last svn rls. Anyone knows if the latest is working ok?


- flxfxp - 2009-09-15

I still got the one from the 6th of September. I'm waiting until a message of the deb maintainers.


- d3CoY - 2009-09-15

Seriously hope you can fix the PS3 remote option, looking for it too how to install it via terminal/command.
Searched several websites:

http://ps3mods.blogspot.com/2007/03/bd-remote-for-linux-update.html
http://www.strengholt-online.nl/playstation-remote-pairen-met-xbmc/

and ofcourse this one:
http://forum.xbmc.org/showthread.php?tid=50717

that brought me here Tongue


- morango - 2009-09-15

flxfxp>

I could not find it. So i reinstalled the package and now i get xbmc to work. But with no sound. (as usual)

I have tried numerous installations of ubunto 9.04 and i have only once got sound though hdmi to work. That was with a live cd-version. And the only thing i had to do is go into system - sound and change from default to hdmi. And then digital-output.

But lets focus on this script shall we.

As above. No sound. I install the small ubuntu-file and then i wget the xmcscript.sh. Press 3 for ASrock optimization and then 1 for installation.

When its all done xbmc launches. No sound. I change from analog to digital, and then from default - hdmi in the settings.

Start a mkv-file. No sound. I go in the sound and subtitle-settings and then from analog to digital. Still no dice.

And yes i get sound in Windows :mad:

Ideas?


- d3CoY - 2009-09-15

morango Wrote:flxfxp>

I could not find it. So i reinstalled the package and now i get xbmc to work. But with no sound. (as usual)

I have tried numerous installations of ubunto 9.04 and i have only once got sound though hdmi to work. That was with a live cd-version. And the only thing i had to do is go into system - sound and change from default to hdmi. And then digital-output.

But lets focus on this script shall we.

As above. No sound. I install the small ubuntu-file and then i wget the xmcscript.sh. Press 3 for ASrock optimization and then 1 for installation.

When its all done xbmc launches. No sound. I change from analog to digital, and then from default - hdmi in the settings.

Start a mkv-file. No sound. I go in the sound and subtitle-settings and then from analog to digital. Still no dice.

And yes i get sound in Windows :mad:

Ideas?

Did you check the ALSA settings to see if it aint muted?

sudo alsamixer


- morango - 2009-09-15

d3CoY Wrote:Did you check the ALSA settings to see if it aint muted?

sudo alsamixer

Oh. I forgot to type that. alsamixer does popup during installation and the channel is not muted.

I have also exited xbmc when the sound did not work. Run the #3 option (ion hdmi sound fix) and also alsamixer again to see that the channel is unmuted.


- flxfxp - 2009-09-16

Are you using the Minimal CD or the complete Ubuntu disc including the GNOME graphic environment? What kind of machine is it? Asrock ION? If not, what soundcard do you got? Have you tried audio output over optical or are you only using HDMI?

Dennis


- flxfxp - 2009-09-16

Code:
09-16-2009:
- Added an interactive skin prompt for choosing skins
- Added Alaska and Aeon Temmi as choices

There is now a extra option called "Edit Skin Choices". This will allow you to add extra skins after the initial skin choice.
Press option 9 to update XBMScript to retrieve new functionalities.
Then choose to Update System to download the latest skin updates and/or new skins.

Dennis


- azido - 2009-09-16

flxfxp Wrote:[code]
09-16-2009:
- Added an interactive skin prompt for choosing skins

how does it get those additional skins?


- flxfxp - 2009-09-16

Read the previous post well Smile
Press option 9 to update XBMScript to retrieve new functionalities.
Then choose to Update System to download the latest skin updates and/or new skins.

Also, please let me know if you have any problems. I didn't had the time to fully check everything.


- d3CoY - 2009-09-16

maybe u can add the ALSA (1.0.21) update aswell?

code:

sudo su
killall Xorg
killall xbmc.bin
apt-get -y install build-essential ncurses-dev gettext xmlto linux-headers-`uname -r`
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.21a.tar.bz2
wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.21.tar.bz2
tar xjf alsa-driver*
tar xjf alsa-lib*
tar xjf alsa-utils*
cd alsa-driver*
./configure
make
make install
cd ../alsa-lib*
./configure
make
make install
ln -s libpanelw.so.5 /usr/lib/libpanelw.so
ln -s libformw.so.5 /usr/lib/libformw.so
ln -s libmenuw.so.5 /usr/lib/libmenuw.so
ln -s libncursesw.so.5 /lib/libncursesw.so
cd ../alsa-utils*
./configure
make
make install


- flxfxp - 2009-09-16

That is a possibility but I assume that the Ubuntu deb packages will be updated soon. Might be better to wait on those instead of manually compiling?

Anyway, I added it as a hidden option, update XBMScript and enter "alsa" to start its installation.

Regards,

Dennis


- nicolaide - 2009-09-16

Man... I try your script and try to use the SVN version but not works... Crash on start... With the PPA for stable release everything works nice... But after try this the program closes after show the XBMC logo. Here is the log created after the crash

http://pastebin.com/m20cd0155

Cheers!


- flxfxp - 2009-09-16

Have you tried manual compilation? I also see:
Code:
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to create modeline "480i/60"
#
14:06:40 T:3042727824 M:1289302016   ERROR: Unable to add modeline "480i/60"
#
14:06:40 T:3042727824 M:1289302016   ERROR: Unable to create modeline "480p/60"
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to add modeline "480p/60"
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to create modeline "720p/60"
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to add modeline "720p/60"
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to create modeline "1080i/60"
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to add modeline "1080i/60"
#
14:06:40 T:3042727824 M:1289474048   ERROR: Unable to create modeline "1080p/60"
#
14:06:40 T:3042727824 M:1289302016   ERROR: Unable to add modeline "1080p/60"

Try the following to create a clean xorg.conf:
Code:
nvidia-xconfig -s --no-logo --force-generate

What kind of hardware are you using?