Disable ata_generic on install?

anybody know how to disable a module at install time? I’m trying to test a Driver Update for SATA at install time, but I’m getting an error that ata_generic owns libata. Can I disable it?

On 08/30/2010 07:36 PM, sheasley wrote:
>
> anybody know how to disable a module at install time? I’m trying to
> test a Driver Update for SATA at install time, but I’m getting an error
> that ata_generic owns libata. Can I disable it?

Add it to /etc/modprobe.d/50-blacklist.conf.

And this can be done during the install? I need to make sure ata_generic doesn’t load at all.

Hi
You could try adding the grub boot option;


ata_generic.modeset=0

Have you disabled the ata controller in the BIOS?


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.3 (x86_64) Kernel 2.6.34-12-default
up 10 days 14:43, 2 users, load average: 0.02, 0.08, 0.03
GPU GeForce 8600 GTS Silent - Driver Version: 256.52

I’m installing in SATA IDE mode, so I’m applying a Driver Update to thea ata_piix driver. But ata_generic is using libata, so the driver isn’t applying properly. I’m looking for a way to keep ata_generic from loading so I can see if that’s really what’s going wrong.

On 08/31/2010 12:06 AM, sheasley wrote:
>
> lwfinger;2214766 Wrote:
>>
>>
>> Add it to /etc/modprobe.d/50-blacklist.conf.
>
> And this can be done during the install? I need to make sure
> ata_generic doesn’t load at all.

From the boot option line use the command “brokenmodules=ata_generic”.