This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

udhcpc doesn't assign ip address to interface wlan2 on dm365

Hi, 

I'm trying to setup Asus wl-167g v3 wireless USB adapter on DM365, driver was working fine and interface wlan2 up but ip not assign after running udhcpc.

#udhcpc -i wlan2 -n 

udhcpc (v1.13.2) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing

#iwconfig


wlan2 IEEE 802.11bg ESSID:"belkin54g" Nickname:"rtl_wifi"
Mode:Managed Frequency:2.412 GHz Access Point: xx:xx:xx:xx:xx:xx
Bit Rate:54 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Encryption key:****-****-****-****-****-****-****-**** Security mode:open
Power Management:off
Link Quality=10/100 Signal level=10/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
udhcpc was working fine with eth0 interface..

-Manoj-
  • Hi all, 

    Asus wl-167g wireless usb adapter was working on dm6467..

    #udhcpc -iwlan0 -n
    udhcpc (v1.13.2) started
    Sending discover...
    Sending select for 192.168.2.228...
    Lease of 192.168.2.228 obtained, lease time 86400
    adding dns 202.54.12.164
    adding dns 202.54.29.5
    
    
    
    
    #iwconfig
    wlan0     IEEE 802.11bg  ESSID:"belkin54g"  Nickname:"rtl_wifi"
    Mode:Managed Frequency:2.412 GHz Access Point: xx:xx:xx:xx:xx:xx
    Bit Rate:54 Mb/s Sensitivity:0/0
    Retry:off RTS thr:off Fragment thr:off
    Encryption key:****-****-****-****-****-****-****-**** Security mode:open
    Power Management:off
    Link Quality=30/100 Signal level=30/100 Noise level=0/100
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0

    still i'm trying to fix it on dm365..

    i'm getting 

    #udhcpc -i wlan2 -n 

    udhcpc (v1.13.2) started
    Sending discover...
    Sending discover...
    Sending discover...
    No lease, failing
    
    
    
    
    can someone help me reg this..!
    
    
    Regards,
    Manoj
  • I think you must recheck DHCP-server settings for wlan2 interface.

  • Hi Kirill,

    Dhcp server working fine with other boards (even with eth0 interface of dm365),while running udhcpc on dm365 its keep on sending DHCP Discover message to server.