Package Details: linux-wifi-hotspot 4.7.1-1

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: 51
Popularity: 1.03
First Submitted: 2020-05-05 23:26 (UTC)
Last Updated: 2024-01-20 23:54 (UTC)

Dependencies (10)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

yochananmarqos commented on 2020-05-26 14:44 (UTC) (edited on 2020-05-26 14:46 (UTC) by yochananmarqos)

The desktop file and icon are now included in the release tarball, FYI.

gksu is no longer needed and all create_ap's dependencies should be included.

See my PKGBUILD.

ragouel commented on 2020-05-06 15:07 (UTC)

Desktop file is not broken.

This will ask you for your root password (not sure if this is what you wanted?) instead of your user password. Make sure your username is in the wheel group and wheel group is in sudoers file.

yochananmarqos commented on 2020-05-06 14:29 (UTC)

The desktop file is broken, the Exec line should be:

Exec=sh -c 'gksu -g wihotspot'

ragouel commented on 2020-05-06 03:19 (UTC)

Thanks, sorted.

yochananmarqos commented on 2020-05-06 01:25 (UTC) (edited on 2020-05-06 02:16 (UTC) by yochananmarqos)

TLDR: This program is not ready for anyone to use. I give up for now.

This fails to build as you're missing cmake as a build dependency. The main dependency is create_ap which pulls in hostapd and iw. Please read the Command line help and documentation.

EDIT: Ugh, I tried to add create_ap as a dependency and it conflicts:

error: failed to commit transaction (conflicting files)
linux-wifi-hotspot-git: /etc/create_ap.conf exists in filesystem (owned by create_ap)
linux-wifi-hotspot-git: /usr/bin/create_ap exists in filesystem (owned by create_ap)
linux-wifi-hotspot-git: /usr/lib/systemd/system/create_ap.service exists in filesystem (owned by create_ap)
linux-wifi-hotspot-git: /usr/share/bash-completion/completions/create_ap exists in filesystem (owned by create_ap)
linux-wifi-hotspot-git: /usr/share/doc/create_ap/README.md exists in filesystem (owned by create_ap)

This also requires libx11:

-- Checking for module 'x11'
--   Found x11, version 1.6.9

gendesk is not required since you seem to have forgotten to use it to make a desktop file. There is now a desktop file included in the recent commits, FYI.