Ubutnu 18.04 host + RT2870/RT2030 Wireless Adapter failing when running hostapd

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I am running into this problem, where I am unsuccessful in finding a solution for.



I have an alfa card which ubuntu 18.04 recognized as



Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter


when I run the lusb command.



initial dmesg returns the following:



[ 192.133940] usb 1-1: Product: 802.11 n WLAN
[ 192.133944] usb 1-1: Manufacturer: Ralink
[ 192.133947] usb 1-1: SerialNumber: 1.0
[ 192.263484] usb 1-1: reset high-speed USB device number 6 using xhci_hcd
[ 192.427076] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
[ 192.438190] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 0005 detected
[ 192.438831] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'
[ 192.461020] rt2800usb 1-1:1.0 wlx00c0ca905f06: renamed from wlan0
[ 192.484409] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
[ 192.484460] ieee80211 phy2: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[ 192.484497] ieee80211 phy2: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
[ 192.726269] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
[ 192.776963] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready


which looks promising.



I am trying to use my OS to host an AccessPoint with docker container Debian image + hostapd. When I run the hostapd inside the container, it failed, and when i looked into dmesg on the host (Ubuntu 18.04), i see the following:



ieee80211 phy1: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -71 [ 246.780931] 


Any suggestion on what I can try so the error will be corrected and i can run hostapd?



Thanks.










share|improve this question

























    up vote
    0
    down vote

    favorite












    I am running into this problem, where I am unsuccessful in finding a solution for.



    I have an alfa card which ubuntu 18.04 recognized as



    Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter


    when I run the lusb command.



    initial dmesg returns the following:



    [ 192.133940] usb 1-1: Product: 802.11 n WLAN
    [ 192.133944] usb 1-1: Manufacturer: Ralink
    [ 192.133947] usb 1-1: SerialNumber: 1.0
    [ 192.263484] usb 1-1: reset high-speed USB device number 6 using xhci_hcd
    [ 192.427076] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
    [ 192.438190] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 0005 detected
    [ 192.438831] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'
    [ 192.461020] rt2800usb 1-1:1.0 wlx00c0ca905f06: renamed from wlan0
    [ 192.484409] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
    [ 192.484460] ieee80211 phy2: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
    [ 192.484497] ieee80211 phy2: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
    [ 192.726269] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
    [ 192.776963] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready


    which looks promising.



    I am trying to use my OS to host an AccessPoint with docker container Debian image + hostapd. When I run the hostapd inside the container, it failed, and when i looked into dmesg on the host (Ubuntu 18.04), i see the following:



    ieee80211 phy1: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -71 [ 246.780931] 


    Any suggestion on what I can try so the error will be corrected and i can run hostapd?



    Thanks.










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am running into this problem, where I am unsuccessful in finding a solution for.



      I have an alfa card which ubuntu 18.04 recognized as



      Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter


      when I run the lusb command.



      initial dmesg returns the following:



      [ 192.133940] usb 1-1: Product: 802.11 n WLAN
      [ 192.133944] usb 1-1: Manufacturer: Ralink
      [ 192.133947] usb 1-1: SerialNumber: 1.0
      [ 192.263484] usb 1-1: reset high-speed USB device number 6 using xhci_hcd
      [ 192.427076] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
      [ 192.438190] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 0005 detected
      [ 192.438831] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'
      [ 192.461020] rt2800usb 1-1:1.0 wlx00c0ca905f06: renamed from wlan0
      [ 192.484409] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
      [ 192.484460] ieee80211 phy2: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
      [ 192.484497] ieee80211 phy2: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
      [ 192.726269] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
      [ 192.776963] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready


      which looks promising.



      I am trying to use my OS to host an AccessPoint with docker container Debian image + hostapd. When I run the hostapd inside the container, it failed, and when i looked into dmesg on the host (Ubuntu 18.04), i see the following:



      ieee80211 phy1: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -71 [ 246.780931] 


      Any suggestion on what I can try so the error will be corrected and i can run hostapd?



      Thanks.










      share|improve this question













      I am running into this problem, where I am unsuccessful in finding a solution for.



      I have an alfa card which ubuntu 18.04 recognized as



      Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter


      when I run the lusb command.



      initial dmesg returns the following:



      [ 192.133940] usb 1-1: Product: 802.11 n WLAN
      [ 192.133944] usb 1-1: Manufacturer: Ralink
      [ 192.133947] usb 1-1: SerialNumber: 1.0
      [ 192.263484] usb 1-1: reset high-speed USB device number 6 using xhci_hcd
      [ 192.427076] ieee80211 phy2: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
      [ 192.438190] ieee80211 phy2: rt2x00_set_rf: Info - RF chipset 0005 detected
      [ 192.438831] ieee80211 phy2: Selected rate control algorithm 'minstrel_ht'
      [ 192.461020] rt2800usb 1-1:1.0 wlx00c0ca905f06: renamed from wlan0
      [ 192.484409] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
      [ 192.484460] ieee80211 phy2: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
      [ 192.484497] ieee80211 phy2: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.36
      [ 192.726269] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready
      [ 192.776963] IPv6: ADDRCONF(NETDEV_UP): wlx00c0ca905f06: link is not ready


      which looks promising.



      I am trying to use my OS to host an AccessPoint with docker container Debian image + hostapd. When I run the hostapd inside the container, it failed, and when i looked into dmesg on the host (Ubuntu 18.04), i see the following:



      ieee80211 phy1: rt2x00usb_vendor_request: Error - Vendor Request 0x06 failed for offset 0x0404 with error -71 [ 246.780931] 


      Any suggestion on what I can try so the error will be corrected and i can run hostapd?



      Thanks.







      ubuntu wifi drivers






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 11 at 5:33









      Neophyte

      11




      11

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f461950%2fubutnu-18-04-host-rt2870-rt2030-wireless-adapter-failing-when-running-hostapd%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f461950%2fubutnu-18-04-host-rt2870-rt2030-wireless-adapter-failing-when-running-hostapd%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay