From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc8 Firefox/2.0.0.12 Description of problem: After instaling Fedora i've notice that 2 disk where missing, these two disk are in a PCI IDE controler: 01:01.0 RAID bus controller: Integrated Technology Express, Inc. IT/ITE8212 Dual channel ATA RAID controller (rev 13) I've tried to boot with pata_it821x noraid=1 but no success. Will attach dmesg and lspci -v Version-Release number of selected component (if applicable): kernel-2.6.23.15-137.fc8 How reproducible: Always Steps to Reproduce: 1. boot the computer 2. disks are not mounted Actual Results: Expected Results: Additional info:
Created attachment 295846 [details] dmesg output
Created attachment 295847 [details] lspci -v
Please try the 2.6.24 kernel from updates-testing. it821x had some weird bugs that were recently fixed.
2.6.23 will only see master devices on some firmware revs of the it821x, and also spew warnings about drive diagnostics. 2.6.24 knows about these firmware bugs in the it821x and works around them.
We need to know if the 2.6.12.3-12 kernel works. It was put into the updates-testing repository today.
Sorry for the late update, i've not been close to my pc so I can run proper test, I'm back now. I'm using a this moment 2.6.24.3-12.fc8 and still can't see the missing drives will again atach dmesg and lspci -v. Gonna try the 2.6.12.3-12 now, brb with some feddback.
Created attachment 297534 [details] dmesg 2.6.24.3-12.fc8 dmesg output using 2.6.24.3-12.fc8
Created attachment 297535 [details] lspci -v 2.6.24.3-12.fc8 lspci -v output usgin 2.6.24.3-12.fc8 kernel
Chuck Ebbert, Do you really mean 2.6.12.3-12 or 2.6.24.3-12?
(In reply to comment #9) > Chuck Ebbert, > > Do you really mean 2.6.12.3-12 or 2.6.24.3-12? yes.
(In reply to comment #10) > (In reply to comment #9) > > Chuck Ebbert, > > > > Do you really mean 2.6.12.3-12 or 2.6.24.3-12? > > yes. err, yes, 2.6.24.3-12
I've test it, the last attachments was using this kern, still can find my disks
Ah ok - still needs this segment from 2.6.25-rc which didn't make 2.6.24 only 2.6.24-mm @@ -947,8 +1145,8 @@ unsigned int ata_dev_try_classify(struct ata_device *dev, if (r_err) *r_err = err; - /* see if device passed diags: if master then continue and warn later * - if (err == 0 && dev->devno == 0) + /* see if device passed diags: continue and warn later */ + if (err == 0) /* diagnostic fail : do nothing _YET_ */ dev->horkage |= ATA_HORKAGE_DIAGNOSTIC; else if (err == 1)
None of that patch made 2.6.24. Added to 2.6.24.3-42.
kernel-2.6.24.3-50.fc8 has been submitted as an update for Fedora 8
kernel-2.6.24.3-50.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update kernel'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-2630
kernel-2.6.24.3-50.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
yap! it's working now. Thank u very mutch :)