Hello, I am trying to make Odroid X2 as home webserver running Arch Linux. To create the wireless access point, I am planning to use hostapd. After following instruction in https://wiki.archlinux.org/index.php/Software_Access_Point, I failed to start hostapd. I get error:
$this->bbcode_second_pass_code('', 'Jul 05 05:45:08 alarm hostapd[326]: nl80211: 'nl80211' generic netlink not found
Jul 05 05:45:08 alarm hostapd[326]: Failed to initialize driver 'nl80211'
')
Changing the conf file, from driver=nl80211 to driver=r8712u (I am using Realtek RTL8191SU from Hardkernel store) according to dmesg output, I got another error:
$this->bbcode_second_pass_code('', 'Jul 05 05:57:48 alarm hostapd[351]: Configuration file: /etc/hostapd/hostapd.con
Jul 05 05:57:48 alarm hostapd[351]: Line 8: invalid/unknown driver 'r8712u'
Jul 05 05:57:48 alarm hostapd[351]: 1 errors found in configuration file '/etc/h
')
Do I use the correct driver? Or the hostapd from Arch Linux package application cannot use the driver? Please, any suggestion is very appreciated. Thanks!