LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-08-2003, 02:56 PM   #1
Yo-DUH_87
LQ Newbie
 
Registered: Mar 2003
Distribution: SME Server 5.6 (http://www.e-smith.org)
Posts: 18

Rep: Reputation: 0
Maxtor Ultra ATA-133 controller under SME?


Ok, so after trying to decide on a Linux server OS, I finaly settled on SME server (http://www.e-smith.org). Now, I have a hardware related question.

I purchaced 2 Maxtor 160 GB drives for my main comptuer, and with those drives I got the "bonus" Maxtor Ultra ATA-133 controller. Apparently is is a relabled Promise 133 TX2 controller, according to Maxtor.

So my question is: will this work under SME 5.6? I found the other thread (here) that said that you need kernel 2.4.7 or above, but I'm not sure as to exactaly what SME uses (website just says 2.4.x)...

Anyone know/tried?

Also, anyone know how SME would handle a 80 GB hard drive (planning on using it as a small network file/mp3 server)?

Thanks!
 
Old 06-08-2003, 03:46 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
Promise IDE chip sets

About two years ago I bought a Maxtor Ultra ATA-100 controller using a Promise chipset. It was horribly buggy. The kernel developers eventually wrote a driver which began working around some of the bugs. I kept compiling new kernels as each stable 2.4.x release was announced and things got better as time progressed. But my controller card still gives me the occasional hardware error. I have been following the kernel.org mailing list and I expect more fixes in 2.4.21 when it is released.

The Promise chipset that you have is a later version of the chipset that I am using. Both use the same kernel driver. Therefore you should have about the same results with 2.4.20 that I do, it works, but not 100%. I suggest that you download 2.4.21 when it is available and compile your own kernel, which is what I am going to do.

I also bought 2 Maxtor drives with my "free" controller. I have never had any problem with the drives.

Even if you get a kernel driver that works around the Promise bugs you still might have problems at power up. When I power up, the Promise chip sometimes does not initialize properly and it gets stuck during bios initialization. The only solution is to power down and power up again.
 
Old 06-08-2003, 03:51 PM   #3
Yo-DUH_87
LQ Newbie
 
Registered: Mar 2003
Distribution: SME Server 5.6 (http://www.e-smith.org)
Posts: 18

Original Poster
Rep: Reputation: 0
Well, recompiling my own kernel would be just fine, except I have no clue as to how I would go about that for SME. Any suggestions? I don't know much about Linux, and SME is a command-line only distro (there is no GUI, other than the gateway configuration menu).

Thanks for your input
 
Old 06-08-2003, 09:15 PM   #4
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
kernel compile

Compiling the kernel is independent of what distribution you are using. It is
the same for SME as for any other distribution. The kernel is compiled at the command line so the fact that SME has no GUI is irrelevant. Whatever kernel SME provides can safely be replaced by a later release of the kernel.

To compile the kernel you first need to download it from:

http://www.kernel.org/

You want the latest stable kernel which is currently 2.4.20. However, 2.4.21 is going through its last pre-release versions and my guess is that a stable 2.4.21 will be ready within a week.

Compiling a kernel the first time is fairly daunting. I suggest that you
install SME with the kernel as supplied by SME. Get that working as best you can and you can judge whether the Promise chip set support in the SME distribution is adequate or not. If not, download the latest stable kernel and compile it to your own specifications. You can find a HOWTO for the kernel at:

http://www.ibiblio.org/mdw/HOWTO/Kernel-HOWTO/

By compiling the kernel yourself you will end up with a smaller, faster kernel. For example, the SME kernel will contain drivers for all IDE hardware. You only need the drivers for your two IDE chipsets, motherboard and Promise. If your motherboard chipset happens to be bug free then the generic IDE support is fine. As a general rule you can select exactly what you need versus the SME kernel which will have everything that anybody might need compiled in.

The main problem with compiling a kernel for the first time is that you have to configure every kernel option, many of which you never heard of. So you have to find out what each option means before you decide to include or exclude it.


-------------------------------------------------------------------------
Algebra was easy for the Romans, X is always 10

The Romans had a hard time with base 16.
-------------------------------------------------------------------------
 
Old 06-08-2003, 09:56 PM   #5
Yo-DUH_87
LQ Newbie
 
Registered: Mar 2003
Distribution: SME Server 5.6 (http://www.e-smith.org)
Posts: 18

Original Poster
Rep: Reputation: 0
Thanks, you have given me more to study and think on. I'll consider it closely

Quote:
The Romans had a hard time with base 16.
haha
 
Old 06-13-2003, 04:10 PM   #6
Yo-DUH_87
LQ Newbie
 
Registered: Mar 2003
Distribution: SME Server 5.6 (http://www.e-smith.org)
Posts: 18

Original Poster
Rep: Reputation: 0
Well, the 2.4.21 kernel is out, have you tried it yet?

I've been doing some reading on the kernel upgrading, and I think I can do it, but I won't be doing any "Advanced trimming" to the kernel install
 
Old 06-13-2003, 06:03 PM   #7
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
2.4.21

I just finished downloading kernel 2.4.21. I will probably install it this weekend.

The errors I get on my Maxtor card occur at about the rate of two or three per week. It may take a week or two before I am sure how effective 2.4.21 is for curing the problem. Whenever I am sure I will post the results here.
 
Old 06-20-2003, 03:45 PM   #8
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
kernel compile

I have tried to install kernel 2.4.21 several times this past week. I have not been able to create a working kernel. I have a SIS chipset on my motherboard. 2.4.21 contains large changes to SIS support ans does not work. I applied the ac1 patch (which contains roughly 20,000 lines of patch for SIS support) to the 2.4.21 kernel but I can't get the patched kernel to work either. I am going to lay 2.4.21 aside and go on to other things.

I never got far enough with the new kernel to test Promise chipset support.

Last edited by jailbait; 06-20-2003 at 03:47 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Linux on a HDD connected to a PCI Ultra ATA 133 controller ncp100 Linux - Newbie 1 03-09-2005 01:41 PM
w can I configure a Ultra ATA - 133 PCI Controller on SuSE 9.1 albertb SUSE / openSUSE 4 11-11-2004 05:49 AM
Lilo dual-booting problems (L 99 99 ...) with a Maxtor Ultra ATA/133 PCI Adapter ThrowAwayAccoun Linux - Hardware 3 12-06-2003 09:56 AM
Psyche & Maxtor Ultra ATA/100 Boot Problems pimp10700 Linux - General 1 11-09-2002 03:29 AM
maxtor ata 133 controller card question buckshot23 Linux - Hardware 1 09-03-2002 06:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration