I cannot connect to my school's network with 13.04(Raring Ringtail).

Asked by Benjamin Hughes

I cannot connect to my school's PA/WPA2-PSK Enterprise WiFi network with my HP Pavilion laptop running Ubuntu 13.04 (Raring Ringtail. The laptop connects fine under Windows 7 and Ubuntu can connect to any other network I need. The school's network uses 8021x+PEAP encryption and requires a username and password to log on. I know the login is correct because4 I connect on Windows and on my phone. I have tried installing Diane Trout's wpasupplicant-gnutls program on here to fix it but it still won't connect. I enter the username and password and it tells me to enter it again. It does this multiple times until I give up. I've resorted to carrying a mobile WiFi card with me to school but it's not a convenient option, especially if I forget it. I'm hoping the problem will be fixed with the new distro this month but any ideas otherwise?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
freedomrun
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of :

sudo lshw -C network; lsb_release -a; uname -a; sudo rfkill list

Thanks

Revision history for this message
Best freedomrun (freedomrun) said :
#2

For possible workarond please go through everything on: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1104476

if nothing there helps then try also some info of duplicated bug report at: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1173152

Good luck.

Revision history for this message
Benjamin Hughes (thecompgeek1996) said :
#4

PCI (Sysfs)

*-network
       description: Wireless interface
       product: RTL8188CE 802.11b/g/n WiFi Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: ac:81:12:94:40:72
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtl8192ce driverversion=3.8.0-32-generic firmware=N/A ip=10.0.0.12 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:17 ioport:3000(size=256) memory:f0200000-f0203fff
  *-network
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: eth0
       version: 05
       serial: 10:1f:74:bd:3c:ec
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:44 ioport:2000(size=256) memory:f0004000-f0004fff memory:f0000000-f0003fff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.04
Release: 13.04
Codename: raring
0: hp-wifi: Wireless LAN
 Soft blocked: no
 Hard blocked: no
1: phy0: Wireless LAN
 Soft blocked: no
 Hard blocked: no

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Your wifi has an IP. If you run:

echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null

Then try the web, is it ok?

Revision history for this message
Benjamin Hughes (thecompgeek1996) said :
#6

Thanks freedomrun, that solved my question.