[gentoo-user] Dell Linux desktop

2008-07-08 Thread Matthew R. Lee
I'm thinking of buying a dell Ubuntu desktop (Inspiron 530MT) for my lab. The 
university has an arrangement that can get me a discount. I have a question, 
has anyone bought one of these and installed gentoo on it?  I sure it will 
work, I'm just wondering if there are any tweaks that dell have made to the 
Ubuntu install to make certain components work, that may be more difficult to 
replicate with the gentoo install.  I'm going for the default set-up plus 
extra memory, that's a Pentium dual-core processor E2180 1MB 2GHz, 2GB RAM, 
250GB SATA, 20 widescreen, Integrated Intel Graphics Media Accelerator 3100, 
Integrated 7.1 Channel Audio
Any comments would be appreciated
Saludos
Matt
-- 
%%%
Dr. Matthew R. Lee
Instituto Biologia Marina 'Jurgen Winter'
Universidad Austral de Chile
Campus Isla Teja
Valdivia

[EMAIL PROTECTED]

URL: meiochile.matthewlee.org
%%%
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Dell Linux desktop

2008-07-08 Thread Christopher Koeber
I don't really know off of the top. Based off of secondhand knowledge none
that I can recall.

However, the best thing I can think of to be sure everything works is to get
the latest knoppix DVD and then run that. If the basics work right off of
the bat (WLAN,video,sound,Power functions) then you should be good to go.

If not, at least you can a). return without any issues or b). have a
starting point on what you need to do/get.

Regards,
Christopher Koeber

On Tue, Jul 8, 2008 at 9:12 AM, Matthew R. Lee [EMAIL PROTECTED]
wrote:

 I'm thinking of buying a dell Ubuntu desktop (Inspiron 530MT) for my lab.
 The
 university has an arrangement that can get me a discount. I have a
 question,
 has anyone bought one of these and installed gentoo on it?  I sure it will
 work, I'm just wondering if there are any tweaks that dell have made to the
 Ubuntu install to make certain components work, that may be more difficult
 to
 replicate with the gentoo install.  I'm going for the default set-up plus
 extra memory, that's a Pentium dual-core processor E2180 1MB 2GHz, 2GB RAM,
 250GB SATA, 20 widescreen, Integrated Intel Graphics Media Accelerator
 3100,
 Integrated 7.1 Channel Audio
 Any comments would be appreciated
 Saludos
 Matt
 --
 %%%
 Dr. Matthew R. Lee
 Instituto Biologia Marina 'Jurgen Winter'
 Universidad Austral de Chile
 Campus Isla Teja
 Valdivia

 [EMAIL PROTECTED]

 URL: meiochile.matthewlee.org
 %%%
 --
 gentoo-user@lists.gentoo.org mailing list




-- 
Regards,
Christopher Koeber


Re: [gentoo-user] Dell Linux desktop

2008-07-08 Thread Alan McKinnon
On Tuesday 08 July 2008, Matthew R. Lee wrote:
 I'm thinking of buying a dell Ubuntu desktop (Inspiron 530MT) for my
 lab. The university has an arrangement that can get me a discount. I
 have a question, has anyone bought one of these and installed gentoo
 on it?  

Your question as stated doesn't really give one much to work on so we 
can't really answer your question. If you provide the hardware details 
that will go in the eventual machine, we can give you pointers.

Dell, as is common with most system builders, have this annoying habit 
of calling completely different machines by the same model number. It's 
almost as if the model number tells you the shape and colour of the box 
and you can put inside whatever you like when you order

-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Dell Linux desktop

2008-07-08 Thread waltdnes
On Tue, Jul 08, 2008 at 09:12:53AM -0400, Matthew R. Lee wrote
 I'm thinking of buying a dell Ubuntu desktop (Inspiron 530MT) for my lab. The 
 university has an arrangement that can get me a discount. I have a question, 
 has anyone bought one of these and installed gentoo on it?  I sure it will 
 work, I'm just wondering if there are any tweaks that dell have made to the 
 Ubuntu install to make certain components work, that may be more difficult to 
 replicate with the gentoo install.  I'm going for the default set-up plus 
 extra memory, that's a Pentium dual-core processor E2180 1MB 2GHz, 2GB RAM, 
 250GB SATA, 20 widescreen, Integrated Intel Graphics Media Accelerator 3100, 
 Integrated 7.1 Channel Audio
 Any comments would be appreciated

  I have a couple of Inspiron 530 machines.  Both came with Vista.  One
major tweak was necessary, namely the BIOS boot setup.  Out of the box,
Windows ran, but the Gentoo install CD couldn't figure out any of the
CD/DVD/harddrive, and the keyboard doubled each character *LITERALLY*,
so that you could not type in any recognizable commands.  Both of these
problems were solved with the following actions which I cut-n-paste from
a post I made to this list last summer...

***WARNING***
You will *NOT* be able to boot Windows Vista in the following setup
(One... Two... Three... aww)

- reboot and go into BIOS setup ({F2} key)
- go to integrated peripherals
- change sata mode from IDE to RAID
- save and reboot ({F10} key)
- go into BIOS setup ({F2} key). Yes again.
- comment; if you watch carefully during the boot, you may notice the
  AHCI BIOS installed message.
- go into boot device configuration.  It will behave slightly differently
  thanks to AHCI BIOS being installed.
- set boot device priority.  Note; if you have more than 1 CD/DVD, you need
  to specify them separately, if you want to be able to boot off both of
  them. There are only 3 available slots, so I sacrificed the floppy.  This
  left me with the 2 CD/DVD drives and the hard drive as the boot order
- save and reboot ({F10} key)

  Now run the usual install.  One thing to note in kernel settings (I
use make menuconfig).

Device Drivers  ---
  ATA/ATAPI/MFM/RLL support  ---
* Serial ATA (prod) and Parallel ATA (experimental) drivers  ---
*   AHCI SATA support

  The 3 items above
  1) turn off ATA/ATAPI/MFM/RLL support, which is no longer needed
  2) open up the ability to select SATA support
  3) supports the AHCI BIOS that is installed in RAID mode

  The most recent Inspiron 530's are OK for their built-in ethernet
chip.  My newest Dell 530 uses the e1000e driver.  You may notice a
thread by me about some problems with eth0.  Ignore that thread, it's
for the older Dell machines.

-- 
Walter Dnes [EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list