×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Raspberry image download duration?

  • Posts: 314
  • Thank you received: 34
Just an side note to those who use a wifistick with kernel module 8192cu and encounter massive ping fluctuations in RPi direction.
Symptom:
cat /sys/module/8192cu/parameters/rtw_power_mgnt
1

Ping from RPi: (looks okay)
Ping to RPi: (is a mess!)
Solution for me:
load the kernel module 8192cu with this options:

/etc/modprobe.d/8192cu.conf
options 8192cu rtw_power_mgnt=0 rtw_enusbss=0
and reboot.

Effects:
cat /sys/module/8192cu/parameters/rtw_power_mgnt
0
Ping to RPi: (looks okay now)
I also get now much better responsiveness through ssh. Maybe this was also the source for the disconnects I've got with usbip, but I cant test right now.
--= human, without Windows™ =--
pls excuse my bad english! :)
Last edit: 8 years 2 months ago by pauledd.
8 years 2 months ago #6861

Please Log in or Create an account to join the conversation.

Time to create page: 0.167 seconds