Hog
Posts: 1
Joined: Fri Dec 16, 2016 10:52 am

Archlinux ARM

Fri Dec 16, 2016 11:35 am

Hello, i'm new to the board.
I have a question regarding the network-ports on my Raspberry Pi 3 Model B with a fresh Install of Archlinux ARM 4.4.37-1-ARCH. I want to establish a LAN with 2 computers: the Rpi and my Desktop-PC with static ip addresses using systemd-networkd.

Code: Select all

[alarm@alarmpi network]$ cat /etc/systemd/network/eth0.network 
[Match]
Name=eth0

[Network]
Adress=192.168.1.2/24
Gateway=192.168.1.2
The configuration for the wifi-interface with dhcp works fine with systemd-networkd. The ip address won't be assigned to eth0 at boot:

Code: Select all

[alarm@alarmpi ~]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether b8:27:eb:01:fa:35 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::ba27:ebff:fe01:fa35/64 scope link 
       valid_lft forever preferred_lft forever
What am i doing wrong? Thank you in advance.

User avatar
RaTTuS
Posts: 10558
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: Archlinux ARM

Fri Dec 16, 2016 12:07 pm

you are using archlinux - in itself is not wrong but unless you know what your doing, you're doing it wrong - see https://archlinuxarm.org/forum/ for arch help
to fix it use raspbian
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Archlinux ARM

Fri Dec 16, 2016 12:34 pm

Hog wrote:Hello, i'm new to the board.
I have a question regarding the network-ports on my Raspberry Pi 3 Model B with a fresh Install of Archlinux ARM 4.4.37-1-ARCH. I want to establish a LAN with 2 computers: the Rpi and my Desktop-PC with static ip addresses using systemd-networkd.

Code: Select all

[alarm@alarmpi network]$ cat /etc/systemd/network/eth0.network 
[Match]
Name=eth0

[Network]
Adress=192.168.1.2/24
Gateway=192.168.1.2
The configuration for the wifi-interface with dhcp works fine with systemd-networkd. The ip address won't be assigned to eth0 at boot:

Code: Select all

[alarm@alarmpi ~]$ ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether b8:27:eb:01:fa:35 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::ba27:ebff:fe01:fa35/64 scope link 
       valid_lft forever preferred_lft forever
What am i doing wrong? Thank you in advance.
https://wiki.archlinux.org/index.php/Ne ... figuration
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

iefbr14
Posts: 1
Joined: Fri Dec 16, 2016 3:18 pm

Re: Archlinux ARM

Fri Dec 16, 2016 3:26 pm

Hog wrote:

Code: Select all

[alarm@alarmpi network]$ cat /etc/systemd/network/eth0.network 
[Match]
Name=eth0

[Network]
Adress=192.168.1.2/24
Gateway=192.168.1.2
Looks like you're missing a "d" in "Address=". Otherwise that should work. :)

Return to “Arch”