![]() |
[SOLVED] new install issues - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: [SOLVED] new install issues (/Thread-SOLVED-new-install-issues) |
RE: new install issues - agent_kith - 10-May-2025 (10-May-2025, 12:50 AM)rrunner Wrote: Is Ubuntu Core 24 sufficient for snakeoil os, I just realized I am still having trouble with install on rpi4 2gb version.I have never tried 2GB model to be honest as I have always uses 4GB or 8GB. 2GB models might not have enough RAM. Things will run, but it will not be ideal. (10-May-2025, 12:50 AM)rrunner Wrote: Networking is not getting enabled and ports are not functioning.Need a lot more details to be honest:
RE: new install issues - rrunner - 10-May-2025 Same rpi4 works perfectly fine with any other OS like RPI linux,volumio, gentooplayer etc. I am using 5g router, everytime I setup wifi credentials during imaging in rpi imager as well as connect a lan cable during bootup. Cant communicate with ports.ubuntu.com is the message i see during bootup process. When I say ports they are domains.. cant ping google.com. My router is assigning the rpi4 an ip, I can see that based on the mac address(autoassign not fixed). I am not able to communicate using putty or directly also after login. Same rpi4 works perfectly fine with any other OS like RPI linux,volumio, gentooplayer etc. I am using 5g router, everytime I setup wifi credentials during imaging in rpi imager as well as connect a lan cable during bootup. Cant communicate with ports.ubuntu.com is the message i see during bootup process. When I say ports they are domains.. cant ping google.com. My router is assigning the rpi4 an ip, I can see that based on the mac address(autoassign not fixed). I am not able to communicate using putty or directly also after login. Already made 20+ attempts with fresh images -desktop, sever, 20.04, 20.05 meant for rpi. RE: new install issues - Snoopy8 - 10-May-2025 I rechecked 2 days ago that SO 1.4.3 works with my CM4 (Pi4) using UBuntu 24.04 Server. No problems with network. RE: new install issues - rrunner - 10-May-2025 Yeah, my issue is only with ubuntu install and proceeding to next level of updates which requires networking to function on my rpi4. RE: new install issues - rrunner - 11-May-2025 https://raspberrypi.stackexchange.com/questions/130459/temporary-failure-resolving-ports-ubuntu-com-on-ubuntu-20-04 Looks similar to my issue. RE: new install issues - agent_kith - 12-May-2025 (11-May-2025, 01:13 AM)rrunner Wrote: https://raspberrypi.stackexchange.com/questions/130459/temporary-failure-resolving-ports-ubuntu-com-on-ubuntu-20-04 Connect a monitor and keyboard to your Pi2GB. Flash a image of Ubuntu server, and then do the following:
RE: new install issues - rrunner - 13-May-2025 (12-May-2025, 04:11 PM)agent_kith Wrote:(11-May-2025, 01:13 AM)rrunner Wrote: https://raspberrypi.stackexchange.com/questions/130459/temporary-failure-resolving-ports-ubuntu-com-on-ubuntu-20-04 Hi, 3 and 4 don't work because there is no internet connectivity due to dns issue? when I plug in a different sd card with rpi os everything works perfectly(lan, wifi,touchscreen). I have tried ubuntu on 3 different sd cards/ usb drives. currently trying to install on an old laptop instead. RE: new install issues - agent_kith - 15-May-2025 (13-May-2025, 12:01 AM)rrunner Wrote: Hi, 3 and 4 don't work because there is no internet connectivity due to dns issue? when I plug in a different sd card with rpi os everything works perfectly(lan, wifi,touchscreen). I have tried ubuntu on 3 different sd cards/ usb drives. currently trying to install on an old laptop instead.4 is a DNS issue. In step 3, pinging the IP address of 1.1.1.1 is testing your network connectivity directly. When step 3 fails it means your network is not up. You need to show me the outputs from step 5 and 6. I need these information to know more about what is wrong. RE: new install issues - rrunner - 17-May-2025 (15-May-2025, 10:19 AM)agent_kith Wrote:(13-May-2025, 12:01 AM)rrunner Wrote: Hi, 3 and 4 don't work because there is no internet connectivity due to dns issue? when I plug in a different sd card with rpi os everything works perfectly(lan, wifi,touchscreen). I have tried ubuntu on 3 different sd cards/ usb drives. currently trying to install on an old laptop instead.4 is a DNS issue. In step 3, pinging the IP address of 1.1.1.1 is testing your network connectivity directly. When step 3 fails it means your network is not up. ![]() RE: new install issues - agent_kith - 18-May-2025 So if you look at the section that says "eth0" and "wanlo", both are down. This means your Pi is not configured to use the network. When you install Ubuntu via rpi-imager, did you setup the Wireless setting? If yes did you use the wrong SSID or password or something? Try these steps:
If you followed the above, your network configuration (/etc/netplan/50-cloud-init.yaml) should look like this: Code: # This file is generated from information provided by the datasource. Changes So what this configuration is saying is I want to use eth0 (wired Ethernet), and it will get a IP automatically from a DHCP server. Technically if you modify this file and use the above settings, your Pi will be connected to the Internet (bar some weird hardware failure). |