LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-15-2012, 11:55 PM   #1
manadecide
LQ Newbie
 
Registered: May 2012
Distribution: Ubuntu
Posts: 5

Rep: Reputation: Disabled
Ubuntu server 12.04 wireless network card problems


Im very new to ubuntu linux here, what im trying to do is install ubuntu server on another pc i have here to share files. the installation goes well until i get to network configuration. when it gets to the point of searching for wireless networks it cant find any wireless network. i can skip this point and the installation will finish fine but i am still unable too connect to my wireless network.

any help would be great....thanks
 
Old 05-16-2012, 01:05 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
you will need to specify your wireless card model. You can get that by issuing lspci or lsusb in terminal. Than you can also try to google your problem.

4 ways to get wifi working on linux
 
Old 05-16-2012, 09:34 AM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
these commands are to help us to know what your system thinks is installed (not necessarily to get you connected).
Code:
lspci # will tell us the pci devices you have in your system.
lsusb # will tell us the usb devices you have in your system.
ifconfig # will tell us what network interface cards you have turned on in your system.
ifconfig -a # will tell us all the network interface cards you have in your system.
iwconfig # will tell us which of your network interface cards has wireless capability
now that we know that, this should get you connected:
Code:
sudo iwlist device scan # this will use the device interface (that from the above command, we found out has wireless capability) and scan for wireless routers that are accessible.
sudo iwconfig device essid "myssid" # assuming no security, use that device to connect to your router.
sudo dhclient # will attempt to get ip-address, subnet mask, dns server information automatically from your router assuming dhcp is turned on on your router.
also, please post the contents of cat /etc/network/interfaces
and /etc/resolv.conf should contain your dns server.
depending on if ifconfig returns the name of your device, you mite need to turn it on by doing something like: sudo ifconfig device up
you can also run lsmod to see if the wireless driver module is plugged-in.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Wireless Network Card disabled pauluf Linux - Newbie 1 12-28-2010 08:56 AM
Wireless network card not detected by ubuntu dorifutoboi Linux - Networking 6 08-29-2009 10:59 AM
Can't find the wireless network card with Ubuntu evaju Linux - Wireless Networking 6 05-26-2009 07:16 AM
Problems with wireless network card on Toshiba Satellite Pro A60/Ubuntu 5.10 CTM Linux - Laptop and Netbook 3 11-28-2005 04:46 PM
wireless network card problems snip128 Linux - Wireless Networking 1 07-20-2004 12:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration