ClearFoundation Tracker - ClearOS | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0016521 | ClearOS | app-network - Network Settings | public | 2017-08-16 00:28 | 2017-09-02 16:39 | |||||
Reporter | NickH | |||||||||
Assigned To | user2 | |||||||||
Priority | normal | Severity | tweak | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | 7.3.1 | |||||||||
Target Version | 7.4.0 Beta 1 | Fixed in Version | 7.4.0 Beta 1 | |||||||
Summary | 0016521: Webconfig does not recognise wls prefixed interfaces | |||||||||
Description | Please see https://www.clearos.com/clearfoundation/social/community/running-7-3-home,-wifi-interface-is-not-showing-up-under-ip-setting-or-dhcp# [^] A wireless card was added to ClearOS and given the interface name wls2. This is not allowed as a valid interface in Webconfig. See /usr/clearos/apps/network/libraries/Iface.php around line 1363. One solution is to change: preg_match('/^wlan/', $this->iface) to preg_match('/^wl/', $this->iface) This would also obsolete the line: preg_match('/^wlp/', $this->iface) Alternatively just add the line: preg_match('/^wls/', $this->iface) | |||||||||
Steps To Reproduce | Difficult. You would need to find a wireless NIC/motherboard combination which would produce a wls* interface name. | |||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2017-08-16 00:28 | NickH | New Issue | ||||||||
2017-08-16 08:23 | user2 | Assigned To | => user2 | |||||||
2017-08-16 08:23 | user2 | Status | new => confirmed | |||||||
2017-08-16 08:25 | user2 | Note Added: 0006311 | ||||||||
2017-08-16 08:25 | user2 | Target Version | => 7.4.0 Beta 1 | |||||||
2017-08-16 15:28 | user2 | Relationship added | related to 0014211 | |||||||
2017-08-16 15:28 | user2 | Status | confirmed => resolved | |||||||
2017-08-16 15:28 | user2 | Fixed in Version | => 7.4.0 Beta 1 | |||||||
2017-08-16 15:28 | user2 | Resolution | open => fixed | |||||||
2017-09-02 16:39 | user2 | Status | resolved => closed |
Notes | |||||
|
|||||
|
|