$this->bbcode_second_pass_code('', 'Oct 29 23:16:47 alarmpi systemd[1]: Starting A basic static ethernet connection for wlan1...
Oct 29 23:16:47 alarmpi network[270]: Starting network profile 'TorTH20'...
Oct 29 23:16:53 alarmpi network[270]: No connection found on interface 'wlan1' (timeout)
Oct 29 23:16:53 alarmpi network[270]: Failed to bring the network up for profile 'TorTH20'
Oct 29 23:16:53 alarmpi systemd[1]: netctl@TorTH20.service: Main process exited, code=exited, status=1/FAILURE
Oct 29 23:16:53 alarmpi systemd[1]: Failed to start A basic static ethernet connection for wlan1.
Oct 29 23:16:53 alarmpi systemd[1]: netctl@TorTH20.service: Unit entered failed state.
Oct 29 23:16:53 alarmpi systemd[1]: netctl@TorTH20.service: Failed with result 'exit-code'..')
here's my TorTH20 file:
$this->bbcode_second_pass_code('', 'Description='A basic static ethernet connection for wlan1'
Interface='wlan1'
Connection=ethernet
IP=static
Address=('10.42.42.1/28')
Gateway=('10.42.42.1')
TimeoutUp=30
')
i'm using the TimeoutUp but it keeps marking a timeout error, i'm sure my wifi adapter always start on "wlan1", there's a wlan0 adapter but is not being used,
here's my netctl directory :
$this->bbcode_second_pass_code('', '
total 24
drwxr-xr-x 5 root root 4096 Oct 29 23:41 .
drwxr-xr-x 65 root root 4096 Oct 29 20:11 ..
drwxr-xr-x 2 root root 4096 Jun 28 08:42 examples
drwxr-xr-x 2 root root 4096 Jun 28 08:42 hooks
drwxr-xr-x 2 root root 4096 Oct 29 23:15 interfaces
-rw-r--r-- 1 root root 173 Oct 29 22:44 TorTH20 ')
i've been looking for a solution but... nothing.
This is my first time doing a post in the forum, any suggestions/corrections are accepted.
