Hello my friends. Please help me.
I am trying to blacklist a driver, by adding "blacklist smsc75xx" to modprobe.conf. I found that the change would not remain after a reboot.
Searching these forums, I found that I must create a tcz extension that performs this task. This is my first extension, I am not an expert at this.
In /home/tc, I created a directory "blacklist". In this directory, I "mkdir etc", "cp /etc/modprobe.conf etc", and added "blacklist smsc75xx" to the modprobe.conf file.
I then "tce-load -i tcztools.tcz", and "tce-pack blacklist". This returns:
Packing blacklist from ./blacklist into /tmp/tcztools/blacklist...
Exit: Count not find tce directory
In /tmp/tcztools/blacklist, I find a blacklist.tcz, blacklist.tcz.list, blacklist.tcz.md5.txt, and a ./blacklist directory like the one I created in the /home/tc directory.
I copied all to /mnt/sda1/tce/optional. I added "blacklist.tcz" to /mnt/sda1/tce/onboot.lst
However, when I reboot, /etc/modprobe.conf remains empty without my blacklist edit.
Would someone please tell me what I am doing wrong? Thank you!