Dell Studio 1735 w/BCM4312 WEP fails to connect even though I’m using the 10 character HEX key. It connects fine when there’s no security on my Linksys WRT310N router. Ubuntu, Windows 7, my Samsung TV and TiVo all connect fine with the 10 character HEX key, but with opensuse 11.4 I can’t connect.
Have you tried using WPA/WPA2 Personel? That is what I am using and it works just fine. I have openSUSE 11.4, KDE 4.6, am using Network Manager Widget and run KWallet to keep my network Pass Phrase. I know that changing the router security will require modifying all access, but you should not run with no security, ever. It is possible to compile/load the driver from Broadcom as well, as a last resort, but must uninstall your present wireless network (wl and just firmware only, nothing else) files first.
This certainly sounds like a good idea! But I’m sure I’m missing some pre-requisites for your install_wirelless script:
Are your ready to install:
hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
<and>
5_100_82_38.patch
on to your computer now (y/N)?y
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
make: *** /lib/modules/2.6.37.6-0.5-desktop/build: No such file or directory. Stop.
make: *** [clean] Error 2
patching file src/wl/sys/wl_linux.c
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/2.6.37.6-0.5-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
The Compile Process Failed with exit code 2.
I hope to hear more of your thoughtful ideas!
Dale E. Moore
Thanks caf4926; I currently use a 10 character HEX key; I didn’t realize using a 128 character key was an option with my WEP.
The openSUSE drivers for my wireless NIC don’t include the WPA2-Personal (or any other WPA) option. I hope that jdmcdaniel3’s suggestion includes WPA2-Personal, but; so far I haven’t been able to install_wireless because of
make: *** /lib/modules/2.6.37.6-0.5-desktop/build: No such file or directory.
Do you know what needs to be installed to get past this error and do you expect that install_wireless will provide WPA2-Personal for my NIC?
I’m certainly confused by your response caf4926; Are you saying that I shouldn’t listen to jdmcdaniel3 and that somehow if I “Install Broadcom Drivers from Packman” that WPA2-Personal will magically appear? Because that’s not been my experience so-far using wl.
Pardon me scratching my head looking confused,
Dale
Tells me you have the driver in place.
WPA is nothing to do with installing the driver, it’s the type of encryption set in your router/access point. If your router/AP doesn’t support WPA, then you must use what you have available to you. If that is WEP, then you must use the complete hex key, which is probably 128 bit.
So, based on this message, perhaps you need the kernel source code to compile a new wireless driver.
Are your ready to install:
hybrid-portsrc_x86_32-v5_100_82_38.tar.gz
<and>
5_100_82_38.patch
on to your computer now (y/N)?y
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd` clean
make: *** /lib/modules/2.6.37.6-0.5-desktop/build: No such file or directory. Stop.
make: *** [clean] Error 2
patching file src/wl/sys/wl_linux.c
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make: *** /lib/modules/2.6.37.6-0.5-desktop/build: No such file or directory. Stop.
make: *** [all] Error 2
The Compile Process Failed with exit code 2.
You need to do the following:
Open YaST / Software / Software Management - Select the View Button on the top left and pick Patterns. Now, you will see several Patterns listed and you want to select:
Development
[X] Base Development
[X] Linux Kernel Development
[X] C/C++ Development
Then Press the Accept button on the bottom right and allow these applications to install.
Now I did indicate I would try to change my security setting first, before doing a driver compile.
Thank you for clarifying that sometimes I was asked for passphrase and other times I was asked for key. I had entered the key, connected, powered down; then when I came back I couldn’t get back in - I was asked for passphrase. But, with your insight I realize it does always connect properly with my 128 key.
Thanks for taking the time and holding my hand!
During this process I became interested in WAP-Personal and since my router supports that I wonder if (as jdmcdaniel3 originally implied) WAP-Personal might be somehow available for my
It’s WPA not WAP
If the router supports it, use it. It’s much safer.
Once you switch the router to WPA, it uses a passphrase. You use that same passphrase in the networkmanager settings when connecting.
Obviously you have to manage your current connection and edit the Wireless Security section to WPA/WPA2-Personal and enter the passphrase you setup in the router. That’s it.
On 08/01/2011 11:36 PM, caf4926 wrote:
>
> It’s WPA not WAP
> If the router supports it, use it. It’s much safer.
> Once you switch the router to WPA, it uses a passphrase. You use that
> same passphrase in the networkmanager settings when connecting.
> Obviously you have to manage your current connection and edit the
> Wireless Security section to WPA/WPA2-Personal and enter the passphrase
> you setup in the router. That’s it.