Dawnfoster (Talk | contribs) (removed instructions people were using to test the upgrades and added new instructions) |
(→Broadcom Wireless Drivers) |
||
| (9 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | Please review the known issues section before starting the update process. | + | == Software Updates == |
| + | MeeGo releases periodic software updates for each of the various releases to fix bugs and patch security issues. Release notes for all updates are posted on meego.com at: http://meego.com/downloads/releases/updates | ||
| + | |||
| + | The following documentation details how to update your system with the latest update. Please review the known issues section of the release notes before starting the update process. | ||
== Automatic Updates == | == Automatic Updates == | ||
| Line 10: | Line 13: | ||
* Click Install updates when you see this notification. | * Click Install updates when you see this notification. | ||
* After it refreshes the software list, Click 'Install Updates'. | * After it refreshes the software list, Click 'Install Updates'. | ||
| - | * You may receive the "Additional confirmation required' dialog box. If so, click 'Continue'. | + | * You may receive the "Additional confirmation required' dialog box if this is the first time you are running an update. If so, click 'Continue' (if your netbook display resolution obscures the text on these buttons, the "Continue" button is on the RIGHT). |
* You should receive a confirmation that all updates have installed successfully. Click 'OK'. Note: This box will disappear after a couple of minutes even if you do not click 'OK'. This is normal. | * You should receive a confirmation that all updates have installed successfully. Click 'OK'. Note: This box will disappear after a couple of minutes even if you do not click 'OK'. This is normal. | ||
| Line 27: | Line 30: | ||
== Known Issues == | == Known Issues == | ||
| + | |||
| + | === Can't See the Continue Button on First Update === | ||
| + | |||
| + | We are working to fix this [http://bugs.meego.com/show_bug.cgi?id=2856 bug]. | ||
| + | |||
| + | If your netbook display resolution obscures the text on the continue or cancel buttons, but you can see the top of the buttons, the "Continue" button is on the RIGHT and can be clicked to continue. | ||
| + | |||
| + | If you can't see the buttons at all, here is the workaround to do a manual command line update: | ||
| + | * Open a terminal window (Applications -> System Tools -> Terminal) | ||
| + | * Change to the super user using the 'su' command. | ||
| + | * You will need to do a refresh to download the updates by typing: | ||
| + | |||
| + | zypper refresh | ||
| + | |||
| + | * Install the updates | ||
| + | |||
| + | zypper patch | ||
| + | |||
| + | Note: You may see several warnings. Do not be alarmed - the update should continue past the warnings. Again, keep in mind that this is a one-time step and future updates will be easier to complete using the GUI update tool. | ||
=== Broadcom Wireless Drivers === | === Broadcom Wireless Drivers === | ||
Those of you who have installed Broadcom Wireless Drivers from Slaine.org may find they no longer work after the update so will need to rebuild them by opening a terminal and running | Those of you who have installed Broadcom Wireless Drivers from Slaine.org may find they no longer work after the update so will need to rebuild them by opening a terminal and running | ||
| - | rpmbuild --rebuild --target=i586 wl-kmod-5. | + | rpmbuild --rebuild --target=i586 wl-kmod-5.100.82.38-1.src.rpm |
| + | |||
| + | After rebuilding you may need to reinstall the package. | ||
| + | sudo rpm --replacepkgs -i wl-kmod-5.100.82.38-1.i586.rpm | ||
| + | |||
| + | After rebuilding, you should have working wifi. More [http://slaine.org/_slaine/Meego_1.1_Wifi.html details about the Broadcom drivers can be found at Slaine.org], and more details about this update issue can be found in [http://forum.meego.com/showthread.php?t=662&page=1 this forum post]. | ||
| + | |||
| + | ===Failed to Complete Request Error=== | ||
| + | |||
| + | If after pressing "Apply" in the updates window, you get a "failed to complete a request" error, you can use zypper to manually complete the updates. | ||
| - | + | At a terminal window type: | |
| + | su | ||
| + | zypper refresh | ||
| + | zypper patch | ||
Contents |
MeeGo releases periodic software updates for each of the various releases to fix bugs and patch security issues. Release notes for all updates are posted on meego.com at: http://meego.com/downloads/releases/updates
The following documentation details how to update your system with the latest update. Please review the known issues section of the release notes before starting the update process.
The first time you run the update, you will most likely get one package manager update that is required before we can send you the rest of the updates. Don't worry, more updates will follow.
The Update System will often run through more than one wave of updates. This is normal. We often need to do updates in stages to resolve update dependencies. Continue to let it run through the updates.
You should receive notifications that you have an 'Important update available'.
More help using the GUI update system can be found in our online user help documentation.
If you don't want to wait for a notification, you can also manually check for updates.
Note: If you have already installed your updates or there, you should get a dialog telling you that all software is up to date.
More help using the GUI update system can be found in our online user help documentation.
We are working to fix this bug.
If your netbook display resolution obscures the text on the continue or cancel buttons, but you can see the top of the buttons, the "Continue" button is on the RIGHT and can be clicked to continue.
If you can't see the buttons at all, here is the workaround to do a manual command line update:
zypper refresh
zypper patch
Note: You may see several warnings. Do not be alarmed - the update should continue past the warnings. Again, keep in mind that this is a one-time step and future updates will be easier to complete using the GUI update tool.
Those of you who have installed Broadcom Wireless Drivers from Slaine.org may find they no longer work after the update so will need to rebuild them by opening a terminal and running
rpmbuild --rebuild --target=i586 wl-kmod-5.100.82.38-1.src.rpm
After rebuilding you may need to reinstall the package.
sudo rpm --replacepkgs -i wl-kmod-5.100.82.38-1.i586.rpm
After rebuilding, you should have working wifi. More details about the Broadcom drivers can be found at Slaine.org, and more details about this update issue can be found in this forum post.
If after pressing "Apply" in the updates window, you get a "failed to complete a request" error, you can use zypper to manually complete the updates.
At a terminal window type:
su zypper refresh zypper patch