LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Motherboard with SATA, PCI. Won't recognise IDE board in PCI slot. What do I do? (https://www.linuxquestions.org/questions/linux-hardware-18/motherboard-with-sata-pci-wont-recognise-ide-board-in-pci-slot-what-do-i-do-939839/)

tony74 04-14-2012 08:57 PM

Motherboard with SATA, PCI. Won't recognise IDE board in PCI slot. What do I do?
 
Motherboard has 6 SATA inputs, no IDE. I put a PCI to 2 IDE connectors into PCI slot but cannot get it recognised (Ubunto 10.10) What do I do?

cascade9 04-15-2012 06:42 AM

Post your 'lspci' output. ;)

fpmurphy 04-15-2012 11:18 AM

You will have to find a kernel driver for the card.

thorkelljarl 04-15-2012 11:27 AM

Which one...

That is you installed an IDE controller card in a PCI slot. What is the make and model of the card? Have you checked to see that this card is supported in linux?

Indeed, does it show up in the results of "lspci" and do you have any messages indicating that it's activated at boot. When I use an old Promise Ultra133 TX2 card, I see the card's BIOS load.

Do you have Ubuntu installed? My Promise card is not recognized by a live-cd when I try to boot the live-cd from an CD-ROM connected to the card. There is an error message.

jefro 04-15-2012 12:08 PM

As above but other checks too. Re-seat card. Move card to other slot. Is the board known OK? Is it known to work with linux.


Some bios's are just odd about add on cards too.

NyteOwl 04-15-2012 12:13 PM

Also check the motherboard's BIOS configuration for expansion cards.

tony74 04-15-2012 10:17 PM

Quote:

Originally Posted by cascade9 (Post 4653183)
Post your 'lspci' output. ;)

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)
00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc 760G [Radeon 3000]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
03:06.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133 RAID controller (rev 06)

OK Here is the lspci readout, but I cannot see the card listed. It is numbered MMU1-VT6410-V1.0
Is that a help?

cascade9 04-15-2012 10:48 PM

Quote:

Originally Posted by tony74 (Post 4653655)
03:06.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133 RAID controller (rev 06)

OK Here is the lspci readout, but I cannot see the card listed. It is numbered MMU1-VT6410-V1.0
Is that a help?

The bit of your lspci output I edited down to is your card.

Seems to be conflicting repotrs on that card.

Quote:

This is not a bug within ubuntu.

The patch supplied by VIA to allow this device to work is not compatible with kernels post Ubuntu 9.10

Via have been informed of this and this should not be progressed until VIA release an update to the official patch.
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/813000

Quote:

Post #6 Re: VIA VT6410 IDE RAID card

I think I ended up getting the card to work and used "mdadm" to make a software raid-0. I think just by setting up mdadm setup the card somehow, is my best guess.

Unfortunately the IDE drives themselves were having hardware problems (kernel was throwing disk read/write errors) so I took it all out anyway.
http://ubuntuforums.org/showthread.php?t=1397857

Makes me think that possibly mdadm semi-worked but didtn work 100%.

But then I found this-

Quote:

VIA vt6410 IDE controller not activating

Comment 19 Gus Wirth 2011-06-09 15:23:51 EDT

This is definitely fixed in Fedora 15. I haven't tested it with previous
versions yet, but I remember reading a commit somewhere in kernel 2.6.33 that
probably fixed this.

I recommend closing it as fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=444543

Could be because of different ways that fedora 15 and ubuntu 10.10 deal with HDDs.

So you could try mdadm. Or a IDE to SATA converter (I havent checked if they work with linux). Or a different IDE controller card. Or just get a SATA HDD to replace your old IDE discs.

BTW, 10.10 is end of life and out of support.

tony74 04-16-2012 06:50 AM

Thank you all very much for your help. It seems that VIA haven't got a driver for the card for Ubuntu 10.10, so I solved my problem by getting an external cast for the IDE drive, plugging it into the USB port & dd_ing the contents to my SATA drive.(can you have a verb ... "dd_ing"?)


Quote:

Originally Posted by cascade9 (Post 4653663)
The bit of your lspci output I edited down to is your card.

Seems to be conflicting repotrs on that card.



https://bugs.launchpad.net/ubuntu/+s...ux/+bug/813000



http://ubuntuforums.org/showthread.php?t=1397857

Makes me think that possibly mdadm semi-worked but didtn work 100%.

But then I found this-



https://bugzilla.redhat.com/show_bug.cgi?id=444543

Could be because of different ways that fedora 15 and ubuntu 10.10 deal with HDDs.

So you could try mdadm. Or a IDE to SATA converter (I havent checked if they work with linux). Or a different IDE controller card. Or just get a SATA HDD to replace your old IDE discs.

BTW, 10.10 is end of life and out of support.


cascade9 04-17-2012 03:49 AM

That works as well.

dd_ing sounds fine to me. ;)


All times are GMT -5. The time now is 06:27 AM.