Skip to main content

All Questions

Tagged with
1 vote
0 answers
20 views

Hotspot connection SSH / Ping

I have a singleboard computer (Rock 4 SE) with a wifi that is hotspot capable. It is running linux Debian. I want to SSH into it with my laptop using the linux machines own wifi as a hotspot for ...
Gergely Lévai's user avatar
0 votes
1 answer
939 views

Linux WiFi Hotspot GUI shows Not Running when I click on CREATE. Why?

I am using Manjaro as my OS and I had installed Linux-wifi-hostpot through https://github.com/lakinduakash/linux-wifi-hotspot In terminal, it showed transaction finished successfully. But when I ...
Epsit's user avatar
  • 1
0 votes
1 answer
55 views

nft_pipapo_avx2_scratch_index shows up on all my perf recordings

I'm investigating a performance issue on my Ubuntu 22.04.2 LTS machine. I take the following steps: sudo perf record -g -F max -s --call-graph dwarf -e cycles -e sched:sched_switch --switch-events --...
Martijn Courteaux's user avatar
2 votes
1 answer
900 views

M1 MacBook Pro can't join Linux hotspot when other devices can

On a laptop running Linux Mint, I can run these commands to stand up a WiFi hotspot: nmcli con add type wifi ifname [interface name] con-name test_ssid autoconnect yes ssid test_ssid nmcli con modify ...
Theron S's user avatar
  • 211
1 vote
1 answer
440 views

Does every USB WIFI-Adapter with 802.11n specification support hot-spot? Can't set up hot spot on linux

I have been trying to set up a hotspot using my EDUP 802.11n USB adapter on Archlinux. As I understand, this USB adapter is supposed to support AD-HOC. However, I am unable to set hot spot up, and I ...
hrk's user avatar
  • 13
0 votes
0 answers
40 views

Detect wifi with quotas

I saw that at least Ubuntu has a way to detect wifis with quota, as when I was connected to my phone's 4G hotspot I got a message that I could not search for apps in the ubuntu software center for ...
MappaM's user avatar
  • 101
1 vote
2 answers
2k views

Can my Android phone running as a mobile hotspot act as a switch — as a well as a router — when multiple devices are connected to it?

I'm using the portable hotspot of my Xiaomi Redmi Note 8T. I have 2 Linux machines - one is Ubuntu and the other is Fedora - connected and from both I can find the internal IP through ifconfig. If I ...
Xlsx2020's user avatar
  • 164
1 vote
1 answer
5k views

4G LTE Device [USB Tethering]--> Raspberry Pi [Ethernet]--> Router, is this possible?

Ok, some background info first: I run a Debian fork (Netrunner Blackbird, right now) for my daily and this has allowed me to get fairly comfortable with Terminals (Konsole on KDE, mostly)... I will ...
Steven L's user avatar
5 votes
3 answers
10k views

How to create an Access Point from the current WiFi connection?

On Ubuntu 14.04, can an adapter have both a hotspot and be connected to a WiFi network at the same time? If so, how do I share the Internet of the currently connected network over a hotspot in Linux? ...
Raghav's user avatar
  • 53
4 votes
1 answer
5k views

Make a wireless hotspot in Linux and then ssh to it when connected

I want my raspberry device to make its own hotspot when it boots up (Internet not needed), and then ssh to it. So the two questions I'm actually asking is... How do I create a hotspot in Linux? Once ...
Don't Root here plz...'s user avatar
0 votes
0 answers
1k views

Hostapd no internet on server

I have setup local "hotspot" on my machine running Debian Jessie. I followed some instructions after which neither of tutorials worked for me. In the end I discovered I had a whitespace (I think) in ...
CBeTJlu4ok's user avatar
0 votes
1 answer
631 views

Running a web application without internet on ubuntu

I have a web application running on Apache server which responds to the mobile client requests over the internet. My plan is to implement this in to an offline Linux pc which does not have any ...
Chamath's user avatar
  • 522
15 votes
3 answers
40k views

Creating WiFi Access point on a single interface in Linux

I am trying to create a WiFi hotspot or an access point on my Linux laptop. I am using Opensuse Kde 12.3. I found out a software called hostapd which lets you create hotspot but it requires two ...
adityap174's user avatar
0 votes
0 answers
170 views

Network bandwidth & traffic monitoring [duplicate]

I have the following situation: Small network with about 30 PCs with wireless cards. A regular Asus wireless access-point which is connected to the server. Server is a normal x86 PC with Ubuntu Linux....
hich9n's user avatar
  • 147
0 votes
1 answer
1k views

Creating a Hot Spot - Vmware + Usb WiFi Adapter

I'm looking for a Linux build (to be installed on a low spec pentium 4 with usb wifi key or a VM) that will act as a wifi router hotspot... Looking for following functions - Splash page with terms ...
MatLear's user avatar
  • 51
3 votes
4 answers
851 views

How to find directory with most writes and/or turnaround (write and delete)

is there a way under linux to find out directory with frequent writes and/or deletes? I'm using Ubuntu and recently bought SSD. I moved /tmp to ramdisk and did some other tweaks to avoid wear. But I ...
höken's user avatar
  • 41
0 votes
1 answer
2k views

How to bridge a wifi connection between two computers by wifi

Pc 1 : netbook with an usb wifi antenna spotted on a free wifi hotspot Pc 2 : same model netbook that can't access internet What I need : Share the wifi connection by the 2 internal WLAN on ubuntu ...
zillion's user avatar
  • 468
14 votes
2 answers
32k views

Using command line to connect to a wireless network with an http login

I'm trying to connect to a wifi network where it hijacks all requests and redirects you to a page where you have to agree to a terms of use before it lets you connect to the actual outside world. This ...
Shane's user avatar
  • 987