Re: [SlimDevices: Radio] Community Build Radio Firmware

2020-11-20 Thread bobertuk


ralphy wrote: 
> The radio is the same
> 
> run *crontab -e* and vi will be started
> 
> press the letter *i*
> 
> copy and paste the following line into vi.
> 
> > 
Code:

  >   > 0 5 * * * /sbin/reboot

> > 
> 
> press the escape key
> 
> then type *:wq*
> 
> run *crontab -l* to display the cron job.
> 
> I have a script on my radio that just restarts squeezeplay twice a
> month to keep the radio from rebooting every ~21days from the timer
> variable overflow issue.
> 
> Unfortunately it requires disabling the watchdog timer for the
> squeezeplay process id.  I'll eventually make it available but it's
> still too early days for that.

Thanks ralphy, I'll see how it goes. I used the following for a twice
monthly reboot...


Code:

0 5 * * 1,15 /sbin/reboot




2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=111663

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Community Build Radio Firmware

2020-11-20 Thread bobertuk


Thanks ralphy, custom firmware installed and working well so far.

I want to set up cron to reboot my radio every day but I'm not sure how
to do that with a busybox device. I'm was familiar with VI and full
blown UNIX cron and crontab -e (from many years ago!) but my poor old
brain isn't as agile as it used to be. Do I need to set environment or
will a simple single line entry entry work?

As an example a simple entry like this...
0 5 *   *   */reboot

in this instance to reboot every day at 5am.

Thanks



2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=111663

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Community Build Radio Firmware

2020-10-12 Thread bobertuk


KeBul wrote: 
> Bob, have you thought about a smart mains plug - search Amazon for smart
> plug, I use Teckin ones for various tasks, they can be configured to
> work automatically on a schedule, work with Alexa if you have an echo or
> via a smartphone app. 
> 
> A relatively cheap and simple resolution to your need to power cycle
> regularly. 
> 
> I'm just about to deploy another couple, one to power control a
> SqueezeAMP and one for the power on my newish FreeSat DVR which is
> turning out to be not quite ready for prime time (buggy) and needs a
> regular power cycle to clear the lockups - should save wear and tear on
> the power jack at the back of the unit, I'm tending to pull that as it's
> more accessible than the mains wall wart.
> 
> Kev

I've never used smart plugs but oddly enough I did think about using one
today so I'll take a look at the Teckin on Amazon. I have several echos'
so it should be easy.

Many thanks

Bob



2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=111663

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Community Build Radio Firmware

2020-10-12 Thread bobertuk


ralphy wrote: 
> Unfortunately the firmware needs to be rebuilt to enable cron in
> busybox.
> 
> When I first enabled cron in the firmware, I setup a job to reboot the
> radio twice a month and within a few days of adding it I noticed that
> the radio had become really slow.  At the time, I just wanted to play
> some music so I just rebooted and a few days later, a factory reset
> wiped the job.  I need to retest using cron to determine if that was the
> cause.  I've neved found the radio to be that slow before or since but
> there were several other changes at the time, which might have
> contributed to the problem as well.
> 
> I have not released the new firmware yet.

Thanks for the reply - I'll just wait until you release the firmware.



2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=111663

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Community Build Radio Firmware

2020-10-12 Thread bobertuk


ralphy wrote: 
> Just a quick update.
> 
> I've been successfully using the new firmware for the last 6 weeks as
> the changes have progressed.
> I've updated the ssh client/server and wpa_supplicant components,
> enabled cron, applied a few bug fixes and native LMS 8.0 support.
> As I indicated in my previous post, I'm working on an applet to set the
> wpa_supplicant.conf country code from the US default set in the new
> firmware.
> 
> Here's a itemized list from my squeezeos github repos of the firmware
> changes to date.
> 
> From https://github.com/ralph-irving/squeezeos changelog
> 
> > 
Code:

  >   > Update wpasupplicant to v2.9.
  > Enable busybox telnet command.
  > Add baby kernel patch to fix (WE) : Wireless Event too big (33) messages.
  > Update dropbear ssh server/client to 2019.78 release.
  > Enable busybox cron daemon.
  > Remove unused dropbear init.d script.
  > Apply busybox patch to prevent zombie processes.
  > Enable busybox last command.
  > Fix lastlog no such file or directory remote login error messages.
  > Remove libspotify LD_PRELOAD in init.d squeezeplay script.
  > Add fdk-aac dependency to squeezeplay recipe.
  > Add the Fraunhofer FDK AAC Codec Library recipe.
  > Use baby dsp alsa module from logitech firmware 7.7.3r16676 as original 
source code is private.

> > 
> 
> From https://github.com/ralph-irving/logitech-squeezeplay changlog.
> 
> > 
Code:

  >   > Fix up misaligned and/or jittery text after horizontal scrolling. 
Squeezeplay often fails to properly "home" horizontally scrolled text when 
scrolling has paused. On a Squeezebox Controller, this fault may also result in 
"jittering" of the text.  Thanks to mrw for the patch.
  > Remove obsolete libspotify based Spotify Applet.
  > Add High-Efficiency Advanced Audio Coding (AAC) support.
  > Always start at the first item in the Random Albums menu.
  > Baby only - ignore firmware older than SR to SB migration firmware (7.7.3 
r16667)

> > 

@ralphy - I noticed that you have managed to activate the busybox cron
daemon. My Radio is in a awkward position and when it needs to be
re-booted it's difficult to get to the power plug to pull power. Are you
able to describe how to activate cron? If it's possible I could use cron
to schedule a weekly re-boot as a workaround to needing to physically
pull power to re-boot. Alternatively, is your new Radio firmware
available?

Thank you



2 x Touch
2 x Radio
2 x Boom
1 x Intel-NUC server/squeezelite running LMS 7.92 (from nightlies) on
Windows 10
1 X Odroid-XU4 server/squeezelite running LMS 7.91 on Ubuntu 16.04
1 x iMac server running macos Hich Sierra
WaveIO USB into Lavry DA-10 DAC
Starfish Pre-amp : Based on NAIM NAC 72
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=111663

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Radio wifi problems-MEGATHREAD!

2012-01-05 Thread bobertuk

Only just seen this thread so sorry for the late reply.

I had the same problems when using a BT HH3 - wireless connection
dropping almost every day. Needed to reboot the hub to get Radio back
onto network. Tried all sorts of things to 'cure' the problem but in
the end gave up and swapped out the HH3 for a Netgear router - Netgear
WNDR4500 in my case as I have BT Infinity. Haven't had the problem
since!

Had other disconnection issues with the HH3 as well. It looks pretty
but does seem a bit (very?) flakey.

Bob


-- 
bobertuk

1 x Touch - SC 7.7.1 - SSOTS v4.14
1 x Radio
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.5.1 build 1002T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=92597

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] White Screen of Death?

2011-08-04 Thread bobertuk

Have just been back in contact with Logitech Europe and the response
this time was much better. The support person I spoke to said the Touch
needs a warranty replacement so I've just forwarded all the details and
wait in hope :)

Bob


-- 
bobertuk

1 x Touch - SC 7.6.0 - SSOTS v4.91
1 x Radio
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.3.6 build 1110T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=89339

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] White Screen of Death?

2011-08-04 Thread bobertuk

pallfreeman;646857 Wrote: 
> I have a similar problem with a Touch. If it's ever restarted (e.g.
> after installing an update) there a 50% chance it'll "white screen" on
> me. Everything works except the display. If I leave it powered off for
> 24 hours, it comes back perfectly fine. You might give that a go.
> 
> They told me to send it back to Logitech, but I bought another instead
> and use the only-slightly-broken one for testing.

I always have the same problem with 'White screen' after a new firmware
install. I leave it on the white screen and wait for the applets to
install. Then I pull the power plug and leave it off for 10 minutes,
power back on all works OK. 

I contacted Logitech support and they were not helpful. "It must be
because your are using SbS 7.6 which isn't an official release yet".

Well it is official now so I will contact them again!

Bob


-- 
bobertuk

1 x Touch - SC 7.6.0 - SSOTS v4.91
1 x Radio
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.3.6 build 1110T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=89339

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Now it stopped working altogether (German data center of MYSB is done for?)

2010-01-03 Thread bobertuk

psprout;502267 Wrote: 
> Had a similar issue myself. Same symptoms plus the diagnostics page;
> 
> settings > advanced > diagnostics
> 
> listed the SBR as unregistered. I logged on to www.mysqueezebox.com,
> deleted the SBR from the account, factory reset the SBR then went
> through the entire "out of the box" set up routine. Not an elegant fix
> but it worked for me.

Hmmm...

A number of users have gone through the same process - factory reset -
over the last month including me. I only did it the first time I lost
connection to mysqueezebox.com and in my case the "out of the box" setup
didn't work. The service eventually came back of its own accord when
Logitech maybe 'fixed' problems at their end. I say maybe because it
isn't clear if it's a capacity or software issue.

It's unfortunate that users are having to go through the reset process
when the problem in most cases appears to be at Logitechs end. I think
that it would probably pay to be patient when the service is lost and
wait for Logitech to (maybe!) 'fix' it again. It's difficult to be
patient though, particularly when it happens several times over (third
time for me in a month) and the service is lost for days at a time.

Anyway, this time it all started working again (for me in the UK) on
1st January. Hopefully this will be the last failure and Logitech have
put a viable solution in place. One can but hope...

Bob


-- 
bobertuk

1 x Duet - SC 7.4.2 - SSOTS v4.1
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.1.2 build 1014T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=71964

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Now it stopped working altogether (German data center of MYSB is done for?)

2009-12-31 Thread bobertuk

Same problem here using Duet (UK) - can't even connect to local server
using the controller. This is exactly the same problem I had when using
SbS 7.5.0 from the point Logitech switched over to
'test.mysqueezebox.com'. I went back to 7.4.2 to get full functionality
back but now this isn't working either :-(

The only way I can get SBR/SBC to connect to anything is by using my
laptop - controller starts to work when the laptop is online as well! No
laptop = no SBR/SBC.

Logitech - have you recently done something to 'mysqueezebox.com'
servers which copy over what you did with 'test.mysqueezebox.com'?

Whatever is happening, you (Logitech) need to do something quickly to
fix these problems. Users really will start deserting if not able to get
consistant & reliable service from their Squeezeboxes!!! It's been
happening constantly since November!!!

Bob


-- 
bobertuk

1 x Duet - SC 7.4.2 - SSOTS v4.1
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.1.2 build 1014T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=71964

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Now it stopped working altogether (German data center of MYSB is done for?)

2009-11-30 Thread bobertuk

Quoling;490906 Wrote: 
> They might be aware but they haven't done anything

It's working for me in the UK since 10pm last night (21 hrs ago) and it
appears to be working for others too. It may be coincidence but
something may have been done by AndyG.

Bob


-- 
bobertuk

1 x Duet - SC 7.4.2 - SSOTS v4.1
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.1.2 build 1014T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=71964

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] Now it stopped working altogether (German data center of MYSB is done for?)

2009-11-29 Thread bobertuk

AndyG is on to it so logitec is aware of the problem.

Bob


-- 
bobertuk

1 x Duet - SC 7.4.2 - SSOTS v4.1
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.1.2 build 1014T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=71964

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio


Re: [SlimDevices: Radio] how do I type a space

2009-11-14 Thread bobertuk

On my SB Controller and BOOM remote you can use the + button as well. 

Bob


-- 
bobertuk

1 x Duet - SC 7.4.2 - SSOTS v4.1
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.1.2 build 1014T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=71396

___
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio