Difference between revisions of "Hardware: HP EliteBook Revolve 810 G1 with Ubuntu Linux - problems"

From Luky-Wiki
Jump to: navigation, search
(Sound_output)
Line 1: Line 1:
 
This page describe problems observed with "HP EliteBook Revolve 810 G1" during regular usage or tests.
 
This page describe problems observed with "HP EliteBook Revolve 810 G1" during regular usage or tests.
== Sound_output ==
 
This notebook have combined jack for output and microphone input. This jack is equipped with detection
 
  
 
== Wireless ==
 
== Wireless ==
 +
<strike>
 
For regular usage WiFi is working fine, but ... When notebook is running on battery power save is highly aggressive. For web browsing it is fine, but for interactive sessions (ssh, chat) it is causing visible delay. With power save active also maximal throughput is limited which can affect video on demand.
 
For regular usage WiFi is working fine, but ... When notebook is running on battery power save is highly aggressive. For web browsing it is fine, but for interactive sessions (ssh, chat) it is causing visible delay. With power save active also maximal throughput is limited which can affect video on demand.
  
Line 10: Line 9:
 
sudo iwconfig wlan0 power off
 
sudo iwconfig wlan0 power off
 
</pre>
 
</pre>
 +
</strike>
  
 
=== USB ===
 
=== USB ===

Revision as of 20:27, 13 February 2016

This page describe problems observed with "HP EliteBook Revolve 810 G1" during regular usage or tests.

Wireless

For regular usage WiFi is working fine, but ... When notebook is running on battery power save is highly aggressive. For web browsing it is fine, but for interactive sessions (ssh, chat) it is causing visible delay. With power save active also maximal throughput is limited which can affect video on demand.

Power save can be disabled by powertop application or by connecting notebook to AC. Alternatively you can use:

sudo iwconfig wlan0 power off

USB