首页 > 系统相关 >kali linux 解决无线驱动程序问题

kali linux 解决无线驱动程序问题

时间:2024-04-02 23:32:25浏览次数:24  
标签:网卡 驱动程序 kali ng wireless linux any card monitor

Troubleshooting wireless driver issues in Linux can be a frustrating experience
if you don’t know what to look for。 This article is meant to be used as a general
guideline to better help you find the information you need to solve your wireless
issues。
Carefully read carefully ANY error message as they will VERY OFTEN tell you what’s
wrong and how to fix it。 If not, then use your Google-Fu。


1。找不到网卡
 Stupid question: Is it a wireless card? (We’ve seen that several times)
 Is the device plugged in?
 Does it show up on lsusb or lspci (with the exception of phones)? You might want to
update pci ids and usb ids
 Does dmesg contain any information about the driver loading and/or failing
 Is Kali a VM? Then, unless your card is USB, it will not be useable
(VMWare/VirtualBox/QEMU will virtualize EVERY PCI device)。 Is it attached to the
VM?
 If there is nothing in dmesg and it’s not in a VM, then you might want to try the latest
compat-wireless (and sometimes, you’ll need firmware) -> check on Linux-Wireless
drivers


2. 找到网卡但不能进行任何操作
 Read error messages
 If there are no error messages, then run dmesg | tail and it will most likely tell you
what’s wrong
 Firmware might be missing
 Check rfkill and any hardware switches and BIOS options


3. 网卡没监听模式
 STA drivers (Ralink, Broadcom) and every other manufacturer’s provided driver doesn’t
support monitor mode
 ndiswrapper doesn’t support monitor mode AND NEVER WILL。
 Airodump-ng/Wireshark don’t show any packets: check rfkill and any hardware
switches and BIOS options


4。 网卡不能注入
 Test with aireplay-ng -9 (Make sure the card is in monitor mode with airmon-ng)
 Airmon-ng doesn’t display chipset information: It’s not a big issue as it just didn’t get
that information from the card and doesn’t change the abilities of your card
 No injection but monitor mode: Check rfkill and any hardware switches and BIOS
options
 Network managers sometimes interfere with Aircrack tools。run airmon-ng check kill to
kill these processes。


其他有用链接
 Will my card work with Aircrack-ng?
 Compat-wireless

 

标签:网卡,驱动程序,kali,ng,wireless,linux,any,card,monitor
From: https://blog.csdn.net/2302_78663693/article/details/137212957

相关文章

  • Day 06 Linux的进程管理
    相关定义程序二进制文件,静态/usr/sbin/httpd,/usr/sbin/sshd,程序占用磁盘空间程序的两种状态:running和dead进程是程序运行的过程,动态,有生命周期的,可以产生和消亡的(进程是已启动的可执行程序的运行实例,实例即运行可执行程序),进程占用CPU和内存mem。父进程程序运行时产......
  • 【嵌入式智能产品开发实战】(十四)—— 政安晨:通过ARM-Linux掌握基本技能【链接静态库与
    目录链接静态库动态链接与地址无关的代码全局偏移表延迟绑定共享库政安晨的个人主页:政安晨欢迎 ......
  • Linux 中复制和移动文件
    复制文件cp1.txttest#把文件1.txt复制到test下参数:-a:相当于-d、-p、-r选项的集合-d:如果源文件为软链接(对硬链接无效),则复制出的目标文件也为软链接-i:询问,如果目标文件已经存在,则会询问是否覆盖-l:把目标文件建立为源文件的硬链接文件,而不是复制源文件-s:把目标文件建立为......
  • Linux基础学习详细版(嵌入式开发必学)
    一、Linux简介什么是Linux?Linux就是跟平时大家接触的Windows操作系统软件一样,Linux也是一个操作系统软件,Linux跟Windows不同之处在于,Linux是一套开放源代码程序的、可以自由传播的类Unix操作系统软件。什么是开源?开源就是开放源代码,指的是将Linux系统的源代码公开,允许任......
  • ZCMU操作系统课程实验 - 实验1-Linux的使用
    登录1.打开这个东西2. 在  文件->打开    中打卡机房里VMOS文件里的这个东东 3.然后依次操作下去好了,有红色的选项,我都是选的"Donothing"。完成后就会出现这样一个黑框框。4.让你登录。输入:root。密码:superuser    。注意输入密码的时候,密......
  • 配置Linux上的MySQL
    MySQL数据库环境搭建和编程MySQL环境安装设置ubuntu环境安装mysql-server和mysql开发包,包括mysql头文件和动态库文件,命令如下:sudoapt-getinstallmysql-server=》安装最新版MySQL服务器sudoapt-getinstalllibmysqlclient-dev=》安装开发包ubuntu默认安装最新的mysq......
  • Linux上使用python处理docx转pdf教程
      今天在使用flask将生成好的docx文档转化为pdf的过程中,遇到了一些问题,本来在windows上转化的好好的,但是到了Linux上却是直接报错显示ModuleNotFoundError:Nomodulenamed'win32com'。  很明显他说的是在Linux系统下并没有win32com这个模块,所以通过百度发现python使用pdf2......
  • 8、linux安装orace11g报[FATAL][INS32035]无法在指定位置创建新产品清单
    目录linux安装orace11g报·[FATAL]·[INS32035]无法在指定位置创建新产品清单1、执行静默安装命令后报错:提示如下2、解决方案:3、重新执行静默安装命令linux安装orace11g报·[FATAL]·[INS32035]无法在指定位置创建新产品清单1、执行静默安装命令后报错:提示如下正在启动Oracle......
  • 10分钟带你了解 Linux 系统中的 Top 命令
    前言作为一个测试工程师,可能我们并不需要像运维人员那样时时刻刻去关注系统的运行情况,但是对于一些查看系统运行情况,以及性能情况的命令,我们还是需要了解并掌握的,本文就来给大家介绍一下Linux系统重非常重要的top命令。什么是top命令在Linux系统中,top命令是一个非常实用的......
  • 【Linux】服务器时间ntp同步(chrony)
    一、简介Chrony是一个开源自由的网络时间协议NTP的客户端和服务器软软件。它能让计算机保持系统时钟与时钟服务器(NTP)同步,因此让你的计算机保持精确的时间,Chrony也可以作为服务端软件为其他计算机提供时间同步服务。Chrony由两个程序组成,分别是chronyd和chronycchronyd是一个......