Sounds like a broken or unseated WiFi card ... I did not spot anything in your earlier dmesg dump referring to it - although it would be good to see a dmesg log from a Touch that has one working.
Results 21 to 30 of 38
-
2020-05-27, 01:57 #21
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 5,816
Paul Webster
Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin
-
2020-05-27, 06:36 #22
- Join Date
- May 2020
- Posts
- 13
-
2020-05-28, 06:24 #23
- Join Date
- May 2020
- Posts
- 13
*** solved ***
Hello,
Just SOLVED the SBT endless "Verify Ethernet connection" looping screen appearing after having reset a wired SBT (FW 7.8.0 r16754) the following way:
- copy the file http://update.slimdevices.com/update...7.3_r16676.bin to a FAT-formatted (old) SD-Card
- rename that file to fab4.bin
- insert the SD card in the "looping" SBT, which reacts with a menu (with FW-Upgrade among other items !)
- select firmware upgrade to FW 7.7.3 r16676 OK
Thereafter it reloads the old firmware, then the SBT reboots normally, asking for the mysqueezebox account parameters...
Meaning that the SBT is back, running (although with a quite older release).
Hoping this workaround may help.
Kind regards
Pierre
Last edited by SqueezedUser; 2020-05-28 at 06:27.
-
2020-05-28, 06:41 #24
Squeezebox Touch in Endless "VerifyEthernet Connection" Loop After Factory Reset
> Meaning that the SBT is back, running (although with an quite older
> release).
Wow... that's quite a finding. Which means that the latest firmware
would not be able to set up a device from scratch?
What would be interesting now is what happens if you update to the
latest firmware. Would it continue to work?...
--
Michael
-
2020-05-28, 10:09 #25
- Join Date
- May 2020
- Posts
- 13
Follow-Up / Conclusions
Hello Michael
Great, isn't it. I finally had to upgrade to FW version 7.8.0 r16754 after connecting it to my LMS-Server (the latter left no choice). So now, it is running again and both SBTs have the very same release.
Furthermore, I did some comparative tests between the 2 SBTs in the meantime and can now be a lot more precise now on
- the "where" and
- the "why"
the endless loop may happen. Here are the bare facts:
On the problematic SBT we have:
- all Wlan signal information fields are blank in the menu "Settings/Advanced/Diagnostic/Wireless"
- trying to manually firing up Wlan on the terminal gives an error (i.e., # ifconfig wlan0 up => ifconfig: SIOCGIFFLAGS: No such device)
- selecting the menu "Settings/Advanced/Networking/Choose Network" RESTARTS the endless loop "Verify Ethernet Connection"
This last fact comes precisely to the point.
On the "untouched" SBT we have:
- all Wlan signal information fields do have a value in the menu "Settings/Advanced/Diagnostic/Wireless"
- manually firing up Wlan on the terminal just works fine
- selecting the menu "Settings/Advanced/Networking/Choose Network" gives FIRST "Verify Ethernet Connection", AND THEN "Searching Networks" which then lists plenty of neighbor Wlan SSIDs to choose from...
Conclusions:
- Where in the code? The last observation shows the problem appearing after the Ethernet checking (which is fine but this is not advertised as such and not exited on) immediately followed by a Wlan check (which seems to be defective here and this hangs that SBT).
- Why may it happen? Most probably the initial setup after a factory reset directly jumps to that code section (very same Message and sequence?), hanging my SBT.
Hope this could help for a code modification where some exit feature to the home screen, either immediately after the first running network interface is found or just on some manual event would be implemented.
Many thanks for your support
P.S. Any hint to check the Wlan circuitry? There seems to be no add-on module in the SBT (IC/antenna directly soldered to the main board?)
Kind regards
Pierre
-
2020-05-28, 23:45 #26
Squeezebox Touch in Endless "VerifyEthernet Connection" Loop After Factory Reset
> - Where in the code? The last observation shows the problem appearing
> after the Ethernet checking (which is fine but this is not advertised
> as such and not exited on) immediately followed by a Wlan check (which
> seems to be defective here and this hangs that SBT).
That's a good question - to which I don't have a good answer. My
involvement in SP development has been marginal.
https://github.com/Logitech/squeezep...public/7.8/src
^ that's where you'd find the code. But... where in there?
--
Michael
-
2020-05-30, 05:43 #27
- Join Date
- May 2010
- Location
- London, UK
- Posts
- 976
There were seven changes that impacted networking set up. I have not been following the thread, so I don't know which might be a likely candidate. Here's a list of the changes, should someone wish to review. The last one looks intriguing, it seems that it might disable ethernet unless connectivity to mySB.com can also be established.
Description: Network setup changes - Wait at least 2 seconds while scanning the network to allow the user to read the screen
https://github.com/Logitech/squeezep...3c11ac158777c0
Description: Setup changes - Remove welcome screen - This also removes the hidden demo start which is now in the language selection step
https://github.com/Logitech/squeezep...eb76bd6084bc7d
Description: Setup changes - Remove welcome screen - This also removes the hidden demo start which is now in the language selection step
https://github.com/Logitech/squeezep...53020427a7c044
Description: Setup changes - Add hidden demo start to language selection step
https://github.com/Logitech/squeezep...3c8f001af5db38
Sort SSIDs by signal strength Sort the SSID list by signal strength
https://github.com/Logitech/squeezep...09aa7db4d031b5
Test connectivity to mySB.com upon detection of Ethernet - In addtion to check for an Ethernet link also ping mySB.com and only if mySB.com is available use Ethernet.
https://github.com/Logitech/squeezep...22f9d5f0649559
-
2020-06-03, 05:32 #28
Running the community radio firmware with qemu yields the same endless loop verifying the ethernet connection issue.
Reverting commit 7dc2ba0c2989869dcf58c2b15a22f9d5f0649559 allows you to complete the setup and access the menus, settings, etc.
Granted it's not comparing the issue on the same hardware but does seem to indicate that the above change has the potential to cause issues should mysb.com eventually be retired.Ralphy
1-Touch, 5-Classics, 3-Booms, 2-UE Radio
Squeezebox client builds donations always appreciated.
-
2020-09-02, 14:15 #29
- Join Date
- Nov 2008
- Posts
- 17
Firstly, thanks to all who've contributed to this thread, because I've had exactly the same issues and would not have had the patience to do all this stuff!
Unfortunately my SBT does not really have the option of plugging in to my network with a wire for anything other than diagnostics. I'm thinking from what I've read here that if I have these symptoms then the wifi really is dead? Are there any simple ethernet-to-wifi gizmos which might give it a new lease of life, or should I pass it on to someone who's able to plug it in? I don't want to waste time and money on something that's unlikely to work, so any advice would be really appreciated.
-
2020-09-02, 17:19 #30
- Join Date
- May 2010
- Location
- London, UK
- Posts
- 976