1

I want to create a wifi hotspot on my laptop, but AP mode is not supported.

iw list:

Supported interface modes:
     * IBSS
     * managed

I suppose I need to change my driver. However, I am unable to find the correct driver for my pc.

lspci | grep -i Network:

02:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)

Please help me in finding new driver that supports AP mode or is there any way I can create wifi hotspot without changing my driver?

Raman
  • 855
  • 1
  • 9
  • 24

1 Answers1

0

You need the brcsmac open source driver instead of broadcom-wl. See Installing Broadcom Wireless Drivers.

xyz
  • 1,786
  • 1
  • 12
  • 22