View previous topic :: View next topic |
Author |
Message |
nickeh Tux's lil' helper
Joined: 15 Feb 2004 Posts: 137
|
Posted: Thu Sep 09, 2004 3:25 am Post subject: SATA with gentoo-dev-sources-2.6.8-r3 |
|
|
Hi!
After upgrading to gentoo-dev-sources-2.6.8-r3 i can't seem to find my SATA disk.
After a lot of readin i've seen that many had this problem because the change of default SATA dirver. But that doesn't seem to be the problem.
I did use the redundant driver before upgrading but now i have SCSI_SATA and SCSI_SATA_VIA still no progress in getting the disk mounted...
dmesg report that the disk is found but there are no device in /dev:
Code: |
libata version 1.02 loaded.
sata_via version 0.20
PCI: Found IRQ 4 for device 0000:00:0f.0
IRQ routing conflict for 0000:00:0f.0, have irq 11, want irq 4
IRQ routing conflict for 0000:00:10.2, have irq 11, want irq 4
IRQ routing conflict for 0000:00:10.3, have irq 11, want irq 4
sata_via(0000:00:0f.0): routed to hard irq line 11
ata1: SATA max UDMA/133 cmd 0xD000 ctl 0xB802 bmdma 0xA800 irq 11
ata2: SATA max UDMA/133 cmd 0xB400 ctl 0xB002 bmdma 0xA808 irq 11
ata1: dev 0 cfg 49:2f00 82:7c6b 83:7b09 84:4003 85:7c69 86:3a01 87:4003 88:407f
ata1: dev 0 ATA, max UDMA/133, 240121728 sectors:
ata1: dev 0 configured for UDMA/133
scsi0 : sata_via
ata2: no device found (phy stat 00000000)
scsi1 : sata_via
Vendor: ATA Model: Maxtor 6Y120M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
|
|
|
Back to top |
|
|
galenjr Tux's lil' helper
Joined: 02 Aug 2004 Posts: 88 Location: Connecticut, USA
|
Posted: Thu Sep 09, 2004 10:33 pm Post subject: |
|
|
I'm havign the same problem except it wont even fidn my sata drives =]. Ive been reading on it.. I belive the sata drives are sda sdb in /dev... If you figure this out please let me know as i am having the same problem =] |
|
Back to top |
|
|
Fudor n00b
Joined: 29 Jun 2004 Posts: 33 Location: Montreal, Ca
|
Posted: Fri Sep 10, 2004 12:43 am Post subject: |
|
|
Exactly same here... I was gonna start a topic on the subject. I'm using a Sillicon 3112 raid chipset.... I downgraded to my 2.6.7 kernel until there is a fix.
Maybe i'm doing something wrong?! I double checked if the support for the chipset in the kernel was compiled and it is... so I don't know what's the problem. |
|
Back to top |
|
|
galenjr Tux's lil' helper
Joined: 02 Aug 2004 Posts: 88 Location: Connecticut, USA
|
Posted: Fri Sep 10, 2004 1:55 am Post subject: |
|
|
Fudor is it finding your SATA drive[s]? I had to enable 2 SATA controllers in my kernel becasue i have 2 different controllers on my motherboard. Now my kernel recognizes them and i have a /dev/sda but i cant mount it or anythign, so im in same place as nickeh.
nickeh do you have a /dev/sda?
if so what about a /dev/sda1?
cause for my hd i have /dev/hdc and /dev/hdc[1-7]
so i figure im supposed to have a /dev/sda1. |
|
Back to top |
|
|
Fudor n00b
Joined: 29 Jun 2004 Posts: 33 Location: Montreal, Ca
|
Posted: Fri Sep 10, 2004 3:39 am Post subject: |
|
|
Nope the kernel doesnt recognize the drive
usually my drive was recognised as /dev/hde , but now nothing. I also have a
fat partition on my main disk which is recognised, but it refuses to mount that particular partition... saying it doesnt recognize de filesystem, but I did compile fat32 support. All of this is weird. My other kernel is working fine, so I guess there is not really a need to upgrade. |
|
Back to top |
|
|
nickeh Tux's lil' helper
Joined: 15 Feb 2004 Posts: 137
|
Posted: Fri Sep 10, 2004 1:09 pm Post subject: |
|
|
fudor: The problem in your case is probably that you havn't kompiled the SATA support into you kernel.
In 2.6.8 the ata drivers SATA support is disabled by default to encurage people to convert to libata witch you can finde under the SCSI tree in the kernel configuration.
Galenjr:
No, there is no sd** devices what so ever. =/
Seems like the kerneln wont route the drives when using libata...
I recently tried the sata driver found under ATA tree and it works fine and maps my SATA drive to hde but it would be nice to use libata instead since this driver is depricated. |
|
Back to top |
|
|
Fudor n00b
Joined: 29 Jun 2004 Posts: 33 Location: Montreal, Ca
|
Posted: Fri Sep 10, 2004 4:13 pm Post subject: |
|
|
ok thanks nickeh I will give it a try when I get back from school. |
|
Back to top |
|
|
|