LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-09-2002, 07:27 AM   #1
purpleburple
Member
 
Registered: Jun 2002
Location: USA
Distribution: Slackware8.1
Posts: 332

Rep: Reputation: 30
Promise ATA100 help


Hi. I have the ASUS A-7V133 Mobo that has regular IDE's that im on now and also has ATA100 IDE's. I searched thru trying to find info on how to set this up but am confused. I heard I have to pass something to the kernel etc. I have the kernel that came with Slack8.1. How do I find out if I have ATA100 built in to my kernel or would I load it as a module? Basically I am going to be moving my cable for harddrive over to the ATA100 so i am going to have to tell this to the kernel and also edit fstab etc. How do I find the address' to the ATA100 connector also?


thanks

Last edited by purpleburple; 10-09-2002 at 07:28 AM.
 
Old 10-09-2002, 08:09 AM   #2
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
As for addressing -

On your motherboard...
PRIMARY controller = /dev/hda (Master) & /dev/hdb (Slave)
SECONDARY Controller = /dev/hdc (Master) & /dev/hdd (Slave)

IDE Cards
Primary controller = /dev/hde (Master) & /dev/hdf (Slave)
Secondary controller ... (take a stab at it.)


Is this the only drive on your system?
 
Old 10-09-2002, 12:28 PM   #3
mrGee
Member
 
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344

Rep: Reputation: 30
Hi
maybe this is of any use, or is what you meant
do a cat /proc/pci and find the info on your promise controller.
my adresses are;
Unknown mass storage controller: Promise Technology, Inc. 20265 (rev 2).
IRQ 10.
Master Capable. Latency=32.
I/O at 0x9800 [0x9807].
I/O at 0x9400 [0x9403].
I/O at 0x9000 [0x9007].
I/O at 0x8800 [0x8803].
I/O at 0x8400 [0x843f].
to feed that to your kernel at boot;
ide2=0x9800,0x9402
ide3=0x9000,0x8802
notice the second value; it is increased by 2
good luck
 
Old 10-09-2002, 01:38 PM   #4
purpleburple
Member
 
Registered: Jun 2002
Location: USA
Distribution: Slackware8.1
Posts: 332

Original Poster
Rep: Reputation: 30
thank you for the addresses .. and yes Mcleodnine I have 2 HDD's but Linux is only on 1 of them as a dual boot, the other is seen from within Win98.

Would The Promise Controller be considered the SECONDARY controller ....
Hell I don't even know what controller is controlling my IDE hookup Im on now. I will have to find out. Is there a COMMAND for finding out which CONTROLLER is controlling my present IDE which on my ASUS is the ATA66 with 2 connectors and then I have an ATA100 below on the motherboard with 2 more connectors (IDE).

thanks for the help guys ....
 
Old 10-09-2002, 01:53 PM   #5
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
Quote:
Originally posted by purpleburple
thank you for the addresses .. and yes Mcleodnine I have 2 HDD's but Linux is only on 1 of them as a dual boot, the other is seen from within Win98.

Would The Promise Controller be considered the SECONDARY controller ....
Hell I don't even know what controller is controlling my IDE hookup Im on now. I will have to find out. Is there a COMMAND for finding out which CONTROLLER is controlling my present IDE which on my ASUS is the ATA66 with 2 connectors and then I have an ATA100 below on the motherboard with 2 more connectors (IDE).

thanks for the help guys ....
To see where your drives are you can use (as root) 'fdisk -l'.

A quick layout

IDE0 is the first (Primary)
IDE1 is the second (Secondary)
both of the above would be your controllers on the mobo. Each can have a master and a slave.

IDE2 and IDE3 would be on the Promise controller. (Primary & Secondary again)

Maybe show us the contents of your /etc/fstab and /etc/lilo.conf so we can see where your linux stuff got installed.
 
Old 10-09-2002, 02:04 PM   #6
purpleburple
Member
 
Registered: Jun 2002
Location: USA
Distribution: Slackware8.1
Posts: 332

Original Poster
Rep: Reputation: 30
cat /etc/fstab >

/dev/hda2 swap swap defaults 0 0
/dev/hda3 / ext3 defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0

cat /etc/lilo.conf >
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = MicroShaft
table = /dev/hda
# DOS bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda3
label = Linux
read-only
# Linux bootable partition config ends
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Panic at boot from Promise ATA100 w/ Kernel 2.6 MikTheUser Linux - Hardware 9 07-24-2004 01:24 PM
Kernel Panic w/ Promise ATA100 at booting 2.6 MikTheUser Linux - Hardware 1 07-20-2004 02:07 PM
ASUS A7V promise ATA100 boot problem .... purpleburple Linux - General 0 03-29-2003 08:19 PM
Getting Linux to work on Promise ATA100 kato678 Linux - Software 2 02-18-2002 11:30 PM
RH7 Asus A7V Promise ATA100 - Install & Boot Vectinn Linux - Software 0 04-15-2001 09:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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