0

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.

  • please post the outputs of the following commands, so that we can help. sudo ifconfig -a and sudo lspci -vv. – hp cre Dec 31 '15 at 23:19
  • Thanks. Here is the link for commands you asked to run. http://paste.ubuntu.com/14352903/ – SAIFI369 Jan 01 '16 at 06:13

1 Answers1

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

hp cre
  • 63
  • 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
  • No not at all I'm new to linux – SAIFI369 Jan 02 '16 at 12:19
  • 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