Re: debian from ethernet to wifi
Tim Chase <[email protected]>
| Newsgroups | gmane.linux.redhat.blinux.general |
|---|---|
| Message-ID | <[email protected]> |
On 2015-09-14 18:17, Jude DaShiell wrote: > Debian is telling me wpa_supplicant doesn't exist and that packages > have wpa_supplicant in their name Annoyingly, "/sbin/wpa_supplicant" is provided by the "wpasupplicant" package. The executable has an underscore in its name while the package doesn't (facepalm). # which wpa_supplicant /sbin/wpa_supplicant # dpkg -S /sbin/wpa_supplicant wpasupplicant: /sbin/wpa_supplicant -tim