I’m not able to turn on wifi hotspot using the GUI, even with LAN connected.
Ubuntu Version: 22.04 LTS Desktop Environment: GNOME Problem Description:
I’m not able to turn on wifi hotspot using the GUI, even with LAN connected. However wifi does work for this laptop.
I’m running Ubuntu 24.04 on a Toshiba Portege R835-P81 with Intel Centrino Wireless-N 1000 hardware.
When I run “nmcli -f WIFI-PROPERTIES.AP device show wlp4s0” I get “WIFI-PROPERTIES.AP: no”.
I know this wifi HW can share internet with other devices over wifi because I do this all the time when I boot this laptop to Windows 10.
Intel has no Linux support for older wifi HW like mine.
I followed instructions in sticky “Before posting in Networking & Wireless” to post information here https://termbin.com/2rj4
I my question is, are there other drivers or workarounds to fix this?
I hate the idea of having to maintain Windows forever just for a beer brewing appliance that needs this capability.
I do maintain a snap for UbuntuCore that utilizes one of network-managers example scripts to fire up an AP which does not need any support from the driver side at all, you should be able to just grab their script and run it to turn your laptop into an AP …
the script is sadly all written for python2 though so it needs some patching …
Here is the script:
And this is the patch I’m using on top of it in my snap to make it work on py3:
(there are some snap specifics in that patch you might want to leave out though)
Thanks for the help. I’m understand python. But I don’t know snap except it being a application delivery mechanism. Are you using snap as a shell? I wouldn’t know what snap specifics I would want to leave out?
Sorry, I was assuming too much, essentially you might be fine just using the first line of the patch to make it run on python3, the rest is snap related (so people can use the snap set and snap get commands to configure it) and you will likely not need it when running the .py script standalone …
I’m still having the same problem I’ve had when trying other command line tools. Looks like the underlying driver just will not allow AP mode. But thanks for your help.
dbus.exceptions.DBusException: org.freedesktop.NetworkManager.UnknownConnection: Connection ‘Test Hotspot’ is not available on device wlp4s0 because profile is not compatible with device (the device does not support Access Point mode)