Re: wifi bgn identification

2020-07-25 Thread Russell L. Harris

On Sun, Jul 26, 2020 at 01:19:44AM +, Andy Smith wrote:

Possibly you do have "iw" installed but did not find it because
"/sbin" is not in your user's PATH.


Yes; that was the problem.  Thanks.



Re: wifi bgn identification

2020-07-25 Thread Andy Smith
Hello,

On Sun, Jul 26, 2020 at 12:05:23AM +, Russell L. Harris wrote:
> On Sat, Jul 25, 2020 at 07:56:16PM -0400, Stefan Monnier wrote:
> >`iw phy` should give you all that data and a lot more.
> 
> I do not find that command.

$ apt-file search --regexp bin/iw$
iw: /sbin/iw
$ apt show iw
Package: iw
Version: 5.0.1-1
Priority: optional
Section: net
Maintainer: Paride Legovini 
Installed-Size: 263 kB
Depends: libc6 (>= 2.14), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 
3.2.7)
Recommends: crda
Breaks: aircrack-ng (<< 1:1.0~rc2-1)
Replaces: aircrack-ng (<< 1:1.0~rc2-1)
Homepage: https://wireless.kernel.org/en/users/Documentation/iw
Tag: hardware::TODO, implemented-in::c, interface::commandline,
 network::configuration, role::program, use::configuring
Download-Size: 87.9 kB
APT-Sources: 
http://apt-cacher.lon.bitfolk.com/debian/ftp.uk.debian.org/debian buster/main 
amd64 Packages
Description: tool for configuring Linux wireless devices
 This package contains the `iw' tool which allows you to configure and show
 information about wireless networking.
 .
 In the future iw will become the canonical command line tool for wireless
 configuration and iwconfig/wireless-tools will no longer be required. See
 /usr/share/doc/iw/README.Debian for a more detailed overview of iw.

Possibly you do have "iw" installed but did not find it because
"/sbin" is not in your user's PATH.

Cheers,
Andy

-- 
https://bitfolk.com/ -- No-nonsense VPS hosting



Re: wifi bgn identification

2020-07-25 Thread Stefan Monnier
> On Sat, Jul 25, 2020 at 07:56:16PM -0400, Stefan Monnier wrote:
>>> With a laptop running Debian 10, is there an easy way to determine
>>> whether the built-in wifi radio is b, g, or n?
>>`iw phy` should give you all that data and a lot more.
> I do not find that command.  I did find "ip show", but it does not
> provide the b/g/n category.

It's in the `iw` package (according to `dpkg -S =iw`),


Stefan



Re: wifi bgn identification

2020-07-25 Thread Russell L. Harris

On Sat, Jul 25, 2020 at 07:56:16PM -0400, Stefan Monnier wrote:

With a laptop running Debian 10, is there an easy way to determine
whether the built-in wifi radio is b, g, or n?


`iw phy` should give you all that data and a lot more.


I do not find that command.  I did find "ip show", but it does not
provide the b/g/n category.



Re: wifi bgn identification

2020-07-25 Thread Stefan Monnier
> With a laptop running Debian 10, is there an easy way to determine
> whether the built-in wifi radio is b, g, or n?

`iw phy` should give you all that data and a lot more.


Stefan



wifi bgn identification

2020-07-25 Thread Russell L. Harris

With a laptop running Debian 10, is there an easy way to determine
whether the built-in wifi radio is b, g, or n?