Search Criteria
Package Details: linux-wifi-hotspot 4.7.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-wifi-hotspot.git (read-only, click to copy) |
---|---|
Package Base: | linux-wifi-hotspot |
Description: | Feature-rich wifi hotspot creator |
Upstream URL: | https://github.com/lakinduakash/linux-wifi-hotspot |
Keywords: | create_ap wihotspot |
Licenses: | BSD-2-Clause |
Conflicts: | create_ap, wihotspot |
Provides: | create_ap, wihotspot |
Submitter: | ragouel |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 59 |
Popularity: | 0.31 |
First Submitted: | 2020-05-05 23:26 (UTC) |
Last Updated: | 2025-05-01 18:26 (UTC) |
Dependencies (10)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- hostapd (hostapd-rtl871xdrvAUR, hostapd-mana-gitAUR, hostapd-wnm-gitAUR, hostapd-git-intel-larAUR, hostapd-wifi6AUR, hostapd-gitAUR, hostapd-noscanAUR)
- iproute2 (iproute2-gitAUR, iproute2-selinuxAUR)
- iw (iw-gitAUR)
- procps-ng (procps-ng-gitAUR)
- qrencode (qrencode-gitAUR)
- dnsmasq (dnsmasq-gitAUR, pi-hole-ftlAUR) (optional) – For 'NATed' or 'None' Internet sharing method
- haveged (haveged-gitAUR) (optional) – For random MAC generation
- iptables (iptables-fullconenat-nftAUR, iptables-gitAUR, iptables-nft) (optional) – For 'NATed' or 'None' Internet sharing method
- wireless_tools (optional) – if iw cannot recognize your adapter
Required by (2)
- guestwlan (requires create_ap)
- rabbithole
Latest Comments
1 2 3 4 Next › Last »
yochananmarqos commented on 2025-05-01 18:27 (UTC)
@gamezelda: Thanks for the heads up, I've applied the PR.
gamezelda commented on 2025-05-01 17:40 (UTC) (edited on 2025-05-01 17:40 (UTC) by gamezelda)
The build is broken due to the GCC 15 update, to fix it you may apply this patch: https://github.com/lakinduakash/linux-wifi-hotspot/pull/473
Or for a shorter alternative, the
make
invocation in the PKGBUILD can be changed to:k0r0ng commented on 2024-01-01 17:34 (UTC)
Which mode should I use?
gamezelda commented on 2023-12-24 13:33 (UTC)
Since the recent iw update to 6.7, creating an AP is mostly broken. See https://github.com/lakinduakash/linux-wifi-hotspot/pull/367. You will need to either apply the first commit from that PR or downgrade to iw 5.9.
edarblanco commented on 2023-08-06 06:51 (UTC) (edited on 2023-08-06 07:00 (UTC) by edarblanco)
Hello, thanks first of all for the great work, I have been using the app for a long time, before I used create_ap and deluxe, now with the gui, much better, so I have a problem when trying to create an access point with vpn, to create a point normal access, all good, but when I try to use the interface created by the vpn tunnel (tun0) everything goes to zero, I am left without a connection on the pc and the access point link I see that it connects but there is no connection either connectivity, I checked and I get this error, I wouldn't know if it's something with apparmor or the dnsmasq profile, but I repeat myself, even with this error it manages to create the AP, and connect to it although once the vpn is connected, there is no connection.
muekoeff commented on 2023-05-11 23:29 (UTC)
@yochananmarqos: Thanks for the pointer and sorry for having missed that.
yochananmarqos commented on 2023-05-11 23:13 (UTC)
@muekoeff:
pkgconfig
is part ofpkgconf
which is a member ofbase-devel
. Users are expected to havebase-devel
installed using the AUR. See AUR: Prerequisitesmuekoeff commented on 2023-05-11 22:55 (UTC) (edited on 2023-05-11 23:30 (UTC) by muekoeff)
pkgconfig
should be added as makedepends.c.f. https://github.com/lakinduakash/linux-wifi-hotspot/blob/master/src/Makefile#L2
yochananmarqos commented on 2022-09-25 15:20 (UTC)
@adrienrx: Do not flag packages out of date unless there is a new stable release available.
Report the issue upstream, it's not a packaging issue.
adrienrx commented on 2022-09-25 15:01 (UTC)
Right now the creation of a hotspot fails after updating manjaro. Apparmor is preventing dnsmasq to work properly.
A workaround on the manjaro forum is to run this command: ╰─ sudo aa-complain -d /etc/apparmor.d/ dnsmasq
I don't think this is a long term workaround as this is for sure impacting the security of the system. Someone on the manjaro forums is saying the profile of the app should be finely tuned instead. Is this package still maintained ?
1 2 3 4 Next › Last »