Yesterday I installed ArchLinux and I really hate systemd. When I start my computer, I have no network connection and have to run dhcpcd to connect. I found this on wiki: # systemctl enable dhcpcd@eth0.serviceIt does not work. I have to run dhcpcd manually every time I start my computer.
PLANTROON
https://bbs.archlinux.org/profile.php?id=62701
2012-10-20T07:30:44Z
I've bought myself a new laptop (Asus UX31E), but I'm having trouble with getting it to connect to a network. Well, sort of at least. In order to establish a connection I have to manually run dhcpcd -x before trying to connect to the network. If not, NetworkManager says it couldn't connect.
The network initscript sources /etc/conf.d/dhcpcd and uses the variable DHCPCD_ARGS:for s in wireless bonding bridges dhcpcd; do
[[ -f /etc/conf.d/$s ]] && .
cfr wrote:Can you connect to other sites, including secure sites?I can, e.g. https://bbs.archlinux.org and other.What does ifconfig give? Are you using dhcpcd? You may need to force the MTU by commenting out the line:option interface_mtuin /etc/dhcpcd.conf.I'll check it later at home.
dracorp
https://bbs.archlinux.org/profile.php?id=36934
2012-07-17T06:17:45Z
I've disabled dhcpcd but have a similar problem with netcfg - once in a while it doesn't load my profile and I have to manually do a 'sudo netcfg myprofile'. Not sure why that is, and am guessing that it's got something to do with timing issues when booting up.
kinleyd
https://bbs.archlinux.org/profile.php?id=63951
2012-11-21T04:12:28Z
Does your network support ipv6? If not, have you tried disabling it altogether? (I think you can do this temporarily for a single boot by editing the parameters on the kernel command line if you are using something like grub to boot.)
cfr
https://bbs.archlinux.org/profile.php?id=54639
2013-01-12T01:49:12Z
Add this to your startup script:xset +fp /usr/share/fonts/local
xset fp rehashAlso make sure you have xrdb -load $HOME/.Xresources & in startup script so .Xresources gets loaded.https://wiki.archlinux.org/index.php/Fonts#Installation
Šaran
https://bbs.archlinux.org/profile.php?id=51949
2012-10-18T08:01:01Z
Same here on x86_64. The broken pipe message went away when I started using NetworkManger for network connection (I was using dhcpcd).Did you get yours to work?
milasch
https://bbs.archlinux.org/profile.php?id=25900
2013-05-17T01:01:36Z
The death of the hard-drive with my Xubutu (test) system provided me with the opportunity to try 32 bit Archlinux and (gulp) the new script based installation.I got to network configuration (static IP) and can ping my gateway/DNS server, 8.8.8.8 but not any named web sites. I thought the network took care of talking to the name-servers, but something's amiss.Also, /etc/pacman.d/mirrorli