SqueezePlay OS (Version 2) for OpenFrame

General discussion relating to the O2 Joggler, from the default O2 setup, to alternative operating systems and applications.
Post Reply
Wayne C
Posts: 45
Joined: Mon Apr 15, 2013 7:13 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by Wayne C »

Sounds interesting if I could only read it!
ttherapo
Posts: 64
Joined: Sat Jul 07, 2012 12:07 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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?
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Can't mount network share in v2

Post 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?
"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!
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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?
- 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
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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!
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!
castalla
Posts: 860
Joined: Wed May 29, 2013 10:33 am

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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.
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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.
- 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
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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!
"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!
Error
Posts: 243
Joined: Wed Sep 18, 2013 2:13 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by Error »

would this mean I could try to mount my NAS again or shouldn't I even be thinking about that?? :lol:
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by offbeatdave »

Error wrote:would this mean I could try to mount my NAS again or shouldn't I even be thinking about that?? :lol:
Thought about you actually when this cropped up! Worth a quick go!
"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!
User avatar
offbeatdave
Posts: 1045
Joined: Wed Mar 09, 2011 10:43 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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!?
"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!
castalla
Posts: 860
Joined: Wed May 29, 2013 10:33 am

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by castalla »

I can't recall if the sec=ntlm was one of the attempts we tried with Error. Definitely worth a try!
ttherapo
Posts: 64
Joined: Sat Jul 07, 2012 12:07 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by ttherapo »

How do I change Timezone settings with SqueezePlayOs V2???
User avatar
palindrom
Posts: 67
Joined: Mon Jan 27, 2014 4:14 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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
ttherapo
Posts: 64
Joined: Sat Jul 07, 2012 12:07 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by ttherapo »

For +2 Athens what do I select??
User avatar
pete
Posts: 2950
Joined: Mon Aug 01, 2011 6:33 am
Location: Time Traveler

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by pete »

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
User avatar
palindrom
Posts: 67
Joined: Mon Jan 27, 2014 4:14 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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
ttherapo
Posts: 64
Joined: Sat Jul 07, 2012 12:07 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post by ttherapo »

thanks for the info, will try and let you Know!!! :lol:
User avatar
palindrom
Posts: 67
Joined: Mon Jan 27, 2014 4:14 pm

SqueezePlay OS (Version 2) for OpenFrame Accesspoint

Post 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).
zedthegreat
Posts: 7
Joined: Wed Feb 05, 2014 11:08 pm

Re: SqueezePlay OS (Version 2) for OpenFrame

Post 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
Post Reply