LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-19-2004, 10:34 PM   #1
SerfurJ
Member
 
Registered: May 2003
Posts: 80

Rep: Reputation: 15
Arrow sil680 (cmd680) modules loaded, but drives not available.


i'm having trouble getting my sil680 hard drive controller card
working properly. the kernel sees the card at bootup, and i can load
the module, but i cannot access the hard drive attached to it.

here are the contents of /proc/ide:

root@drei:~# ls /proc/ide/
drivers hda@ hdb@ hdc@ hdd@ ide0/ ide1/ siimage

no ide2 or hde as i'd expect, but siimage shows up after the siimage
module is loaded.

root@drei:~# cat /proc/ide/siimage
Controller: 0
SiI680 Chipset.
MMIO Base 0xdd800000
MMIO-DMA Base 0xdd800000
MMIO-DMA Base 0xdd800008

from dmesg:

SiI680: IDE controller at PCI slot 0000:00:0b.0
SiI680: chipset revision 2
SiI680: BASE CLOCK == 133
SiI680: 100% native mode on irq 19
ide2: MMIO-DMA , BIOS settings: hdeio, hdfio
ide3: MMIO-DMA , BIOS settings: hdgio, hdhio

from lspci:

00:0b.0 RAID bus controller: CMD Technology Inc PCI0680 (rev 02)
Subsystem: CMD Technology Inc PCI0680
Flags: bus master, medium devsel, latency 32, IRQ 19
I/O ports at a000 [size=8]
I/O ports at 9800 [size=4]
I/O ports at 9400 [size=8]
I/O ports at 9000 [size=4]
I/O ports at 8800 [size=16]
Memory at dd800000 (32-bit, non-prefetchable) [size=256]
Expansion ROM at <unassigned> [disabled] [size=512K]
Capabilities: [60] Power Management version 2

i have only one drive attached to it at the moment - a 40GB hitachi.
i'll hook up my WD after i get this one working.
 
Old 03-20-2004, 05:42 AM   #2
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
ide2: MMIO-DMA , BIOS settings: hdeio, hdfio
ide3: MMIO-DMA , BIOS settings: hdgio, hdhio

This is IDE2. and apparently IDE3. which means you have a total of (0,1,2,3)
4 IDE channels that your kernel is recognizing.

just try and mount the drive attached.
of course, specifying its filesystem type, drive/partition, and target /mnt/?? point.
Dont forget to create the target first though. maybe 'mkdir /mnt/ide3 '

and add it to fstab once you figure out which drives are which and what partitions on the ide3 channel.
 
Old 03-20-2004, 08:44 AM   #3
SerfurJ
Member
 
Registered: May 2003
Posts: 80

Original Poster
Rep: Reputation: 15
AutOPSY,

that was the first thing i tried. nothing on /dev/hde through /dev/hdh.

#fdisk -l /dev/hde
(nothing)

#hdparm -i /dev/hde
/dev/hde: No such device or address
 
Old 03-23-2004, 01:59 PM   #4
SerfurJ
Member
 
Registered: May 2003
Posts: 80

Original Poster
Rep: Reputation: 15
nobody has had this problem?
 
Old 07-08-2004, 08:16 PM   #5
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
I been having this problem too, over both Slackware 10 and Fedora Core 2 with kernels 2.4.x and 2.6.x

For some reason with both distros, the driver SiI680 sees the drives on the first boot, but as soon as you restart they disappear...

Last edited by guardian653; 07-08-2004 at 08:41 PM.
 
Old 07-09-2004, 01:34 PM   #6
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
UPDATE: Apparently its something wrong with the boot manager (at least on my end) thats causing the problem. When I boot up Slackware via Lilo the drives never show up. However if I boot with the CD using:

bare.i root=/dev/hdb2 noinitrd ro

All my drives come up and are mounted according to my fstab, which fail otherwise. The funny thing is.. I'm using the same kernel on my hard drive that I'm boot off the cd with.

Anyone know of a option for Lilo or Grub to prevent me from having to do this?
 
Old 07-30-2004, 01:45 AM   #7
guardian653
Member
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 79

Rep: Reputation: 15
Booting via ISOLINUX shows the drives, but booting via GRUB or LILO prevent this...

Does anyone have a solution to this problem? (I would prefer to boot via GRUB then risking my Slack disc..)
 
Old 08-22-2004, 01:27 PM   #8
jhgarrison
LQ Newbie
 
Registered: Aug 2004
Posts: 1

Rep: Reputation: 0
Question sil680 drives as RAID pair, not individual drives?

I've got an Sil680 card (Siig Ultra ATA 133 Raid Controller) with two
Maxtor 40GB drives attached. Even though I've configured the two drives
(in BIOS during bootup) as a RAID1 set, Linux still sees them as individual
drives at hde and hdg.

Anyone know if there's a separate device for accessing them as a raid pair?

I tried all the /dev/ataraid entries but none of them seem to be attached to
anything.

System is Fedora Core 2 (kernel 2.6.7-1.494.2.2)

Last edited by jhgarrison; 08-22-2004 at 01:34 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Loaded Modules thadco Linux - Hardware 1 09-06-2005 07:58 PM
Find out which modules are loaded? redneon Linux - General 8 05-25-2004 12:03 PM
Kernel 2.6.5 -> no modules loaded Spheerke Debian 4 04-07-2004 09:05 PM
raid modules loaded but no drives mountable KevinClarke Linux - Hardware 0 02-12-2004 06:33 AM
how do you find out what modules loaded?? osat3ch Mandriva 3 01-17-2004 10:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:38 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