Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
IDE cd-rom works, but ide-hd not detected [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
madchaz
l33t
l33t


Joined: 01 Jul 2003
Posts: 995
Location: Quebec, Canada

PostPosted: Wed May 19, 2010 1:25 am    Post subject: IDE cd-rom works, but ide-hd not detected [SOLVED] Reply with quote

Good day all. Trying to get an old machine up for a home server.

Machine is booting off a 4 disk scsi raid/lvm array setup that works beautifully now. So I figured I'd start using the 3 spare IDE port by putting in a 40g drive I took out of my current server (it wasn't using it, but I tested it works) to put it in the new rig.

Bios detects it fine as either primary or secondary master (depending on wire). Also detects the CD-rom.

Kernel detects the cd-rom fine on either primary or secondary, but the HD never gets seen by the kernel as far as I can tell scrolling up the boot text.
It never shows up in /dev
CD-rom shows as hda or hdc, depending.
Plugging my usb external drive shows it up as sde.

Anyone help me find my missing 40 gig hd?

edit:
Code:
vegeta ~ # lspci
00:00.0 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
00:00.1 Host bridge: Broadcom CNB20LE Host Bridge (rev 05)
00:02.0 Ethernet controller: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 (rev 08)
00:03.0 Multimedia audio controller: Ensoniq 5880B [AudioPCI] (rev 02)
00:05.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
00:07.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 65)
00:0f.0 ISA bridge: Broadcom OSB4 South Bridge (rev 4f)
00:0f.1 IDE interface: Broadcom OSB4 IDE Controller
00:0f.2 USB Controller: Broadcom OSB4/CSB5 OHCI USB Controller (rev 04)
05:04.0 Ethernet controller: 3Com Corporation 3CR990-TX-97 [Typhoon 168-bit] (rev 02)
05:05.0 SCSI storage controller: LSI Logic / Symbios Logic 53C896/897 (rev 07)
05:05.1 SCSI storage controller: LSI Logic / Symbios Logic 53C896/897 (rev 07)

_________________
Someone asked me once if I suffered from mental illness. I told him I enjoyed every second of it.


Last edited by madchaz on Sat May 22, 2010 10:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed May 19, 2010 4:22 pm    Post subject: Reply with quote

Missing kernel driver:
Preferred: (hd named /dev/sd-- , cd named /dev/sr-)
[quote]Device Drivers --->
< > ATA/ATAPI/MFM/RLL support --->
SCSI device support --->
*** SCSI support type (disk, tape, CD-ROM) ***
<*> SCSI disk support
< > SCSI tape support
< > SCSI OnStream SC-x0 tape support
<*> SCSI CDROM support
<*> Serial ATA (prod) and Parallel ATA (experimental) drivers --->
--- Serial ATA (prod) and Parallel ATA (experimental) drivers
[*] ATA ACPI Support
[ ] SATA Port Multiplier support
< > AHCI SATA support
< > Silicon Image 3124/3132 SATA support
[*] ATA SFF support
< > ServerWorks Frodo / Apple K2 SATA support
< > Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
< > Marvell SATA support (HIGHLY EXPERIMENTAL)
< > NVIDIA SATA support
< > Pacific Digital ADMA support
< > Pacific Digital SATA QStor support
< > Promise SATA TX2/TX4 support
< > Promise SATA SX4 support
< > Silicon Image SATA support
< > SiS 964/965/966/180 SATA support
< > ULi Electronics SATA support
< > VIA SATA support
< > VITESSE VSC-7174 / INTEL 31244 SATA support
< > Initio 162x SATA support
< > ACPI firmware driver for PATA
< > ALi PATA support (Experimental)
< > AMD/NVidia PATA support
< > ARTOP 6210/6260 PATA support
Quote:

< > ATI PATA support
< > CMD640 PCI PATA support (Very Experimental)
< > CMD64x PATA support
< > CS5510/5520 PATA support
< > CS5530 PATA support (Experimental)
< > Cypress CY82C693 PATA support (Very Experimental)
< > EFAR SLC90E66 support
< > Generic ATA support
< > HPT 366/368 PATA support
< > HPT 370/370A/371/372/374/302 PATA support (Experimental)
< > HPT 372N/302N PATA support (Very Experimental)
< > HPT 343/363 PATA support
< > IT8211/2 PATA support
< > IT8213 PATA support (Experimental)
< > JMicron PATA support
< > Compaq Triflex PATA support
< > Marvell PATA support via legacy mode
< > Intel PATA MPIIX support
< > Intel PATA old PIIX support
< > NETCELL Revolution RAID support
< > Ninja32/Delkin Cardbus ATA support (Experimental)
< > Nat Semi NS87415 PATA support (Experimental)
< > OPTI621/6215 PATA support (Very Experimental)
< > OPTI FireStar PATA support (Very Experimental)
< > Older Promise PATA controller support (Experimental)
< > RADISYS 82600 PATA support (Very Experimental)
< > PC Tech RZ1000 PATA support
< > SC1200 PATA support (Very Experimental)
<*> SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support
< > Promise PATA 2027x support
< > CMD / Silicon Image 680 PATA support
< > SiS PATA support (Experimental)
< > VIA PATA support
< > Winbond SL82C105 PATA support
< > Intel SCH PATA support


or

less desirable: (named /dev/hd--)
Quote:
Device Drivers --->
<*> ATA/ATAPI/MFM/RLL support --->
<*> ServerWorks OSB4/CSB5/CSB6 chipsets support (NEW)
< > Serial ATA (prod) and Parallel ATA (experimental) drivers --->


if my guess is wrong maybe
Code:
lspci -n
output posted at http://kmuto.jp/debian/hcl/ will find a driver name
Back to top
View user's profile Send private message
madchaz
l33t
l33t


Joined: 01 Jul 2003
Posts: 995
Location: Quebec, Canada

PostPosted: Sat May 22, 2010 10:24 pm    Post subject: Reply with quote

Issue is resolved. Turned out that the pos maxtor drive will simply not function as a master. It AS to be slave (even with proper pin settings).
_________________
Someone asked me once if I suffered from mental illness. I told him I enjoyed every second of it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum