Meego Wiki
Views
From MeeGo wiki
< Devices(Difference between revisions)
Jump to: navigation, search
m
 
(30 intermediate revisions not shown)
Line 1: Line 1:
-
The IdeaPad was given away by Intel at the MeeGo2010 conference (Thanks Intel!)
+
The [[Lenovo]] S10-3t IdeaPads were given to attendees of the [[MeeGo Conference 2010]] (Thanks [[Intel]] and [[Nokia]]!).
-
== Big issues ==
+
This page aims to collect issues, solutions and hacks by the [[MeeGo Community]] for this device.
-
It seems that some users get their wifi (and bluetooth) disabled and/or the battery status. There is some talk going on these two links, with work around that may or may not work. For the atheros folks it worked but the ones with broadcom it didn't.
+
It is mostly collected from the [http://forum.meego.com/showthread.php?t=1995 Lenovo S10-3t improvements] thread on MeeGo Forums.
-
* http://www.proli.net/2010/11/19/hidden-wifi-switches/
+
To get started on the Lenovo Ideapad, you should first get an image, and [http://meego.com/devices/netbook/installing-meego-your-netbook install MeeGo 1.1] or try the soon-to-be-released  MeeGo 1.2 [http://appdeveloper.intel.com/en-us/meego-sdk-suite Tablet UX Pre-Alpha Release].
-
* http://forum.meego.com/showthread.php?p=13321
+
 
 +
 
 +
== Major issues ==
 +
 
 +
It seems that some users get their [[wifi]] (and [[bluetooth]]) disabled and/or the battery status. There is some talk going on these two links, with work around that may or may not work. For the [[atheros]] folks it worked but the ones with [[broadcom]] it didn't.
 +
 
 +
* Problem: BROADCOM based wifi: No way to enable WiFi after switching it off using the switch
 +
** Workaround: http://www.proli.net/2010/11/19/hidden-wifi-switches/
 +
** Workaround: boot, BIOS setup, Load factory defaults, Save and exit
 +
** Solution: Waiting for some help from Intel or BIOS updates from Lenovo.
 +
* Problem: [[ATHEROS]] workaround: No way to enable WiFi after switching it off using the switch
 +
** Workaround: http://forum.meego.com/showthread.php?p=13321
 +
** Solution: Waiting for some help from Intel or BIOS updates from Lenovo.
 +
* Problem: [http://bugs.meego.com/show_bug.cgi?id=3276 Resume from suspend to RAM does not work every time]
 +
** Workaround:
 +
** Solution:
 +
 
 +
 
 +
== Minor issues ==
 +
 
 +
* Headphone jack doesn't work [http://bugs.meego.com/show_bug.cgi?id=10289 Bug report]
 +
** Workaround: Add <code>options snd-hda-intel model="olpc-xo-1_5"</code> to <code>/etc/modprobe.d/alsa-base.conf</code> and reboot
 +
** Solution: none yet
-
Waiting for some help from Intel or BIOS updates from Lenovo.
 
== Using the Ideapad with MeeGo ==
== Using the Ideapad with MeeGo ==
 +
 +
[[MeeGo Desktop/Changing Desktops]]
 +
 +
 +
=== Finger scrolling with Chromium ===
 +
 +
The [https://chrome.google.com/extensions/detail/ncegfehgjifmmpnjaihnjpbpddjjebme ChromeTouch] extension enables kinetic scrolling with the browser and the touch screen.
 +
 +
 +
=== Finger scrolling with Firefox ===
 +
 +
Firefox has a similar add-on: [http://addons.mozilla.org/firefox/addon/1250/ Grab and Drag]
 +
 +
 +
=== On-screen keyboard ===
 +
 +
See the following resources
 +
 +
* [[Input Method Framework/MeeGo 1.1]]
 +
* [http://blog.neteril.org/2010/11/19/turning-your-meego-lenovo-s10-3t-into-a-real-slate/ Turn your Lenovo into a real slate]
 +
* [http://forum.meego.com/showthread.php?t=1803 forum thread]
 +
 +
 +
=== Software Setup ===
 +
 +
The [[MeeGo 1.0 Netbook FAQ]] has resources on
 +
* Application installation
 +
* Dropbox
 +
* Skype
 +
* Codecs
 +
* Changing keyboard layout post-install (since some of us accidently set it to US rather than UK)
 +
 +
*fennec-qt (Firefox Mobile)
 +
** For fullscreen run: <code>fennec -target slate</code>
 +
== Hardware Configuration ==
== Hardware Configuration ==
 +
 +
[http://consumersupport.lenovo.com/ie/en/DriversDownloads/drivers_list.aspx?CategoryID=45252 Chipset listing (for Windows Drivers)]
 +
 +
=== Touchpad ===
=== Touchpad ===
 +
 +
Taps are accepted as mouse presses but not the bottom left and right clicks, see [http://bugs.meego.com/show_bug.cgi?id=4807 bug report]
To enable RMB in the RightBottom corner of the touchpad issue the following command:
To enable RMB in the RightBottom corner of the touchpad issue the following command:
-
  synclient RBCornerButton=3
+
 
 +
synclient RBCornerButton=3
 +
 
 +
To make it permanent edit /etc/X11/xorg.conf.d/10-input-synaptics.conf to:
 +
 
 +
Section "InputClass"
 +
    Identifier "synaptics"
 +
    MatchIsTouchpad "true"
 +
    Driver "synaptics"
 +
    Option "RBCornerButton" "3"
 +
EndSection
 +
 
 +
 
 +
=== Accelerometer ===
 +
 
 +
The Ideapad has a two axis [[accelerometer]] located in the keyboard part.
 +
 
 +
Under [[Windows]] it is accessed through the APS software and used for screen rotation and parking the hard-drive under shock conditions.
 +
APS is widely used on Thinkpads and the Ideapad appears to have the same type of accelerometer.
 +
Accelerometer values are read through an "embedded controller" interface.
 +
 
 +
Linux support for this device is normally provided by the [http://www.thinkwiki.org/wiki/Tp_smapi tp_smapi] driver, however, it has [http://www.thinkwiki.org/wiki/Tp_smapi#SL_series_and_IdeaPad no support for the Ideapad embedded controller].
 +
 
 +
 
 +
=== 3G ===
 +
 
 +
[http://www.netbooks.ph/forums/viewtopic.php?f=56&t=2220 See this article about adding a 3G modem.]
 +
 
 +
 
 +
[[Category:Hardware]]

Latest revision as of 20:59, 4 August 2011

The Lenovo S10-3t IdeaPads were given to attendees of the MeeGo Conference 2010 (Thanks Intel and Nokia!).

This page aims to collect issues, solutions and hacks by the MeeGo Community for this device.

It is mostly collected from the Lenovo S10-3t improvements thread on MeeGo Forums.

To get started on the Lenovo Ideapad, you should first get an image, and install MeeGo 1.1 or try the soon-to-be-released MeeGo 1.2 Tablet UX Pre-Alpha Release.


Contents

Major issues

It seems that some users get their wifi (and bluetooth) disabled and/or the battery status. There is some talk going on these two links, with work around that may or may not work. For the atheros folks it worked but the ones with broadcom it didn't.


Minor issues

  • Headphone jack doesn't work Bug report
    • Workaround: Add options snd-hda-intel model="olpc-xo-1_5" to /etc/modprobe.d/alsa-base.conf and reboot
    • Solution: none yet


Using the Ideapad with MeeGo

MeeGo Desktop/Changing Desktops


Finger scrolling with Chromium

The ChromeTouch extension enables kinetic scrolling with the browser and the touch screen.


Finger scrolling with Firefox

Firefox has a similar add-on: Grab and Drag


On-screen keyboard

See the following resources


Software Setup

The MeeGo 1.0 Netbook FAQ has resources on

  • Application installation
  • Dropbox
  • Skype
  • Codecs
  • Changing keyboard layout post-install (since some of us accidently set it to US rather than UK)
  • fennec-qt (Firefox Mobile)
    • For fullscreen run: fennec -target slate


Hardware Configuration

Chipset listing (for Windows Drivers)


Touchpad

Taps are accepted as mouse presses but not the bottom left and right clicks, see bug report

To enable RMB in the RightBottom corner of the touchpad issue the following command:

synclient RBCornerButton=3

To make it permanent edit /etc/X11/xorg.conf.d/10-input-synaptics.conf to:

Section "InputClass"
    Identifier "synaptics"
    MatchIsTouchpad "true"
    Driver "synaptics"
    Option "RBCornerButton" "3"
EndSection


Accelerometer

The Ideapad has a two axis accelerometer located in the keyboard part.

Under Windows it is accessed through the APS software and used for screen rotation and parking the hard-drive under shock conditions. APS is widely used on Thinkpads and the Ideapad appears to have the same type of accelerometer. Accelerometer values are read through an "embedded controller" interface.

Linux support for this device is normally provided by the tp_smapi driver, however, it has no support for the Ideapad embedded controller.


3G

See this article about adding a 3G modem.

Personal tools