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

From Luky-Wiki
Jump to: navigation, search
(Touch Screen)
Line 1: Line 1:
'''Attention: this page is work in progress.'''
 
 
 
 
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.
 
== Touch Screen ==
 
== Touch Screen ==
Line 9: Line 6:
  
 
== Graphics ==
 
== Graphics ==
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>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>
 +
 
 +
I am currently running 14.04.01 LTS and it looks like this problem is gone.
  
 
== Wireless ==
 
== Wireless ==
For regular usage WiFi is working fine, but ... When notebook is running on battery power save is high 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.
  
Power save can be disabled by <code>powertop</code> application or by connecting notebook to AC. Maybe there is way how to disable this permanently ... I'll check it later.
+
Power save can be disabled by <code>powertop</code> application or by connecting notebook to AC. Alternatively you can use:
 +
<pre>
 +
sudo iwconfig wlan0 power off
 +
</pre>
  
 
== WWAN ==
 
== WWAN ==
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>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>
  
Special initialization sequence is necessary prior to connection using network manager
+
<strike>Special initialization sequence is necessary prior to connection using network manager.</strike>
  
... TODO: finish this section
+
I am currently running 14.04.01 LTS and it looks like this problem is gone.
  
 
== GPS ==
 
== GPS ==
 
+
Till now I don't have time/need to test GPS. I may check this during summer ...
... TODO: finish this section
 

Revision as of 22:27, 24 November 2014

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

Touch Screen

After boot-up touch screen is working fine, but is generating only "left click" of mouse. This is limiting usage. After some time of usage only "mouse movement" events are generated. Same problem I saw also on Nexus 7 running Ubuntu Desktop. Looks like driver problem, but till now i don't have enough time to debug.

I recently updated to 13.10. version of Ubuntu. I had time to debug problem with touch panel but while I was trying to do so I realized that is is gone. I was drawing picture in gimp for several hours and it was working fine. Multi-touch is still not supported but this is limitation of X11 system (it was designed for PC with KB/Mouse input).

Graphics

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.

I am currently running 14.04.01 LTS and it looks like this problem is gone.

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

WWAN

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.

Special initialization sequence is necessary prior to connection using network manager.

I am currently running 14.04.01 LTS and it looks like this problem is gone.

GPS

Till now I don't have time/need to test GPS. I may check this during summer ...