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

Re: Commands in /etc/rc.local Fail



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


Reply to: