0

I have a laptop with a wifi card that needs proprietary drivers (and no ethernet). The Debian 10 installer (debian-10.0.0-amd64-xfce-CD-1.iso) failed to automatically detect the driver (*.ucode file) that I had on a USB, so I continued the installation without internet. I logged in and copied the ucode to /lib/firmware and now my wifi card seems to be working ("ip a" will list my wifi card)

I'm trying to connect to wifi with WPA security. The problem is that it appears I do not have wpa_supplicant installed (nor iwconfig, nmcli, connman or etc). Every guide or QA I've found (eg this) assumes wpa_supplicant/wpa_passphrase/etc is already installed.

So, how do you connect to WPA wifi in this situation?

2
  • Can you install wpa_supplicant from the cd.iso? Commented Aug 22, 2019 at 17:13
  • How would you do that? I don't see any .deb files on the iso. Commented Aug 22, 2019 at 17:35

1 Answer 1

-1

You can connect your phone to your computer with an USB cable and share your mobile internet with USB tethering. After that you can install wpa_supplicant and other tools to connect wifi

The settings menu can different from device to device but it generally goes like this

  1. Turn on your cellular data or connect to a wifi on your phone
  2. Connect your phone to your pc with an USB cable
  3. Go to settings in your phone
  4. Find the hotspot and tethering settings
  5. Activate USB tethering

Now you should be able to access the internet through your phone. Now all you gotta do is install wpa_supplicant on your pc with:

sudo apt install wpa_supplicant
2
  • 2
    Note, that you don't mention any specifics to be helpful. | -1 Commented Jul 14, 2020 at 18:30
  • 2
    How would the asker go about installing wpa_supplicant and related tools? apt-get perhaps? Commented Jul 14, 2020 at 18:40

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.