User Tools

Site Tools


install_drivers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
install_drivers [2018/10/05 22:58] – [Driver compilation] Updated kali patch link to HTTPS mister_xinstall_drivers [2018/10/05 23:27] (current) – [Driver compilation] Update links to Kali patches mister_x
Line 40: Line 40:
   * Linux kernel headers that match your current running kernel. On openSUSE, the kernel sources also must be installed.  Depending on the driver and distribution, you must install the full kernel sources as well.   * Linux kernel headers that match your current running kernel. On openSUSE, the kernel sources also must be installed.  Depending on the driver and distribution, you must install the full kernel sources as well.
   * The same **gcc** version that was used to compile your kernel. At least make sure that the first two version numbers or the compiler are the same (e.g. it's OK to use gcc **3.4**.6 to compile the driver if the kernel was compiled by gcc **3.4**.2). Ignoring this rule will cause **Invalid module format** errors during module load. That can be checked via /proc/version.   * The same **gcc** version that was used to compile your kernel. At least make sure that the first two version numbers or the compiler are the same (e.g. it's OK to use gcc **3.4**.6 to compile the driver if the kernel was compiled by gcc **3.4**.2). Ignoring this rule will cause **Invalid module format** errors during module load. That can be checked via /proc/version.
-  * Always use the latest patch from [[https://git.kali.org/gitweb/?p=packages/linux.git;a=blob_plain;f=debian/patches/features/all/kali-wifi-injection.patch;hb=refs/heads/kali/master|Kali]].+  * Always use the latest patches from Kali: 
 +    * [[https://git.kali.org/gitweb/?p=packages/linux.git;a=blob_plain;f=debian/patches/features/all/kali-wifi-injection.patch;hb=refs/heads/kali/master|kali-wifi-injection.patch]] 
 +    * [[https://git.kali.org/gitweb/?p=packages/linux.git;a=blob_plain;f=debian/patches/features/all/wireless-carl9170-Enable-sniffer-mode-promisc-flag-t.patch;hb=refs/heads/kali/master|wireless-carl9170-Enable-sniffer-mode-promisc-flag-t.patch]]
  
  
install_drivers.txt · Last modified: 2018/10/05 23:27 by mister_x