Posts Tagged ‘ubuntu’

Boxee 1.2.2 on Ubuntu Oneiric Minimal

// december 21st, 2011 // No Comments » // Boxee, Development, Ubuntu

Update: you can download Boxee 1.5 on their website now:
http://blog.boxee.tv/2011/12/26/boxee-1-5-fall-software-update/

 

Got @ 1.2.2 running on #ubuntu oneiroc minimal! Some playback issues. Altough I'm excited! http://t.co/M7Ph8gTM
@klaascuvelier
Klaas Cuvelier

Looking to fix the playback errors, and I’ll post a walk-through later!

Squeezebox server on Ubuntu Oneiric

// november 17th, 2011 // No Comments » // Ubuntu

I had some problems with my squeezebox server installation after upgrading to Oneiric.
When I tried starting the server, I got this error:

Starting Squeezebox Server: Use of inherited AUTOLOAD for non-method YAML::Syck::DumpYAML() is deprecated at /usr/share/squeezeboxserver/CPAN/YAML/Syck.pm line 65.
The following modules failed to load: DBI EV XML::Parser::Expat HTML::Parser JSON::XS Digest::SHA1 YAML::Syck Sub::Name
*******
NOTE:
If you’re running some unsupported Linux/Unix platform, please use the buildme.s
script located here:

http://svn.slimdevices.com/repos/slim/7.6/trunk/vendor/CPAN/

If 7.6 is outdated by the time you read this, Replace “7.6″ with the major versi
You should never need to do this if you’re on Windows or Mac OSX. If the install
don’t work for you, ask for help and/or report a bug.

of Squeezebox Server you are running.

*******
Exiting..

I read a lot on Google, about checking out a SVN repository and compiling stuff myself, but that failed for me.
Installing a nightly version of the server is what solved my problems, version 7.7 that is.
There doesn’t appear to be a “squeezeboxserver”, but installing “Logitech Media Server” instead worked perfectly in my case.

You can get it here:

http://downloads.slimdevices.com/nightly/?ver=7.7

Boxee on Ubuntu Lucid Minimal on Asrock ION 330

// juni 30th, 2010 // 7 Comments » // Boxee, Bugs, Cuvedev, Linux, Ubuntu

Yesterday I performed a clean install from Ubuntu Lucid Lynx Minimal on my Asrock Ion 330.
I followed this guide like I did last time (for an earlier version of Ubuntu Minimal) but I encountered some problems.

Here’s how I solved them.

In chapter “Updating the computer”, change in the sources.list hardy or intreprid or jaunty by “lucid”.
No problems in “Install sound”.

The real problems came in “Installing the graphical environment”.
When I wanted to install the latest driver for my ION graphics card I always got this error:

ERROR: Unable to load the kernel module ‘nvidia.ko’. This is most likely
because the kernel module was built using the wrong kernel source files.
Please make sure you have installed the kernel source files for your
kernel; on Red Hat Linux systems, for example, be sure you have the
‘kernel-source’ rpm installed. If you know the correct kernel source
files are installed, you may specify the kernel source path with the
‘–kernel-source-path’ commandline option.

It took me a while before I found this solution:
Make the file (or edit the file if it already exists)  /etc/default/linux-restricted-modules-common
and add this content:

DISABLED_MODULES=”nv nvidia_new”

Now you should be able to run the installer without problems.

Another small problem was, logging in automatically. In earlier releases of Ubuntu you had to change some commands in /etc/event.d/tty1 (according to the guide mentioned earlier), but in Ubuntu Lucid, the event.d folder doesn’t exist anymore, and you have to put it in /etc/init/ instead.

Good Luck!