Difference between revisions of "MeegoS10-3t"

From WIki
Jump to: navigation, search
imported>Jonni
imported>Jonni
(Howto get wifi working on S10-3t)
Line 4: Line 4:
  
 
== Howto get wifi working on S10-3t ==
 
== Howto get wifi working on S10-3t ==
 +
 +
  1.
 +
 +
      Activate the MeeGo toolbar and select the applications icon
 +
  2.
 +
 +
      2)Choose the Accessories section and select Terminal (or type terminal in the search box)
 +
  3.
 +
 +
      3)Install the various tools you’ll need
 +
 +
    sudo zypper install rpmdevtools
 +
 +
  4.
 +
 +
      4)Install the compilers and other tools,
 +
 +
    sudo zypper install -pattern "Development Tools"
 +
    (zypper pt)
 +
 +
  5.
 +
 +
      5)Install the kernel-netbook-devel package.
 +
 +
    sudo yum install kernel-netbook-devel
 +
 +
  6.
 +
 +
      6)Now we’re ready to build and install the new broadcom drivers, my moblin srpm works
 +
 +
    wget http://slaine.org/moblin/releases/2.1/ia32/source/wl-kmod-5.60.48.36-1.moblin.src.rpm
 +
 +
    (This build will download the broadcom driver archive directly from their site)
 +
 +
    rpmbuild --rebuild --target=i586 wl-kmod-5.60.48.36-1.moblin.src.rpm
 +
 +
  7.
 +
 +
      7)Install the resulting rpm,
 +
 +
    sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.60.48.36-1.meego.i586.rpm

Revision as of 11:52, 20 October 2010

General

Multitouch hw works out of the box on Meego 1.0.99+

Howto get wifi working on S10-3t

  1.
     Activate the MeeGo toolbar and select the applications icon
  2.
     2)Choose the Accessories section and select Terminal (or type terminal in the search box)
  3.
     3)Install the various tools you’ll need
   sudo zypper install rpmdevtools
  4.
     4)Install the compilers and other tools,
   sudo zypper install -pattern "Development Tools"
   (zypper pt)
  5.
     5)Install the kernel-netbook-devel package.
   sudo yum install kernel-netbook-devel
  6.
     6)Now we’re ready to build and install the new broadcom drivers, my moblin srpm works
   wget http://slaine.org/moblin/releases/2.1/ia32/source/wl-kmod-5.60.48.36-1.moblin.src.rpm
   (This build will download the broadcom driver archive directly from their site)
   rpmbuild --rebuild --target=i586 wl-kmod-5.60.48.36-1.moblin.src.rpm
  7.
     7)Install the resulting rpm,
   sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.60.48.36-1.meego.i586.rpm