So I've installed Ubuntu 12.04 LTS on my laptop that uses a Centrino Wireless-N + WiMAX 6150. I try to connect to my college campus wifi, which it recognizes, but whenever I put in my login information, it attempts to connect for a while before it spits out the "Wireless Network Authentication Required" screen before it finally disconnects from the wireless. It does this ad nauseum. I am able to get a wired connection, which is what I am currently using right now.

I did try to do my homework on this, which ultimately lead me here. I've been to http://intellinuxwireless.org/?n=Info to make sure my drivers up to date, and then I found out that since I'm using 12.04, all the drivers should have been up to date anyway. I also found out that kernels later than 2.6.38 are broken with the Centrino Wireless-N + WiMAX 6150 wireless cards, but since this was a fresh install of Ubuntu and not an upgrade, I didn't think this was a feasible option and that it really apply to me. So, I'm currently at a loss.

Also, after poking around the forums for a bit, here are my outputs of the following:

Code:
cat /etc/lsb-release; uname -a 
lspci -nnk | grep -iA2 net 
lsusb 
iwconfig 
rfkill list all 
lsmod
My outputs:
Code:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
Linux WLT 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N + WiMAX 6150 [8086:0885] (rev 67)
    Subsystem: Intel Corporation Centrino Wireless-N + WiMAX 6150 BGN [8086:1305]
    Kernel driver in use: iwlwifi
--
04:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0)
    Subsystem: ASUSTeK Computer Inc. Device [1043:1851]
    Kernel driver in use: atl1c

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 8087:07d6 Intel Corp. 
Bus 001 Device 004: ID 13d3:5710 IMC Networks 

lo        no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
eth0      no wireless extensions.

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: asus-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: asus-wimax: WiMAX
    Soft blocked: yes
    Hard blocked: no

Module                  Size  Used by
dm_crypt               23125  1 
rfcomm                 47604  0 
parport_pc             32866  0 
ppdev                  17113  0 
bnep                   18281  2 
bluetooth             180104  10 rfcomm,bnep
snd_hda_codec_hdmi     32474  1 
snd_hda_codec_realtek   223867  1 
joydev                 17693  0 
arc4                   12529  2 
snd_hda_intel          33773  3 
snd_hda_codec         127706  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep              13668  1 snd_hda_codec
snd_pcm                97188  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi           13324  0 
snd_rawmidi            30748  1 snd_seq_midi
snd_seq_midi_event     14899  1 snd_seq_midi
snd_seq                61896  2 snd_seq_midi,snd_seq_midi_event
asus_nb_wmi            12710  0 
asus_wmi               24456  1 asus_nb_wmi
sparse_keymap          13890  1 asus_wmi
snd_timer              29990  2 snd_pcm,snd_seq
snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    78855  16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
iwlwifi               332672  0 
mac80211              506816  1 iwlwifi
mac_hid                13253  0 
soundcore              15091  1 snd
psmouse                87692  0 
serio_raw              13211  0 
uvcvideo               72627  0 
videodev               98259  1 uvcvideo
mei                    41616  0 
snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
cfg80211              205544  2 iwlwifi,mac80211
v4l2_compat_ioctl32    17128  1 videodev
lp                     17799  0 
parport                46562  3 parport_pc,ppdev,lp
atl1c                  41717  0 
i915                  468745  4 
wmi                    19256  1 asus_wmi
drm_kms_helper         46978  1 i915
drm                   242038  5 i915,drm_kms_helper
i2c_algo_bit           13423  1 i915
video                  19596  1 i915
Thank you greatly in advance!