Re: Acer Aspire 5742
Your computer seems to have an InviLink Nplify 802.11b/g/n wireless LAN; you can find all its specs here:
http://www.laptop-software.com/acer-...-specs-review/
http://forum.nginx.org/read.php?30,7...9238#msg-79238 states that:
Acer InviLink is a branding for 5 different driver types.Intel, RaLink and 3 types of Atheros drivers.
So, you must first find which driver is yours.
For that:
1) Check whether your wifi card is directly recognized by the system or not:
if it isn't, you'll get something like that:
[oupsemma@fedoreee ~]$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
if it is, like this:
[oupsemma@fedoreee ~]$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bgn Mode:Managed Access Point: Not-Associated
Tx-Power=8 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:off
In this later case, you can use whichever GUI network manager to deal with your wifi connection.
(NetworkManager, Wicd, KWifiManager...)
2) If your card is not recognized by the system, then you have to install it, and for that you've got to know the exact model and chipset of the card:
open a terminal and type:
Code:
lspci | grep -i net
ex:
[oupsemma@fedoreee ~]$ lspci | grep -i net
01:00.0 Network controller: RaLink RT2860
03:00.0 Ethernet controller: Atheros Communications AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0)
(search for lines with wireless, wlan, Network)
Write down the exact name and chipset and find informations on how to install it.
eeepc 1000H Fuduntu
eeepc 901 Crunchbang Statler