Thursday, October 30, 2008

Ubuntu 8.10 Intrepid Ibex is Released

Details and press release:

Ubuntu® 8.10 Desktop Edition enables mobile, flexible computing for a changing digital world
London, October 27, 2008: Canonical Ltd. announced the upcoming availability of Ubuntu® 8.10 Desktop Edition for free download on 30 October. In related news, Canonical also announced the simultaneous release of Ubuntu 8.10 Server Edition.

Ubuntu 8.10 Desktop Edition is designed for the pervasively connected digital lifestyle. With new 3G network support, users can move smoothly from wired and WiFi networks onto 3G cellphone networks while traveling. Ubuntu 8.10 is also built to be shared - users can start a quick "guest session" on the fly and let someone use their computer to surf the web or check email, while maintaining the security and integrity of their own data. And if that person really enjoys their brief session as an Ubuntu guest, they can put Ubuntu on any USB key and take it home to install on their own computer rather than having to burn a CD.

As a bonus, all Ubuntu 8.10 users will be able to enjoy programming from the BBC, with high quality streamed content available through the default media players in Ubuntu 8.10. Canonical has worked with the BBC to make sure that much of the material is available to users in all locations.

"Ubuntu 8.10 sees us lay the groundwork for a radically different, more mobile, desktop computing environment over the next two years," says Jane Silber, COO of Canonical and head of Online Services for Canonical. "Our rapid release cycle means we can deliver the elements to support this future faster, more fully realised, and more attractively packaged than the traditional OS vendors. Ubuntu 8.10 has many features that sign-post how Linux will provide the drive and innovation in desktop computing."

"Working with open source technologies like GNOME, Ubuntu 8.10 provides exciting new features for users like creating an always-on system that seamlessly connects wireless and cellular networks," said Stormy Peters, executive director at the GNOME Foundation. "Users no longer need to worry about finding a network - their computer is always connected. This is a great step for both mobile and desktop computing."

Features
3G Support
For constant connectivity public WiFi has limitations. Improvements to the network manager in Ubuntu 8.10 makes it simple to detect and connect to 3G networks and manage connectivity. This connectivity is delivered through an inbuilt 3G modem, through 'dongle' support, through a mobile phone or through Bluetooth. It is a complex environment that Ubuntu 8.10 simplifies through a single interface and the auto-detection of many of the most popular devices.

Write Ubuntu to and Install from a USB Drive
Ubuntu has been made available to users as an image for CDs and DVDs to date. But CDs and DVDs are slower, less portable and less convenient than USB sticks. Now, a simple application in Ubuntu will allow users to write Ubuntu to a USB drive, even a modified version of Ubuntu with their data on it, so it can be carried everywhere to plug in and use on any machine.

Guest Sessions
In a world of 'always on' pervasive computing it is more likely that users lend their computers to colleagues or friends at conferences, cafes or at parties so they can check email, etc. Guest sessions allow users to lock down a session easily so a guest can use the full system without interference with programs or data.

BBC Content
Starting the media players within Ubuntu (Totem Movie Player and Rhythmbox) launches a menu of selected content from the broadcaster that is free to air. This is a mixture of video, radio and podcasts and available in high quality, much of it playable using non-proprietary codecs. Content is constantly updated via the corporation's stream and will vary dependent on location, though some content will be available for every user.

Latest Gnome 2.24 Desktop Environment
The GNOME desktop environment project releases its latest version which is incorporated into Ubuntu 8.10. New features include a new instant messaging client, a built-in time tracker, improved file management and toolbars plus better support for multiple monitor use with the ability to set screen resolution by monitor.

Pricing, Availability and Technical Information
* Additional information and a feature tour is available at www.ubuntu.com.
* Ubuntu 8.10 Desktop Edition is free of charge and available on Thursday 30 October from http://www.ubuntu.com/download.
* The Server press release can be found at http://www.ubuntu.com/news/ubuntu-8.10-server.

About Canonical Ltd
Canonical Ltd, the commercial sponsor of Ubuntu, is a global organisation headquartered in Europe committed to the development, distribution and support of open source software products and communities. World-class 24x7 commercial support for Ubuntu is available through Canonical's global support team and partners. Since its launch in October 2004 Ubuntu has become one of the most highly regarded Linux distributions with millions of users around the world.

Ubuntu will always be free to download, free to use and free to distribute to others. With these goals in mind, Ubuntu aims to be the most widely used Linux system, and is the centre of a global open source software ecosystem. For more information visit www.canonical.com or www.ubuntu.com.

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Tuesday, October 28, 2008

Get CodeWeaver Products Free for a Day

CodeWeavers is a software company that sells a proprietary version of Wine called CrossOver, for running Windows applications on Mac OS X and Linux. The company's products focus on making Microsoft software staples like Microsoft Office, MS Word, and MS Excel and various games (Team Fortess 2, CounterStrike, World of Warcraft, and Guild Wars) run in Linux.

In July, CodeWeavers came up with the gimmick to make its products available free for a day if any one of five positive things happened during Bush's last six months in office: gas drops to $2.79 a gallon, milk drops to $3.50 a gallon, U.S. jobs exceed 138 million, the Twin Cities median home price returns to $233,000 or Osama bin Laden is captured.

Gas dropped to $2.79 a gallon, so today (October 28th 2008), all of CodeWeavers products, can be downloaded for free at the company's website, www.codeweavers.com. Hurry up and pick up your copy of CrossOver Pro Linux, CrossOver Pro Mac, CrossOver Games for Linux, or CrossOver Games for Mac.

<
Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Sunday, October 26, 2008

Installing Wine in Ubuntu 8.10 Intrepid Ibex

Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation.

There are two ways to install Wine in Ubuntu; from the Ubuntu repository and from Wine official repository. Both have advantages and disadvantages but both offer an amazing compatibility layer for running Windows applications in Linux.

Get the Stable Version

Version 1.0.1 is available in the Ubuntu repositories. Canonical does not provide updates for wine, but this version is better tested. It is not prone to regressions and broken functionality.

To Install Wine
In a terminal type:
sudo apt-get install wine


Get the Newest Version
These packages are development packages, they will periodically suffer from regressions, and may break functionality in Wine. If the stable release in the Ubuntu repositories of Wine works for you, then you may not want to use the development packages.

Add repository key
In a terminal type:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Add Wine repository
In a terminal type:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list

Update your system
In a terminal type:
sudo apt-get update

To install Wine
In a terminal type:
sudo apt-get install wine


After Install
Once installed (either method) you can configure Wine by running:
winecfg
(either in a terminal or in the Run Application box)

Make Wine Graphical User Interface Match Ubuntu's
Ina terminal type:
gedit ~/.wine/user.reg

Replace the [Control Panel\\Colors] section with:

[Control Panel\\Colors] 1176981676
"ActiveBorder"="239 235 231"
"ActiveTitle"="203 133 61"
"AppWorkSpace"="198 198 191"
"Background"="93 77 52"
"ButtonAlternativeFace"="200 0 0"
"ButtonDkShadow"="85 85 82"
"ButtonFace"="239 235 231"
"ButtonHilight"="255 255 255"
"ButtonLight"="255 255 255"
"ButtonShadow"="198 198 191"
"ButtonText"="0 0 0"
"GradientActiveTitle"="239 235 231"
"GradientInactiveTitle"="239 235 231"
"GrayText"="198 198 191"
"Hilight"="246 200 129"
"HilightText"="0 0 0"
"InactiveBorder"="239 235 231"
"InactiveTitle"="239 235 231"
"InactiveTitleText"="255 255 255"
"InfoText"="0 0 0"
"InfoWindow"="255 255 166"
"Menu"="239 235 231"
"MenuBar"="239 235 231"
"MenuHilight"="246 200 129"
"MenuText"="0 0 0"
"Scrollbar"="239 235 231"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"

Before Changing Colors
Screenshot-Wine configuration


After Changing Colors
Screenshot-Wine configuration-1

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Wednesday, October 22, 2008

Mailbag

Libercad asks:
Can you publish the result of this command?
uname -a
sure, Linux red-mini 2.6.27-7-generic #1 SMP i686 GNU/Linux

Thor2002ro asks:
Can I get your contact info?
If you want to reach me you can find me on gmail, aim, skype and last.fm under the name redDEADresolve. I don't mind helping you out, just remember I am not Dell Ubuntu tech support.

Ron Z asked:
Does Ubuntu on the Dell Mini have dual monitor support or does it only provide mirroring?
I am only able to get mirror mode working, maybe some readers have been able to get dual monitor support working. Leave a comment and help Ron Z out.

Mattias asked:
Did you try different Secure digital High Capacity cards?
I only tried the one I bought, the Transend 8GB SDHC S5 Model TS8GSDHC6- S5W. Leave a comment about your models for Mattias.

phreaksYcle asked Neil J Patel (one of the Ubuntu Netbook Remix developers):
Do I need to install ume-config-netbook?
Neil wrote back: Nope, this package shouldn't be needed at all. All the work for the
diamondville based systems is already in hardy/intrepid, so things should just work. The only thing that would ever need configuration (and only sometimes) seems to be things like
wifi/audio/suspend-resume, but ume-config didn't handle these things anyway.

And finally nanog brought some interesting info to my attention.
Could you please correct your statement on this blog and on the mini forum thread. The fluendo multimedia codecs provided by Dell are definitely not available at medibuntu. These proprietary codecs are available for purchase from canonical here.

nanog is right my guide and medibuntu do not contain the same codecs as the Fluendo multimedia codecs. But in the last two years of using Ubuntu and these guides, I have never some across a media format that I wasn't able to play. Plus, nanog has been kind of mean to pHreak on the Ubuntu Forums. Be cool, he's a 15 year old kid trying to get the hang of Ubuntu. It's my job to yell at him if he's wrong, not yours =)

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Secure Digital High Capacity, SD 2.0 Works

The Dell Mini 9 is able to read and write to Secure Digital High Capacity cards in Ubuntu 8.10 Intrepid Ibex.

Also tried:
Memory Stick
Standard Secure Digital
MultiMediaCard (MMC)

Looks like the reader is 100% Linux compatible.

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.

Sunday, October 19, 2008

ACPI: GC: GPE storm detected

SOLVED
It was an error in the usb-creator software. I used UNetnootin and installation worked flawlessly.

-----------
I was trying to reinstall Ubuntu 8.10 Beta on my Dell Mini 9. Instead of going to a LiveUSB desktop it keeps throwing me into a BusyBox Shell. I get the error:
[ 0.749487] ACPI: GC: GPE storm detected, disabling EC GPE
Loading Please wait...
BusyBox v1.10.2 (Ubuntu 1:1.10.2-1ubuntu4) built in shell (ash)
Enter 'help' for a list of built-commands.

I tried adding acpi=off in the boot parameters but no luck.

Have a question or problem that this article doesn't cover?
Ask our Ubuntu Mini 9 Google Group for help.