LinuxQuestions.org
Review your favorite Linux distribution.
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 12-27-2009, 11:25 PM   #1
sephox
LQ Newbie
 
Registered: Dec 2009
Posts: 8

Rep: Reputation: 0
Wireless not working


Hey guys, I am unable to get my wireless working and I need some help from somebody who knows what they are doing!

I have a Dell XPS M1210 running Ubuntu 9.10 with a 4965AGN Intel wireless card.

I'm not getting a wireless LED. I went into BIOS and made sure that wireless is enabled, and I configured the WiFi switch so that switching it won't affect anything.

I used to run Windows and the light would come on but I will never use windows again.

No light, no wireless.
 
Old 12-28-2009, 12:26 AM   #2
vishesh
Member
 
Registered: Feb 2008
Distribution: Fedora,RHEL,Ubuntu
Posts: 661

Rep: Reputation: 66
Whats output of iwconfig command ?
 
Old 12-28-2009, 12:50 AM   #3
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by sephox View Post
Hey guys, I am unable to get my wireless working and I need some help from somebody who knows what they are doing!
Welcome to LQ - you are in the right place. You will be asked to enter cammands into a terminal - so let us know if this gives you problems.
Quote:
I have a Dell XPS M1210 running Ubuntu 9.10 with a 4965AGN Intel wireless card.
Intel wireless usually works out of the box.
Quote:
I'm not getting a wireless LED. I went into BIOS and made sure that wireless is enabled, and I configured the WiFi switch so that switching it won't affect anything.
That's good. You will not always get a wireless led in linux - it tends to depend on the mobo/vendor. Getting the pretty lights to work tends to be low priority.
Quote:
I used to run Windows and the light would come on but I will never use windows again.
Feel the freedom
Quote:
No light, no wireless.
How do you know you have no wireless?

In the top panel, on the RHS, there is a network applet - it looks like a TV when there is no wireless up, but changes depending on the connection.

Right-click on it for a bunch of options, one of them aught to be "enable wireless", or left-click on it to see whats going on. You may just need to select a wap to connect to.

If nothing, then, as pointed out earlier, open a terminal and enter "iwconfig", copy and paste the result to your reply. We'll also want to see the lspci entry for your wireless card.
 
Old 12-29-2009, 01:18 AM   #4
sephox
LQ Newbie
 
Registered: Dec 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Sure, no problem.. here are my commands:

iwconfig
Code:
lo        no wireless extensions.

eth0      no wireless extensions.

wlan1     IEEE 802.11abgn  Mode:Managed  Access Point: Not-Associated   
          Tx-Power=0 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
lspci
Code:
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation G72M [GeForce Go 7400] (rev a1)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection (rev 61)
I see that the wireless card seems to be in this list from the lspci entry (It is at the bottom of the list though, if that has any significance). When I left click on the icon for network applet it shows this:
Code:
Wired Network
   Auto eth0
   Disconnect
Wireless Networks
   disconnected

VPN Connections >
Connect to Hidden Wireless Network...
Create New Wireless Network...
When I right click on the network applet icon I get this:
Code:
[x]Enable Networking
[x]Enable Wireless
   Connection Information
   Edit Connections
   About
We do have a wifi in the house that I can connect to with my iPhone, and that the rest of the family can connect to with their laptops. This is news to my wireless card.
 
Old 01-02-2010, 06:08 AM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
wlan1 IEEE 802.11abgn Mode:Managed Access Point: Not-Associated
Tx-Power=0 dBm
Retry long limit:7 RTS thrff Fragment thrff
Power Managementff

OK - this means that your wireless card is recognised and the driver has been loaded. Odd that this is wlan1 though - have you had two wireless thingies attached at some stage?

from lspci, I only need the entry for your wifi card:
Quote:
Intel Corporation PRO/Wireless 4965 AG or AGN
... there is a bug associated with this card:
https://bugs.launchpad.net/ubuntu/+s...ux/+bug/277634
... only it does not look like your problem.


try:

iwlist wlan1 scan


commandline often produces useful information - see below:
http://www.ghacks.net/2009/04/14/con...-command-line/
 
Old 01-04-2010, 06:22 PM   #6
sephox
LQ Newbie
 
Registered: Dec 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Hrmmm

I tried the command
Quote:
iwlist wlan1 scan
and got
Quote:
wlan1 Failed to read scan data : Network is down
I tried it as a super user with
Quote:
sudo iwlist wlan1 scan
and got
Quote:
wlan1 Interface doesn't support scanning : Network is down
What does that even mean? The network is up.

* And I was using a USB wireless for a while (for school) but it also broke. FML
 
Old 01-04-2010, 07:29 PM   #7
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
[x]Enable Networking
... disconnect the ethernet cable.

[x]Enable Wireless
... I take it this means that the enable wireless box is ticked?
if not then tick it, if so then then toggle the wifi switch - watch what happens - untick the box then retick it. When the card looks for a network you get an animation. When the animation stops you should get a choice of networks.

If your home access point is set to n, set it to g instead.
Make sure your wap is not hidden nor uses security (temporary.)
Make sure wireless is disabled in the network manager.

ifconfig wlan1 down
ifconfig wlan1 up
sudo iwlist wlan1 scan

iwconfig essid <yournet> mode Managed freq 2.462G key <yourkey>

(key part included for completeness. this is for wap set to g-only - the scan should have confirmed this. If not, set the freq to the scanned frequency.)

dhclient wlan1

errors and outputs from all this should help. Also:

dmesg | grep wl
uname -a

Last edited by Simon Bridge; 01-04-2010 at 07:38 PM.
 
Old 01-05-2010, 08:00 AM   #8
sephox
LQ Newbie
 
Registered: Dec 2009
Posts: 8

Original Poster
Rep: Reputation: 0
ifconfig wlan1 up
Quote:
SIOCSIFFLAGS: Input/Output error
uname -a
Quote:
Linux felix 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686 GNU/Linux
dmesg | grep wl
Quote:
[ 3.012976] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 2.6.31-16-generic-ks
[ 3.012979] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[ 3.013032] iwlagn 0000:0c:00.0: assigned PCI INT A -> IRQ 5
[ 3.013059] iwlagn 0000:0c:00.0: sharing IRQ 5 with 0000:00:1f.2
[ 3.013091] iwlagn 0000:0c:00.0: sharing IRQ 5 with 0000:00:1f.3
[ 3.013099] iwlagn 0000:0c:00.0: sharing IRQ 5 with 0000:03:00.0
[ 3.013110] iwlagn 0000:0c:00.0: setting latency timer to 64
[ 3.013131] iwlagn 0000:0c:00.0: Detected Intel Wireless WiFi Link 4965AGN REV=0x4
[ 4.320956] iwlagn 0000:0c:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 4.321040] iwlagn 0000:0c:00.0: irq 20 for MSI/MSI-X
[ 4.428213] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 4.453274] udev: renamed network interface wlan0 to wlan1
[ 4.580980] iwlagn 0000:0c:00.0: firmware: requesting iwlwifi-4965-2.ucode
[ 4.598990] iwlagn 0000:0c:00.0: loaded firmware version 228.61.2.24
[ 4.603776] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+12 (of 788), is 0x0, s/b 0x402069
[ 4.603847] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.604478] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+36 (of 788), is 0x2069, s/b 0x402069
[ 4.604545] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.605064] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+4 (of 788), is 0x2069, s/b 0x400000
[ 4.605130] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.605821] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+56 (of 788), is 0x0, s/b 0x2069
[ 4.605888] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.606499] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x0, s/b 0x2069
[ 4.606566] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.615764] iwlagn 0000:0c:00.0: Unable to initialize device after 5 attempts.
[ 4.747042] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+24 (of 788), is 0x402069, s/b 0xf802020
[ 4.747114] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.747704] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+4 (of 788), is 0x2069, s/b 0x400000
[ 4.747771] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.748387] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x0, s/b 0x2069
[ 4.748454] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.749066] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x0, s/b 0x2069
[ 4.749134] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.749747] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x0, s/b 0x2069
[ 4.749812] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 4.759252] iwlagn 0000:0c:00.0: Unable to initialize device after 5 attempts.
[ 11.221124] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+60 (of 788), is 0x0, s/b 0x402069
[ 11.221129] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 11.221624] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+12 (of 788), is 0x2069, s/b 0x402069
[ 11.221626] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 11.222269] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+56 (of 788), is 0x1600000, s/b 0x2069
[ 11.222271] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 11.222900] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+52 (of 788), is 0x0, s/b 0x1600000
[ 11.222903] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 11.223639] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+84 (of 788), is 0x234a, s/b 0x244a
[ 11.223642] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 11.232870] iwlagn 0000:0c:00.0: Unable to initialize device after 5 attempts.
[ 74.208290] iwlagn 0000:0c:00.0: Hardware error detected. Restarting.
[ 74.208296] iwlagn 0000:0c:00.0: Not valid error log pointer 0x00000000 for RT uCode
[ 74.208300] iwlagn 0000:0c:00.0: Invalid event log pointer 0x00000000 for RT uCode
[ 74.208901] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+36 (of 788), is 0x0, s/b 0x402069
[ 74.208903] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 74.209626] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+80 (of 788), is 0x0, s/b 0x234a
[ 74.209628] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 74.210189] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x0, s/b 0x2069
[ 74.210192] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 74.210753] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x0, s/b 0x2069
[ 74.210755] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 74.211317] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+32 (of 788), is 0x3580800, s/b 0x2069
[ 74.211319] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 74.220611] iwlagn 0000:0c:00.0: Unable to initialize device after 5 attempts.
[ 100.506793] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+8 (of 788), is 0x402069, s/b 0x2069
[ 100.506798] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 100.507373] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+36 (of 788), is 0x0, s/b 0x402069
[ 100.507376] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 100.508032] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+56 (of 788), is 0x0, s/b 0x2069
[ 100.508034] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 100.508676] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+56 (of 788), is 0x3580800, s/b 0x2069
[ 100.508678] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 100.509320] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+56 (of 788), is 0x0, s/b 0x2069
[ 100.509322] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
[ 100.518489] iwlagn 0000:0c:00.0: Unable to initialize device after 5 attempts.
 
Old 01-06-2010, 12:07 AM   #9
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Code:
[ 4.453274] udev: renamed network interface wlan0 to wlan1
[ 4.580980] iwlagn 0000:0c:00.0: firmware: requesting iwlwifi-4965-2.ucode
[ 4.598990] iwlagn 0000:0c:00.0: loaded firmware version 228.61.2.24
[ 4.603776] iwlagn 0000:0c:00.0: BSM uCode verification failed at addr 0x00003800+12 (of 788), is 0x0, s/b 0x402069
[ 4.603847] iwlagn 0000:0c:00.0: Unable to set up bootstrap uCode: -5
Associated with BSM and uCode - in turn, associated with power management.
wifi usually gets renamed to wlan1 if there is a bluetooth card present - this can sometimes give trouble too.

BSM = "Bootstrap State Machine".

You should try different states of the wifi switch anyway - sometimes these are hardware as well as software switches and bios only disables the software side.

Sometimes windows - through advanced power management features in the bios - will leave a network interface in an unusable condition. We will have to rule this out somewhat before filing a bug report.

Try - complete power down of computer - remove the battery - leave it for 30 seconds - power up. Disable bluetooth and power management in the bios. (if bios lists any special "advanced" power management features, switch them off too.) See what, if anything, is different. Hopefully this process will have reset everything.

Did this interface ever work with Ubuntu before or is this the first time you've had linux on this computer? Have you got all the updates?

If you have a dual boot: you may want to try - without battery, boot to windows, make a wireless connection, without disconnecting: pull the plug out forcing an unclean hard shut-down without going through the start menu. reinsert the plug, boot to ubuntu.

check the CLI stuff from above is the same.

I'm checking with a bunch of mates I know.
 
Old 12-30-2011, 05:14 PM   #10
sephox
LQ Newbie
 
Registered: Dec 2009
Posts: 8

Original Poster
Rep: Reputation: 0
Cool I got a problem solver and his name is revolver

The solution was to get some fwcutter firmware installed and b43 modprobe magic going. Got the card up and running now without any problems.

Essentially the incorrect firmware had been installed for the card. After I learned how to linux a little bit better I was able to solve my own problem.

If anyone else is having an issue please try installing the following packages:

Code:
b43-fwcutter
firmware-b43-installer
Then the following command should make your wifi card pop up out of the dark abyss!

Code:
modprobe b43
Have a nice day
 
Old 01-18-2012, 11:05 AM   #11
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Rep: Reputation: 15
wireless not working

My wireless is not working either, except in Windows XP which I do not use. Instead I have debian "squeeze" dual booted on an HP laptop and the same Intel wireless card. The problem seems similar, except that there is no wireless applet but there is a wireless switch which lights a wireless LED. Also I have wlan0 rather than wlan1.

"iwlist wlan0 scanning" detects any wireless access points in the neighborhood and I can get descriptions of them with "iwconfig". An LQWiki says that "most drivers will find the right channel in a minute", but nothing happens.

"firmware-iwlwifi" is installed along with "network-manager" and "network-manager-gnome". Shouldn't the connection take place automatically or am I supposed to do something to make it happen?

I have been using debian etch-lenny-squeeze for several years for correspondence, email, spreadsheets, internet, etc., but when it comes to communication and networks you can probably tell from the above that I am a complete newbie and would appreciate a bit of help.
 
Old 01-20-2012, 04:51 PM   #12
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by hilltownboy View Post
"iwlist wlan0 scanning" detects any wireless access points in the neighborhood and I can get descriptions of them with "iwconfig". An LQWiki says that "most drivers will find the right channel in a minute", but nothing happens.

"firmware-iwlwifi" is installed along with "network-manager" and "network-manager-gnome". Shouldn't the connection take place automatically or am I supposed to do something to make it happen?
It sounds like everything is working, you're just not connecting to a network. Wireless isn't like wired, it won't just hop onto any connection it finds and start using it. You have to tell it which wireless network you want to join, and provide any applicable encryption keys.

Something like "iwconfig wlan0 mode managed essid NETWORK key KEY" should work, replacing NETWORK with the name of the network you want to join, and KEY with the encryption key for it.
 
Old 01-20-2012, 07:50 PM   #13
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Rep: Reputation: 15
wireless not working

Thank you, suicidaleggroll. I'll try that next time I am near a wireless network.
 
Old 01-31-2012, 08:09 PM   #14
hilltownboy
Member
 
Registered: Jan 2008
Location: Ashfield, MA
Distribution: Debian 11 "Bullseye", Arch
Posts: 123

Rep: Reputation: 15
wireless not working

suicidelegroll, I have tried every possible, I think, version of your suggested iwconfig command. The ESSID is recognized, but no connection to the access point occurs.
 
Old 02-01-2012, 10:16 AM   #15
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
What type of encryption is your network running? The above command will only work for WEP, if you're running WPA or WPA2 then you'll need to use wpa_supplicant
 
  


Reply

Tags
dell, ubuntu, wireless


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Intel PRO/wireless 4965 ANG wireless card on hpdv9500 not working(off and on) Quargar Linux - Hardware 0 08-02-2008 09:06 PM
Intel Wireless 3945ABG Wireless NIC card not working after 8.04 clean install creature124 Linux - Hardware 4 05-03-2008 11:58 AM
Wireless and Wired connection on Belkin wireless G F5D7230 not working together ernie79 Linux - Hardware 1 02-10-2008 06:50 AM

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

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