How to create Wifi hotspot?

Post here if you are a new Porteus member and you're looking for some help.
benjibasson
Samurai
Samurai
Posts: 141
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

How to create Wifi hotspot?

Post#1 by benjibasson » 10 Dec 2022, 19:44

Hi, I would lke to create the wifi hot spot from porteus V5 XFCE
I click on network manager, select create new wifi network, SSID PCBenjibasson. secure open.

Unfortunaly no device can see my PC althought new wifi network is enable
I change ad-hoc into hotspot like this
Image

no device can see my PC althought new wifi network is enable restarted
What am I suppose o do or download to make my PC available for other devices like machintosh ( to transfer file from Android wifi transfert to machintosh)

thanks :)

beny
Full of knowledge
Full of knowledge
Posts: 2098
Joined: 02 Jan 2011, 11:33
Location: italy

How to create Wifi hotspot?

Post#2 by beny » 10 Dec 2022, 20:02

hi the ssid it have to have the network name not your name i have done with my wifi dongle and you can see at information connection a qr code for the connection of a phone or you can print to use with other devices, and in device you can have the mac of the wifi card, i have this at 5ghz and you can see via network-manager at connection information try

benjibasson
Samurai
Samurai
Posts: 141
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

How to create Wifi hotspot?

Post#3 by benjibasson » 11 Dec 2022, 19:05

Hi
In this house I have no internet at all neither rooter this I have no wifi network on my girlfriend's house ( she doesn't have any TV and the 5g connection is perfect, no need to add adsl ftth service).

If I use My android as hotspot file wifi transfer pro say me: fuck please connect to wifi hotspot. Even is computers are connected ( fuck since 2019's update)
Image

On Ubuntu I can choose ssid I want and scan Qr code. Unfortunately QRcode is available only for gnome. Not for xfce.

How to configure porteus v5 XFCE to be visible with SSID I choose because I want to use porteus as hotspot to share files from my Android device to the Machintosh witch can't mount any pluged usb android device ( leopard so no possibility to download any driver for mtp)
And because file wifi transfer work only on client device

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

How to create Wifi hotspot?

Post#4 by babam » 11 Dec 2022, 19:16

https://github.com/exuvo/create_ap

Install hostapd
https://slakfinder.org/sbomt64-15.0/net ... 4-1smt.txz

Internet sharing from ethernet, no passphrase (open network):

Code: Select all

$ sudo ./create_ap wlan0 eth0 MySSID
AP without Internet sharing:

Code: Select all

$ sudo ./create_ap -n wlan0 MySSID MyPassPhrase
Internet sharing from the same WiFi interface:

Code: Select all

$ sudo ./create_ap wlan0 wlan0 MySSID MyPassPhrase
Sorry, my English is bad.

benjibasson
Samurai
Samurai
Posts: 141
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

How to create Wifi hotspot?

Post#5 by benjibasson » 11 Dec 2022, 20:19

Hi,
I am unable to download https://github.com/exuvo/create_ap

How to download without install git?

User avatar
babam
Warlord
Warlord
Posts: 528
Joined: 16 Nov 2016, 10:30
Distribution: Porteus 5.0rc3 Xfce K6.1.1
Location: Rainy city

How to create Wifi hotspot?

Post#6 by babam » 11 Dec 2022, 20:22

benjibasson wrote:
11 Dec 2022, 20:19
How to download without install git?
https://github.com/exuvo/create_ap/tarball/master
Sorry, my English is bad.

benjibasson
Samurai
Samurai
Posts: 141
Joined: 06 Mar 2019, 15:14
Distribution: Arch linux

How to create Wifi hotspot?

Post#7 by benjibasson » 11 Dec 2022, 20:35

Great
it is exactely whatI want :Yahoo!:
Cheers

Post Reply