473,396 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Wireless woes

Strider1066
Hi, I can't figure out my wireless (a 2WIRE router/modem) problem. After running the below script both the KWiFiManager and iwconfig shows that my card is working. However, a ping fails. My main card is a bmc4318, but the result is the same with a Linksys pci card.

I've managed to get wireless working on another laptop under Kubuntu versions of Gutsy and Feisty but now that I'm running Hardy....

Expand|Select|Wrap|Line Numbers
  1. #!/bin/bash
  2. iwconfig wlan0 essid "2WIRE178"
  3. iwconfig wlan0 mode managed
  4. iwconfig wlan0 channel auto
  5. iwconfig wlan0 rate 54M auto
  6. iwconfig wlan0 key open s:"1234567890"
  7. iwconfig wlan0 ap 00:ab:cd:ef:12:34
  8. iwconfig wlan0 retry 7
  9.  
  10. iwconfig wlan0
  11. ping -I wlan0 -c 5 google.com
  12.  
  13.  
  14. steve@poohsPlace:~$ sudo ./startWireless
  15. [sudo] password for steve:
  16.  
  17. <output>
  18.  
  19. wlan0     IEEE 802.11g  ESSID:"2WIRE178"
  20.           Mode:Managed  Frequency:2.412 GHz  Access Point: 00:ab:cd:ef:12:34
  21.           Bit Rate=1 Mb/s   Tx-Power=27 dBm
  22.           Retry limit:7   RTS thr:off   Fragment thr=2346 B
  23.           Encryption key:****-****-****-****-****
  24.           Link Quality=75/100  Signal level=-39 dBm  Noise level=-71 dBm
  25.           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  26.           Tx excessive retries:0  Invalid misc:0   Missed beacon:0
  27.  
  28. PING google.com (72.14.207.99) from 192.168.1.66 wlan0: 56(84) bytes of data.
  29. From poohs (192.168.1.66) icmp_seq=1 Destination Host Unreachable
  30. From poohs (192.168.1.66) icmp_seq=2 Destination Host Unreachable
  31. From poohs (192.168.1.66) icmp_seq=3 Destination Host Unreachable
  32. From poohs (192.168.1.66) icmp_seq=4 Destination Host Unreachable
  33. From poohs (192.168.1.66) icmp_seq=5 Destination Host Unreachable
  34.  
  35. --- google.com ping statistics ---
  36. 5 packets transmitted, 0 received, +5 errors, 100% packet loss, time 4045ms, pipe 3
  37.  
Any thought would be appreciated.
Jun 13 '08 #1
1 2111
Nepomuk
3,112 Expert 2GB
I'm using Xubuntu Hardy and am therefore not quite sure, that you have absolutely the same network-packages installed as I do (Kubuntu has it's own packages in quite a few areas), but the normal route would be to try via the package "network-admin" instead of trying to set it up manually.
I've had problems like that in the past and I found, that somehow this package must be interfering with any console-based settings. Of course, if you want to do it manually, you can do so - but then I'd remove network-admin.

I'm not using WiFi with this computer as it's a Desktop and near to the router, so I'm quite limited in helping. But I'm trying my best :-D

Greetings,
Nepomuk
Jun 16 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Steve Chen | last post by:
Wireless Search with Summarized Results/Web Pages, powered by Google! We just released a wireless search service. The wireless search service takes the results returned by Google and gives key...
2
by: happymeteor | last post by:
Hi, everyone! I've tried to make a program which can get the wireless signal strength of wireless NIC(ex. 802.11b network card). As I know, regardless of whatever vender's NIC is used, in the...
8
by: Debbie | last post by:
Thank you for any help you can give me. I have a database that I've been working on... a backend for the server and front ends for the users. Now I've found out that the network is wireless and...
4
by: Al | last post by:
Hi, Although my application perform nicely in wired network, the performance in wireless network is very bad (I have tested in 802.11b). Would appreciate if anyone could suggest how I can improve...
45
by: Arno R | last post by:
Hi all, I am about to distribute an A97-runtime app. which will be used on a LAN by approx. 30 users. The network is pretty good, but there are a few managers who have wireless laptops... Of...
1
by: =?Utf-8?B?QmVmdWRkbGVkLTE=?= | last post by:
Trying to set up a WGA54G (gaming adapter) to a WRT54G(wireless router) so I am able to use a wireless service provider on an already established wired/wireless office network. Thoughts???
7
by: ixeye | last post by:
Anybody else ever had a problem like this? Windows 2003 Domain with 180 machines, 21 of them with XP SP2 Laptop Wireless access to the domain, on three different WIFI AP. Randomly (and luckily...
1
by: Nefrit | last post by:
OK this is my situation: This coming Friday I will be getting Telewest broadband installed in my house, along with my PC there are 3 other PC's and 1 Laptop, making a total of 5 all using Windows....
4
by: Pancakes | last post by:
Hello all, this is my first post in these forums, so bear with me if I've broken a few rules here or there. Anyhow, I would like to ask if anyone if familiar with the XBee Pro, here, and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.