Page 21 of 40

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sat Nov 10, 2012 1:47 pm
by BuZz
seems to be there on my copy

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sat Nov 10, 2012 2:20 pm
by tmohammad
:? Sorry... Im being thick and been looking for a folder!

Any news on the "Network" issue?

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sat Nov 10, 2012 4:18 pm
by BuZz
No - I'm at a wedding :), so might be a day or two. Check in the ubuntuforms and you might find an answer. It's not a joggler specific issue anyway.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Nov 11, 2012 6:39 am
by iLLiac4
Buzz is it possible to upgrade from v1.1 to v1.2 without re-image everything?

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Nov 11, 2012 9:46 am
by tmohammad
BuZz wrote:No - I'm at a wedding :), so might be a day or two. Check in the ubuntuforms and you might find an answer. It's not a joggler specific issue anyway.
Thanks for the tip Buzz, Installed Nautilus and I can see the Network with it now. Seems like a problem with default system file manager.

Only remaining issue now is the multiple mounts... which show in Nautilus too....

Thanks for the help. Greatly appreciated.

gmusicbrowser

Posted: Sun Nov 11, 2012 11:37 am
by tmohammad
I managed to hide the "Main Window" in this. Now I cant get to menus/settings.

Reinstalled... but it seems to remember even using the --purge when uninstalling.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Nov 11, 2012 3:32 pm
by BuZz
you removed the top panel ?

https://help.ubuntu.com/community/XubuntuPanels

For general ubuntu/xubuntu questions that are not joggler specific, you would be better to sign up on ubuntuforums or similar. or go on one of the irc channels.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Nov 18, 2012 10:28 am
by BuZz
If anyone would like to try out the upcoming version of xbmc (Frodo) which has now hit beta1 you can add the joggler testing repository:

edit /etc/apt/sources.list.d/joggler.list and add

Code: Select all

deb http://ppa.launchpad.net/jools/joggler-testing/ubuntu precise main
deb-src http://ppa.launchpad.net/jools/joggler-testing/ubuntu precise main
then edit /etc/apt/preferences.d/joggler.pref and add

Code: Select all

Package: *
Pin: release o=LP-PPA-jools-joggler-testing
Pin-Priority: 1010
then

Code: Select all

sudo apt-get update
sudo apt-get install xbmc
and it should update

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Nov 18, 2012 10:51 am
by BuZz
i updated above post as I forgot to add -testing to the repos.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Dec 02, 2012 4:22 pm
by kazan
Hi BuZz

I've just tried your new Xubuntu 12.10 Quantal and I'm having huge problems to setup static IP. It works till restart. After restart Network Manager creates new "Wired Connection x" with new MAC. It's so annoying and I think I've tried everything since 2 days and nothing helps. Any chance you could have a look? I'm not sure is it me or there is a bug in 12.10.
One more thing. Sqeezeplayer is not running in full-screen mode (I still have xbuntu taskbar on top). Any idea how to change this?


Regards,
Kazan

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Mon Dec 03, 2012 1:26 pm
by BuZz
the mac address should be set randomly and then saved in /etc/network/joggler-eth - check if you have that file. I will have a check on my system though, maybe something is not working right with the upstart script that handles this. if you don't have the file you can create it with a single line containing the mac address (in the format ##:##::##:##:##)

I don't manage the squeezeplay software. it is probably set to remove the gnome panels but not xfce panels. You could ask on the squeezeplay thread about this : http://www.jogglerwiki.com/forum/viewtopic.php?f=2&t=14

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Thu Dec 06, 2012 1:22 pm
by gazhay
On a brand new install, having added the ppa, I am getting :

Code: Select all

The following packages have unmet dependencies.
 xbmc : Depends: xbmc-bin (>= 2:12.0~git2012120201.9b5bc93-0ubuntu1~ppa1~precise) but 2:11.0~git2012072301.92de06e-0ubuntu1~ppa1~quantal is to be installed
E: Unable to correct problems, you have held broken packages.
Am I right in thinking it isn't trying to install from the correct repo?

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Thu Dec 06, 2012 1:40 pm
by gazhay
I solved the issue by removing all the stuff from the instructions and doing a

Code: Select all

apt-add-repository ppa:jools/joggler-testing

Code: Select all

apt-get update
apt-get install xmbc
then worked fine.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Thu Dec 06, 2012 1:55 pm
by BuZz
did you do the repository pinning ? else it will install the old version. I guess you did? also if using quantal you should replace "precise" with "quantal" in my instructions. the apt-add-repository will have done that of course.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sat Dec 22, 2012 5:34 pm
by zerojnt
Hello people!

I'm using the Ubuntu 12.04 Base. When I try to update my sources with "apt-get update" I getting the fail: "Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dis ... 6/Packages". Somebody can help-me to fix it? I need to fix it to install the lubuntu-desktop.

Thank you!

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Dec 23, 2012 8:21 am
by BuZz
the maverick packages have moved from main mirrors.

change the maverick line in /etc/apt/sources.list.d for maverick to

Code: Select all

deb http://old-releases.ubuntu.com/ubuntu maverick main

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Sun Dec 23, 2012 11:39 am
by roobarb!
BuZz wrote:the maverick packages have moved from main mirrors.

change the maverick line in /etc/apt/sources.list.d for maverick to

Code: Select all

deb http://old-releases.ubuntu.com/ubuntu maverick main
Ooh, I'll need to push an update to sqpOS to fix that too. Thanks for the info!

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Tue Dec 25, 2012 11:02 am
by tmohammad
error message
error message
When checking for updates, this error appears. Internet connection is not an issue as I can browse without any problems. Help greatly appreciated.

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Tue Dec 25, 2012 11:29 am
by BuZz
read a couple of posts up! :)

Re: Ubuntu / Xubuntu for the O2 Joggler.

Posted: Thu Dec 27, 2012 4:12 am
by cszhy
BuZz wrote:Ubuntu for the O2 Joggler is available for download from http://joggler.exotica.org.uk/ubuntu/

Please use this thread for discussion/support relating to the image.

Xubuntu 12.10 Quantal
The latest version of the image is v1.0 released on the 01/11/2012

Xubuntu 12.04 Precise LTS
The latest version of the image is v1.2 released on the 30/10/2012

Ubuntu 12.04 Precise LTS
The latest version of the image is v1.2 released on the 30/10/2012

Ubuntu 12.04 Base/Server Precise LTS
The latest version of the image is v1.2 released on the 30/10/2012
Hello buzz:

Does these versions contain squeezeplay? can I flash it in the internal memory?
and can I install pnpIII on it using the usbkey?
what I need is a OS which can run squeezebox play and server with vpn ,which version should I flash?
thanks