FYSETC / FYSETC-Voron-0.2-Pro

FYSETC Voron 0.2 Pro database knowledge
GNU General Public License v3.0
56 stars 12 forks source link

unable to obtain Root access to Catalyst Board, wifi connection issues #8

Open violinbf opened 8 months ago

violinbf commented 8 months ago

Hello, I am trying to configure wifi with the latest Debian 11 version of the Catalyst firmware on your Github repository ( file name: cm68-debian11-voron02pro-part-20231215.rar ) . These instructions provided on the github to not initialize the wifi. (note: I have removed my actual ssid and password from these lines) here is what comes back:


linaro@voron-02-pro:~$ sudo wifi_sta_start.sh ssid password sudo: unable to resolve host voron-02-pro: Name or service not known sudo: wifi_sta_start.sh: command not found linaro@voron-02-pro:~$


after manually connecting to my router through the command line, I tried to run your instructions for configuring wifi on boot but get this message


linaro@voron-02-pro:~$auto wlan0 iface wlan0 inet dhcp wpa-ssid ssid wpa-psk password -bash: linaro@voron-02-pro:~$: command not found -bash: sudo:: command not found -bash: sudo:: command not found -bash: linaro@voron-02-pro:~: command not found -bash: iface: command not found -bash: wpa-ssid: command not found -bash: wpa-psk: command not found


I am able to initialize wifi connection and ip address through the command line, but in order to run on boot I need to make changes to the wpa_supplicant.service I need root access.

I am unable to obtain root access by using the usr: root pwd: root. Can you please provide the correct root access information for this most currentfirmware?

Do you have a simple way of configuring wifi on boot with the most current firmware? if so can you provide instruction?

Thank you