Page 13 of 41
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Wed Jan 21, 2015 3:51 pm
by cszhy
hello roobarb!"
I installed the squeezeplay os into the internal memory of joggler using your flash system. it looks good.
the only problem is I'm not able to connect it with the wifi.
it keeps telling me that"no network address has been assigned to the wireless interface"
even after I input the name of hotspot and password for wpa2 and restarted
what can I do to fix this problem?
thanks
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Wed Jan 21, 2015 5:13 pm
by fattybacon
I've never had much luck either. My recipe,
Plug it in using the Ethernet cable.
Get connected to mysqueezebox and then switch to your local LMS.
Once you are working, then configure the Wifi, and reboot, and disconnect the ethernet.
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Thu Jan 22, 2015 4:35 am
by cszhy
The wifi problem is fixed now, thanks
I have another question about the upnp issue. Can I access samba driver which connects with router by using network mount point? Thanks
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 4:01 am
by cszhy
I also have a nfs server enabled.
But don't know how to set the server path in the network mount point option of squeeze play os,anyone can help?
It also says the content of the share will appear under /srv/MEDIA
where can I find it in joggler?
There is a harddriver connected with a openwrt router which runs as the nfs server, address 192.168.1.1
Harddriver mount as /mint/sda1
How should I set it up in squeeze play?
Thanks
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 11:20 am
by castalla
Let's start from the beginning!
You have a harddisk drive attached to your router? The address is 192.168.1.1 ?
We need to know:
a. what is the directory structure of the disk - eg. /share/Music or whatever it actually is
b. Does the drive have User and Password access ?
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 4:54 pm
by kazan
Hi
I'm not sure is that how should be or there is some small bug in the system.
I'm trying to do
but I get
Code: Select all
crontabs/joggler/: fdopen: Permission deniedjoggler@openframe:~$
After checking permissions on /usr/bin/crontab it looks like there are not quite right:
Code: Select all
joggler@openframe:~$ ls -l /usr/bin/crontab
-rwxr-xr-x 1 root root 34824 Jan 15 16:48 /usr/bin/crontab
The same was happening on previous ver of SP OS v3.
Also when I'm trying to do
Code: Select all
joggler@openframe:~$ passwd joggler
I get this
Code: Select all
Changing password for joggler.
(current) UNIX password:
passwd: Authentication token manipulation error
passwd: password unchanged
I'm confused. I would appreciate any help.
Does this permissions look right? I tried to do
but I got:
Code: Select all
touch: cannot touch ‘/home/joggler/.selected_editor’: Permission denied
Code: Select all
drwxr-xr-x 6 joggler joggler 4096 Jan 22 23:24 .
drwxr-xr-x 3 joggler joggler 4096 Jan 15 16:49 ..
-rw------- 1 joggler joggler 841 Jan 22 23:26 .bash_history
-rw-r--r-- 1 joggler joggler 220 Jan 15 16:48 .bash_logout
-rw-r--r-- 1 joggler joggler 3637 Jan 15 16:48 .bashrc
drwx------ 3 joggler joggler 4096 Jan 20 23:08 .cache
drwx------ 3 joggler joggler 4096 Jan 20 23:08 .config
drwx------ 3 joggler joggler 4096 Jan 20 23:08 .local
-rw-r--r-- 1 joggler joggler 791 Jan 16 12:25 .profile
-rw-r--r-- 1 root root 66 Jan 20 23:05 .selected_editor
drwxrwxr-x 3 joggler joggler 4096 Jan 22 19:31 .squeezeplay
-rw-r--r-- 1 joggler joggler 0 Jan 20 22:27 .sudo_as_admin_successful
-rw-rw-r-- 1 joggler joggler 854 Jan 22 23:25 .toprc
-rw------- 1 joggler joggler 103 Jan 22 19:44 .Xauthority
-rw-r--r-- 1 joggler joggler 522 Jan 15 16:49 .Xdefaults
-rw-r--r-- 1 joggler joggler 191 Jan 16 12:25 .xinitrc
Thanks.
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 9:28 pm
by ChaoticMike
Hi. I just got a Joggler running SqPOS with an external Muse DAC, and it sounds GREAT. But... It doesn't play WMA. I know this is to do with the need to have Mplayer and PlayWMA on the Joggler and LMS respectively.
Is MPlayer part of the SqPOS build? If so, what I am I not doing right to get my WMAs to play? I have installed 'PlayWMA' on the LMS (which itself is a canned install running on a Sheevaplug). I have spotted a possible fix based on tweaking a shell script for Mplayer, but in the absence of knowledge of whether Mplayer is present I am kind of stuck.
All help will be gratefully received!
Mike
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 11:38 pm
by simon
In the advanced settings of LMS, select Play Windows Media, and it will tell you if mplayer is installed.
If this is for Triode's BBCiPlayer plugin, then look here for a test version...
http://forums.slimdevices.com/showthrea ... post804461
Simon.
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 11:56 pm
by kazan
ChaoticMike wrote:Hi. I just got a Joggler running SqPOS with an external Muse DAC, and it sounds GREAT. But... It doesn't play WMA. I know this is to do with the need to have Mplayer and PlayWMA on the Joggler and LMS respectively.
Is MPlayer part of the SqPOS build? If so, what I am I not doing right to get my WMAs to play? I have installed 'PlayWMA' on the LMS (which itself is a canned install running on a Sheevaplug). I have spotted a possible fix based on tweaking a shell script for Mplayer, but in the absence of knowledge of whether Mplayer is present I am kind of stuck.
All help will be gratefully received!
Mike
Follow my suggestions from this post
http://www.jogglerwiki.com/forum/viewto ... 140#p23248 and it should work.
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 23, 2015 11:58 pm
by castalla
ChaoticMike wrote:Hi. I just got a Joggler running SqPOS with an external Muse DAC, and it sounds GREAT. But... It doesn't play WMA. I know this is to do with the need to have Mplayer and PlayWMA on the Joggler and LMS respectively.
Is MPlayer part of the SqPOS build? If so, what I am I not doing right to get my WMAs to play? I have installed 'PlayWMA' on the LMS (which itself is a canned install running on a Sheevaplug). I have spotted a possible fix based on tweaking a shell script for Mplayer, but in the absence of knowledge of whether Mplayer is present I am kind of stuck.
All help will be gratefully received!
Mike
I may be wrong but I believe mplayer has to run on the LMS device.
Why not just install LMS on the Joggler?
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sat Jan 24, 2015 12:41 am
by cszhy
castalla wrote:Let's start from the beginning!
You have a harddisk drive attached to your router? The address is 192.168.1.1 ?
We need to know:
a. what is the directory structure of the disk - eg. /share/Music or whatever it actually is
b. Does the drive have User and Password access ?
Yes,I have a harddisk drive attached to the openwrt router, it's mounted as /mnt/sda1 ,The address of router is 192.168.1.1.
And there is no pwd set for the NFS,
I can access the folders in the hardedriver from iPad by samba
But don't know how to set in squeezeplay os
Actually I input the IP address and path in the advanced option and apply,
But nothing happens,anyone can tell me how should I do?
Thanks
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sat Jan 24, 2015 12:46 am
by ChaoticMike
castalla wrote:ChaoticMike wrote:Hi. I just got a Joggler running SqPOS with an external Muse DAC, and it sounds GREAT. But... It doesn't play WMA. I know this is to do with the need to have Mplayer and PlayWMA on the Joggler and LMS respectively.
Is MPlayer part of the SqPOS build? If so, what I am I not doing right to get my WMAs to play? I have installed 'PlayWMA' on the LMS (which itself is a canned install running on a Sheevaplug). I have spotted a possible fix based on tweaking a shell script for Mplayer, but in the absence of knowledge of whether Mplayer is present I am kind of stuck.
All help will be gratefully received!
Mike
I may be wrong but I believe mplayer has to run on the LMS device.
Why not just install LMS on the Joggler?
Because I have a socking great USB drive mounted on my Sheevaplug, and because I *thought* Mplayer sits on the rendering client device (I.e. the Joggler) rather than the server. Happy to be told otherwise...
Mike
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sat Jan 24, 2015 1:11 am
by castalla
ChaoticMike wrote:
Because I have a socking great USB drive mounted on my Sheevaplug, and because I *thought* Mplayer sits on the rendering client device (I.e. the Joggler) rather than the server. Happy to be told otherwise...
Mike
Same here ... somebody must know!
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sat Jan 24, 2015 1:22 am
by ChaoticMike
Simon and Kazan had the answer... Mplayer on LMS, not Joggler. Everything post pub now glorious and noisy! Couldn't install Mplayer *without* a GUI, but hey, who cares? Disk space is cheap these days!
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sat Jan 24, 2015 1:27 am
by ChaoticMike
PS: for my installation, I didn't need to muck about with the Mplayer shell script. The installation of Mplayer and PlayWMA using apt-get install and plug-in management respectively on the LMS host did the trick. Wahey!
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sat Jan 24, 2015 7:44 am
by shadow1901
Hi roobarb!
This joggler is a new device. It started the orginal openpeak software correctly, but I interrupt the config process.
I have the serversite "
https://services.openpeak.net/dms/login.do" with logins, but the server isn't rechable.
So I flashed the openpeak fw v30300, the joggler start correctly, but no sounds and very slow or hanging apps.
If I flashed the sqpos, the joggler is hanging by bootlogo (not the logo from squeezplay).
I'd tested and I have the file "brw-rw---- 1 root disk 179, 0 Jan 21 08:16 mmcblk0"
I got a lot of jogglers and I want use them as squeezeplayer.
regards shadow1901
Hi all
have anybody a idee, how I could solve that?
regards shadow1901
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Tue Jan 27, 2015 9:37 am
by cszhy
Hello,I can't listen to any internet radio in this os as the gfw. How can i replace the current os with 30300, at least there is upnp available,thanks
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Wed Jan 28, 2015 12:42 pm
by sijones
Well I've been neglecting my Jogglers for ages, but have just visited the forum for the first time in months, seen this thread and have been inspired all over again.
Many thanks Roobarb for devoting your time to this OS.
Reckon this weekend I'll be installing SPOSv3 on the Joggler attached to my home stereo. Partly 'cos the old version I have tends to lock out between uses (rebooting the Joggler fixes it, I expect it's a hardware problem anyway), but mostly for the fun of tinkering. I should warn everyone that my starting to tinker tends to lead to a flurry of stupid forum posts for help, but that's progress for you...

Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Fri Jan 30, 2015 8:28 pm
by palindrom
cszhy wrote:Hello,I can't listen to any internet radio in this os as the gfw. How can i replace the current os with 30300, at least there is upnp available,thanks
See:
http://birdslikewires.co.uk/articles/openpeak-firmware
Re: SqueezePlay OS (Version 3) for OpenFrame
Posted: Sun Feb 01, 2015 3:06 am
by cszhy
Thanks, restored pnp3 now, it's better for me