Blacklisting a kernel module

Folks,
Trying to follow these instructions:
http://baby-panda.github.io/linux/RTS5229_driver/
When I try to remove rtsx_pci I can do so, *but* when I do this:
I get this:
Even when i have removed the rtsx_pci module with rmmod.
I can't run update-initramfs -u as we don't seem to have that command.
I tried this:
But it tells me too many arguments/
I tried adding:
rdblacklist=rtsx_pci
To "Append" in the boot options in Control Centre, but to no avail.
Can anyone tell me how I can stop rtsx_pci loading please?
Oh, I even tried adding:
to
blacklist-compat.conf
But that didn't help either.
to blacklist-mga.conf
Is anyone able to tell me what to do to stop rtsx_pci loading please?
Many thanks.
Trying to follow these instructions:
http://baby-panda.github.io/linux/RTS5229_driver/
When I try to remove rtsx_pci I can do so, *but* when I do this:
- Code: Select all
lspci -v | grep rts
I get this:
- Code: Select all
I/O ports at 5000 [size=64]
I/O ports at 5088 [size=8]
I/O ports at 5094 [size=4]
I/O ports at 5080 [size=8]
I/O ports at 5090 [size=4]
I/O ports at 5060 [size=32]
I/O ports at 5040 [size=32]
I/O ports at 4000 [size=256]
Kernel driver in use: rts5229
Kernel modules: rtsx_pci, rts5229
Even when i have removed the rtsx_pci module with rmmod.
I can't run update-initramfs -u as we don't seem to have that command.
I tried this:
- Code: Select all
init u ramfs
But it tells me too many arguments/
I tried adding:
rdblacklist=rtsx_pci
To "Append" in the boot options in Control Centre, but to no avail.
Can anyone tell me how I can stop rtsx_pci loading please?
Oh, I even tried adding:
- Code: Select all
blacklist rtsx_pci
to
blacklist-compat.conf
But that didn't help either.
to blacklist-mga.conf
Is anyone able to tell me what to do to stop rtsx_pci loading please?
Many thanks.