Results 1 to 2 of 2

Thread: Packets being dropped by kernel on ethernet port

  1. #1

    Packets being dropped by kernel on ethernet port

    Hi Everyone, I've been experimenting with a Raspberry Pi B+ running Kali to use for penetration testing. I've noticed a consistent packet loss when running any type of traffic sniffing. Running tcpdump on my home network just sniffing broadcast traffic showed some dropped packets:

    Code:
    484704 packets captured
    485110 packets received by filter
    406 packets dropped by kernel
    I've seen as much as a 10% packet loss depending on the amount of traffic. Overclocking the Pi doesn't seem to help. Has anyone else seen this type of packet loss?

  2. #2
    Join Date
    2014-Feb
    Posts
    309
    Ethernet is on USB, even on the B+, the USB stack is likely at fault.

    The Foundation has discovered that the controller and its driver expect realtime response from the ARM core, and if Linux's non-realtime scheduling doesn't respond in 1 ms, a split transaction USB event can be dropped. Not surprisingly, this occurs regularly and produces lost mouse clicks, stuck keyboard keys, etc..

Similar Threads

  1. Tried port NetHunter kernel to Samsung Galaxy s7 Oreo ROM
    By wirusx in forum NetHunter General Questions
    Replies: 0
    Last Post: 2018-12-06, 21:38
  2. Kali with ethernet cable unplugged hangs at "Booting kernel"
    By SolusXristus in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-11-26, 21:39
  3. Replies: 1
    Last Post: 2013-10-18, 03:24

Posting Permissions

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