-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ycast Failure With Aluratek AIRMM01F Internet Clock/Radio #126
Comments
Following up my own post with an update Turns out that a firewall blocked the Aluratek from accessing Ycast on the Linux PC. Having an old Raspberry Pi 3B on hand, I installed the latest Raspberry Pi OS on this with Ycast on top. Entware DNSmasq successfully routes vtuner.com access to the Raspberry Pi. Although the Aluratek can now see Ycast Raspberry Pi, I am now experiencing the same kind of problem mentioned in issue #96 with the Sagem MyDu@l Radio 700. Among the things I see with the "-d" ycast debug option is some mention of Unicode. I would guess that if Unicode is broken somewhere that it would have to be on the Aluratek but I don't know. I'm actually not surprised about this. It's my understanding that the Aluratek Airmm01f is actually a rebadged Sagem MyDu@l. I'll try doing this again to gather debug information. Any advice to best do this would be appreciated. |
Another update: I figured out how to generate pcap files using tcpdump and how to examine these using Wireshark. I also ran Ycast on a Raspberry PI with the debug option, "-d". This is what I got trying to use it with the Aluratek:
I can't claim to know what may be happening but it appears that a 32-digit hex number, probably a UUID, is being handed off as a MAC address. Meanwhile, I can still use the Aluratek with vtuner.com apparently because I never registered its MAC address for any vtuner account. Alura-Vtuner.pcap is the packet capture of a working vtuner connection although I filtered out the actual TCP audio stream to reduce the file size. (I used "!tcp.stream eq 10" but the streams on the exported pcap file have been renumbered: 11 ->10, 12 -> 11, etc. with streams 0 to 9 remaining unchanged) Alura-RPiYcast.pcap is the packet capture of one of my failed attempts to use the Aluratek with Ycast. (Looks like I couldn't upload the two files as-is. These have been packaged together in Aluratek.zip) |
Aluratek AIRMM01F fails to utilize ycast installed on a Manjaro Linux PC.
DNSmasq is working on Asus router running Asuswrt-Merlin with Entware installed and calls to vtuner.com are redirected to the Linux PC. It appears that the vtuner firmware on the Aluratek is just not compatible with Ycast.
What further steps can I take to get debugging information that I can pass on here?
I have wireshark installed on both on the Linux PC and on the Asus router from within Entware. I also have tcpdump installed on the router also from within Entware. However, I don't know how to use any of these at this moment. Pointers to tutorials would be appreciated.
The text was updated successfully, but these errors were encountered: