• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » DaVinci™ Video Processors » DM814x and AM387x Processors Forum » Usb Wifi dongle support on DM814x
Share
DaVinci™ Video Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS

Usb Wifi dongle support on DM814x

Usb Wifi dongle support on DM814x

This question is not answered
Rohini Srinivas
Posted by Rohini Srinivas
on Feb 10 2012 00:28 AM
Intellectual385 points

Hi,

Please could I know if there is usb wifi dongle support on DM814 processor?

I have tried connecting Buffalo wifi dongle "WLI-UC-GN", but dont see it been detected as a network link. It requires the driver "rt2870sta" which is see is not there in DM814X by default.

I have downloaded the usb rta2870 linux driver from http://www.ralinktech.com/en/04_support/support.php?sn=501 but it does not support dm814x platform.

Please could you provide me inputs if rta2870sta driver support is available for dm814x platform or let me know if any other usb wifi dongle with appropriate driver that could provide the need.

Regards,
Rohini



DM814x
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Ajay
    Posted by Ajay
    on Feb 10 2012 22:14 PM
    Genius9470 points

    You can refer http://processors.wiki.ti.com/index.php/How_to_test_USB_wifi which is for DWA-125 using rt3070 driver from ralink.

    Ajay

    If my reply answers your question then please click on the green button "Verify Answer"

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rohini Srinivas
    Posted by Rohini Srinivas
    on Feb 16 2012 06:14 AM
    Intellectual385 points

    Hi,

    @Ajay : Thanks for the response.

    I was able to build the kernel and driver rt2870sta.ko for DM814X. insmod of the driver is also successfull.

    root@dm814x-evm:/# insmod rt2870sta.ko
    rtusb init --->
    usbcore: registered new interface driver rt2870

    But still the ra0 link is not detected when ifconfig is given. On giving the below command error is seen.

    root@dm814x-evm:/# ifconfig ra0 up
    ifconfig: SIOCGIFFLAGS: No such device

    Should there be separate package for wireless tools installed on DM814X? Any pointers would be helpful.

    Thanks and Regards,

    Rohini

     

     

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rohini Srinivas
    Posted by Rohini Srinivas
    on Apr 10 2012 00:14 AM
    Intellectual385 points

    Hi,

    I am able to see the wlan0 connection in the output of iwconfig but wlan fails to start and set an ip address.

     IWCONFIG output

    root@dm814x-evm:/usr/local/sbin/sbin# ./iwconfig

    lo        no wireless extensions.

     eth0      no wireless extensions.

     wlan0     IEEE 802.11bgn  ESSID:off/any

              Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm

              Retry  long limit:7   RTS thr:off   Fragment thr:off

              Encryption key:off

              Power Management:on

    IFCONFIG output

    root@dm814x-evm:/usr/local/sbin/sbin# ifconfig

    eth0      Link encap:Ethernet  HWaddr 40:5F:C2:3E:BD:A0

              inet addr:10.1.115.42  Bcast:10.255.255.255  Mask:255.0.0.0

              UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1

              RX packets:10805 errors:0 dropped:582 overruns:0 frame:0

              TX packets:7465 errors:0 dropped:0 overruns:0 carrier:0

              collisions:0 txqueuelen:1000

              RX bytes:7841462 (7.4 MiB)  TX bytes:1049788 (1.0 MiB)

              Interrupt:40

    lo        Link encap:Local Loopback

              inet addr:127.0.0.1  Mask:255.0.0.0

              UP LOOPBACK RUNNING  MTU:16436  Metric:1

              RX packets:0 errors:0 dropped:0 overruns:0 frame:0

              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

              collisions:0 txqueuelen:0

              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

    Start wlan -

    root@dm814x-evm: # ifconfig wlan0 up

    phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.

    ifconfig: SIOCSIFFLAGS: No such file or directory

    dmesg output -

    usb 2-1.4: new high speed USB device using musb-hdrc and address 4
    usb 2-1.4: New USB device found, idVendor=0411, idProduct=015d
    usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    usb 2-1.4: Product: 802.11 n WLAN
    usb 2-1.4: Manufacturer: Ralink
    usb 2-1.4: SerialNumber: 1.0
    PM: Adding info for usb:2-1.4
    PM: Adding info for usb:2-1.4:1.0
    PM: Adding info for No Bus:phy0
    ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    PM: Adding info for No Bus:wlan0
    PM: Adding info for No Bus:ep_81
    PM: Adding info for No Bus:ep_01
    PM: Adding info for No Bus:ep_02
    PM: Adding info for No Bus:ep_03
    PM: Adding info for No Bus:ep_04
    PM: Adding info for No Bus:ep_05
    PM: Adding info for No Bus:ep_06
    PM: Adding info for No Bus:usbdev2.4
    PM: Adding info for No Bus:ep_00
    PM: Adding info for No Bus:2-1.4:1.0
    PM: Removing info for No Bus:2-1.4:1.0
    phy0 -> rt2x00lib_request_firmware: Error - Failed to request Firmware.

    Since the firmware updation needs to be done for the dongle, please could anyone provide me pointers on how to go about this in updating the rt2870.bin file.

    Any other pointers would be helpful.

    Thanks and Regards,

    Rohini

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ajay
    Posted by Ajay
    on Apr 10 2012 03:45 AM
    Genius9470 points

    Rohini,

    You may want to see README in wifi driver and see there will be instruction on copying .bin to /etc/Wireless/rtxxxx/

    Ajay

    If my reply answers your question then please click on the green button "Verify Answer"

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rohini Srinivas
    Posted by Rohini Srinivas
    on Apr 10 2012 03:50 AM
    Intellectual385 points

    Ajay,

    The driver is built as part of the kernel (statically). I have download the rt2870.bin file and copied to /lib/firmware (this dir wasnt there and its been created).

    Still I see the same error. Any idea where the firmwares are loaded in DM814X? or if its loaded as part of the image itself?

    Thanks and Regards,

    Rohini

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Rohini Srinivas
    Posted by Rohini Srinivas
    on Apr 16 2012 07:09 AM
    Intellectual385 points

    Hi,

    Is the source code available to create rt2870.bin file for DM814X?

    Regards,

    Rohini

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Ajay
    Posted by Ajay
    on Apr 24 2012 21:06 PM
    Genius9470 points

    Rohini,

    rt2870 is ralink chipset driver and they can be downloaded from ralink.com page. You can follow the wiki link i posted earlier to compiel for driver.

    Ajay

    If my reply answers your question then please click on the green button "Verify Answer"

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Jed ZHU
    Posted by Jed ZHU
    on Dec 20 2012 03:06 AM
    Intellectual700 points

    Hi Ajay,

    We're using rt3070 chipset on DM8168 but met some problrms, and I found the wiki page is not available, could you please post it on wiki again?

    http://processors.wiki.ti.com/index.php/How_to_test_USB_wifi which is for DWA-125 using rt3070 driver from ralink

     

    Thanks in advance.

    Jed

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Margarita Gashova
    Posted by Margarita Gashova
    on Feb 22 2013 05:23 AM
    Expert7670 points

    Hello,

    Jed ZHU
    I found the wiki page is not available, could you please post it on wiki again?

    http://processors.wiki.ti.com/index.php/How_to_test_USB_wifi

    Best Regards

    Margarita

    NOTE : Please click "Verify Answer" if this post has answered your question!

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use