SqueezePlay OS (Version 2) for OpenFrame
Re: SqueezePlay OS (Version 2) for OpenFrame
Sounds interesting if I could only read it!
Re: SqueezePlay OS (Version 2) for OpenFrame
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?
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Can't mount network share in v2
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 works without any problems whatsoever.
In v2 gives .
Both commands were run as su. Any thoughts? Have I missed something in an earlier post?
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
In v2
Code: Select all
mount -t cifs //192.168.0.1/MUSIC /mnt/Music -o ro,username=xxxxx,password=xxxxx,_netdev
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?
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: SqueezePlay OS (Version 2) for OpenFrame
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.
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.
The name and password is a read only share; I think?//192.168.244.163/music /media/music cifs username=nameofme,password=passwordofme,iocharset=utf8,sec=ntlm 0 0
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens
Auto mater
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens
Auto mater
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: SqueezePlay OS (Version 2) for OpenFrame
Many thanks!
Your string did indeed work! Having made the /media(not mnt)/networkmusic directory I added 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!
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
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!
Last edited by offbeatdave on Wed Feb 05, 2014 11:37 pm, edited 2 times in total.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: SqueezePlay OS (Version 2) for OpenFrame
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.
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
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.
Very primitive stuff doing live streaming mpeg2 captures using updated VL4 stuff which is still a pita and antiquated a bit; but it works.
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens
Auto mater
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens
Auto mater
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: SqueezePlay OS (Version 2) for OpenFrame
Thanks! The sec=ntlm bit seems to have done the trick! Up and running again!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.
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: SqueezePlay OS (Version 2) for OpenFrame
would this mean I could try to mount my NAS again or shouldn't I even be thinking about that?? 

- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: SqueezePlay OS (Version 2) for OpenFrame
Thought about you actually when this cropped up! Worth a quick go!Error wrote:would this mean I could try to mount my NAS again or shouldn't I even be thinking about that??
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
- offbeatdave
- Posts: 1047
- Joined: Wed Mar 09, 2011 10:43 pm
Re: SqueezePlay OS (Version 2) for OpenFrame
@Erroroffbeatdave wrote:
I wonder if that would have solved the problems a user was having with PnP/LMS mounting a while back?
Were your ears burning as I was typing last night!?
"EVERY DAY I'M JOGGLERING!"
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Jogglering since Dec '09;
Tinkering with Jogglers since Feb '10 thanks to PMJ, Jogtools, PnP & sqpOS;
Gave something back Feb '12 to Apr '14 with PnP Mk II & PnP III;
Finally 'completed' PnP III Apr '15!
Re: SqueezePlay OS (Version 2) for OpenFrame
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
How do I change Timezone settings with SqueezePlayOs V2???
Re: SqueezePlay OS (Version 2) for OpenFrame
ssh joggler@<your joggler's ip>ttherapo wrote:How do I change Timezone settings with SqueezePlayOs V2???
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
For +2 Athens what do I select??
Re: SqueezePlay OS (Version 2) for OpenFrame
Think it would be "Europe/Athens" or Timezone set as /Etc/GMT-2 or Using Athens as GMT+2 ...
- Pete
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens
Auto mater
O2 Jogglers running EFI Ubuntu / Squeezeplayer
OpenPeak Voip Telephony / Zigbee tabletops hardware modded with Seabios / RTC / Ethernet ROM edits / SSD drives running XPe for automation screens
Auto mater
Re: SqueezePlay OS (Version 2) for OpenFrame
" Europe/Athens"ttherapo wrote:For +2 Athens what do I select??
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
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
thanks for the info, will try and let you Know!!! 

SqueezePlay OS (Version 2) for OpenFrame Accesspoint
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).
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).
-
- Posts: 7
- Joined: Wed Feb 05, 2014 11:08 pm
Re: SqueezePlay OS (Version 2) for OpenFrame
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
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