lilzz wrote:allfox wrote:I have two suggestions:
1 - Uninstall ifplugd. I was confused when sometime I could acquire an IP, sometime I just can't, until I purge this thing.
2 - If you plug wifi adapter in pi's USB directly , check your power supplier.
how to uninstall ifplugd?
i try rename ifplugd ifplugd_old but it says Barewood "ifplugd not allowed while "strict subs in use.
When you want to install something:
Code: Select all
sudo apt-get install [something's name]
When you want to uninstall something:
Code: Select all
sudo apt-get remove [something's name]
And your error message sounds from perl, are you using a perl script to rename things? You could use the mv command~
