LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 09-28-2002, 02:02 AM   #16
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72

You have an Abit KT7 RAID?, VIA KT133 chipset? I Just checked the closet for my manual instead of cracking my case but I've got the same board...

Unless they got funky with the cheese whiz right at the end of the series, that thing has a HPT 370, not a 372. If so, support for that card has been in the kernel since... 2.4.10 I think, and everyone compiles support in by default. I could send you a .config that would boot for that machine. The BIOS was an issue if you ever wanted to get it to work in hardware RAID, in which case yeah update to yesterday's, but to just get the ATA100 to work should just be a matter of changing fstab, swapping the drives up, and rebooting.

If your kernel panic failed at init, it either couldn't find the drives, or really couldn't find the drive it was pointed to by LILO or Grub. Hmm...

Cheers,

Finegan
 
Old 10-01-2002, 06:09 PM   #17
RHrulz
Member
 
Registered: Jul 2002
Location: Troy, KS
Distribution: Mandrake 10.1
Posts: 57

Rep: Reputation: 15
Ok I'm trying to install using 2 RAID 0 drives

Here is my GRUB loader :

root (hd0,0)
kernel /vmlinuz-2.4.18-3 ro root=sda2 hda=ide-scsi
initrd /initrd-2.4.18-3.img

When I change the kernel to vmlinuz.hpt37x2 I get this error

kernel panic: No init found. Try passing init= option to kernel.

Any ideas?

This same setup work without RAID, with Red Hat install from CD's
 
Old 10-03-2002, 01:36 PM   #18
greenkiwi
LQ Newbie
 
Registered: Oct 2002
Posts: 1

Rep: Reputation: 0
HPT and Raid 1

I have been trying to figure out whether or not I can use the HPT RAID controller with a RAID 1 under linux. As far as I can tell, I can only find support for RAID 0. (I'm running debian.)

Thanks,
greenkiwi
 
Old 10-04-2002, 05:00 PM   #19
sharkyr0lz
Member
 
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112

Rep: Reputation: 15
1) about the highpoint 372 and redhat 8 or mandrake 9

I prepared these:

http://www.terra.es/personal2/capullator/


____________________


2) about the hpt37x2.o ... if you modify hpt37x2lib.o with an hex editor changin the strings:

"gcc2_compiled" -> "gcc3_compiled"
"CC: (GNU) 2.96" -> "GCC: (GNU) 3.2 " (note the space)

you can use the precompiled highpoint "opensource" (note the quotes) with a gcc3 compilied kernel!!!
 
Old 10-05-2002, 04:10 AM   #20
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Sharky, your links seem to be dead. I'm guessing they are links to boot kernels with instructions?

This headache with the HPT 37x controllers is probably going to be knocked out by 2.4.20 and the distros released on that, but for the time inbetween this would be really helpful.

Cheers,

Finegan
 
Old 10-05-2002, 06:59 AM   #21
sharkyr0lz
Member
 
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112

Rep: Reputation: 15
Yep, ... terra my ISP delete my personal files!!! (wtf)

Whell the files are up again, ...



About the 2.4.20 , ... its posible but, ... I coud't install redhat 8 using the kernel 2.4.19-ac4 drivers because the redhat 8 installer dont try the /dev/ataraid/* devices . Thats why the boot floppies made to install rh8 use the shit hpt drivers)

(sorry by my poor english)
 
Old 10-05-2002, 07:07 AM   #22
sharkyr0lz
Member
 
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112

Rep: Reputation: 15
Quote:
Originally posted by finegan
I'm guessing they are links to boot kernels with instructions?
Yep, ... They hava:
- a detailed readme
- the modified files to "compile the kernel yourself" :P
- the rh8 tgz contain the "hpt37x2lib.o" tricked to be used with a "gcc3 compiled kernel"
- a raw image to the boot floopies
- a precompiled kernel (and initrd with the driver inside) for athlon ready to use once the install finish.
 
Old 10-05-2002, 08:28 AM   #23
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
I downloaded and read through the Mandy install version. I wouldn't worry so much about your english, they were very good directions.

Want a US mirror?

Cheers,

Finegan
 
Old 10-05-2002, 01:50 PM   #24
sharkyr0lz
Member
 
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112

Rep: Reputation: 15
You can make a mirror or modify my files without any problem

If you do these thx. (I will add the links a.s.a.p.)
 
Old 10-06-2002, 12:28 AM   #25
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Aight, here they are on http, I'm cagey about opening up an anonymous ftp.

http://www.clockwatching.net/~fin/ra...at8_hpt372.tgz
http://www.clockwatching.net/~fin/ra...ke9_hpt372.tgz

Cheers,

Finegan
 
Old 10-08-2002, 03:04 PM   #26
j.hal
LQ Newbie
 
Registered: Aug 2002
Distribution: redhat 7.3
Posts: 3

Rep: Reputation: 0
Hello Sharky and Finigan

Today I tried to update a Redhat 7.3 system with the modified bootdisk
but it failed completely.

I downloaded your install_redhat8_hpt372.tgz and unpacked it
and made the bootfloppy from the instructions as:
dd if=install_bootdisk.img of=/dev/fd0

when loading the /bin/insmod /modules/hpt37x2.o driver, this system
comes back with a warning message:
Warning: loading /modules/hpt37x2.o will taint the kernel: no license

When I came in the graphical interface to the choice of either installing
or upgrading I clicked on the upgrading (because I have a running 7.3 system)
The system comes back with the message:
You don't have any Linux Partitions. You can't upgrade this system.

I then went back and choose : Install on system | Desktop

... automatically partition and the system comes back with
an Error has occurred - No Valid devices wher found on which to create
new filesystems. Please check your hardware for the cause of this problem.

when I push the OK button the system reboots.

Do you know what has been going wrong?

Anyway It is clear that the installation kernel has not yet any support for the hpt37x2 conroller.

Regards

Hans van Hal
 
Old 10-08-2002, 03:24 PM   #27
sharkyr0lz
Member
 
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112

Rep: Reputation: 15
Quote:
Originally posted by j.hal

when loading the /bin/insmod /modules/hpt37x2.o driver, this system
comes back with a warning message:
Warning: loading /modules/hpt37x2.o will taint the kernel: no license
thats normal.

Quote:
Originally posted by j.hal

When I came in the graphical interface to the choice of either installing
or upgrading I clicked on the upgrading (because I have a running 7.3 system)
The system comes back with the message:
You don't have any Linux Partitions. You can't upgrade this system.

I then went back and choose : Install on system | Desktop

... automatically partition and the system comes back with
an Error has occurred - No Valid devices wher found on which to create
new filesystems. Please check your hardware for the cause of this problem.

when I push the OK button the system reboots.

Do you know what has been going wrong?
Do de insmod before the instaler enters the graphical mode.
Run this as soon as you can enter the 2nd virtual terminal.

(Or modify the initrd renaming the linuxrc to linuxrc_ and create an script that to de insmod and then call the linuxrc_).

The problem is that the rh installer detects de hardisk configuration as soon as it enter the gralphical mode.

Quote:
Originally posted by j.hal

Anyway It is clear that the installation kernel has not yet any support for the hpt37x2 conroller.
Probably when the 2.4.20 kernel the new disitributions will have full hpt372 support.
 
Old 10-08-2002, 05:09 PM   #28
v8625
LQ Newbie
 
Registered: Sep 2002
Posts: 11

Rep: Reputation: 0
RedHat 7.3 + HighPoint HPT 370 RAID 0 : kernel issue

What about putting in 8.0 since it's just become available? Anyone has a HPT370 and a successful install of RAID 0 or 1 on RH 8.0?
 
Old 10-08-2002, 05:28 PM   #29
sharkyr0lz
Member
 
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112

Rep: Reputation: 15
Re: RedHat 7.3 + HighPoint HPT 370 RAID 0 : kernel issue

Quote:
Originally posted by v8625
What about putting in 8.0 since it's just become available? Anyone has a HPT370 and a successful install of RAID 0 or 1 on RH 8.0?
The hpt370 and hpt372 can use the same driver probided by highpoint, ... just have a try with my .tgz
 
Old 10-09-2002, 02:10 PM   #30
raydias
LQ Newbie
 
Registered: Oct 2002
Posts: 1

Rep: Reputation: 0
Sharky and all,

If you go to term 2 before you say no to the driver question, the raid is recognized by the graphical installer.

Great job!!!!!


Thanks


Ray Dias
 
  


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
Slack + Highpoint 372 RAID0/1 killerbob Slackware 5 11-18-2004 07:10 PM
redhat 9 + highpoint 372 bhwarg Linux - Hardware 0 10-08-2003 05:00 AM
Highpoint 372 Redhat 8 RAID Help adrenaline Linux - Hardware 2 03-22-2003 11:48 AM
Mandrake 9 / Highpoint 372 Raid dayloon Linux - Newbie 4 01-12-2003 03:56 AM
Mandrake 9 / Highpoint 372 Raid dayloon Linux - Distributions 2 10-13-2002 05:26 PM

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

All times are GMT -5. The time now is 12:34 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