We have moved! This forum is now read only. (June 03)

New community website: https://community.snakeoil-os.net (June 03)

Join us in the new community by Creating a new account. (June 04)


[SOLVED] new install issues
#30
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:
  1. Reflash a copy of Ubuntu server for Raspberry Pi
  2. In the settings, do not fill in your wifi details.
  3. Insert the microsd into the Pi
  4. Connect a network cable from your router straight to the Pi. Your router should have DHCP server running. This DHCP server will give an IP address to your Pi. Without a IP address your Pi will not be able to connect to the Internet. Double check your router that it is giving out a DHCPv4 address. (It may be possible you are using IPv6 only over at your place).
  5. Power on the Pi.
  6. Wait a few minutes and make sure the LED lights on the Pi is lit up. If the LED lights are up, then you will at least rule out physical connectivity problems.
  7. Log in to your router, and look under your LAN (Local Area Network) settings. You should see a list of clients and your RPi must be in it.
Technically you can use wireless connectivity for this, but the WebApp do not support wifi setup yet so I would not suggest you try that now. 

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
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        eth0:
            dhcp4: true
            optional: true
    version: 2

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).
Snakeoil Operating System - Music, your way!
Reply


Messages In This Thread
new install issues - by jpphun - 14-Apr-2025, 01:53 AM
RE: new install issues - by hkphantomgtr - 14-Apr-2025, 09:18 AM
RE: new install issues - by agent_kith - 14-Apr-2025, 09:24 AM
RE: new install issues - by hkphantomgtr - 14-Apr-2025, 10:08 AM
RE: new install issues - by agent_kith - 16-Apr-2025, 01:34 PM
RE: new install issues - by hkphantomgtr - 16-Apr-2025, 03:01 PM
RE: new install issues - by jpphun - 19-Apr-2025, 03:57 AM
RE: new install issues - by Snoopy8 - 19-Apr-2025, 01:08 PM
RE: new install issues - by rrunner - 05-May-2025, 10:34 PM
RE: new install issues - by hkphantomgtr - 05-May-2025, 11:41 PM
RE: new install issues - by Snoopy8 - 06-May-2025, 06:49 AM
RE: new install issues - by rrunner - 07-May-2025, 03:45 AM
RE: new install issues - by hkphantomgtr - 07-May-2025, 09:32 AM
RE: new install issues - by Snoopy8 - 07-May-2025, 09:57 AM
RE: new install issues - by agent_kith - 07-May-2025, 10:52 AM
RE: new install issues - by rrunner - 07-May-2025, 11:18 PM
RE: new install issues - by hkphantomgtr - 08-May-2025, 01:12 AM
RE: new install issues - by rrunner - 08-May-2025, 03:11 AM
RE: new install issues - by hkphantomgtr - 08-May-2025, 10:41 AM
RE: new install issues - by rrunner - 10-May-2025, 12:50 AM
RE: new install issues - by agent_kith - 10-May-2025, 08:12 AM
RE: new install issues - by rrunner - 10-May-2025, 01:40 PM
RE: new install issues - by Snoopy8 - 10-May-2025, 03:48 PM
RE: new install issues - by rrunner - 10-May-2025, 04:47 PM
RE: new install issues - by rrunner - 11-May-2025, 01:13 AM
RE: new install issues - by agent_kith - 12-May-2025, 04:11 PM
RE: new install issues - by rrunner - 13-May-2025, 12:01 AM
RE: new install issues - by agent_kith - 15-May-2025, 10:19 AM
RE: new install issues - by rrunner - 17-May-2025, 04:03 AM
RE: new install issues - by agent_kith - 18-May-2025, 09:13 AM
RE: new install issues - by rrunner - 19-May-2025, 03:59 AM
RE: new install issues - by Snoopy8 - 19-May-2025, 06:53 AM
RE: new install issues - by agent_kith - 19-May-2025, 09:50 AM
RE: new install issues - by uglymusic - 19-May-2025, 01:59 PM
RE: new install issues - by rrunner - 19-May-2025, 04:46 PM
RE: new install issues - by rrunner - 19-May-2025, 11:42 PM
RE: new install issues - by rrunner - 20-May-2025, 03:44 AM
RE: new install issues - by Snoopy8 - 20-May-2025, 05:36 AM
RE: new install issues - by rrunner - 22-May-2025, 12:53 AM
RE: new install issues - by agent_kith - 22-May-2025, 12:57 PM
RE: new install issues - by uglymusic - 22-May-2025, 06:10 PM
RE: new install issues - by rrunner - 23-May-2025, 04:19 AM
RE: new install issues - by carlodim - 23-May-2025, 09:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Android Firefox issues with forum Snoopy8 21 2,313 10-Jun-2025, 04:45 PM
Last Post: agent_kith
  Cannot install upmpdcli Raspberry Pi5 carlodim 3 751 19-Jan-2025, 12:48 PM
Last Post: Snoopy8
  CA Server issues Peter_F 13 2,339 16-Dec-2024, 06:36 PM
Last Post: Peter_F
  Fail to install myMPD sjtuross 9 2,115 03-Mar-2024, 08:45 PM
Last Post: hkphantomgtr
  Install not working Pi2Design Mercury V2 Snoopy8 1 960 01-Aug-2023, 10:03 AM
Last Post: agent_kith



Users browsing this thread: 1 Guest(s)
[-]
Our Sponsors
{myadvertisements[zone_4]}

[-]
Latest Threads
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 2313
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1681
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 9464
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 961
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 712
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 5499
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 5920
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 15691
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 4927
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1301

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.