You are not logged in.
Pages: 1
Hi,
I've got two hard drives : one is S-ATA (main drive on which I installed Arch) and the second is an IDE hard drive (with a NTFS partition) which uses the same IDE cable as my DVD burner.
Since a few days ago, Arch doesn't detect my second hard drive (sdb, IDE) and my DVD burner !
Both my hard drive and my DVD burner are detected by my motherboard and are fully usable under Windows.
I have absolutely no idea to fix this problem...
Thanks !
P.S. : Some extras infos :
- my MB is a Gigabyte GA-965P-DS4.
- I installed arch using a CD-ROM. Immediately after the install, it worked (I managed to erase the CD with brasero and to access my hard drive)
- I thought it could be some module not loaded. But a lsmod returns me pata_acpi, pata_jmicron and libata.
- I use systemd and here is the result of journalctl (only the passage I found with references to IDE) :
Oct 19 13:17:18 Phyks-Arch kernel: ata6: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata3: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata4: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: usb 2-1: new low-speed USB device number 2 using uhci_hcd
Oct 19 13:17:18 Phyks-Arch kernel: ata2.00: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata2.01: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: tsc: Refined TSC clocksource calibration: 1866.666 MHz
Oct 19 13:17:18 Phyks-Arch kernel: Switching to clocksource tsc
Oct 19 13:17:18 Phyks-Arch kernel: usbcore: registered new interface driver usbhid
Oct 19 13:17:18 Phyks-Arch kernel: usbhid: USB HID core driver
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata1.01: SATA link down (SStatus 0 SControl 300)
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: HPA detected: current 1953523055, native 1953525168
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: ATA-8: SAMSUNG HD103SJ, 1AJ10001, max UDMA/133
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: 1953523055 sectors, multi 16: LBA48 NCQ (depth 0/32)
Oct 19 13:17:18 Phyks-Arch kernel: ata1.00: configured for UDMA/133
Oct 19 13:17:18 Phyks-Arch kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG HD103SJ 1AJ1 PQ: 0 ANSI: 5
Oct 19 13:17:18 Phyks-Arch kernel: ACPI: Invalid Power Resource to register!
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT,
Oct 19 13:17:18 Phyks-Arch kernel: Index (0x0000000000000006) is beyond end of object (20120711/exoparg2-418)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEX5.JMB1.SDE1._GTM] (Node ffff88011aa3e0f0), AE_AML_PACKAGE_LIMIT (20120711/psparse-536)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: ACPI get timing mode failed (AE 0x300b)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000006) is beyond end of object (20120711/exoparg2-418)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEX5.JMB1.SDE1._GTM] (Node ffff88011aa3e0f0), AE_AML_PACKAGE_LIMIT (20120711/psparse-536)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: ACPI get timing mode failed (AE 0x300b)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x0000000000000006) is beyond end of object (20120711/exoparg2-418)
Oct 19 13:17:18 Phyks-Arch kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEX5.JMB1.SDE1._GTM] (Node ffff88011aa3e0f0), AE_AML_PACKAGE_LIMIT (20120711/psparse-536)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: ACPI get timing mode failed (AE 0x300b)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: prereset failed (errno=-19)
Oct 19 13:17:18 Phyks-Arch kernel: ata8: reset failed, giving up
Oct 19 13:17:18 Phyks-Arch kernel: input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.0/input/input0
Oct 19 13:17:18 Phyks-Arch kernel: hid-generic 0003:0603:00F2.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1a.0-1/input0
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB)
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 19 13:17:18 Phyks-Arch kernel: input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/input/input1
Oct 19 13:17:18 Phyks-Arch kernel: hid-generic 0003:0603:00F2.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1a.0-1/input1
Oct 19 13:17:18 Phyks-Arch kernel: sda: sda1 sda2 sda3 sda4
Oct 19 13:17:18 Phyks-Arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 19 13:17:18 Phyks-Arch kernel: usb 2-2: new low-speed USB device number 3 using uhci_hcd
Oct 19 13:17:18 Phyks-Arch kernel: input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.0/usb2/2-2/2-2:1.0/input/input2
Oct 19 13:17:18 Phyks-Arch kernel: hid-generic 0003:09DA:000E.0003: input,hidraw2: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.0-2/input0
Oct 19 13:17:18 Phyks-Arch kernel: device-mapper: uevent: version 1.0.3
Oct 19 13:17:18 Phyks-Arch kernel: device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
Oct 19 13:17:18 Phyks-Arch kernel: EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
Oct 19 13:17:18 Phyks-Arch kernel: Kernel panic - not syncing: smp_callin: CPU1 started up but did not get a callout!Last edited by doupod (2012-10-24 17:08:34)
Offline
please use [ code ] tags as opposed to [ quote ] tags. Code tags provide scrollers
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Try an older kernel.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Solved by deleting the pata and scsi hooks in mkinitcpio.conf and running mkinitcpio -p linux.
Offline
Pages: 1