2011年6月17日星期五

how to install wifi support in meego

how to install wifi support in meego
1)Activate the MeeGo toolbar and select the applications icon

2)Choose the Accessories section and select Terminal (or type terminal in the search box)

3)Install the various tools you'll need 

    sudo zypper install rpmdevtools

4)Install the compilers and other tools, 

    sudo zypper install pattern:meego-development-tools 

5)Install the kernel-netbook-devel package.

    sudo zypper install kernel-devel

6)Now we're ready to build and install the new broadcom drivers, my moblin srpm works

    wget http://slaine.org/meego/releases/1.2/ia32/source/wl-kmod-5.100.82.38-1.src.rpm

    (This build will download the broadcom driver archive directly from their site)

    rpmbuild --rebuild --target=i586 wl-kmod-5.100.82.38-1.src.rpm

7)Install the resulting rpm, 

    sudo rpm -ivh ~/rpmbuild/RPMS/i586/wl-kmod-5.100.82.38-1.i586.rpm

8)Loading the module, 

   sudo modprobe -a wl

9)You should be able to now connect to a network.
 
 


没有评论:

发表评论