Find the answer to your Linux question:
Results 1 to 4 of 4
Hi, i'm having some trouble getting the wireless set up on debian 4.0. here is some output: ARRRGH - why is out put showing as images??? [EDIT]: please see below ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    30

    stumped with wireless: everything seems fine?



    Hi,

    i'm having some trouble getting the wireless set up on debian 4.0.

    here is some output:


    ARRRGH - why is out put showing as images???

    [EDIT]: please see below for output on seperate posts - this editor is complaining about images!

    i'm sure this will be a trivial matter for those with a lot more experience than myself - i however have no idea as to what might be wrong.

    any suggestions?

  2. #2
    Just Joined!
    Join Date
    Oct 2006
    Posts
    30

    Iwconfig Output

    debian: # iwconfig
    lo no wireless extensions.

    eth1 no wireless extensions.

    eth0 no wireless extensions.

    wlan0 IEEE 802.11b ESSID:"my-essid" Nickname:"zd1201"
    Mode:Managed Channel : 6 Access Point: 00 : C0 : 02 : C5 : BB : 8A
    Bit Rate : 11 Mb/s
    Retry : off RTS thr:off Fragment thr:off
    Encryption key : off
    Power Management : off
    Link Quality : 0/128 Signal level=34/128 Noise level : 0/128
    Rx invalid nwid : 0 Rx invalid crypt :0 Rx invalid frag : 0
    Tx excessive retries : 0 Invalid misc : 0 Missed beacon : 0

    sit0 no wireless extensions.

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Posts
    30

    rest of output

    debian: # iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 00:C0:02:C5:BB:8A
    ESSID:"my-essid"
    Mode:Master
    Channel:3
    Bit Rates:1 Mb/s
    Bit Rates:2 Mb/s
    Bit Rates:5.5 Mb/s
    Bit Rates:11 Mb/s
    Bit Rates:22 Mb/s
    Encryption key:on
    Quality=34/128 Signal level=-86 dBm Noise level=-99 dBm


    debian: # dmesg | grep wlan0
    usb 1-1: wlan0: ZD1201 USB Wireless interface
    wlan0: no IPv6 routers present
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    wlan0: no IPv6 routers present



    debian: # dhclient wlan0
    Internet Systems Consortium DHCP Client V3.0.4
    Copyright 2004-2006 Internet Systems Consortium.
    All rights reserved.

    Listening on LPF/wlan0/00:02:72:40:95:df
    Sending on LPF/wlan0/00:02:72:40:95:df
    Sending on Socket/fallback
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
    DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
    No DHCPOFFERS received.
    No working leases in persistent database - sleeping.



    debian: # ping 192.168.0.1
    PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
    From 192.168.0.15 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.15 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.15 icmp_seq=3 Destination Host Unreachable

    --- 192.168.0.1 ping statistics ---
    5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4017ms
    , pipe 3



    the config within /etc/network/interfaces:
    # wireless interface
    # iface wlan0 inet dhcp
    iface wlan0 inet static
    address 192.168.0.15
    netmask 255.255.255.0
    gateway 192.168.0.1
    wireless-essid my-essid
    wireless-keymode restricted
    wireless-key my-wep-key

    auto wlan0
    allow-hotplug wlan0

  4. #4
    Linux User
    Join Date
    Feb 2006
    Posts
    484
    Look for the outputs

    Your card listening on chanel 6 but you AP provide services on chanle 3
    use iwconfig for change settings or anything what you prefer.

    And post the output of "iwlist wlan0 freq".

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •