Some of you might have read that my on-board SATA controller has gone to the big controllers’ playground in the sky. So I bought a new PCI based, 2 x SATA + 1 x IDE controller card. I have installed it but Linux will not recognise it (please see attached image).
I know the card uses the ULi (formally ALi) M5285 chipset. The only clear explenation I could find was here - Serial ATA (SATA) on Linux the card has got CK-0019A stamped on it, if this helps at all.
But I am not sure how to ‘enable’ or make sure libata is working, or loaded at start. I know full well the card works fine as it is used successfully under Windows. So, common Linux! you (I) can do better!!!
I suppose I was too confident with Linux that I did not bother to check. However, it seems like Linux has got a workaround. I just have no idea what it is I need to do…
Thanks again…
By the way, why the change in the subject?
UPDATE - I have also added libata and then rebooted but no change there…
modprobe loads a kernel module into the current running kernel. Device drivers are implemented as kernel modules, and they can be added/removed from the kernel while its running.
if modprobe was successful, it won’t output anything.