Hello all,
I've installed Arch on my Raspberry PI and I have a Edimax EW-7711uac USB wifi adaptor connected. I finally got the drivers installed and it appears when I use
$this->bbcode_second_pass_code('', 'lsusb')
All appears well here.
Next I try
$this->bbcode_second_pass_code('', 'wifi-menu -o')
and through the menu I am able to select the wifi, type in the password and then save the profile when prompted. There are no apparent errors and looks like it accepts the password!!
I next try
$this->bbcode_second_pass_code('', 'netctl list
')
but there are no profiles listed and even navigating to
$this->bbcode_second_pass_code('', '/etc/netctl/')
I cannot see any profiles listed there either.
Can anyone tell me where I am going wrong?
Thanks