LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-03-2009, 10:19 AM   #31
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by bret381 View Post
Look for a button or switch with an icon similar to the image attached. If it is a button, just press it once. If it is a switch, move it to the other side
I remember that one of my friends (he's using a Compact laptop), he has to switch something (maybe the wireless card)before conecting to wifi., but i never switched anything into my laptop before i connect to wifi, it's automatic.i think, if im not wrong it's built in.

I did not see any button or switch that looks like the image you have given me
 
Old 12-03-2009, 10:25 AM   #32
bret381
Member
 
Registered: Nov 2009
Location: Alabama
Distribution: Arch x86_64
Posts: 650

Rep: Reputation: 79
other people seem to have success running the following command

rfkill unblock all

Try that.
 
Old 12-03-2009, 10:30 AM   #33
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by bret381 View Post
other people seem to have success running the following command

rfkill unblock all

Try that.
this command is for what?
 
Old 12-03-2009, 10:34 AM   #34
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by newbieinubuntu View Post
this command is for what?
nothing happened..orr do i have to put a "sudo" in it?
 
Old 12-03-2009, 10:35 AM   #35
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by bret381 View Post
other people seem to have success running the following command

rfkill unblock all

Try that.
nothing happened..orr do i have to put "sudo" in it?
 
Old 12-03-2009, 10:47 AM   #36
bret381
Member
 
Registered: Nov 2009
Location: Alabama
Distribution: Arch x86_64
Posts: 650

Rep: Reputation: 79
yes, use sudo... sorry
 
Old 12-03-2009, 10:54 AM   #37
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by bret381 View Post
yes, use sudo... sorry
still nothing happened
 
Old 12-03-2009, 11:15 AM   #38
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Please post the output from
Code:
lspci
lsmod |grep iwl
ifconfig
iwconfig
 
Old 12-03-2009, 11:15 AM   #39
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I'm lost here---and I imagine that you are too...

First, please give some more detail on you internet setup: Whose connection is it? Is there a wired connection available? (If not, can you somehow find a wired connection?---you will need that for several possible reasons.)

Second, did you run iwconfig? Here is mine:
Code:
[mherring@mystical log]$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:""  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
This tells us that there is wireless only on wlan0, but that it is not connected. If you get "no wireless extensions" for all interfaces, it means that the driver for your card is not installed. To check further, run these commands and post the output here:

Code:
lsmod|grep 3945

dmesg|grep 3945

find /lib -name  "*3945*"
If we find that the driver is not installed, you will have to find a wired connection to install it.

Stay with us---this probem WILL be fixed!!
 
Old 12-03-2009, 08:28 PM   #40
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
I'm lost here---and I imagine that you are too...

First, please give some more detail on you internet setup: Whose connection is it? Is there a wired connection available? (If not, can you somehow find a wired connection?---you will need that for several possible reasons.)

Second, did you run iwconfig? Here is mine:
Code:
[mherring@mystical log]$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11abgn  ESSID:""  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
This tells us that there is wireless only on wlan0, but that it is not connected. If you get "no wireless extensions" for all interfaces, it means that the driver for your card is not installed. To check further, run these commands and post the output here:

Code:
lsmod|grep 3945

dmesg|grep 3945

find /lib -name  "*3945*"
If we find that the driver is not installed, you will have to find a wired connection to install it.

Stay with us---this probem WILL be fixed!!


I'm so sorry for the very late reply, i was so sleepy because it was late in the evening here in the Philippines. By the way, i've tried the iwconfig and we have same results..i will try the next command..thank u for your help =)
 
Old 12-03-2009, 08:32 PM   #41
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post

Code:
lsmod|grep 3945

dmesg|grep 3945

find /lib -name  "*3945*"
I was about to do this command but i have no character here in my keyboard which shows the character between d and g (gets?)
 
Old 12-03-2009, 08:33 PM   #42
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Please post the output from
Code:
lspci
lsmod |grep iwl
ifconfig
iwconfig
i was about to do this command but i have no character (the one in the middle of d and g in lsmod grep) in my keyboard..
 
Old 12-03-2009, 08:35 PM   #43
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
if i will be able to find a wired connection, what will i do?
 
Old 12-03-2009, 10:46 PM   #44
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by newbieinubuntu View Post
i was about to do this command but i have no character (the one in the middle of d and g in lsmod grep) in my keyboard..
You are referring to the | symbol---in Linux it is used to specify a pipe---it is very common when using the terminal

Look here and see if you can identify what keyboard layout you are using:
http://en.wikipedia.org/wiki/Keyboard_layout
Quote:
By the way, i've tried the iwconfig and we have same results.
This means that you already have the wireless driver installed----the other commands will confirm this.

Have you tried "iwlist wlan0 scan"? (It might need sudo at the beginning.)
 
Old 12-04-2009, 09:30 AM   #45
newbieinubuntu
Member
 
Registered: Dec 2009
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pixellany View Post
You are referring to the | symbol---in Linux it is used to specify a pipe---it is very common when using the terminal

Look here and see if you can identify what keyboard layout you are using:
http://en.wikipedia.org/wiki/Keyboard_layout
This means that you already have the wireless driver installed----the other commands will confirm this.

Have you tried "iwlist wlan0 scan"? (It might need sudo at the beginning.)
i think i have already tried this but it cant perform the scan because it's not connected in the internet.Thanks.
 
  


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
urgent:: internet connection sharing: DNS server not working shyam_d_sundar Linux - Networking 18 05-04-2021 05:52 PM
internet connection in ubuntu 8.10 r.samanta Linux - Newbie 1 09-22-2009 05:20 AM
Urgent : Configuring Skystar2 for internet on ubuntu inzi2u Linux - General 2 10-29-2007 11:18 PM
No internet connection on Ubuntu 6.10 BernardNys Linux - Wireless Networking 2 04-30-2007 05:55 AM
[URGENT] Internet connection problem w/ bamboo 'n' cable modem humaneasy Mandriva 20 09-11-2003 10:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:29 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