Click to See Complete Forum and Search --> : Redhat 7.2 w/Abit Kt7a
I would like to install RedHat 7.2 on my desktop computer, preferably as a dual boot. I am running my Kt7a motherboard in RAID 0 with the highpoint controller and am wondering if need to do anything special or if I can even get Redhat to run on my system. Thanks for your help
pg
error27
10-25-2001, 12:19 AM
I guess there were problems with that raid controller a while back but they are fixed now.
Generally the hardware things I worry about on Linux is USB, sound and video. Also winmodems don't work...
Choozo
10-25-2001, 02:36 AM
Have a look at this thread: http://www.linuxnewbie.org/cgi-bin/ubbcgi/ultimatebb.cgi?ubb=get_topic&f=2&t=006496
Doesn't Look Good does it? However, is this no Good? It seems to be for RedHat
Redhat Driver (http://www.highpoint-tech.com/370drivers.htm)
I just found it!!!
pg
[ 25 October 2001: Message edited by: pg ]
Choozo
10-25-2001, 09:11 AM
Uhhh ... your topic stated RedHat, right?
Yes, redhat. Is that not a RedHat- Highpoint driver on the top of the Link? or am I seeing things?
pg
Choozo
10-25-2001, 02:09 PM
Yeah, just me that didn't understand what you meant by your previous comment ..... or?
Cheers :)
Only Problem with that driver, it only supports the older kernel...... Guess it wont work with 7.2 :(
bdg1983
10-26-2001, 11:49 AM
Isn't Raid now supported in the 2.4 kernels? Mine is not set though I do remember there are quite a few options that can be setup for Raid.
Also under IDE chipset you will find the Highpoint controller support I believe.
You should check the default .config file for the kernel that's included with Redhat 7.2 to see if there is already support for Raid or if you will need to recompile the kernel.
The .config or defconfig should be in /usr/src/linux-<kernel version>/arch/i386
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_PCI_AUTO=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDEDMA_PCI_WIP=y
CONFIG_IDEDMA_NEW_DRIVE_LISTINGS=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set (HIGHPOINT)
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_IDE_CHIPSETS=y