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

From Luky-Wiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''Warning:''' I no longer use this laptop as my primary device (April 2016). Therefore this page is no longer maintained and may become outdated.
 +
 
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.
  
== Graphics ==
+
== Wireless ==
<strike>HW acceleration is working fine. Resolution change, monitor select, etc. is working also fine, but i saw few times artifacts on screen. Looks like GPU is restarting itself at certain moment which cause artifacts to pop up for very short moment. Occurrence is very rare and this is not causing problems.</strike>
+
There is something wrong with WiFi scanning or network manager implementation. When I log in then device scan for networks and connect to my home WiFi. If there is need to do scanning again (for example when I move laptop to different place) then it looks like scanning is not invoked at all. GUI show stale entries and connection is not established.
 +
 
 +
Workaround:
 +
<pre>sudo iwlist wlan0 scanning | grep SSID</pre>
 +
 
 +
Sometimes it is necessary to invoke this command twice. Then suddenly GUI found WiFi and connect to it.
 +
 
 +
I think network manager is not invoking scanning properly but it will need more in depth investigation.
 +
 
 +
----
 +
 
 +
Additionally from time to time network manager is not started at all.
  
I am currently running 14.04.01 LTS and it looks like this problem is gone.
+
Workaround:
 +
<pre>sudo service network-manager restart</pre>
  
== Wireless ==
+
This is again pointing to network manager. More in depth check needed.
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 <code>powertop</code> application or by connecting notebook to AC. Alternatively you can use:
+
=== USB ===
<pre>
+
This laptop have two USB ports. One is equipped with offline charge capability (e.g. you shut down laptop and you can still charge connected device). There is configuration option in BIOS which can configure cut-off percentage of battery. When battery capacity drop under this percentage then output is cut-off (to preserve power for laptop itself). Default configuration is 10%. I configured 50%. This port have following problem:
sudo iwconfig wlan0 power off
 
</pre>
 
  
== WWAN ==
+
There is power glitch on USB port equipped with offline charge capability when charge level of main battery cross threshold. This can be during discharge of main battery or during recharge from mains.
<strike>Modem is detected by Linux kernel properly and also by Network Manager within Ubuntu. Ubuntu is reporting signal strength correctly but attempt to connect to internet will fail. Looks like modem don't like way how Ubuntu initialize it and as result it reset itself.</strike>
 
  
<strike>Special initialization sequence is necessary prior to connection using network manager.</strike>
+
This glitch cause restart of connected device. It may not be noticeable for HID and other kind of devices but cause file system corruption on USB Flash and HDD devices.
  
I am currently running 14.04.01 LTS and it looks like this problem is gone.
+
Workaround:
 +
* Use second USB port for devices which should not lose power during operation.
 +
* Disable feature in BIOS
  
== GPS ==
+
It is not mentioned in BIOS release notes but I try to update bios to see if this help.
Till now I don't have time/need to test GPS. I may check this during summer ...
 

Latest revision as of 21:42, 1 May 2016

Warning: I no longer use this laptop as my primary device (April 2016). Therefore this page is no longer maintained and may become outdated.

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

Wireless

There is something wrong with WiFi scanning or network manager implementation. When I log in then device scan for networks and connect to my home WiFi. If there is need to do scanning again (for example when I move laptop to different place) then it looks like scanning is not invoked at all. GUI show stale entries and connection is not established.

Workaround:

sudo iwlist wlan0 scanning | grep SSID

Sometimes it is necessary to invoke this command twice. Then suddenly GUI found WiFi and connect to it.

I think network manager is not invoking scanning properly but it will need more in depth investigation.


Additionally from time to time network manager is not started at all.

Workaround:

sudo service network-manager restart

This is again pointing to network manager. More in depth check needed.

USB

This laptop have two USB ports. One is equipped with offline charge capability (e.g. you shut down laptop and you can still charge connected device). There is configuration option in BIOS which can configure cut-off percentage of battery. When battery capacity drop under this percentage then output is cut-off (to preserve power for laptop itself). Default configuration is 10%. I configured 50%. This port have following problem:

There is power glitch on USB port equipped with offline charge capability when charge level of main battery cross threshold. This can be during discharge of main battery or during recharge from mains.

This glitch cause restart of connected device. It may not be noticeable for HID and other kind of devices but cause file system corruption on USB Flash and HDD devices.

Workaround:

  • Use second USB port for devices which should not lose power during operation.
  • Disable feature in BIOS

It is not mentioned in BIOS release notes but I try to update bios to see if this help.