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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
09-28-2002, 03:02 AM
|
#16
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
10-01-2002, 07:09 PM
|
#17
|
Member
Registered: Jul 2002
Location: Troy, KS
Distribution: Mandrake 10.1
Posts: 57
Rep:
|
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
|
|
|
10-03-2002, 02:36 PM
|
#18
|
LQ Newbie
Registered: Oct 2002
Posts: 1
Rep:
|
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
|
|
|
10-04-2002, 06:00 PM
|
#19
|
Member
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112
Rep:
|
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!!!
|
|
|
10-05-2002, 05:10 AM
|
#20
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
10-05-2002, 07:59 AM
|
#21
|
Member
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112
Rep:
|
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)
|
|
|
10-05-2002, 08:07 AM
|
#22
|
Member
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112
Rep:
|
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.
|
|
|
10-05-2002, 09:28 AM
|
#23
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
10-05-2002, 02:50 PM
|
#24
|
Member
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112
Rep:
|
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.)
|
|
|
10-06-2002, 01:28 AM
|
#25
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
|
|
|
10-08-2002, 04:04 PM
|
#26
|
LQ Newbie
Registered: Aug 2002
Distribution: redhat 7.3
Posts: 3
Rep:
|
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
|
|
|
10-08-2002, 04:24 PM
|
#27
|
Member
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112
Rep:
|
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.
|
|
|
10-08-2002, 06:09 PM
|
#28
|
LQ Newbie
Registered: Sep 2002
Posts: 11
Rep:
|
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?
|
|
|
10-08-2002, 06:28 PM
|
#29
|
Member
Registered: Oct 2002
Location: spain :)
Distribution: Gentoo (Old redhat and debian user)
Posts: 112
Rep:
|
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
|
|
|
10-09-2002, 03:10 PM
|
#30
|
LQ Newbie
Registered: Oct 2002
Posts: 1
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 08:57 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|