Opened 3 years ago
Last modified 3 years ago
#17542 new bug
silicon_image_3112 on toshiba L30-134
Reported by: | dreadbit | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Drivers/Disk | Version: | R1/Development |
Keywords: | sil_3112 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Symptom: HDD is not detected on $summary
Desired behavior: HDD to be detected ;-)
Notes: This is a root disk for installation, after manually disabling in boot loader (both add_ons in kernel -- boot and host bus) -- things are working
Dmesg/bootlog: https://pastebin.com/8uWXtYJi . Got this by booting from CD.
Attachments (1)
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
616 KERN: si-3112: controller found! vendor 0x1002, device 0x4379 617 KERN: si-3112: controller_probe 618 KERN: si-3112: publishing controller 619 KERN: si-3112: controller_init 620 KERN: si-3112: asic index 0 621 KERN: si-3112: asic name si3112 622 KERN: si-3112: int num 22 623 KERN: si-3112: mmio addr 81ac6000 624 KERN: si-3112: controller_init success 625 KERN: si-3112: publishing Primary Channel 626 KERN: si-3112: channel_init enter 627 KERN: si-3112: channel_index 0 628 KERN: si-3112: channel name: Primary Channel 629 KERN: si-3112: channel 0x8335ec70 630 KERN: si-3112: controller 0x83018800 631 KERN: si-3112: mmio_addr 0x81ac6000 632 KERN: si-3112: channel_init leave 633 KERN: ata 2: _DevicePresent: device 0, presence 0 634 KERN: ata 2: _DevicePresent: device selection failed for device 1 635 KERN: ata 2: deviceMask 0 636 KERN: ata 2: ignoring device 0 637 KERN: ata 2: ignoring device 1 638 KERN: ata 2 error: target device not present 639 Last message repeated 1 time 640 KERN: ata 2 error: invalid target device 641 KERN: Last message repeated 12 times. 642 KERN: si-3112: publishing Secondary Channel 643 KERN: si-3112: channel_init enter 644 KERN: si-3112: channel_index 1 645 KERN: si-3112: channel name: Secondary Channel 646 KERN: si-3112: channel 0x8335e8b0 647 KERN: si-3112: controller 0x83018800 648 KERN: si-3112: mmio_addr 0x81ac6000 649 KERN: si-3112: channel_init leave 650 KERN: ata 3: _DevicePresent: device selection failed for device 0 651 KERN: ata 3: _DevicePresent: device selection failed for device 1 652 KERN: ata 3: deviceMask 0 653 KERN: ata 3: ignoring device 0 654 KERN: ata 3: ignoring device 1 655 KERN: ata 3 error: target device not present 656 Last message repeated 1 time 657 KERN: ata 3 error: invalid target device 658 KERN: Last message repeated 12 times.
Linux has a quirk to disable SATA IRQ for this device: https://github.com/torvalds/linux/blob/master/drivers/ata/sata_sil.c#L191
Note:
See TracTickets
for help on using tickets.
Please attach your syslog here.