Difference between revisions of "MeegoS10-3t"
imported>Jonni (→General) |
imported>Jonni (→Howto get wifi working on S10-3t) |
||
| Line 6: | Line 6: | ||
1. Activate the MeeGo toolbar and select the applications icon | 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) | 2. Choose the Accessories section and select Terminal (or type terminal in the search box) | ||
| + | |||
3. Install the various tools you’ll need | 3. Install the various tools you’ll need | ||
| − | sudo zypper install rpmdevtools | + | sudo bash |
| + | zypper install rpmdevtools | ||
4. Install the compilers and other tools, (fyi: "zypper pt" to see patterns) | 4. Install the compilers and other tools, (fyi: "zypper pt" to see patterns) | ||
| − | + | zypper install -t pattern development-tools | |
5. Install the kernel-netbook-devel package. | 5. Install the kernel-netbook-devel package. | ||
| − | + | zypper install kernel-netbook-devel | |
6. Now we’re ready to build and install the new broadcom drivers | 6. Now we’re ready to build and install the new broadcom drivers | ||
Revision as of 12:32, 20 October 2010
General
Multipoint-touch works out of the box on Meego 1.0.99.2+
Howto get wifi working on S10-3t
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 bash zypper install rpmdevtools
4. Install the compilers and other tools, (fyi: "zypper pt" to see patterns)
zypper install -t pattern development-tools
5. Install the kernel-netbook-devel package.
zypper install kernel-netbook-devel
6. Now we’re ready to build and install the new broadcom drivers
mkdir wifi cd wifi wget http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86-32_v5.60.246.2.tar.gz tar zxvf hybrid-portsrc_x86-32_v5.60.246.2.tar.gz make make install depmod modprobe wl
7. You should be able to see wifi under networks-menu