Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - eks

Pages: [1]
1
5x00 General discussions / Network Problem
« on: December 05, 2004, 02:24:24 pm »
No knowledge of your particular card.  From what you say, it sounds like you have a sporadic connection to your access point (AP).  If kismet is working, chances are the problem lies with your AP's Internet connection, or interference with other APs nearby.  Some general suggestions:
  • If your Access Point is using channel 6 (the usual default), then it's likely to be on the same channel as nearby APs.
  • Have you used this AP successfully with other wireless devices?
  • (Install one of the console/terminal apps if you need to)
  • From the console, type
    Code: [Select]
    ifconfig wlan0You should get something vaguely similar to the following:
    Code: [Select]
    wlan0      Link encap:Ethernet  HWaddr 00:0B:CD:A6:07:E3
              inet addr:192.168.0.13  Bcast:192.168.0.255  Mask:255.255.255.0
              UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:5655 errors:0 dropped:0 overruns:0 frame:0
              TX packets:5218 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:5134329 (4.8 Mb)  TX bytes:630554 (615.7 Kb)
              Interrupt:10 Base address:0x6000
    Look at inet addr, RX packets (receive), and TX packets (transmit).  If the IP address and TX bytes aren't reasonable, your card isn't connecting to the AP, and you need to dig further.  If TX packets is positive, but RX packets is 0, you're trying to connect to the AP, but it isn't responding (for whatever reason).
  • If you have an IP address (assigned by the router using DHCP), then from the console try
    Code: [Select]
    ping [your router's *internal (LAN)* IP Address (default is often 192.168.1.1)]If you can't ping your router, they're not talking.
  • If you can ping your router, then from the console, try
    Code: [Select]
    ping yahoo.comIf it fails, your AP most likely isn't connected to the Internet at that point in time, or you're having DNS problems (most likely your ISP's DNS servers are flakey, or some other problem).
  • WiFi is plagued by a myriad of problems, including flakey equipment (APs and network adapters, as well as interference).

3
General Discussion / Can't install software, or it doesn't work
« on: October 28, 2004, 09:46:38 pm »
Quote
How do I get to a command prompt on my Zaurus? I don't have a terminal program or anything like that. Where is it hiding?

You need qkonsole.

Pages: [1]