I want to use Wifibox/Netbox Graphical Utility to load drivers for a belkin usb n150 network adapter.To do that I need to know which Kernel module i need to do that, How do I find out which module I need. Thanks.

Kernel module for Belkin n150 usb wireless adaper
(4 posts) (2 voices)-
Posted 10 years ago #
-
Hi jbander,
According to this topic http://forum.slitaz.org/topic/cle-wifi-n150-de-belkin-comment-la-faire-fonctionner you need rtl8192CU firmware.
For SliTaz 4.0, follow these instructions http://forum.slitaz.org/topic/cle-wifi-n150-de-belkin-comment-la-faire-fonctionner/page/5#post-20582Posted 10 years ago # -
Ceel when I copy and paste into the terminal do I put all this in at once
# tazpkg install firmware-rtlwifi-20120625.tazpkg
Install module:
# tazpkg install 8192cu-2.6.37.tazpkg
Stop networking:
# /etc/init.d/network.sh stop
Load module:
# modprobe 8192cu
Find wifi adapter name:
ls /sys/class/net
Configure /etc/network.conf:
# leafpad /etc/network.conf
Add wifi adapter name to INTERFACE="" and WIFI_INTERFACE=""
WIFI="yes"
Add Wifi access point info to WIFI_ESSID="",WIFI_KEY="" and WIFI_KEY_TYPE="Or each part after each #
Posted 10 years ago # -
Open a terminal, become root and type only the part after #; hit [enter] key after each command.
SliTaz 4.0 ??
Posted 10 years ago #
Reply
You must log in to post.