Linux - HardwareThis 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.
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.
i mispelled the question.
I konw i can do eveything, even attach HD to hda, install..etc.
I would like to avoid that because i am bored.
They said the HPT372 worked with the MDK91, kernel but it was false.
well, the only think i would like to understand is why the installation
continues to say "this is not an ext2 floppy" when i try to pre-load the module in the "expert mode" even the floppy is formatted with EXT2 filesystem.
i mispelled the question.
I konw i can do eveything, even attach HD to hda, install..etc.
I would like to avoid that because i am bored.
They said the HPT372 worked with the MDK91, kernel but it was false.
well, the only think i would like to understand is why the installation
continues to say "this is not an ext2 floppy" when i try to pre-load the module in the "expert mode" even the floppy is formatted with EXT2 filesystem.
it never worked. Even with mdk8.2 or mkd9.0.
if you kwon where i am mistaking please help me.
thank you for your time.
Patton
I where testing the 1st CD of Mandrake 9.1 a few days ago. The kernel from the worked well,... but the installer droped some data at /dev/hde and/or /dev/hdg and my array broke.
About Mandrake 9.0 i made a boot disk some time ago,... with hpt37x2.o in the modules directory.
(I had a similiar problem with the drivers disk, but don't remember)
With that disk the users must insmod manually:
# cd /modules
# modprobe sd_mod
# insmod_ hpt37x2.o
note the "_".
So try this ,...
In other way,... if you do this look if the installer goes slow. If you have this problem you will need to rebuild the install kernel. You can obtain the original information in the "BOOT" kernel rpm.
I don't rembember about Mandrake but in RedHat you must change the version of the kernel in the Makefile (redhat adds "custom" and you need to add "BOOT" at the kernel name's string).
Quote:
Originally posted by patton well yes there is debug information( i will post as soon as pobbile)
but it is aboute the fact that HDE does not respond.
but i will post (i just need to get the debug file at home).
thanks
Humm,... dma is bussy?
Well,... so you are true,... the only way will be the (sucking) scsi emulation driver from hpt (shit).
Originally posted by patton yes, DMA i busy
(GRRRRR i hate to loose time in this way.)
anyway, thnk a lot you for help.
Now i know that i must work hard on that in order to install the new DIST.
but another thing,
if i had a 2 disks RAID array i would never be able to install MDK91.
what do you think about that ?
somewhere there should be a solution.
Patton.
As I say you can build the kernel (from the rpm inside the mandrake 9.1 CD with the ".config" from the kernel-BOOT package from the same CD set) without hpt support + the highpoint cosed source driver.
Then put the "hpt37x2.o" inside a floopy,... mount it manually and insmod it manually.
Thats posible you will also need the "insmod" binary.
I'm sure that this way will work. (Is the way i use with MDK 9.0).
By now i have important data that can't be lost as 15 days ago
Thanks for posting your beta RH9 HPT boot fix. I tried it out this evening and I got the same problem as Tarkie - I only get a USB mass storage driver and that's it; after that my disk isn't recognized :-(
I have and adaptec 1200A with a HPT370 chipset with the latest adaptec drivers (I tried the HPT but they only worked so so for me)
Anybody else give these drivers a try with an add-on card?
Thanks for posting your beta RH9 HPT boot fix. I tried it out this evening and I got the same problem as Tarkie - I only get a USB mass storage driver and that's it; after that my disk isn't recognized :-(
I have and adaptec 1200A with a HPT370 chipset with the latest adaptec drivers (I tried the HPT but they only worked so so for me)
Anybody else give these drivers a try with an add-on card?
then you go to explain about the /boot/athlon statement, but in my /boot I have nothing that resembles initrd-2.4.20-8athlon, so I'm not sure what to replace it wit
Here is the contents of /boot:
System.map
System.map-2.4.20-8
boot.b
chain.b
config-2.4.20-8
grub (dir)
kernel.h
lost & found
message
message.ja
module-info
module-info-2.4.20-8
os2_d.b
vmlinux-2.4.20-8
vmlinuz (link)
vmlinuz-2.4.20-8
I am so close, it saw the 2 20GB drives as 1, I have them RAID 0 (stripe) on a HPT370 onboard controller.
did you know that it is almost impossible to make a boot-floppy
from MDK9.1?
Well, the kernel is ~1250k and the initrd.img will be ~250k (after loading the hpt37x2.o module).
So they force you to recompile the kernel from scratch.
7 - Open an editor and change the entries in /etc/fstab pointing
to /dev/sda e.g if you have /dev/sda8 you must change it to
/dev/ataraid/d0p8
8 - edit /etc/lilo.conf
8a - change the entries pointing to /dev/sda:
e.g. root=/dev/ataraid/d0p8
8b - If you have a multi-boot system and have NOT installed lilo on the MBR I suggest you to boot from the floppy for the first times so change the boot line as follows:
boot=/dev/fd0
8c - insert the line for initrd:
initrd=/boot/initrd-2.4.20-8.img
8d - change from linear to lba32
9 - insert a third floppy (label it "lilo boot floppy") and type
/sbin/lilo
10 - Reboot a couple of times...
Addendum:
^^^^^^^
The lilo shipped with Redhat 9 is old!
At reboot /sbin/lilo doesn't run anymore and you can only boot from the floppy created in the step 9 (or from the MBR if you installed it there, but I never tested it).
Do NOT upgrade your kernel to 2.4.20-9 with up2date before installing a new lilo. Remember: /sbin/lilo doesn't work!
So, find on the web the file lilo-22.5.1.tar.gz and overwrite your lilo installation (very simple, just "make" and "make install", do NOT run the script ./QuickInst).
Then insert your lilo boot floppy and type:
/sbin/lilo
Now reboot.
If all is ok you can finally change the boot= line in your lilo.conf and create with DD an image of the bootsector to be handled by the M$ bootloader:
Well,... i'm here again ( I were in a LAN Party this weekend ).
As i see that the floopies work for antvr (and he found some doc errors).
So,... i actually don't know why external hpt controlers doesn't work with this driver (i suggest ask about compatibility to the manufacturer).
I have 1 think on my mind: If you REALLY have an Highpoint 370 / 372 I.C., probably you can solve this upgrading your raid controler flash bios. (older bios does not support linux).
I will be ocuped for 2 days,... i will made some doc changes and upload the file again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.