lwfinger / rtw89

Driver for Realtek 8852AE, an 802.11ax device
GNU General Public License v2.0
1.27k stars 162 forks source link

RTL8852BE can't create wifi acces point with linux-wifi-hotspot app (based on hostapd) #232

Open furkannakk opened 1 year ago

furkannakk commented 1 year ago
sudo wihotspot

(wihotspot-gui:37759): GLib-GObject-CRITICAL **: 00:19:16.664: invalid cast from 'GtkEntry' to 'GtkTextView'

(wihotspot-gui:37759): Gtk-CRITICAL **: 00:19:16.665: gtk_text_view_get_buffer: assertion 'GTK_IS_TEXT_VIEW (text_view)' failed

(wihotspot-gui:37759): GLib-GObject-CRITICAL **: 00:19:16.665: invalid (NULL) pointer instance

(wihotspot-gui:37759): GLib-GObject-CRITICAL **: 00:19:16.666: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(wihotspot-gui:37759): Gtk-CRITICAL **: 00:19:16.687: gtk_text_buffer_set_text: assertion 'GTK_IS_TEXT_BUFFER (buffer)' failed

pkexec --user root create_ap wlan0 wlan0 'MyAccessPoint' '12345678' --mkconfig /etc/create_ap.conf --freq-band 2.4 
Config options written to '/etc/create_ap.conf'
ERROR: Your adapter can not be a station (i.e. be connected) and an AP at the same time
Command not found or exited with error status

I'm trying to do wifi sharing over wifi but failed. Please help me

furkannakk commented 1 year ago

No one to help?

lwfinger commented 1 year ago

AP mode was added to this repo some time ago. Have you done a 'git pull' and rebuilt the driver?