Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIC mode supports ap, but clicking the create button doesn't do anything #353

Open
muyiacc opened this issue Oct 18, 2023 · 1 comment
Open

Comments

@muyiacc
Copy link

muyiacc commented Oct 18, 2023

Describe the bug
NIC mode supports ap, but clicking the create button doesn't do anything.

To Reproduce
Steps to reproduce the behavior:

  1. Download the debian package from latest release
  2. sudo dpkg -i linux-wifi-hotspot_4.4.0_amd64.deb
  3. create hotspot
  4. See error

Expected behavior
I want it to create a new hotspot without turning off the current wifi, think you

Screenshots
none

Desktop (please complete the following information):

  • OS: Linux version 6.1.0-13-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) Dev 1 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29)
  • Version debian12

Additional context
none

@muyiacc
Copy link
Author

muyiacc commented Oct 18, 2023

I have resolved this issue by downloading the corresponding system version of the network card driver and installing the network card. Here are the reference steps:

1.Download the network card driver:
wget https://mirrors.tuna.tsinghua.edu.cn/debian-nonfree/firmware/bookworm/12.2.0/firmware.tar.gz

  1. Extract the files:
    mkdir firmware && tar -zxvf firmware.tar.gz -C ./firmware

  2. Install the driver:
    cd firmare && sudo dpkg -i firmware-atheros_20230210-5_all.deb

Please note that the versions mentioned above may vary. Please install according to your own version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant