ezWheelSAS / swd_ros_controllers

ROS nodes to control motors powered by the ez-Wheel Safety Wheel Drive (SWD®) technology.
https://www.ez-wheel.com/
GNU Lesser General Public License v2.1
5 stars 4 forks source link

Starterkit Connection Blackout #75

Closed alrad32 closed 1 year ago

alrad32 commented 1 year ago

Hello, I was modifying the /etc/network/interfaces, in particular the wireless connections part. However, now I cannot detect neither the starterkit access point (from the list of WiFi networks available on my PC), nor does the attched WiFi dongle seem to be connected to the internet router (as seen from the detected devices on the router's setup page). What options do I currently have? Can I connect via ethernet? Preferably, can I attach a display to the starter kit PC? Any other ideas?

alrad32 commented 1 year ago

Hello, Support on the matter is highly appreciated.

ez-Support commented 1 year ago

Hello,

ez-Support commented 1 year ago

Indeed, you can also use the ethernet port .

alrad32 commented 1 year ago

Thank you so much for the reply. I was able to access the iMX8 PC via the serial port. I checked the network interfaces and it seems that wlan0 (which corresponds to the starter kit's access point) is down. I tried restarting the interface and restarting the network manager but the interface still does not start. In the /etc/network/interfaces, the interface details are as follows:

auto wlan0
iface wlan0 inet static
    hostapd /etc/hostapd/hostapd.conf
    address 10.10.0.1/24

How can I check the configuration for the access point?

alrad32 commented 1 year ago

The issue is resolved by proper setup of the interfaces file. Thanks!