Hey,
for a few weeks I try to get netctl-auto to work on my samsung chromebook. The normal connection with netctl works as suspected. My profile looks like this:
$this->bbcode_second_pass_code('', 'Description='Automatically generated profile by wifi-menu'
Interface=mlan0
Connection=wireless
Security=wpa
ESSID=**some_essid**
IP=dhcp
Key=**some_key**
#DHCPClient=dhclient')
To enable netctl-auto I use:
$this->bbcode_second_pass_code('', 'systemctl enable netctl-auto@mlan0')
It crates the desired simlinks in "/etc/systemd/system/multi-user.target.wants/". If I start the service with:
$this->bbcode_second_pass_code('', 'systemctl start netctl-auto@mlan0') right after enabling, it works. However, if I restart my computer the service does not start and $this->bbcode_second_pass_code('', 'systemctl | grep netctl') only gives:
$this->bbcode_second_pass_code('', 'netctl-auto@mlan0.service loaded inactive dead start Automatic wireless network connection using netctl profiles')
Restarting the service doesn't work either. At least starting the netctl profile by hand works:$this->bbcode_second_pass_code('', 'netctl start mlan0-**some_essid**')
I allready tried dozens of different solutions I found in other forum posts but none of them worked. My guess would be, that it is somehow related to the armv7h package.
Does anyone has similar problems or does someone has a clue how to solve this and get netctl-auto working on my chromebook?
Thanks in advance for any help.
Cheers,
Peter