MeeGo/v1 Netbook-1

Update

MeeGo uses rpm for software package, and the package management software is yum There are no image files for the updates. v1.0.1
or v1.0.2 can not be directly installed It is always required to install v1.0.0 first, then update to v1.0.1 and v1.0.2 orderly from the MeeGo
environment. From v1.0.0 to v1.0.1, wired internet connection is required.

MeeGo v1.0.1 Netbook Update

  • kernel version kernel version is updated from 2.6.33.3 to 2.6.33.5.
Linux beat-desktop 2.6.33.5-23.1-netbook #1 SMP PREEMPT Tue Jun 29 15:24:50 UTC 2010 i686 i686 i386 GNU/Linux
  • gcc version (Some feature is added to Development Tools)
[beat@beat-desktop ~]$ gcc -v
Using built-in specs.
Target: i586-meego-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.meego.com/ --enable-
bootstrap --enable-shared --enable-threads=posix --enable-checking=release 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran 
--disable-libgcj --with-ppl --with-cloog --with-tune=generic --with-arch=i686 
--build=i586-meego-linux
Thread model: posix
gcc version 4.4.2 20091027 (MeeGo 4.4.2-7) (GCC)

Network

Configuration of network has been changed. DNS is newly added to the network setting.

IP Address
Subnet Mask
Router:
DNS:
  • Ether
    • DHCP
      Make the netbook to access the sites by the network as fill in IP Address of DNS server at DNS.
    • Static IP
      Establish the network as provide IP Address of DNS server and IP Address of Gateway to the router.
  • Wifi

    As MeeGo is installed or updated, it does not contain the wifi driver at the default settings. Open up Terminal, and install
    various tools for building the executable rpm. Download the the packages for wifi, and build the rpm with the tools. Then,
    install the wifi rpm.

    $ sudo yum install rpmdevtools
    $ sudo yum groupinstall "Development Tools"
    $ sudo yum install kernel-netbook-devel
    $ wget http://slaine.org/moblin/releases/2.1/ia32/source/wl-kmod-5.60.48.36-1.moblin.src.rpm
    $ rpmbuild --rebuild --target=i586 wl-kmod-5.60.48.36-1.moblin.src.rpm
    $ sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.60.48.36-1.meego.i586.rpm

    For further details of the instructions, please visit this page.

  • DHCP
    Wifi DHCP connection does not require the same type of settings as Ether is needed.
  • Static IP
    To establish wifi connection with Fixed IP, fill in only DNS section.
    Either connection needs to set up IP Address of Gateway to router, wifi connection does not require such setting.

Others

  • Bluetooth
    After Wifi drevers are installed, "ON/OFF" of Bluetooth is displayed at the network setting.
    After update to v1.0.1, the network setting does not recognize a newly added Bluetooth device.
  • Application Management 
    Add/Remove Software
  • Cheese Webcam Booth
    On Ideapad S10e, Cheese Webcam Booth, it is recognized as inside camera.
  • Power Off
    Press the power button of Ideapad, "Power Off" window shows up. Select and click "Power Off" turn the power off.

MeeGo v1.0.2 Netbook Update

  • kernel version
    kernel has a minor update.
[beat@beat-desktop ~]$ uname -a
Linux beat-desktop 2.6.33.5-24.1-netbook #1 SMP PREEMPT Wed Jul 14 07:48:33 UTC 2010 i686 i686 i386 GNU/Linux

Network

  • Wifi

    When MeeGo is updated to v1.0.2, the wifi function is neglected. To regain the wifi capability, make rpm adjust to the new
    kernel, then build it and install it to the netbook.

    $ sudo yum install kernel-netbook-devel

    rebuild wl-kmod-5.60.48.36-1.moblin.src.rpm, which is used for v1.0.1.
    If this is the first time to apply this porocess or do not havewl-kmod-5.60.48.36-1.moblin.src.rpm, obtain the rpm.

    $ wget http://slaine.org/moblin/releases/2.1/ia32/source/wl-kmod-5.60.48.36-1.moblin.src.rpm


    Apply to the same manner as initially wifi function is added to v1.0.1, (re)build and install rpm.

    $ rpmbuild --rebuild --target=i586 wl-kmod-5.60.48.36-1.moblin.src.rpm
    $ sudo rpm -ivh --replacepkgs ~/rpmbuild/RPMS/i586/wl-kmod-5.60.48.36-1.meego.i586.rpm

    db of rpm is rebuild.

    $ sudo rpm --rebuilddb
    $ sudo reboot

    Then, finally wifi can be recognized.

Reference


Front page   Edit Freeze Diff Backup Upload Copy Rename Reload   New List of pages Search Recent changes   RSS of recent changes
Last-modified: 2010-08-13 (Fri) 09:59:57 (5004d)