|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Wireless Questions about wireless networking setup, use, and wireless specific applications |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I have a Belkin Wireless PCI Card (Broadcom BCM4306/R3).
I have installed the firmware and dmesg | grep firmware shows no issues loading the firmware (which I installed following the instructions on this site). The Card finds the network and connects to it (it gets an IP address and eerything, see below). Code:
wlan0 Link encap:Ethernet HWaddr 00:11:50:3D:04:2B
inet addr:192.168.2.7 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::211:50ff:fe3d:42b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:14718 (14.3 Kb)
BUT I cannot access the internet. I have tried pinging my router and I get the following : Code:
francisco@linux-wiwl:~> ping -c 5 192.168.2.1 PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. --- 192.168.2.1 ping statistics --- 5 packets transmitted, 0 received, 100% packet loss, time 4011ms I know the address for the router is correct as I can ping it when I use my ethernet cable. I have done a fair bit of searching, but just cant nail the problem. I assume it lies with the way my card tries to communicate with the router, but appart from that I have no idea as to what is going on. Also, sudo /usr/sbin/iwlist scan yields: Code:
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wmaster0 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 00:17:3F:7C:0C:6E
ESSID:"Belkin_G_Plus_MIMO_7C0C6E"
Mode:Master
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=80/100 Signal level:-47 dBm Noise level=-61 dBm
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:tsf=00000011bcbc6ebc
Extra: Last beacon: 706ms ago
pan0 Interface doesn't support scanning.
Code:
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"Belkin_G_Plus_MIMO_7C0C6E"
Mode:Ad-Hoc Frequency:2.412 GHz Cell: 72:9B:67:49:C2:3F
Tx-Power=27 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.
Any help would be greatly appreciated. |
|
|||
|
I cant do that unfortunately.
The card seems to connect to the router and the router seems to give it its IP (It sees the network and seems to join it). The issue is I cant ping the router, let alone go on the internet. It seems the card can recieve information, but cant send it? Ie. the ping requests go unanswered with 100% packet loss, which should not happen as my computer is litteraly 6 meters from the router. |
|
||||
|
Can you connect wired and wirelessly? Verify you are getting two different IP addresses.
Otherwise, I am not sure what to suggest.
__________________
"Linux provides freedom, problem is most users don't know what it is or how to use it." ~me openSUSE; Have a lot of fun on your desktop again! Linux User #477531 | Danbury Area Computer Society (www.dacs.org) |
|
|||
|
Yes, I can connect both wired and wirelessly. When wired everything works perfectly and I get a different IP to when I connect with the wireless card.
|
|
|||
|
FranP wrote:
> Yes, I can connect both wired and wirelessly. When wired everything > works perfectly and I get a different IP to when I connect with the > wireless card. Your wireless should be in "Managed" rather than "Ad Hoc" mode when you use an AP. |
|
|||
|
appreciate the help, but im afraid that doesnt do it either. When I change it to Managed, I still am unable to connect to the net and when I ping the router I get the following:
Code:
linux-wiwl:~ # ping -c 5 192.168.2.1 PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. From 192.168.2.6: icmp_seq=1 Destination Host Unreachable From 192.168.2.6 icmp_seq=1 Destination Host Unreachable From 192.168.2.6 icmp_seq=2 Destination Host Unreachable From 192.168.2.6 icmp_seq=5 Destination Host Unreachable |
|
|||
|
FranP wrote:
> appreciate the help, but im afraid that doesnt do it either. When I > change it to Managed, I still am unable to connect to the net and when I > ping the router I get the following: > > > Code: > -------------------- > linux-wiwl:~ # ping -c 5 192.168.2.1 > PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. > From 192.168.2.6: icmp_seq=1 Destination Host Unreachable > From 192.168.2.6 icmp_seq=1 Destination Host Unreachable > From 192.168.2.6 icmp_seq=2 Destination Host Unreachable > From 192.168.2.6 icmp_seq=5 Destination Host Unreachable Are you using NetworkManager or ifup to connect? If the latter, please post the contents of /etc/sysconfig/network/ifcfg-wlan0 Larry |
|
|||
|
Network Manager.
My settings are as follows: DHCP (versions 4 and 6) Operating mode : Managed No Encryption |
|
|||
|
FranP wrote:
> Network Manager. > > My settings are as follows: > DHCP (versions 4 and 6) > Operating mode : Managed > No Encryption That should be OK. There are some instances that NetworkManager needs to have wpa_supplicant installed even though the link does not use WPA. Does that help? In addition, please post the output of dmesg | egrep "ssb|b43|elan0" You should also look at the end of /var/log/NetworkManager to see if anything shows up there. |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|