I have Ubuntu 15.04 but I am unable to get my Wireless (Intel Centrino Wireless-N 1000) to work. Any help. I'm new to Linux.
Asked
Active
Viewed 1,533 times
1 Answers
0
Ok it seems your wifi card is seen by your system fine. You just need to configure it using either the graphical tools available with the desktop system (gnome by default) or through command line by configuring wpa_supplicant. Here's a link configure wifi from command line
Also check this using network manager from command line
-
Thanks I have also downloaded the drivers from intellinux site for my model but I don't know how to install them. I actually want to create wifi hotspot so each time system starts,, hotspot automatically starts. – SAIFI369 Jan 02 '16 at 04:10
-
You don't need drivers, the system already sees the card fine. You just need to configure the card. If you want to make it a hot-spot then you need a software package called "hostapd". Check these sites for detailed help. https://seravo.fi/2014/create-wireless-access-point-hostapd. http://www.cyberciti.biz/faq/debian-ubuntu-linux-setting-wireless-access-point/ – hp cre Jan 02 '16 at 10:44
-
Ok but I'm unqble to understand the instructions on the link u sent which one i have to follow to create hotspot and connect to wifi – SAIFI369 Jan 02 '16 at 10:48
-
First one. Just follow the steps. Are you familiar with Linux command line tools ? – hp cre Jan 02 '16 at 10:50
-
-
Ok then, i suggest you ask a friend or neighbour to help. Sorry i can't help further – hp cre Jan 02 '16 at 12:22
sudo ifconfig -a
andsudo lspci -vv
. – hp cre Dec 31 '15 at 23:19