lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> [Discord] <frozen.synapse> I just installed `Armbian_community_25.2.0-trunk.195_Rockpi-4c_noble_current_6.6.66_gnome-kisak_desktop` onto an SD card, added a not_yet_logged in file, I can see the board connects to my wifi, but I am getting "no route to host" when trying to ssh to it.
<DC-IRC> [Discord] <frozen.synapse> please don't tell me the desktop versions don't have sshd installed by default
<DC-IRC> [Discord] <frozen.synapse> ugh not replying to pings
<DC-IRC> [Discord] <Werner> All versions have ssh installed by default
<DC-IRC> [Discord] <frozen.synapse> Yeah something annoying is happening..
<DC-IRC> [Discord] <frozen.synapse> I had to plug in eth and then start a dhcpd and then login via ssh that way. it did not like the wifi config
<DC-IRC> [Discord] <quer_beet_ein> where can i post a question about compiling an armbian-image?
<DC-IRC> [Discord] <menu> it's likely a malformed config - i've been working on refactoring the config loader to make it more reliable, i'm just slow :(
<DC-IRC> [Discord] <frozen.synapse> I will have a look, just a sec
<DC-IRC> [Discord] <frozen.synapse> the password had a ! in it
<DC-IRC> [Discord] <frozen.synapse> would that cause an issue?
<DC-IRC> [Discord] <menu> possibly, did you enclose it in `"`?
<DC-IRC> [Discord] <frozen.synapse> I did
<DC-IRC> [Discord] <frozen.synapse> everything was enclosed
<DC-IRC> [Discord] <menu> hmmm, i've not long woken up but it *should* work if it's quoted
<DC-IRC> [Discord] <menu> did it connect to the network then fail to DHCP completely?
<DC-IRC> [Discord] <frozen.synapse> ```
<DC-IRC> [Discord] <frozen.synapse> PRESET_NET_CHANGE_DEFAULTS="1"
<DC-IRC> [Discord] <frozen.synapse> PRESET_NET_WIFI_ENABLED="1"
<DC-IRC> [Discord] <frozen.synapse> PRESET_NET_WIFI_SSID="supersecretssid"
<DC-IRC> [Discord] <frozen.synapse> PRESET_NET_WIFI_KEY="secretpassword!"
<DC-IRC> [Discord] <frozen.synapse> PRESET_NET_WIFI_COUNTRYCODE="AU"
<DC-IRC> [Discord] <frozen.synapse> SET_LANG_BASED_ON_LOCATION="y"
<DC-IRC> [Discord] <frozen.synapse> PRESET_LOCALE="en_US.UTF-8"
<DC-IRC> [Discord] <frozen.synapse> PRESET_TIMEZONE="Etc/UTC"
<DC-IRC> [Discord] <frozen.synapse> ```
<DC-IRC> [Discord] <frozen.synapse> potentially. I may have just been looking at the dhcp lease from the previous boot of the device (I was running a jammy image that wouldn't update, hence starting from scratch)
<DC-IRC> [Discord] <frozen.synapse> oh actually that was WLAN client
<DC-IRC> [Discord] <frozen.synapse> so no, it WAS connected, it had an IP address
<DC-IRC> [Discord] <frozen.synapse> but pinging it resulted in no route to host
<DC-IRC> [Discord] <frozen.synapse> oh actually that was WLAN clients list in the router
<DC-IRC> [Discord] <menu> "no route to host" implies an issue with the local routing, such as being in different subnets 🤔
<DC-IRC> [Discord] <frozen.synapse> WLAN client list said it had an IP in the correct subnet tho
<DC-IRC> [Discord] <frozen.synapse> Unless that was an artefact from the previous boot of the previous armbian setup
<DC-IRC> [Discord] <frozen.synapse> Unless that was an artefact from the previous boot of the previous armbian install
<DC-IRC> [Discord] <frozen.synapse> In any case, it's working now after giving it a kick
<DC-IRC> [Discord] <frozen.synapse> ```
<DC-IRC> [Discord] <frozen.synapse> can0_int_pins: can0_int_pins {
<DC-IRC> [Discord] <frozen.synapse> rockchip,pins = <4 RK_PC6 RK_FUNC_GPIO &pcfg_pull_down>;
<DC-IRC> [Discord] <frozen.synapse> // brcm,pins = <25 24>;
<DC-IRC> [Discord] <frozen.synapse> // brcm,function = <0>; /* input */
<DC-IRC> [Discord] <frozen.synapse> };
<DC-IRC> [Discord] <frozen.synapse> ```
<DC-IRC> [Discord] <frozen.synapse> What does the `4` represent in the pin definition?
<DC-IRC> [Discord] <frozen.synapse> ah, pinbank