sometimes occur when installing the wireless driver package on the OS Slackware.
in the following case occurred in Broadcom wireless.
ok just go ahead. download packet driver and compiled it, then extract it ……
finish. heheheh … wait.
Another possible step to Linux is quite simply as in ubuntu. but this is different.
after you compile the driver package before, we must load the module in order to work.
command:
- Code:
-
sudo modprobe lib80211
sudo insmod wl.ko
Then we copy the modules that have been compiled earlier to the /lib directory .
or can use the command:
- Code:
-
<code><span>sudo cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless</span></code>
on /etc/rc.d/rc.local.
to make sure everything is the way and succeed. try restarting the wireless device.
may be useful.
add the command:
- Code:
-
<code><span style="font-style: italic;">modprobe wl</span></code>