воскресенье, 16 октября 2011 г.

Работаем с MeeGO

Менеджер пакетов: zypper
Обновление системы zypper update

Решаем вопрос с Wi-Fi (MeeGO 1.2)
Источник:http://slaine.org/_slaine/Meego_1.2_Wifi.html

 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.