Results 1 to 4 of 4
Hi,
I'm able to connect to my connection at home but not at school. When I was running Windows XP on this machine, I had no problem connecting any where. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-15-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 19
Unable to connect to school wireless
Hi,
I'm able to connect to my connection at home but not at school. When I was running Windows XP on this machine, I had no problem connecting any where. I tried several of the solutions from other threads, but none seems to work for me. I also tried 'sudo apt-get --reinstall install bcmwl-kernel-source' that also didn't work. When I go to System -> Administration -> Hardware Drivers, it says "no proprietary drivers are in use on this system". Here is my lspci output:
========lspci==========
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 13)
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
0a:03.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0a:03.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
0a:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
Please help, thank you.
- 12-15-2009 #2Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
What is the output of:
$ /sbin/ifconfig
??EOF
- 12-15-2009 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 19
Here's the output
=========ifconfig============
eth0 Link encap:Ethernet HWaddr 00:13:a9:5f:b6:23
inet addr:131.252.18.187 Bcast:131.252.18.255 Mask:255.255.255.0
inet6 addr: fe80::213:a9ff:fe5f:b623/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:168856 errors:0 dropped:0 overruns:0 frame:0
TX packets:87700 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:209529521 (209.5 MB) TX bytes:10101542 (10.1 MB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:448 (448.0 B) TX bytes:448 (448.0 B)
wlan0 Link encap:Ethernet HWaddr 00:18:de:62:90:a1
inet6 addr: fe80::218:deff:fe62:90a1/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:195 errors:0 dropped:0 overruns:0 frame:0
TX packets:374 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:32778 (32.7 KB) TX bytes:65514 (65.5 KB)
wmaster0 Link encap:UNSPEC HWaddr 00-18-DE-62-90-A1-36-32-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
- 12-16-2009 #4Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
As far as I can see you have the correct configuration for driver and interface... you can check the wifi networks available with:
$ iwlist scan
did you see the essid of the network? ... in that case, maybe it's just a network security configuration problem. Do you know the encryption type of the school network? What are the steps that you're following to setup the network? ... also, post the output of 'dmesg' command plz.EOF


Reply With Quote
