LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't connect to wireless at school. (https://www.linuxquestions.org/questions/linux-newbie-8/cant-connect-to-wireless-at-school-775905/)

tuan_b918 12-15-2009 05:51 PM

Can't connect to wireless at school.
 
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.

xnchao01 12-15-2009 06:29 PM

$ /sbin/ifconfig

?

----------------
Merry Christmas
http://web.archive.org/web/20070728150330giatemran
This brought me to massive tearsketcameavte

xnchao01 12-15-2009 06:32 PM

I am using wireshark for one of my projects.
I am using a command some thing like this
under root previlege from wireshark folder I am running the following command from the command line
wireshark -i eth0 -f "host 192.168.2.3" -k -c 1000 -w "output.txt"

It works fine from the command line but running from a java application causes me an error
it throws me an error
at double quotes
I even tried using \ but of no use
like
String cmd = "wireshark -i eth0 -f \"host 192.168.2.3\" -k -c 1000 -w output.txt"
If i did not put quotes for output.txt it works fine but it is not the same case for the -f option, even though i tried several ways to include quotes but of no use...
-----------------------
Merry Christmas
http://www.youtube.com/watch?vkhoxathue3234
http://www.youtube.com/watch?v=Fgiagiater
http://www.youtube.com/watch?v=Msankhogla
http://www.youtube.com/watch?v=G0giasupotqua

tuan_b918 12-15-2009 06:40 PM

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)

tuan_b918 01-13-2010 07:16 PM

Just want to share the good news, I got my wireless to work. Problem-free :):):) Thank you all


All times are GMT -5. The time now is 03:50 PM.