Page 6 of 23
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 7:20 pm
by Wayne C
Sounds interesting if I could only read it!
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 9:39 pm
by ttherapo
I have 3 jogglers, two with pnpiii and I installed squeeze play os(version1) on the third. Although I change time zone settings under my squeezebox.com, changes are not made. How do I change time one?
Can't mount network share in v2
Posted: Wed Feb 05, 2014 10:12 pm
by offbeatdave
Mounting share problems:
Has something changed regarding share mounting (via putty) in sqpOS2? I can't get it to mount my network share!
In v1
Code: Select all
mount -t cifs //192.168.0.1/MUSIC /mnt/Music -o ro,username=xxxxx,password=xxxxx,_netdev
works without any problems whatsoever.
In v2
Code: Select all
mount -t cifs //192.168.0.1/MUSIC /mnt/Music -o ro,username=xxxxx,password=xxxxx,_netdev
gives
Code: Select all
mount: cannot mount block device //192.168.0.1/MUSIC read-only
.
Both commands were run as su. Any thoughts? Have I missed something in an earlier post?
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 10:48 pm
by pete
I was just doing that yesterday with my SP only Joggler player.
Will ssh to it...
Yesterday testing it got similar errors. I didn't put that "_netdev" at the end of it.
I have to change it though to hide the login to share password. I just haven't gotten around to it yet.
Here is what my fstab looks like and it is auto mounting the music share just fine.
I did start using a DNS name too and kept getting errors such that I just went to the IP instead.
//192.168.244.163/music /media/music cifs username=nameofme,password=passwordofme,iocharset=utf8,sec=ntlm 0 0
The name and password is a read only share; I think?
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 11:15 pm
by offbeatdave
Many thanks!
Your string did indeed work! Having made the /media(not mnt)/networkmusic directory I added
Code: Select all
//192.168.0.1/MUSIC /media/networkmusic cifs username=myusername,password=mypasswrd,iocharset=utf8,sec=ntlm 0 0
to the /etc/fstab, rebooted and all is working as expected.
I guess something internal changed between old sqpOS1 base and new sqpOS2 base which rendered my previous line in fstab obsolete!
I wonder if that would have solved the problems a user was having with PnP/LMS mounting a while back?
EDITED - FIXED!
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 11:17 pm
by castalla
Recent updates to Squeezeplug also suffer the same problem. Something changed in the kernel, which requires the sec=ntlm option ....
So, try:
mount -t cifs //192.168.0.1/MUSIC /mnt/Music -o ro,username=xxxxx,password=xxxxx,sec=ntlm
Hope it works.
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 11:32 pm
by pete
Been caught up in this xmbc streaming live TV (well in house live tv) thing these last few days.
Very primitive stuff doing live streaming mpeg2 captures using updated VL4 stuff which is still a pita and antiquated a bit; but it works.
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Wed Feb 05, 2014 11:38 pm
by offbeatdave
castalla wrote:Recent updates to Squeezeplug also suffer the same problem. Something changed in the kernel, which requires the sec=ntlm option ....
So, try:
mount -t cifs //192.168.0.1/MUSIC /mnt/Music -o ro,username=xxxxx,password=xxxxx,sec=ntlm
Hope it works.
Thanks! The sec=ntlm bit seems to have done the trick! Up and running again!
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Thu Feb 06, 2014 8:43 pm
by Error
would this mean I could try to mount my NAS again or shouldn't I even be thinking about that??

Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Thu Feb 06, 2014 9:09 pm
by offbeatdave
Error wrote:would this mean I could try to mount my NAS again or shouldn't I even be thinking about that??

Thought about you actually when this cropped up! Worth a quick go!
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Thu Feb 06, 2014 9:11 pm
by offbeatdave
offbeatdave wrote:
I wonder if that would have solved the problems a user was having with PnP/LMS mounting a while back?
@Error
Were your ears burning as I was typing last night!?
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Fri Feb 07, 2014 12:02 am
by castalla
I can't recall if the sec=ntlm was one of the attempts we tried with Error. Definitely worth a try!
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Fri Feb 07, 2014 7:12 pm
by ttherapo
How do I change Timezone settings with SqueezePlayOs V2???
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Fri Feb 07, 2014 7:48 pm
by palindrom
ttherapo wrote:How do I change Timezone settings with SqueezePlayOs V2???
ssh joggler@<your joggler's ip>
username: joggler
password: joggler
sudo dpkg-reconfigure --frontend noninteractive tzdata
echo "Europe/Berlin" | sudo tee /etc/timezone
Where "Europe/Berlin" should be your TZ
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Fri Feb 07, 2014 7:51 pm
by ttherapo
For +2 Athens what do I select??
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Fri Feb 07, 2014 9:24 pm
by pete
Think it would be "Europe/Athens" or Timezone set as /Etc/GMT-2 or Using Athens as GMT+2 ...
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Sat Feb 08, 2014 10:36 am
by palindrom
ttherapo wrote:For +2 Athens what do I select??
" Europe/Athens"
This are the most common Time Zones:
Code: Select all
Africa/Cairo
Africa/Casablanca
Africa/Johannesburg
Africa/Lagos
Africa/Nairobi
America/Anchorage
America/Bogota
America/Buenos_Aires
America/Caracas
America/Chicago
America/Chihuahua
America/Denver
America/Godthab
America/Halifax
America/Indianapolis
America/Los_Angeles
America/Mexico_City
America/New_York
America/Noronha
America/Phoenix
America/Regina
America/Santiago
America/Sao_Paulo
America/St_Johns
Asia/Baghdad
Asia/Bangkok
Asia/Calcutta
Asia/Colombo
Asia/Dhaka
Asia/Hong_Kong
Asia/Irkutsk
Asia/Jerusalem
Asia/Kabul
Asia/Karachi
Asia/Katmandu
Asia/Krasnoyarsk
Asia/Magadan
Asia/Muscat
Asia/Novosibirsk
Asia/Rangoon
Asia/Riyadh
Asia/Seoul
Asia/Singapore
Asia/Taipei
Asia/Tbilisi
Asia/Tehran
Asia/Tokyo
Asia/Vladivostok
Asia/Yakutsk
Asia/Yekaterinburg
Atlantic/Azores
Atlantic/Cape_Verde
Australia/Adelaide
Australia/Brisbane
Australia/Darwin
Australia/Hobart
Australia/Perth
Australia/Sydney
Europe/Belgrade
Europe/Berlin
Europe/Bucharest
Europe/Helsinki
Europe/Istanbul
Europe/London
Europe/Moscow
Europe/Paris
Europe/Sarajevo
Pacific/Apia
Pacific/Auckland
Pacific/Fiji
Pacific/Guam
Pacific/Honolulu
Pacific/Norfolk
Pacific/Pitcairn
Pacific/Tongatapu
You can find a list at:
http://manpages.ubuntu.com/manpages/jau ... g.3pm.html
If you like to install an applet see:
http://www.jogglerwiki.com/forum/viewto ... 040#p20413
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Sat Feb 08, 2014 8:36 pm
by ttherapo
thanks for the info, will try and let you Know!!!

SqueezePlay OS (Version 2) for OpenFrame Accesspoint
Posted: Sun Feb 09, 2014 3:18 pm
by palindrom
Hi All,
I would like to use/configure my Joggler to work as an access-point for my Squeeze Radio.
Is there anyone working on an "additional Feature" to download and/or already created some packages?
DNS would not be needed (The Joggler AP should forward any requests to the Router).
Re: SqueezePlay OS (Version 2) for OpenFrame
Posted: Sun Feb 09, 2014 7:23 pm
by zedthegreat
Hi every one
I have just installed this version and going OK (run simply off the USB) but the music is coming from both my internal speaker and my stereo. Is this normal and any thoughts on a fix? The stereo is just connected via line out and the hardware is an o2 joggler.
Thanks