raspberrypi kernel: <1-1.1:1.0: eth0: kevent 2 may have been dropped
This happens to a lot of people who are torrenting (probably using transmission) and especially to external HDDs. It tends to turn up in /var/log/messages and/or /var/log/kernel and/or /var/log/dmesg. You can cat these to see if the error is there.
There are a couple of reasons that this happens and the following has been the way I have managed to fix it (Supposedly there is a bug fix in a distant future kernel release).
Reason 1:
Memory isnt available fast enough and for some reason the kernel crashes.I did two things to fix this.
1: Increase the number of min_kbytes by editing sysctl.conf
(using vim or nano or whatever)
Start by opening a terminal then type the following to edit the proper files.
sudo nano /etc/sysctl.conf
at the end of the file add the following line
vm.min_free_kbytes = 16384
*Note, if that doesnt help, try increasing the number
Example:
vm.min_free_kbytes = 32768
Then save and exit the file.
The second thing I did was to add an option to the boot command
sudo nano /boot/cmdline.txt
At the end of the line, add: smsc95xx.turbo_mode=N
Save, exit the file, and then reboot (sudo reboot)
Reason 2:
Your usb hub has a problem where it is creating a feedback loop.Tape over the +5V pin on the USB cord (You should use a multimeter to find it). Fixed, though a bit sketchily.
Check out my other Raspberry Pi Fixes/How tos:
http://stevenhickson.blogspot.com/2012/10/using-raspberry-pi-as-web-server-media.html
http://stevenhickson.blogspot.com/2012/08/setting-up-omxplayer-gui-on-raspberry-pi.html
Consider donating to further my tinkering.
Places you can find me
Related Post:
computer
- Take a better selfie with Lily
- Free Lecture The Psychology of Computer Insecurity
- MOOC Research and Innovation
- Calculating Ada The Countess of Computing
- When can Quantum Annealing win
- Creating a templated Binary Search Tree Class in C
- Projecting without a projector sharing your smartphone content onto an arbitrary display
- Will a robot take your job
- Facebook Introduces ‘Hack ’ the programming language of the future
- High Resolution Scary Haunted House Wallpapers for Desktop
- TYBSC IT Sem V Question Papers 2009 Mumbai University
- Home automation update
- Very easy to download youtube videos audio mp3 format
- HD Dark Desktop Background Wallpapers Download
- Launching the Quantum Artificial Intelligence Lab
- Syrias children learn to code with the Raspberry Pi
- Running omxplayer from the command line easily using alias
- Largest collection of Google Logos on the web Set 7
- Collection of SQL queries with Answer and Output Set 2
- Prevent access to specific partition or drive
- Summer Games Learn to Program
- PiAUISuite Update and Voicecommand v3 1
- Sign in to edx org with Google and Facebook and
- Large Scale Machine Learning for Drug Discovery
- Hacker Tricks from Insiders A Threat to ERP Systems
crashes
0 comments:
Post a Comment