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 > laptop will not connect to wifi when encryption is enabled

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 10-12-2009   #1 (permalink)
Just Joined!
 
Join Date: Mar 2009
Location: madrid
Posts: 34
Send a message via Yahoo to rastro123
laptop will not connect to wifi when encryption is enabled

Hi
Even when I put the code in, my l.top will not connect if there is encryption turned on.Yes I do put the correct password in!! I have tried it both in ubuntu and windows and backtrack. If there is no encrytion it connects fine but I generally use friends connections as I dont have my own internet and they dont want to turn the encrytion off. It has been sugested that the wireless card may be up the juntion. Has anyone else had a similar problem and how did they fix it? Is there anything I can do to test the wireless card? Many thanks if anyone has any ideas. My laptop is a hp dv5 1118es and the wireless is broadcom 4312.
rastro123 is offline  


Reply With Quote
Old 10-14-2009   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
You say that it won't connect to an encrypted network in windows either? Then it is either the wireless card or the network that you are trying to connect to.

Try taking somewhere and connect to a different encrypted connection.Maybe a school, library or coffee shop. You want to try and see if it is the card or not.

It could be your friend's method of encryption. Not all wireless cards support the newest forms of encryption.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 10-14-2009   #3 (permalink)
Just Joined!
 
Join Date: Mar 2009
Location: madrid
Posts: 34
Send a message via Yahoo to rastro123
Quote:
Originally Posted by waterhead View Post
You say that it won't connect to an encrypted network in windows either? Then it is either the wireless card or the network that you are trying to connect to.

Try taking somewhere and connect to a different encrypted connection.Maybe a school, library or coffee shop. You want to try and see if it is the card or not.

It could be your friend's method of encryption. Not all wireless cards support the newest forms of encryption.
Thanks waterhead- so it is perfectly feesable that the problem lies with the wireless card? I tried 3 different places with wpa encryption on, and it wont connect. I have 4 places here that I can use that doesn't have any security enabled and it connects straight away. I've just emailed broadcom but I dont know if they will deal with an end-user. Thanks. Could the fact that I have been messing with a linksys usb wireless to try to do packet injection (I couldn't get it to work in the end) have anything to do with it? Could I have fried something?
A strange thing yesterday - I formatted the l.top again, putting a little partition with windows 7 on and the rest with ubuntu, I went to the nearest free access place with no encryption and it would not connect to their server. I went to mcdonalds free access and it did connect. I put wicd back on and returned to the first place and straight away it connected, although I havent tried it with windows there yet. Once again thanks for advice.
rastro123 is offline   Reply With Quote
Old 10-14-2009   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
I don't know enough about your card, and the wl driver to say what is the culprit. Trying Wicd is a good choice when you are having connection problems.

I did find the spec sheet on the Broadcom 4312 chip:

http://www.broadcom.com/collateral/pb/4312-PB00-R.pdf

Quote:
Security: WEP, WPA Personal, WPA2 Personal, WMM,
WMM-PS (UA-PSE), TKIP, and AES hardware acceleration
So it should be able to handle any encryption method that it comes across. Just make sure that you are using the latest version of the driver. You may even want to try and compile it from source.

Broadcom.com - 802.11 Linux STA driver
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 4 Weeks Ago   #5 (permalink)
Just Joined!
 
Join Date: Mar 2009
Location: madrid
Posts: 34
Send a message via Yahoo to rastro123
Sorry for late reply. Thanks for your trouble in finding the driver for me, however, I dont really understand the instructions so well in the read me file.
I downloaded it to a folder in my home directory called src, so I'm there, and I do mkdir hybrid_wl , its there, I'm looking at it. Then I do cd hybrid_wl then I get stuck....I dont understand number 3 maybe Im stupid, but I dont get it. I dont know what a linux loadable kernal is...and then- 3: Remove any other drivers for the Broadcom wireless.- I dont know how this is done? Niether am I sure just what exactly is a ''top level directory'' - would this be src folder that I downloaded to? Yep....I know pretty dumb eh, but even in windows I never went to command line stuff. If ever there was a problem I found it quicker just to reinstall than try to solve problems. Could you possible give me a few basic instructions on how this is all done pls? - Or point me to a good pdf link that explains how to do it all? Many thanks mate.
rastro123 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,200
I did a little research and it's unclear if Ubuntu 9.04 has the latest version. The source package for linux-restricted-modules, which contains the wl driver, lists it as 5.10.91.9 vs 5.10.91.9-3 as the latest on the broadcom website. So I assume it's a couple of revisions behind. I didn't check, but it's probable that Ubuntu 9.10 will have the current driver and might work better. The final release is due out at the end of the month, but I haven't had any trouble testing the beta release.

Going back to 9.04, this should work as an easier way of installing the module. First, disable the module in the Drivers Manager.

#Make sure you have the proper build tools
Code:
sudo apt-get build-essential debhelper module-assistant quilt wireless-tools
#Download the source debs
Code:
wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-source_5.10.91.9-3_all.deb
wget http://ftp.us.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta-common_5.10.91.9-3_all.deb
#Install and build
Code:
sudo dpkg -i broadcom-sta-common*deb broadcom-sta-source*deb
sudo m-a a-i broadcom-sta
#Load the module and check see how it goes
Code:
sudo modprobe wl
reed9 is online now   Reply With Quote
Old 4 Weeks Ago   #7 (permalink)
Just Joined!
 
Join Date: Mar 2009
Location: madrid
Posts: 34
Send a message via Yahoo to rastro123
Thanks a lot read9, but Im stuck at first post:

boo@boo-laptop:~$ sudo apt-get build-essential debhelper module-assistant quilt wireless-tools
E: Operación inválida: build-essential
boo@boo-laptop:~$
boo@boo-laptop:~$

Invalid operation! Could it be invalid because I already have it here, but don't know?

Incidently I did try the beta version out a few days ago. It seemed to install ok and it looked nice, but there was no wireless icon at the top, and because I dont have access to wired connection I ended up putting 9.04 back on. - I wait a little longer untill the 29th!
rastro123 is offline   Reply With Quote
Old 4 Weeks Ago   #8 (permalink)
Linux Guru
 
reed9's Avatar
 
Join Date: Feb 2009
Location: Boston, MA
Posts: 2,200
That's because I mistyped. Should be
Code:
sudo apt-get install build-essential debhelper module-assistant quilt wireless-tools
reed9 is online now   Reply With Quote
Old 4 Weeks Ago   #9 (permalink)
Just Joined!
 
Join Date: Mar 2009
Location: madrid
Posts: 34
Send a message via Yahoo to rastro123
Hi, well, a strange thing happened yesterday: I went to someones house where they have wep encryption, I tried to get a connection with ubuntu and could not. Then I tried it with windows and to my surprise it did indeed connect, - after telling my friends there was no chance. But to my evern bigger surprise I changed back to ubuntu, tried again, and the pc connected. Maybe its a wpa only issue, I still dont know as I still have yet to try with wpa encryption. Im still a bit uneasy to try this driver you found for me in case I mess it up, - but at least I now know the card in the pc is ok. Thanks again for your time in helping me.
rastro123 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:39 AM.






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

Content Relevant URLs by vBSEO 3.3.0 RC2