Difference between revisions of "TurtleBox3 Access Point"

From wikidb
Jump to: navigation, search
(Attempt to install Realtek Drivers)
Line 21: Line 21:
  
 
* [http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=14&PFid=55&Level=5&Conn=4&DownTypeID=3&GetDown=false Realtek driver downloads]
 
* [http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=14&PFid=55&Level=5&Conn=4&DownTypeID=3&GetDown=false Realtek driver downloads]
 +
* Selected the following sequence in the "Downloads" tabs on the left of the pag
 +
** "Communications Network ICs"
 +
*** "Network interface controller SW"
 +
**** "10/100M faster internet"
 +
***** "USB 2"
 
Provide this tar file: tar xjf 0010-r8152.53-2.10.0.tar.bz2
 
Provide this tar file: tar xjf 0010-r8152.53-2.10.0.tar.bz2
  

Revision as of 09:05, 12 May 2018

Status

Not Working

Reference Links

Attempt to Install Edimax Drivers

Provided this folder: EW-7811Un_Linux_driver_v1.0.0.5

 cd EW-7811Un_Linux_driver_v1.0.0.5/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/
 sudo ./install.sh

Failed. Not in the mood to debug.

Attempt to install Realtek Drivers

  • Realtek driver downloads
  • Selected the following sequence in the "Downloads" tabs on the left of the pag
    • "Communications Network ICs"
      • "Network interface controller SW"
        • "10/100M faster internet"
          • "USB 2"

Provide this tar file: tar xjf 0010-r8152.53-2.10.0.tar.bz2

  tar xjf 0010-r8152.53-2.10.0.tar.bz2 
  cd r8152-2.10.0/
  ls
  emacs ReadMe.txt &
  make

Failed. Not in the mood to debug.

Conclusion

The Edimax Wifi adapter is old. Its drivers are old and not being maintained. I'll look for a better HW or SW solution rather then expend energy here.

Example Issue Resolutions


EW-7811Un_Linux_driver_v1.0.0.5