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

Notices


Reply
  Search this Thread
Old 01-27-2005, 02:19 PM   #1
fatrandy13
Member
 
Registered: Jun 2004
Location: new jersey
Distribution: anything debian based, long live apt-get
Posts: 230

Rep: Reputation: 30
ndiswrapper worked fine "ESSID:off/any" ??? cant put in an ssid??


i am not that new to linux, but still run into problems now and then.....i used ndiswrapper to install the driver for my wireless card, which went through smoothly...the problem now is that when i do iwconfig wlan0, under ESSID it says off/any and i cant change it. i ahve tried many ways including "iwconfig wlan0 essid WIRELESS" and also editing my /etc/rc.d/rc.wireless.conf file ...........any suggestions?
 
Old 01-27-2005, 04:10 PM   #2
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
If you have encryption you will need to set the key first. You might also want to run
iwlist wlan0 scan
and see if it can see your AP.
Cheers
Chris
 
Old 01-27-2005, 04:18 PM   #3
fatrandy13
Member
 
Registered: Jun 2004
Location: new jersey
Distribution: anything debian based, long live apt-get
Posts: 230

Original Poster
Rep: Reputation: 30
yea i tried setting the encryption first and it didnt work....also iwspy wlan0 scan shows nothing.....
 
Old 01-28-2005, 02:42 AM   #4
snecklifter
Member
 
Registered: Mar 2004
Location: UK/West Yorkshire/Huddersfield
Distribution: Fedora 7
Posts: 982

Rep: Reputation: 30
not iwspy notice, iwlist.
 
Old 02-27-2005, 03:59 AM   #5
BlitzIsOn
LQ Newbie
 
Registered: Feb 2005
Posts: 1

Rep: Reputation: 0
I am having the same problem. I got everything installed with no problems. My little "E" light is on meaning the wireless card is "alive". But when I enter iwlist wlan0 scan, the result is "No Scan Results".
The Fn + F2 buttons activate and de-activate the wireless card as they are supposed to.
I configured my essid, but when I enter: iwconfig wlan0, it lists the ESSID is "off/any".

I am using a eMachine M6805, the card is broadcom 54g Max Performance.

Helppp

Thanks in advance guys
 
Old 10-28-2007, 12:02 PM   #6
MRXGRCH
LQ Newbie
 
Registered: Nov 2006
Posts: 7

Rep: Reputation: 0
Not that this helps...

But I have the same problem, or at least a similar one. I cannot get the darn essid to change from "off/any" unless I put it into ad-hoc mode. Then when I change it back to managed, the essid reverts back to "off/any". I have tried using wpa supplicant regardless, and it doesnt work (since I have a WPA secured network). I am quite at wits end...is there any other way to change the essid other than using iwconfig??
 
Old 10-28-2007, 12:09 PM   #7
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Try bringing the interface up first:

ifconfig wlan0 up
iwconfig wlan0 essid <my_ssid>
 
Old 11-11-2007, 03:44 AM   #8
Cotobear
Member
 
Registered: Nov 2007
Location: Canada
Distribution: Slackware 12.0
Posts: 100

Rep: Reputation: 16
Finally a post with the same problem I'm having. On top of that the previous suggestion also does not work (ifconfig wlan0 up --> no results for iwconfig...)

I've had this problem both with Slackware 12 and Fluxbuntu 7.10RC. Wired connections work no problem. iwconfig fails to change any settings.. just as stated above tried manipulation of both rc.wireless.conf and rc.inet1.conf (Slackware).

Using the DLink WUA 2340 wireless usb key personally, ndiswrapper functioning properly, no dice on network configuration .
 
Old 11-11-2007, 04:03 AM   #9
Cotobear
Member
 
Registered: Nov 2007
Location: Canada
Distribution: Slackware 12.0
Posts: 100

Rep: Reputation: 16
Wow.. this is a very old thread 0_o

Edit: Playing around more with this stuff I found something even more interesting occuring. Running iwconfig gave essid as "off/any", however upon running iwconfig 10 times over the course of a few seconds, it actually yielded a couple of times essid as "Home" as required.

Is this a symptom of two different pieces of software competeing for control? It seems like perhaps there's another program with a different config file that's over ruling this.

Last edited by Cotobear; 11-11-2007 at 04:49 AM.
 
Old 08-21-2008, 01:14 PM   #10
LinuxorDeath
LQ Newbie
 
Registered: Jul 2008
Posts: 16

Rep: Reputation: 0
Wireless Network Problem in Ubuntu 8

I installed the driver with NDisWrapper and I can't seem to connect. I entered in all my wireless router info in network settings. Below is what I got when I ran inwcofig.

matt@2WIRE396:~$ sudo iwconfig
wlan0 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:20 dBm Sensitivity=0/3
RTS thrff Fragment thrff
Encryption keyff
Power Managementff
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

Any ideas on what the problem is and what I should do. I wonder what the Host name should be set to.
 
Old 08-21-2008, 03:34 PM   #11
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Why don't you start a new thread. Since this one is so old, it might not really get noticed.
 
Old 08-22-2008, 11:14 AM   #12
LinuxorDeath
LQ Newbie
 
Registered: Jul 2008
Posts: 16

Rep: Reputation: 0
http://www.linuxquestions.org/questi...untu-8-664392/
 
Old 08-21-2011, 11:32 PM   #13
Da_Nuke
LQ Newbie
 
Registered: Aug 2011
Posts: 12

Rep: Reputation: Disabled
Bumping this thread because this just happened to me:

Quote:
Originally Posted by Cotobear View Post
Edit: Playing around more with this stuff I found something even more interesting occuring. Running iwconfig gave essid as "off/any", however upon running iwconfig 10 times over the course of a few seconds, it actually yielded a couple of times essid as "Home" as required.

Is this a symptom of two different pieces of software competeing for control? It seems like perhaps there's another program with a different config file that's over ruling this.
This happens when you have the network-manager daemon running. Debian and Ubuntu have it enabled by default because the KDE and GNOME desktop environments use it to manage your network settings and to connect to wireless networks from the GUI; as a result, it interferes with what you do from the command line, and if you want to control your wireless interface with good ol' iwconfig and ifconfig, you have to disable it.

To do so, write this:

Code:
# sudo /etc/init.d/network-manager stop
I did this and it worked right away, dhclient fetched properly the IP address from my wireless modem immediately afterwards.

Hope you find it useful. :3

Last edited by Da_Nuke; 08-21-2011 at 11:46 PM.
 
  


Reply

Tags
iwconfig, setup, wireless



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
Sound: "No such device" with cs4614 on Debian. It worked with RedHat 9 goozlq Linux - Software 7 10-14-2004 06:16 PM
Installation of "RC1" Debian-Installer fine, but will not load xprimnt Debian 2 08-12-2004 07:44 PM
ndiswrapper with Broadcom WLAN mini-PCI :: iwconfig returns ESSID:"" chr15t0 Linux - Wireless Networking 17 07-27-2004 07:40 AM
ndiswrapper, linksys 802.11g, essid not "sticking" bishiraver Linux - Wireless Networking 4 07-18-2004 03:48 PM
Judge finally tells SCO to "put up or shut up" Capt_Caveman General 5 12-07-2003 10:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 05:22 AM.

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