Results 1 to 6 of 6

Thread: Wireless issue - disconnections and very slow

  1. #1
    Join Date
    2014-May
    Posts
    3

    Wireless issue - disconnections and very slow

    SO i have an acer aspire 7741z series and i got kali 1.06 to install fine but the wireless itself is very slow and tends to disconnect and not work for a few minutes and then is brilliant again and so on

    when i attempt to download a file the speed goes up and down if that helps

    i have the ath9k driver if that helps

    what other info do you need?

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    Are you using WPA-WPA2?

  3. #3
    Join Date
    2014-May
    Posts
    3
    wpa2-psk is what im using

  4. #4
    Join Date
    2013-Mar
    Posts
    354
    try this:

    1. modprobe -r ath9k
    2. modprobe ath9k nohwcrypt=1

    Try if it works. If so, make it permanent by adding a file under /etc/modprobe.d/, you can name it let's say ath9k.conf (it has to have the .conf), it must contain this line only:
    options nohwcrypt=1

    Then reboot.

  5. #5
    Join Date
    2014-May
    Posts
    3
    Is my understanding of the above command is im adding my driver to the kernel?

    whats nohwcrypt ?

    im not questing your motives or help im just curious as i would love to learn linux or kali in the future

    also
    ill try this soon enough thanks for the help so far

    edit: it still disconnects and is very slow

    would taking the security off the wireless work?
    Last edited by DmtWireless; 2014-05-27 at 16:13.

  6. #6
    Join Date
    2013-Mar
    Posts
    354
    nohwcrypt is a parameter that means encryption will not be done by hardware (nohw = no hardware and crypt, well, it speaks for itself)). Software will do the encryption...

Similar Threads

  1. Hydra Slow down issue
    By xendistar in forum General Archive
    Replies: 0
    Last Post: 2021-11-06, 15:17
  2. Slow wireless speed connection
    By burden in forum TroubleShooting Archive
    Replies: 4
    Last Post: 2019-08-07, 14:50

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •