LinuxQuestions.org
Visit Jeremy's Blog.
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 02-05-2003, 01:59 PM   #1
LabRad
Member
 
Registered: Apr 2002
Location: The Netherlands
Distribution: Slackware, openBSD
Posts: 106

Rep: Reputation: 15
PCI IDE Controller & Linux kernel


I'm thinking about buying this controller
*/HighPoint Rocket133SB

I would like to use it to boot linux form.

Any known problems with this(or a like) Dev?

TIA
 
Old 02-05-2003, 02:30 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Sort of, the chipset is important, also make certain this isn't a PCI 2.2 compliant only card as only the past 8 months or so of mobos are compliant with that standard. The kernel can handle the HPT372 and 374 chipsets, but its a hack to get them as the boot device. Support for em is in 2.5.x, but its a good six or seven months before 2.6.x is out and a distro bases a release of of them.

Check the chipset at Highpoint's page and you can find the method in order to get the chipset to boot right, its RH tailored (of course), but it can work with Slack.

Cheers,

Finegan
 
Old 02-06-2003, 06:00 PM   #3
LabRad
Member
 
Registered: Apr 2002
Location: The Netherlands
Distribution: Slackware, openBSD
Posts: 106

Original Poster
Rep: Reputation: 15
Thanks,

The Dev uses a HPT371 chipset.

I took this from the 2.5.59 kernel
*
*HPT366 is an Ultra DMA chipset for ATA-66.
*HPT368 is an Ultra DMA chipset for ATA-66 RAID Based.
*HPT370 is an Ultra DMA chipset for ATA-100.
*HPT372 is an Ultra DMA chipset for ATA-100.
*HPT374 is an Ultra DMA chipset for ATA-100.
*
*This driver adds up to 4 more EIDE devices sharing a single
*interrupt.
*
I assume the HPT371 is like the HPT372 with a single interrupt.
HTP371 is a singel chanel version of the HPT372

I think it will work.

(if it won't work, then I will have someting to do for a while :P )
 
Old 03-14-2003, 11:24 AM   #4
jnygaard
LQ Newbie
 
Registered: Mar 2003
Location: Norway
Distribution: Suse 7.something
Posts: 4

Rep: Reputation: 0
If you or anybody else had any luck/unluck getting it to work,
please write here... I'm just now trying to make it work on
my 2.4.10-SMP installation, but I *am* struggling a bit...

J.O.
 
Old 03-14-2003, 11:41 AM   #5
jnygaard
LQ Newbie
 
Registered: Mar 2003
Location: Norway
Distribution: Suse 7.something
Posts: 4

Rep: Reputation: 0
The problem is now somewhat mundane... I cannot manage
to get the HighPoint-driver to compile!

How does one compile a kernel module not native to the kernel-
package?

I don't get rid of a lot of warnings like this:

/usr/include/linux/version.h:2: #error "======================================================="
/usr/include/linux/version.h:3: #error "You should not include /usr/include/{linux,asm}/ header"
/usr/include/linux/version.h:4: #error "files directly for the compilation of kernel modules."
/usr/include/linux/version.h:5: #error ""
/usr/include/linux/version.h:6: #error "glibc now uses kernel header files from a well-defined"
/usr/include/linux/version.h:7: #error "working kernel version (as recommended by Linus Torvalds)"
/usr/include/linux/version.h:8: #error "These files are glibc internal and may not match the"
/usr/include/linux/version.h:9: #error "currently running kernel. They should only be"
/usr/include/linux/version.h:10: #error "included via other system header files - user space"
/usr/include/linux/version.h:11: #error "programs should not directly include <linux/*.h> or"
/usr/include/linux/version.h:12: #error "<asm/*.h> as well."
/usr/include

whatever I try... The hints in the error msg are not helpful at
all, since my
/lib/modules/`... is not a link to some source directory,
but rather a directory containing the compiled modules
themselves...

*sigh*.
 
Old 03-14-2003, 11:51 AM   #6
jnygaard
LQ Newbie
 
Registered: Mar 2003
Location: Norway
Distribution: Suse 7.something
Posts: 4

Rep: Reputation: 0
Ahh... Sweet music... I just commented out the #ifdef _KERNEL_
in /usr/include/linux.h, and voila, it worked... insmod hpt371
immediately recognized the new Maxtor 200 GB disk also...
Now, let's just hope this little "hack" doesn't screw up everything
later on... :-)
 
Old 03-15-2003, 12:13 PM   #7
LabRad
Member
 
Registered: Apr 2002
Location: The Netherlands
Distribution: Slackware, openBSD
Posts: 106

Original Poster
Rep: Reputation: 15
I think you will find it works nicely now

But if you still have troubles with the dev, you might want to try the 2.5.x kernel.
Or just wait for 2.6.

Good luck,
 
Old 03-15-2003, 12:19 PM   #8
jnygaard
LQ Newbie
 
Registered: Mar 2003
Location: Norway
Distribution: Suse 7.something
Posts: 4

Rep: Reputation: 0
Yes, thanks, it seems to work fine. (After about 24 hours of
relatively heavy load...) Someone told me that in 2.4.21-pre-
something (I'm running 2.4.10) there are open source
drivers. (These are probably the ones you have in mind
wrt. 2.5.x) I will perhaps upgrade when I can verify that all my
other essential software will work with other kernels...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
pci IDE controller problem fredgt Linux - Hardware 3 02-14-2005 12:54 PM
a Good 4+ channel PCI IDE Controller monohouse Linux - Hardware 0 10-28-2004 06:51 PM
pci/ide controller trackrat Linux - Hardware 0 06-13-2004 05:05 PM
IDE-controller (PCI board) recommendations? Mirar Linux - Hardware 19 09-09-2003 09:42 AM
Linux kernel with hpt302 / IDE controller tonio Linux - Hardware 2 12-15-2002 05:26 PM

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

All times are GMT -5. The time now is 06:54 AM.

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