Ubuntu / Xubuntu for the O2 Joggler.
Ubuntu / Xubuntu for the O2 Joggler.
Ubuntu for the O2 Joggler is available for download from http://jwills.co.uk/projects/joggler-xubuntu/
Please use this thread for discussion/support relating to the image.
Xubuntu 14.04 Trusty LTS
The latest version of the image is v1.6 released on the 02/02/2017
Ubuntu 14.04 Base/Server Trusty LTS
The latest version of the image is v1.6 released on the 02/02/2017
Please use this thread for discussion/support relating to the image.
Xubuntu 14.04 Trusty LTS
The latest version of the image is v1.6 released on the 02/02/2017
Ubuntu 14.04 Base/Server Trusty LTS
The latest version of the image is v1.6 released on the 02/02/2017
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Has anyone managed to get Squeezeplay to play sound through any kind of USB sound card with the latest build of this software.
I can get all other media software to use my USB sound card except Squeezeplay.
I can get all other media software to use my USB sound card except Squeezeplay.
- deathsatan
- Posts: 7
- Joined: Mon Mar 07, 2011 7:46 am
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
bugs report:
1. wifi cannot work with my router ( hidden SSID , no encryption. connection is okay at the 1th time, and its never work again. failed failed failed ethernet ).
2. crashes every time i change the system language setting.
greeting from china!
1. wifi cannot work with my router ( hidden SSID , no encryption. connection is okay at the 1th time, and its never work again. failed failed failed ethernet ).
2. crashes every time i change the system language setting.
greeting from china!
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Yes, it's just that SqueezePlay is a bit finicky about it's audio settings. The easiest way is to create an /etc/asound.conf file that points to your USB audio device. For example:cbredfred wrote:Has anyone managed to get Squeezeplay to play sound through any kind of USB sound card with the latest build of this software.
I can get all other media software to use my USB sound card except Squeezeplay.
Code: Select all
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
Code: Select all
cat /proc/asound/cards
BirdsLikeWires - Get fresh builds of Debian Bullseye and Bookworm for OpenFrame with the latest 5.10 and 6.1 kernels!
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
wireless - you could try commenting out the blacklist line in /etc/modprobe.d/joggler.conf and using the other driver (That is generally less compatible but may do better in your specific case). it might be worth trying some different settings on your router and see if you can make them work better together.deathsatan wrote:bugs report:
1. wifi cannot work with my router ( hidden SSID , no encryption. connection is okay at the 1th time, and its never work again. failed failed failed ethernet ).
2. crashes every time i change the system language setting.
greeting from china!
Unsure about system language, will have a look.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
I'm trying to set up openssh server on my Joggler's Ubuntu 10.10 so that I can copy files over via winscp. I installed it with Synaptic and had a look in the config file but cannot see how to set a password or how to allow winscp to connect. I'm sure I'm missing something blindingly obvious. Can anyone help? Thanks.
- deathsatan
- Posts: 7
- Joined: Mon Mar 07, 2011 7:46 am
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
im sure the router settings are all okay, all my wireless devices are working well, and my jog cannot work with my friends' router ( also hidden SSID , no encryption).BuZz wrote:wireless - you could try commenting out the blacklist line in /etc/modprobe.d/joggler.conf and using the other driver (That is generally less compatible but may do better in your specific case). it might be worth trying some different settings on your router and see if you can make them work better together.deathsatan wrote:bugs report:
1. wifi cannot work with my router ( hidden SSID , no encryption. connection is okay at the 1th time, and its never work again. failed failed failed ethernet ).
2. crashes every time i change the system language setting.
greeting from china!
Unsure about system language, will have a look.
btw: 1.wifi can work every 1st time i run ubuntu 10.10 (just finished the image file writting on USB stick)
2.the officially original firmware ("tango?" in ubuntu7) has no such problem.
one more question, why does jogs wifi has no mac address? is that the reason i cannot link jog to wireless network?
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
It's not that your settings are wrong, but since the Joggler doesn't seem to like it, you could tweak it perhaps and see if changing them helps - for example experimenting with encryption modes / wireless b/g or just g / changing the channel / making non hidden ssid.
the wifi should have a mac address - what does "ifconfig" say. the built in ethernet doesnt have a mac address. my distributions choose a random one on first boot, and then save it for future boots. you can set it to whatever you like by putting the mac address in /etc/network/joggler-eth
the wifi should have a mac address - what does "ifconfig" say. the built in ethernet doesnt have a mac address. my distributions choose a random one on first boot, and then save it for future boots. you can set it to whatever you like by putting the mac address in /etc/network/joggler-eth
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
the default password for the joggler user is "joggler". to change the password on the joggler use the "passwd" command.dwl99 wrote:I'm trying to set up openssh server on my Joggler's Ubuntu 10.10 so that I can copy files over via winscp. I installed it with Synaptic and had a look in the config file but cannot see how to set a password or how to allow winscp to connect. I'm sure I'm missing something blindingly obvious. Can anyone help? Thanks.
you can install ssh server with "apt-get install openssh-server" or install that from the gui.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Thanks, I had already tried joggler as a password but it didn't occur to me to use it as a username too! All working fine now.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Bit of an odd one here, BuZz - I've got a Joggler that won't accept the MAC address given to it by your startup script. The /etc/network/joggler-eth file has one MAC address (00:92:08:ca:6a:f4), but the one reported by ifconfig is completely different (da:be:df:2e:36:98). If I issue:
Then it does set it correctly, but something seems to be overriding it on startup. This is on your latest image - v1.6.1.
Code: Select all
ip link set eth0 address 00:92:08:ca:6a:f4
BirdsLikeWires - Get fresh builds of Debian Bullseye and Bookworm for OpenFrame with the latest 5.10 and 6.1 kernels!
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
roobarb! wrote:Yes, it's just that SqueezePlay is a bit finicky about it's audio settings. The easiest way is to create an /etc/asound.conf file that points to your USB audio device. For example:cbredfred wrote:Has anyone managed to get Squeezeplay to play sound through any kind of USB sound card with the latest build of this software.
I can get all other media software to use my USB sound card except Squeezeplay.
You can identify the card number of your device usingCode: Select all
pcm.!default { type hw card 1 } ctl.!default { type hw card 1 }
This has one downside, in that it is system-wide and bypasses any kind of audio mixer, meaning only one application can access the audio system at a time (so if SQP is running you won't get audio from any other apps). There's likely to be a way around this, but as audio from one app is exactly what I'm after I've never invested the time!Code: Select all
cat /proc/asound/cards
Thank you for the reply Roobarb.
Correct me if I'm wrong, but the asound.conf file is operating system wide and so effects all sounds from all applications???
I have the exact contents in my asound.conf file that you listed above and that is why all the sounds from Rhythmbox, XBMC and all the sounds from the OS are played throught the USB sound card.....EXCEPT SQUEEZEPLAY!
So I ask again, has anyone got a USB sound card playing music from the Squeezeplay software that is included in the btrfs compressed version of Ubuntu 10.10 (Maverick) (Joggler Image v1.6.1 - 24/02/2011)?
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
tried with a new image just to make sure nothing bad happened to the one its running off ?roobarb! wrote:Bit of an odd one here, BuZz - I've got a Joggler that won't accept the MAC address given to it by your startup script. The /etc/network/joggler-eth file has one MAC address (00:92:08:ca:6a:f4), but the one reported by ifconfig is completely different (da:be:df:2e:36:98). If I issue:
Then it does set it correctly, but something seems to be overriding it on startup. This is on your latest image - v1.6.1.Code: Select all
ip link set eth0 address 00:92:08:ca:6a:f4
there is joggler-eth.conf in /etc/init/ ? if the mac isnt set and you do "sudo start joggler-eth" does it set it ?
what's in /etc/udev/rules.d/70-persistent-net.rules
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
I keep having a problem with applets disappearing from the top panel. When I boot the Joggler I often get an error message saying that an applet (e.g. clock, notification area) could not be found & suggesting that I delete it. Anyone else get this? I just need to keep adding them back to the panel.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Did you shutdown cleanly? perhaps something crashed. Might also be worth doing a filesystem check.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Thanks - can you help with which fsck commands to run? I'm a bit hazy after having had a look on the Ubuntu forums. I haven't had any crashes or freezing of the OS.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
if you are running ext4 do "sudo touch /forcefsck" and it should check on the next boot.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
sorry, should have said, I have the Btrfs compressed version...
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
i dont know what the problem might be. maybe there is something in the logs. Im working on an update now with a newer btrfs and lzo compression. tis much quicker. maybe it will work better for you.
Re: Ubuntu 10.10 (Maverick ) for the O2 Joggler.
Still building images currently but if anyone wants to test a new image with the new brtfs + lzo compression
http://joggler.exotica.org.uk/img/ubunt ... com.img.gz
PS. the images are built on this server, that has rather poor disk io, so sorry if I slow the forum down a bit
http://joggler.exotica.org.uk/img/ubunt ... com.img.gz
PS. the images are built on this server, that has rather poor disk io, so sorry if I slow the forum down a bit