Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: netcfg 3.2-1
Git Clone URL: | https://aur-dev.archlinux.org/netcfg.git (read-only) |
---|---|
Package Base: | netcfg |
Description: | Network configuration and profile scripts |
Upstream URL: | https://github.com/GNU-Pony/netcfg/ |
Licenses: | |
Groups: | |
Conflicts: | |
Submitter: | maandree |
Maintainer: | maandree |
Last Packager: | maandree |
Votes: | 12 |
Popularity: | 0.629010 |
First Submitted: | 2013-07-17 21:28 |
Last Updated: | 2015-07-07 20:01 |
Dependencies (11)
- coreutils (coreutils-progress-git, coreutils-selinux)
- dhcpcd (dhcpcd-without-systemd)
- iproute2 (iproute2-git, iproute-mptcp, iproute2-cake, iproute2-selinux)
- asciidoc (asciidoc-fake, asciidoc-git) (make)
- bridge-utils (optional) – for bridge connections
- dialog (optional) – for the menu based profile and wifi selectors
- ifenslave (optional) – for bond connections
- ifplugd (optional) – for automatic wired connections through net-auto-wired
- wireless_tools (optional) – for interface renaming through net-rename
- wpa_actiond (optional) – for automatic wireless connections through net-auto-wireless
- wpa_supplicant (optional) – for wireless networking support
Latest Comments
dreieck commented on 2016-02-28 17:00
Note: I re-worked the PKGBUILD, and I fixed a bug with wifi-menu with a newer version of wpa-supplicant, and some other small bugfixes. Find it there:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=netcfg-git
(n.b. -- while doing so I created a "-git"-version of the package, and uploaded it as 'netcfg-git' to the AUR.)
dreieck commented on 2016-02-28 14:16
Version 4.0 is out: If you download the latest git source (and not a fixed vesion as done here), there is a newer version (according to "CHANGELOG").
dreieck commented on 2016-02-04 16:17
There are updates needed for netcfg, especially the wireless-part (wifi-menu):
* wpa_supplicant seems to have changed that the output "Successfully initialized wpa_supplicant" now is printed to stdout and not anymore stderr. That breaks the whole thing (only visible symptom is that wifi-menu exists with ":: Aborted" when there is not already a wifi-connection).
Solution: In the file
/usr/lib/network/8021x
in the function
start_wpa()
add
> /dev/stderr
after the invocation of wpa_supplicant.
Also, remove the /usr/lib/network/hooks/initscripts file, since the files sourced therein are not there anymore.
maandree commented on 2013-08-06 14:19
Many of the reported bugs in netcfg have to do with wireless connections. Sinces I do not have wireless connection is would be grate if contributers focues on that; but of cause any contributions are gratefully accepted.