Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > acer update

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 4 Weeks Ago   #1 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 56
acer update

Yesterday a forum member was good enough to get my laptop wireless working -
I fiddled around with some downloads afterwards trying to get my dvd player to work but otherwise I left well enough alone.
This morning - top right hand screen says no network connection - have I upset something somewhere....
smokeyone is offline  


Reply With Quote
Old 4 Weeks Ago   #2 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,192
Is it not showing any wireless connection available through the networkmanager?

What is the output of
Code:
ifconfig -a
Does
[code]sudo iwlist wlan0 scan/code]
list your wireless network?
reed9 is offline   Reply With Quote
Old 4 Weeks Ago   #3 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
In your other thread, you reported a signal strength of 28%. This is not very strong, and could be responsible for your connection problems. If the wireless access-point/router is in another room, the signal may be partially blocked by walls.

I have a similar wireless in my Eee PC, but to be exactly sure run this command.
Code:
lspci -nn | grep Atheros
This is what my output is, note the ID number in the brackets [ ].
Code:
01:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
Then, post the output of this command. It will give more detailed connection information. You can remove sensitive info, like the SSID name.
Code:
iwconfig
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 4 Weeks Ago   #4 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 56
ifconfig -a without touchinjg anything except for moving the acer closer to the hub

pan0 Link encap:Ethernet HWaddr 66:80:03:a3:d8:4a
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wlan0 Link encap:Ethernet HWaddr 00:1f:3a:68:22:00
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

wmaster0 Link encap:UNSPEC HWaddr 00-1F-3A-68-22-00-00-00-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
smokeyone is offline   Reply With Quote
Old 4 Weeks Ago   #5 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 56
[code]sudo iwlist wlan0 scan/code]
says command not found - typed from terminal


06:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)

iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
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

pan0 no wireless extensions.
smokeyone is offline   Reply With Quote
Old 4 Weeks Ago   #6 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,192
I mistyped.
[code]sudo iwlist wlan0 scan/code] should be
Code:
sudo iwlist wlan0 scan
Forgot the bracket.

The ultimate point is, are you seeing any wireless networks, either via network manager, or this alternative method?

Are you using wireless encryption and do you know what kind, WEP or WPA/WPA2?
reed9 is offline   Reply With Quote
Old 4 Weeks Ago   #7 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
Thank you for the info.

Reed9 had a typo in that command, he meant this:
Code:
iwlist wlan0 scan
On my system, it seemed to use a variable connection rate. I forced it to use the maximum rate, and it seems to have stayed that way permanently. Try it, and see if you connection improves any.
Code:
iwconfig wlan0 rate 54M
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 4 Weeks Ago   #8 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 56
wlan0 No scan results

iwconfig wlan0 rate 54M
Error for wireless request "Set Bit Rate" (8B20) :
SET failed on device wlan0 ; Operation not permitted.

Between typing in code I unpluggeed the eth cable to test the wireless - very briefly the netgear word appeared together with the going around in circles thingy - but it did not connect - then returned to no signal
smokeyone is offline   Reply With Quote
Old 4 Weeks Ago   #9 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
Sorry, use sudo.
Code:
sudo iwconfig wlan0 rate 54M
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 4 Weeks Ago   #10 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 56
Sorry, am I going wrong somewhere - in a terminal !

sudo iwconfig wlan0 rate 54M

command not found
smokeyone is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 11:24 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2