Ubuntu / Xubuntu for the O2 Joggler.
Re: Ubuntu / Xubuntu for the O2 Joggler.
seems to be there on my copy
Re: Ubuntu / Xubuntu for the O2 Joggler.

Any news on the "Network" issue?
Re: Ubuntu / Xubuntu for the O2 Joggler.
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.
Buzz is it possible to upgrade from v1.1 to v1.2 without re-image everything?
XBMC for O2 Joggler http://www.jogglerwiki.com/forum/viewto ... 703#p12347
Re: Ubuntu / Xubuntu for the O2 Joggler.
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.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.
Only remaining issue now is the multiple mounts... which show in Nautilus too....
Thanks for the help. Greatly appreciated.
gmusicbrowser
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.
Reinstalled... but it seems to remember even using the --purge when uninstalling.
Re: Ubuntu / Xubuntu for the O2 Joggler.
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.
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.
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
then edit /etc/apt/preferences.d/joggler.pref and add
then
and it should update
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
Code: Select all
Package: *
Pin: release o=LP-PPA-jools-joggler-testing
Pin-Priority: 1010
Code: Select all
sudo apt-get update
sudo apt-get install xbmc
Re: Ubuntu / Xubuntu for the O2 Joggler.
i updated above post as I forgot to add -testing to the repos.
Re: Ubuntu / Xubuntu for the O2 Joggler.
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
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.
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
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.
On a brand new install, having added the ppa, I am getting :
Am I right in thinking it isn't trying to install from the correct repo?
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.
Re: Ubuntu / Xubuntu for the O2 Joggler.
I solved the issue by removing all the stuff from the instructions and doing a
then worked fine.
Code: Select all
apt-add-repository ppa:jools/joggler-testing
Code: Select all
apt-get update
apt-get install xmbc
Re: Ubuntu / Xubuntu for the O2 Joggler.
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.
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!
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.
the maverick packages have moved from main mirrors.
change the maverick line in /etc/apt/sources.list.d for maverick to
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.
Ooh, I'll need to push an update to sqpOS to fix that too. Thanks for the info!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
BirdsLikeWires - Get fresh builds of Debian Bullseye, Bookworm, and Trixie for OpenFrame with the latest 5.10, 6.1, and 6.12 kernels! 

Re: Ubuntu / Xubuntu for the O2 Joggler.
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.
read a couple of posts up! 

Re: Ubuntu / Xubuntu for the O2 Joggler.
Hello buzz: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
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
Last edited by cszhy on Thu Dec 27, 2012 4:18 am, edited 1 time in total.