HP Pavilion dv9645ed & linux
Hi, I recently purchased a HP Pavilion dv9645ed laptop and I'm having nothing but problems with it. First thing after i removed the preinstalled Vista i tried to install Ubuntu Gusty. The setup went fine but when I restarted the computer Ubuntu wouldn't start and give me this error:
Code:
ahci 0000:00:0f.0: AHCI 0001.0000 32 slots 4 ports 3 Gbps 0xf impl
SATA mode ahci 0000:00:0f.0: flags: 64bit ncq pm led clo pmp pio slum
part ata1: SATA max UDMA/133 cmd 0xE0804D00 ctl 0x0 bmdma 0x0 irq 201
ata2: SATA max UDMA/133 cmd 0xE0804D80 ctl 0x0 bmdma 0x0 irq 201
ata3: SATA max UDMA/133 cmd 0xE0804E00 ctl 0x0 bmdma 0x0 irq 201
ata4: SATA max UDMA/133 cmd 0xE0804E80 ctl 0x0 bmdma 0x0 irq 201
scsi0 : ahci
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7, max UDMA/133, 625142448 sectors: LBA48 NCQ (depth
0/32) ata1.00: ata1: dev 0 multi count 16
ata1.00: configured for UDMA/133
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7, max UDMA/133, 625142448 sectors: LBA48 NCQ (depth
0/32) ata1.00: ata1: dev 0 multi count 16
ata1.00: configured for UDMA/133
scsi1 : ahci
ata2: SATA link down (SStatus 0 SControl 300)
scsi2 : ahci
ata3: SATA link down (SStatus 0 SControl 300)
scsi3 : ahci
ata4: SATA link down (SStatus 0 SControl 300)
...
After a ton of internet searches I found that my error is a hardware problem:
Quote:
Originally Posted by Wikipedia
AHCI controller does not work on AMD/ATI RS400-200 and RS480 HBA when MSI is enabled due to a hardware error. In order for AHCI to work users must provide the "pci=nomsi" kernel boot parameter. With MSI disabled in this way, the PCIe bus can only act as a faster PCI bus with hotplug capabilities. This is also true of the Nvidia nForce 560 chipset.
Of course the suggestion from Wikipedia had no effect on my system so I had to recompile the kermel to disable handling of MSI interrupts. Obviously after I started the new kernel nothing worked right anymore including sound and that nice Restricted Drivers Manager. OK so after a lot of more or less complete/useful tutorials and howtos I finaly get almost everything to work on my laptop.
So all was well until I got another weird error:
My keyboard suddenly stops responding without any particular reason. Also if I'm installing/removing packages the process freezes as well Yet my mouse is fully functional and so is the entire GUI. If I try to restart/shutdown the system then it gets to the point of "Will now halt" and then it just stops leaving the laptop running. I have to force it to shutdown keeping the power button pressed for a few seconds.
I tried googling but couldn't find anything useful regarding this particular problem. I'm not even sure of what I should be searching for.
If anyone has any suggestion it would be greatly appreciated. Thanks