I've always found tuxmobil.org to be a good source.
Look at https://wiki.ubuntu.com/LaptopTestingTeam/DellLatitudeD830
Regards,
Jim Ramsey
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups "Akron Linux Users Group" group.
> To post to this group, send email to Akro...@googlegroups.com
> To unsubscribe from this group, send email to AkronLUG+u...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/AkronLUG?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>
The Emperor has it's own kernel and yes it can be downloaded for future udgrades, but I'm worried that when Ubuntu: the Herron's Hardon goes down Emperor may not be supporting either Ubuntu 9 or the Dell D830. I have a weak sales resistance, thus I don't want to call them and ask for answers. I've read all the Emperor pages, but am still left with an uneasy emptiness in my gut.
I'm too old to be a tinkerer anymore, and if I'm involved with tinkering too much when a new version of Ubuntu comes out, I'll put the laptop in the closet and go back to Windows.
Fred
Fred
The above text is in answer to your message dated 8/19/2008, which appears below:
Another vendor to consider is Los Alamos Computers
(http://laclinux.com/). I bought a desktop system from them last year
and have been very happy. They feature Lenovo ThinkPads, with a large
selection of linux distros available as pre-installs.
I'm running on older Thinkpad (x30), and have really been happy with
distro support for the hardware. I would recommend investigating the
Thinkpad line, if you are concerned about moving to new releases of
Ubuntu, etc.
Alan
The .config file from their kernel builds (often in /boot/config*)
should describe all the "vanilla" kernel drivers included but they may
have created separate drivers as kernel modules "*.ko modules. These
should be obvious with an "lsmod" or reviewing the modules directory.
So you certainly should be able to upgrade kernels via the Ubuntu
mechanism, but you may have to re-build the non-vanilla drivers from
source to get the added features.
They almost certainly have user space tweaks + added apps too in user
space (outside the kernel).
They are required to make the source available for all the GPL'ed
binaries they sell you. Perhaps as a DVD or perhaps as a download. So
you will have access to everything custom they did to the kernel;
probably everything.
They seems like a quality vendor from initial reports, , so perhaps you
should email and ask about upgrades for your platform/Ubuntu.
My personal take is that they charge a little extra for their customized
install and integration effort. You could do the same by buying the
bare system and spending a few weeks of evenings to discover and install
the extra drivers and apps the platform supports and configuring these.
How much work that involves is very dependent on the system. Their cost
structure looks reasonable to me.
==
I'd also ask them abt the Vista install. I've read that Vista
installer gets cranky and fails when is sees Unix (ext2/ext3) partitions
in the partition table. I don't know (nor greatly care) what the
solution is, since I'm living Windoze-free, at least until tax time 2009.
-SteveA
http://www.linuxjournal.com/article/9781
I don't see it online, but LJ had a comparison of several laptops w/
Linux pre-installed.
If you are doing it yourself, I'd recommend the Intel GPU and Intel wireless drivers. You could go with the ATI or NVIDIA proprietary gfx drivers, but you need to rebuild them usually every time there is a kernel update. There are 3rd party repositories which make it easier, but it's still not totally trivial. With the Intel gfx drivers, they are included in the prebuilt kernel package. For wireless, the ipw drivers work great. You could also use other wireless cards go with ndiswrapper and add in the Windows drivers, but the Intel drivers tend to be less effort (just install and go).
If you don't want a distro that evolves and end of life's rapidly, maybe take a look at one of the more enterprise like Linux distros where you can either purchase them or get a $0 community supported derivative. The down side is that you don't get the technology refreshes as quickly, but the benefit is that you aren't reinstalling and reconfiguring all the time. The quickly evolving distros have a lot of features that benefit laptop users however. Generally, the newer the distro, the better the laptop support will be.
You could also try out a live USB distro. That way you don't need to worry about installing it on your system. For example...
https://fedorahosted.org/liveusb-creator
Dave
~~~~~~~~~~~~~
David D. Egts
~~~~~~~~~~~~~
eg...@yahoo.com
----- Original Message ----
From: "steve-a...@adelphia.net" <steve-a...@adelphia.net>
To: Akro...@googlegroups.com
Sent: Tuesday, August 19, 2008 12:36:59 PM
Subject: [ALUG] Re: Emperor Linux advice needed
Fred Merchant wrote:
> Hi guys,
>
> I'm planning on buying a lap top real soon from Emperor Linux
> www.EmperorLinux.com <http://www.EmperorLinux.com>.
>
That's one of the reasons I'm looking at the Heron. I've had some experience with it and liked it -- except for the install where it asked some overly technical questions. (i.e. I formatted the wrong hard drive partition instead of the partition I intended to install to -- lost a lot of stuff! -- My bad.)
Fred
Thanks.
--
Best wishes,
Tom
I was just going to download the Fedora 11 Beta and realized I do not
know which of 32 or 64-bit distributions is wanted?
Today if you have a 64-bit capable CPU, you probably want the 64-bit
distribution. Exception might be if you have too little memory, say
512MB or less. And if you have over 2GB you want the 64-bit release.
So always mention the bit size capability of your CPU and amount of
memory if requesting a particular distribution for the install fest.
You can always just stick with 32-bit if you want.
You should also specify if you are limited to reading CDs only.
Or just bring the compatible media you wish to install from.
Don
I'd recommend the 32 bit version if you don't expect the system to
have more than 4 GB over the life span that you will have the OS
loaded.
A lot of the desktop apps and plugins are 32 bit only for now. That's
slowly changing however. You can make it work with 64 bit, but it's a
little more manual work. If you don't think you are going beyond 4
GB, it may not be worth the trouble and may be better to keep it
simple and do 32 bit.
A 64 bit OS doesn't add much except for the ability to do 64 bit addressing.
To counter what I said above, I'd recommend the 64 bit version if you
are doing development where the target deployment platform is a server
with a 64 bit OS and you want the platforms to be the same. With
virtualization, you can have a 64 bit host and do 32 and 64 bit
guests, but with a 32 bit host, you are typically limited to 32 bit
guests.
Dave