Posts Tagged “Edgy Eft”

Intel P965 Motherboard and Ubuntu Part3

by Nick.

* UPDATE 9/18/2006 6PM: I am downloading a Kernel update in Dapper right now, hopefully it contains the JMicron patch.

Here is a new update on the continuing struggle to get Linux running on an Intel P965 motherboard with the JMicron PATA controller.

There have been two more patches commited to fix the problem. The main patch has been added to Edgy Eft which should allow the user to access their PATA drives connected to the JMicron chip. A similar patch has also been applied to the Dapper Kernel so it should now be possible to create a custom Ubuntu install cd with the new updated Dapper cd and install from there.

Hopefully this also means that Ubuntu will have support out of the box with the next release.

Core 2 Duo and Linux

by Nick.

* UPDATE 9/18/06: Patches for Edgy and Dapper released
* UPDATE 9/11/06: There is now a patch for Ubuntu Edgy Eft

Ever since the Core 2 Duo was announced I have been planning on building a new system around it and then using Linux as my main system on it. That however is proving to be a bit harder to do that I would have liked.

I was starting to think that Linux was over the hump when it came to basic hardware compatibility. Even it the main distros did not support all your obscure hardware like USB webcams, or TV tuner cards, you could pretty much install Linux on any system you got. However with the new Core 2 Duo systems that has changed.

Upstart Ready for Edgy Eft

by Nick.

On Friday Scott James announced that Upstart is now ready to replace sysvinit. Recently when I gave my first impressions of Upstart, I was a little worried that this system could not be ready for Edgy next month. After reading this update though I feel more confident that the Ubuntu team can pull it together and get it working for the 6.10 release.

It now seems that they have all the basic functionality in place to make a full replacement of sysvinit. With my initial review I was a little concerned when I realized you could not easily shut down or restart your system using Upstart. Now that have that functionality the system really does look like it will be ready for the release of 6.10.

Personally I can not wait, I like change it gives you something to look forward too. Far too many Linux distros are stagnating recently, just release updates to programs that have been around for many years. That stability is great for servers, but for desktop systems they thrive on change. Sometimes it is good to shake things up a little.

*Update 9/12/2006: Fixed a silly typo where I said upstart “is not ready” when I meant to say upstart “is now ready.” Big difference. :)

Upstart First Impressions

by Nick.

*UPDATE: 9/3/2006 It seems that Upstart will be ready for Edgy.

Upstart is a new boot loader that is in development that could be a potential replacement for sysvinit. The program is basically in charge of starting up all the programs you need when you start your machine to make it do anything useful. This program is quite important because it is a major factor in determining how long your computer takes to boot.

I first heard about Upstart a few days ago. It is being developed by some of the developers at Canonical Limited, the company behind Ubuntu, and is looking like a good system. You can read in more detail about how Upstart works when compared to other systems, but basically it differs from the others in that it uses an Event Driven model to boot the system rather than a liner system.