[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Commands in /etc/rc.local Fail



On 02/24/13 01:10, Roman V.Leon. wrote:
On 24.02.2013 12:59, Thomas D. Dean wrote:
On 02/24/13 00:23, Thomas D. Dean wrote:

After more investigation, it appears that some time is needed between
loading the driver and ifup.

# ifdown wlan0 && modprobe -v -r b43 && modprobe -v b43 && ifup wlan0

fails.

# ifdown wlan0 && modprobe -v -r b43 && modprobe -v b43 && sleep 1 &&
ifup wlan0

works.

Tom Dean


Right, but i cannot understand why the module is still loading if you
added it in your blacklists, didn't you forget to rebuild your initrd ?

My problem was wlan0 not up after boot.

blacklisting the module did not fix this problem, it just made it necessary to manually bring up wlan0.

Thanks,
Tom Dean


Reply to: