i think im having issues with mdns, can anyone recommend any fixes, dont take anything for granted, all i claim to have done is install the frc update suite
- Turn off Windows Firewall
- Turn off any anti-virus programs
- Disable all Network adaptors except for the one you are using
- Check your PC’s network adaptor to see that it is set to Dynamic or DHCP
- Connect your PC to the roboRIO via USB-A/B cable and ping 172.22.11.2
- Ping roboRIO-247-frc.local
- Ping roboRIO-247-frc.lan
- Fire up the roboRIO_ImagingTool to see if it can find the roboRIO
- Ping the IP address found by the ImagingTool
- Fire up the Driver Station, look on the setup tab and hit the down arrow beside your team number to see what rios it has listed and choose one.
- Check the Driver Station -> Diagnostics tab to see what it is pinging
- Use Task Manager -> Services tab (sort by name) and look for the status of nimDNSResponder
Alternate:
- Setup your robot radio for home use
- Set your PC to use DHCP
- Connect your PC to the robot radio via wireless and connect the roboRIO via Ethernet to the radio
- Fire up the roboRIO_ImagingTool to see if it can find the roboRIO
Read Troubleshooting: http://wpilib.screenstepslive.com/s/4485/m/24193/l/284355-roborio-network-troubleshooting
Radio for Home Use: http://wpilib.screenstepslive.com/s/4485/m/13503/l/144986-programming-your-radio-for-home-use
if this helps at all, over ethernet, no problems, only over wifi, the only antivirus i can find is windows defender. firewall is off
the only light on the diagnostic page is the robot radio
over ethernet, there is no problem
i did reimage the radio using the newest tool off of team forge. still no luck
What works?
PC Ethernet to radio to roboRIO?
PC Ethernet direct to roboRIO?
pc -> ethernet -> radio -> roborio
So it’s just the wireless that’s broken.
I’d check your PC’s wireless adapter settings to see if they are the same as the PC Ethernet adapter settings.
You can login to the radio and check those settings as well, or just run it through the radio kiosk one more time to verify that the right team number was used.
so, the settings apear to be equivalent, in network and sharing > change adapter settings (Ethernet {qualcomm atheros}) (wifi {ralink RT3090 802.11n wifi adapter})
what else is there to do?
Connect via wireless, then check to see what IP your PC got assigned.
cmd prompt> ipconfig /all
also
> arp -a
ok, my ip is 10.2.47.163 on wireless
What is your roboRIO’s IP?
Can you ping the roboRIO IP?
i dont quite know what you are asking, here is a gDoc link to cmd’s output
ok, lab’s closing for the night, i wont have any new information untill 4:00pm (eastern) tomorrow. goodnight all.
Do you have another robot radio to verify with?
It can actually be just about any AP you might have lying around, and doesn’t need to be setup with the radio kiosk.
It also doesn’t need to be mounted on the robot, just use a wall power supply for it and connect the Ethernet to the roboRIO.
Double check that the radio is connected to 12v power from the VRM(if it’s the 2016 Open Mesh radio). Lower power will affect wireless operation first.
Check to see that you have a fresh robot battery, too.
You can also check the status lights on the radio. It should have a green wireless light, a power light and at least one Ethernet light on.
Then check the roboRIO Ethernet port to see if it shows both solid green (hardware) and blinking yellow(communications) lights on.
i dont have another radio to varified with, the lights on the ethernet of the rio are blinking, all of the lights on the radio are as they should, other computers have no problem deploying code, and connecting with the driver station. i, however, still see that “destination host unreachable” when pinging roboRIO-247_FRC.local
According to the arp -a result you posted yesterday, at the time your laptop was connected to the rio via USB-A/B (172.22.11.2) just fine, but your wireless could only see as far as the radio (10.2.47.129). The rio would have shown up as 10.2.47.90 or something similar in that part of the listing.
In addition, your radio should also have shown up at address 10.2.47.1, which it did not.
That means the DNS address won’t work under any circumstances, because there is no IP address to associate with it.
When you connect, do it with just one active connection (wireless or USB) rather than both active at the same time, and disable the other via the Network Connections Control Panel.
Try an arp -a after connecting one of your other working laptops wirelessly to see what it should look like.
I’d suggest connecting via USB again and using the web browser to check what Ethernet address the radio DHCP has given the rio.
It’ll be the non-172.22.11.2 address.
Then try pinging that IP address (it’ll try to go through the wireless connection if it is active).
well, new development if i connect over ethernet, then connect over wifi, all is well, untill, i connect to a different wifi, then back to the bot, it wont re-connect to the bot.
When it fails to connect to the roboRIO, to see if it helps you might try:
cmd prompt> ipconfig /renew
Your PC may be retaining the previous DHCP address it was given.
alright, if this works, is there a way to automatically do this every time i connect to a new network?
EDIT: i found out that task scheduler existed.
Alright, it seems to be working now. ill update if anything goes wrong. Thanks for the help, Mr. McLeod!
Glad you got it working!