Re: [SlimDevices: Radio] Squeezebox Radio fires uncontrolled WOL Packages when in standby

2011-03-16 Thread isr2002

The same with my NAS. But I think maybe is normal. Any device connected
to the internet is working in backgrownd (checking for updates, etc.),
thereby he sends some WOL signal to the server...


-- 
isr2002

isr2002's Profile: http://forums.slimdevices.com/member.php?userid=43464
View this thread: http://forums.slimdevices.com/showthread.php?t=83439

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


[SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Please, if anyone else has an SB Radio and a WiFi router with support
for channels above 11 can you try this?

The SB Touch asks for your locale during initial boot, but the Radio
does not. My Touch (set to UK locale) connects totally reliably to my
router using channel 13, as does my phone, laptop and other devices.
The Radio does not. If I SSH into the Radio and run iwlist (see
attached) it tells me that it is only listening on channels 1-11, i.e.
it is set for the US locale, not global.

I have an escalated support ticket with Logitech and they are
attempting to help with this, but they seem convinced it should just
work. In fact they were so convinced of this that they sent me a
replacement Radio and are collecting the old one for testing, but the
new radio behaves exactly the same!

I have performed more factory resets than I care to imagine. 95% of the
time I get no signal when using channel 13. As soon as I switch my
router to channel 11 it is detected. This is with the Radio right next
to the router or in its normal location. At all times the Touch has no
problems at all.

On very, very rare occasions (I have managed to make it happen 3 times,
seemingly randomly) it does work and when that happened running iwlist
showed it was listening on channels 1-14; My Touch consistently says it
is listening on 1-13 (due presumably to UK locale). However, even then,
after the Radio is turned off and back on again (by pressing and
holding the power button or turning of power supply) it can no longer
see channel 13 and iwlist returns to showing only 1-11.

It seems to me that the Radio -is- probably set to the global
-regulatory domain- but I do not think it is being correctly
initialised, leaving it in a somewhat indeterminate state on power up,
but mostly defaulting to the US locale. In fact when a checked on the
wlan startup script in the Radio it has this: 
Code:

#8220;#!/bin/sh
  
  case $1 in
  start)
  /usr/bin/logger -s wlan: starting
  
  # Load wlan drivers
  export WORKAREA=/lib/atheros
  export EEPROM=${WORKAREA}/calData_ar6102_15dBm.bin
  
  # Set MAC address to the same as Ethernet
  macaddr=`/sbin/ifconfig eth0 | sed -ne 's/.*\(..:..:..:..:..:..\).*/\1/p'`
  if [ x${macaddr} != x ]
  then
  echo Setting eth1 macaddr: ${macaddr}
  SETMAC=--setmac $macaddr
  fi
  
  /lib/atheros/loadAR6000l.sh $SETMAC
  if [ $? -ne 0 ]; then
  /usr/bin/logger -s wlan: failed
  exit -1
  fi
  
  /lib/atheros/wmiconfig -eth1 --filter=all
  
  # Temporary possible work-a-round to fix wireless connectivity issues
  # Disable power save mode
  /lib/atheros/wmiconfig -eth1 --power maxperf
  
  # todo region codes?
  
  # Start wpa_supplicant
  /usr/bin/logger Starting wpa_supplicant
  /usr/sbin/wpa_supplicant -B -Dwext -ieth1 -c/etc/wpa_supplicant.conf
  /usr/sbin/wpa_cli -B -a/etc/network/wpa_action
  /usr/bin/logger Started wpa_supplicant
  
  /usr/bin/logger -s wlan started
  ;;
  
  stop)
  /usr/bin/logger -s wlan: stopping
  
  # Stop wpa supplicant
  killall wpa_cli
  killall wpa_supplicant
  
  # todo Make sure udhcpc is killed
  if [ -r /var/run/udhcpc.eth1.pid ]
  then
  PID=`cat /var/run/udhcpc.eth1.pid`
  kill -TERM $PID
  
  # Wait until udhcpc is dead
  kill -0 $PID /dev/null 21
  while [ $? == 0 ]; do
  sleep 1
  kill -0 $PID /dev/null 21
  done
  fi
  
  # remove wlan driver
  /lib/atheros/loadAR6000l.sh unloadall
  
  /usr/bin/logger -s wlan stopped
  ;;
  
  *)
  echo Usage: $0 {start|stop}
  exit 1
  esac
  
  exit 0#8221;
  

-*Half way down you will see # todo region codes?!*- the Touch has a
small initialisation routine at this spot in the code. Problem is the
Touch uses a different wlan chipset, so we cannot use its code for the
Radio.

I think it would help both me and the Logitech escalation support team
if a few more people could give this a try. I don't need anyone to SSH
into the box (although you can if you want!), just try to connect your
Radio using channel 13. If, unusually, it works, try rebooting and see
if it still does.

Logitech Support and I will be very interested in your results!


+---+
|Filename: Radio.jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=11514|
+---+

-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread testmatch

Hi,

There's a couple of threads here with some information on this as well.
I talked to myself in
http://forums.slimdevices.com/showthread.php?t=70888 and forgot to come
back with the extra information that it stopped connecting after three
days and won't go back. I did subsequently hijack
http://forums.slimdevices.com/showthread.php?t=74406 though.

So my experience (while nowhere near as thorough as yours) is the same.
The Radio can be coaxed into connecting to channel 13, but after a few
days simply stops seeing the network.

Consequently I have to avoid 13 in my regular game of wi-fi channel
battleships with the neighbours.

Perhaps my Radio is superstitious? :)


-- 
testmatch

testmatch's Profile: http://forums.slimdevices.com/member.php?userid=30954
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Thanks. I saw your thread and have discussed it with Logitech Support. I
was not sure if it had worked permanently for you. Maybe I should have
carried on there intead of starting a new thread, sorry. If a moderator
wishes to merge that is fine by me.

It would be great if you could update your thread anyway, so others are
aware it was not a permanent solution.


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread andynormancx

I've just switched my router to channel 13 and yes, the Radio cannot
connect to it. It sees the network in the list, but fails to connect.


-- 
andynormancx

Yes, it will. Yes, all of them. Yes, SoftSqueeze as well. What ?
I SAID ALL OF THEM !

andynormancx's Profile: http://forums.slimdevices.com/member.php?userid=17417
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Thanks andynormancx. More evidence!


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Mnyb

You should open a bug report in bugzilla too .
With all this info .
As it is fairly easy to reproduce .
Put a link to the bug nr in this tread and you can get some votes for
it, so that it gains traction and maybe a dev can see it.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Yeah I was planning on doing that once we have evidence. I will give it
another day to see if we can get a few more data points!


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

The good news is that this should also be easy to fix. If it really is
in the global regulatory domain and just needs its region code to be
set we could edit the wlan script ourselves and test (Of course most
would/should wait until the next proper update).

The problem is no matter how far I look I cannot find any documentation
on how to do this on the Atheros chipset in the Radio. The Touch uses an
iwpriv command, specific to its chipset, so that doesn't help here


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Mnyb

I'll ssh to my radio when i get home, but I live in Sweden I'm I suposed
to have more than 1-11 then ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Yes, all the world outside of the US support 1-13. Japan (only) also
supports 14. Some old routers sold in Europe only support 1-11 though.


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] Internet Radio, Local, State, City

2011-03-16 Thread Hung1261

I too have the same problem with local station. I created an account
from Radio Time and not sure how to connect the Radio Time account to
Mysqueezebox.com - Please help.


-- 
Hung1261

Hung1261's Profile: http://forums.slimdevices.com/member.php?userid=44909
View this thread: http://forums.slimdevices.com/showthread.php?t=75429

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


Re: [SlimDevices: Radio] Squeezebox Radio fires uncontrolled WOL Packages when in standby

2011-03-16 Thread mrthreeplates

isr2002;618439 Wrote: 
 The same with my NAS. But I think maybe is normal. Any device connected
 to the internet is working in backgrownd (checking for updates, etc.),
 thereby he sends some WOL signal to the server...

Hopefully not as this prevents the use of a server that doesn't run
24x7.

Also, as I point out, power cycling the Radios seems to make this
behavior go away (for a while anyway).  If it was normal, it should
happen all the time.  So, it seems to me this is (hopefully) just a bug
that was introduced sometime after 7.5.0.

I've since reverted to 7.5.0 as another member noted that this is when
the problems started happening for them.

However, one problem with using 7.5.0 is that there is another bug that
prevents WOL from working at all when an alarm fires.  This causes the
backup alarm sound to fire instead of the music that I want.

I should note that WOL works just fine when you press the power button
(thankfully).

So, as it stands, the use of alarms on the Radio and a server that
doesn't run 7x24 is the case that I believe is currently broken.

George


-- 
mrthreeplates

mrthreeplates's Profile: http://forums.slimdevices.com/member.php?userid=565
View this thread: http://forums.slimdevices.com/showthread.php?t=83439

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


Re: [SlimDevices: Radio] Internet Radio, Local, State, City

2011-03-16 Thread toby10

Hung1261;618498 Wrote: 
 I too have the same problem with local station. I created an account
 from Radio Time and not sure how to connect the Radio Time account to
 Mysqueezebox.com - Please help.

Go to www.MySqueezeBox.com  Apps, install RadioTime App, click
configure App to enter your RadioTime login info.
Now on your player go to My Apps  RadioTime, your account should be
active (may take ten minutes to update).


-- 
toby10

toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=75429

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread toby10

Davidg1;618472 Wrote: 
 Yes, all the world outside of the US support 1-13. Japan (only) also
 supports 14. Some old routers sold in Europe only support 1-11 though.

You Europeans get all the good stuff!  Better chocolates, better beer,
more WiFi ch's.  :)


-- 
toby10

toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Mnyb

A data piont.

I run 7.6 btw , so I'm on 7.6 fw latest avaible, I have 13ch .


Code:


  # iwlist eth1 freq
  eth1  13 channels in total; available frequencies :
  Channel 11 : 2.462 GHz
  Channel 02 : 2.417 GHz
  Channel 03 : 2.422 GHz
  Channel 04 : 2.427 GHz
  Channel 05 : 2.432 GHz
  Channel 06 : 2.437 GHz
  Channel 07 : 2.442 GHz
  Channel 08 : 2.447 GHz
  Channel 09 : 2.452 GHz
  Channel 10 : 2.457 GHz
  Channel 01 : 2.412 GHz
  Channel 12 : 2.467 GHz
  Channel 13 : 2.472 GHz
  Current Frequency:2.462 GHz (Channel 11)
  
  # 
  



and my wlan config looks like yours ? confusing .


Code:


  #!/bin/sh
  
  case $1 in
  start)
  /usr/bin/logger -s wlan: starting
  
# Load wlan drivers
export WORKAREA=/lib/atheros
export EEPROM=${WORKAREA}/calData_ar6102_15dBm.bin
  
# Set MAC address to the same as Ethernet
macaddr=`/sbin/ifconfig eth0 | sed -ne 
's/.*\(..:..:..:..:..:..\).*/\1/p'`
if [ x${macaddr} != x ]
then
echo Setting eth1 macaddr: ${macaddr}
SETMAC=--setmac $macaddr
fi
  
/lib/atheros/loadAR6000l.sh $SETMAC
if [ $? -ne 0 ]; then
/usr/bin/logger -s wlan: failed
exit -1
fi
  
/lib/atheros/wmiconfig -eth1 --filter=all
  
# Temporary possible work-a-round to fix wireless connectivity issues
# Disable power save mode
/lib/atheros/wmiconfig -eth1 --power maxperf
  
# todo region codes?
  
# Start wpa_supplicant
/usr/bin/logger Starting wpa_supplicant
/usr/sbin/wpa_supplicant -B -Dwext -ieth1 -c/etc/wpa_supplicant.conf
/usr/sbin/wpa_cli -B -a/etc/network/wpa_action
/usr/bin/logger Started wpa_supplicant
  
/usr/bin/logger -s wlan started
;;
  
  stop)
  /usr/bin/logger -s wlan: stopping
  
# Stop wpa supplicant
killall wpa_cli
killall wpa_supplicant
  
# todo Make sure udhcpc is killed
if [ -r /var/run/udhcpc.eth1.pid ]
then
PID=`cat /var/run/udhcpc.eth1.pid`
kill -TERM $PID

# Wait until udhcpc is dead
kill -0 $PID /dev/null 21
while [ $? == 0 ]; do
sleep 1
kill -0 $PID /dev/null 21
done
fi
  
# remove wlan driver
/lib/atheros/loadAR6000l.sh unloadall
  
/usr/bin/logger -s wlan stopped
;;
  
  *)
echo Usage: $0 {start|stop}
  exit 1
  esac
  
  exit 0
  



-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Mnyb

And it gets weirder ?

# cat /etc/network/config
REGION=US
REGIONCODE=16
# 

Whats up with that ? it should read XX and 48 to be Europe ? US and 16
is US


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


[SlimDevices: Radio] Erratic Alarm Issues

2011-03-16 Thread Jim K

After an initially trouble-free experience, lately our radio (a) wakes
me up to a station I didn't set, and (b) when I push the alarm button
to check settings it doesn't open to Alarm but goes to Libraries. I
noticed that when I re-booted my router problems seemed to be solcved
on the radio. When the internet connection is lost, does this cause the
radio to go into some kind of shock and temporary memory loss? Should I
re-load the software somehow? P.S. This is a new unit with the latest
upgrade installed. Thanks.


-- 
Jim K

Jim K's Profile: http://forums.slimdevices.com/member.php?userid=43697
View this thread: http://forums.slimdevices.com/showthread.php?t=86374

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Can you just try turning the radio on and off a few times to check you
always have channel 13? Full power down, but not factory reset. This
afternoon in testing I managed to get it to work two times in a row and
thought I might have fixed it, but then it didn't work again. It still
seems random, but fails considerably more than it works.

As far as I can see that config file you see is used on the Touch but
not on the Radio. The Touch uses it to set the country code at the
point in wlan where the Radio has # todo region codes?


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Mnyb

Rebooted 3 - 4 times still have 13 ch ?

Does not necesarilly mean that 7.6 fixes it, can be that the beta is
made to work everywhere for simplicity ? Does anyone from US have 1 -
13 ch on a 7.6 radio ?


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad 64gB wifi +3g with iPengHD  SqueezePad

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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


[SlimDevices: Radio] Playlist Issue

2011-03-16 Thread steve781

I've run across some very strange behavior with my SB Radio. I created a
playlist using the SB Server Web interface of 12 songs from different
albums. To start the playlist I select it with the wheel, then select
the first song. The album art is displayed as is the play arrow, but
the music does not play.

I've found a work around in using the play button while the playlist
name is selected. This behavior is very differnt from everything else
in the UI. Normally pushing the wheel while displaying a song or radio
station plays that item.

Is this a bug in 7.5.2, or do I just not understand the SqueezeOS UI?
Thanks,

Steve


-- 
steve781

steve781's Profile: http://forums.slimdevices.com/member.php?userid=42824
View this thread: http://forums.slimdevices.com/showthread.php?t=86379

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


Re: [SlimDevices: Radio] WiFi not working on Channels 12-14

2011-03-16 Thread Davidg1

Interesting! I'll try 7.6 tomorrow. It's hopeful. If 7.6 works it means
it's fixable, even if there is some special beta code that might need
to be moved across.


-- 
Davidg1

Davidg1's Profile: http://forums.slimdevices.com/member.php?userid=35004
View this thread: http://forums.slimdevices.com/showthread.php?t=86368

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