Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: EDUP 802.11N wireless adapter

  1. #1
    Join Date
    Apr 2008
    Location
    Zagreb, Croatia
    Beans
    69
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb EDUP 802.11N wireless adapter

    Recently I purchased for few bucks on eBay a wireless network adapter with name "EDUP 802.11N". This thread explains how to setup this device on Ubuntu.



    I inserted USB wireless adapter on Windows XP and it was recognized as "Realtek RTL8188SU Wireless LAN 802.11n USB 2.0 Network Adapter". Windows didn't have any problem to install its driver automatically but for Ubuntu I had to give some additional effort.

    After that I went on Realtek official site (www.realtek.com.tw) where I found that this device is supported on linux platform, downloaded and compiled linux driver. This driver (kernel module) is for kernels from 2.6.18 ~ 2.6.33. Unzip this file and in "drivers" subfolder there is driver archive (tar.gz).

    Code:
    >cd rtl8712_8188_8191_8192SU_usb_linux_v2.6.0006.20100625/driver
    >tar zxvf rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20100625.tar.gz
    >cd rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20100625
    >make
    >./clean
    After compilation I got driver "8712u.ko" which I had to start as

    Code:
    >sudo insmod 8712u.ko
    After that my Network Manager recognized my wireless USB and I was able to setup wireless connection as usual.

    In order this driver to be loaded at startup (boot), I copied it into /lib/firmware directory and setup startup command in /etc/rc.local file:

    Code:
    insmod /lib/firmware/8712u.ko &
    
    exit 0
    HTH
    Attached Images Attached Images
    Last edited by sbrbot; August 26th, 2011 at 07:59 AM.

  2. #2
    Join Date
    Aug 2010
    Beans
    1

    Re: EDUP 802.11N wireless adapter

    Thanks, sbrbot. You are my new hero!!!

  3. #3
    Join Date
    Apr 2008
    Location
    Zagreb, Croatia
    Beans
    69
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: EDUP 802.11N wireless adapter

    You're welcome! The only catch with this is that one will have to compile it again for every new kernel.
    Last edited by sbrbot; September 6th, 2010 at 08:44 AM.

  4. #4
    Join Date
    May 2007
    Beans
    12

    Re: EDUP 802.11N wireless adapter

    Ok, I may find the answer before you respond back but I have a EDUP wifi lan card that fits into my pci express but in my desktop. I'm guessing I will find the drivers on the same website?

  5. #5
    Join Date
    Apr 2008
    Location
    Zagreb, Croatia
    Beans
    69
    Distro
    Ubuntu 12.04 Precise Pangolin

    Exclamation Re: EDUP 802.11N wireless adapter

    I'm guessing that too. But man, what's the point of this post that you are or I am guessing something. Have you tried to find it? If you cannot find it then say it and ask for help or sth, this "guessing" post has no value.

  6. #6
    Join Date
    Oct 2010
    Beans
    2

    Re: EDUP 802.11N wireless adapter

    i get stuck at the ./clean bit

    ERROR: Module r8192s_usb does not exist in /proc/modules
    ERROR: Module ieee80211_rsl does not exist in /proc modules
    ERROR: Module ieee80211_crypt_ccmp does not exist in /proc/modules
    ERROR: Module ieee80211_crypt_tkip does not exist in /proc/modules
    ERROR: Module ieee80211_crypt_wep does not exist in /proc/modules
    ERROR: Module ieee80211_crypt does not exist in /proc/modules

    Any ideas? I'm running xbmclive from an aspire revo although im not sure why that should make a difference.
    The revo has a built in wireless card (but its very poor), would that effect the usb one?

    Good to see you got it working yourself anyway, it's looking likely I'll just have to get another card.
    been at this all day and there's not the slightest sign of life coming out of the usb stick when in the revo.

    it works fine when tested on other systems running windows.
    came across a few threads by the chili guy on here also but to no avail with his good work

  7. #7
    Join Date
    Oct 2010
    Beans
    2

    Re: EDUP 802.11N wireless adapter

    so having spent all day yesterday trying to fix this, trawling google, trying to use different commands in the terminal and rebooting god knows how many times I still had no joy.

    Then today i plug the device into my desktop that runs windows vista 64bit, it updated its drivers (internet?) and was then ready to run on that machine.

    I'd already tried it on a laptop running windows 7 and it installed drivers automatically without you having to click any command prompts.

    Anyway quite amazingly I plugged it back into my acer aspire revo system running xbmc live (ubuntu) and when powered on I notice it's light starts flashing and suddenly everything is working fine.

    I have no idea how it's working now but it is so maybe people that get stuck try the same(?

  8. #8
    Join Date
    Apr 2008
    Location
    Zagreb, Croatia
    Beans
    69
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: EDUP 802.11N wireless adapter

    So, you inserted your EDUP into Win7 and it somehow "enabled" your device to work under Linux as well. OK, good one. However, I'm glad to see that it works now for you.

    BTW, a driver for USB and other similar (PnP) devices should be installed before inserting device, after driver is installed only then device should be inserted. That's the general rule - fow Windows and Linux as well.

  9. #9
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    5
    Distro
    Ubuntu

    Re: EDUP 802.11N wireless adapter

    When I do

    >tar zxvf rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.201006 25.tar.gz

    In the terminal I get unknown command zxvf.

    Am I suppose to extract the zip, because I did and is there a specific location I need to put it?
    Last edited by bp13; October 12th, 2010 at 09:32 PM.

  10. #10
    Join Date
    Oct 2010
    Location
    Canada
    Beans
    5
    Distro
    Ubuntu

    Re: EDUP 802.11N wireless adapter

    insmod: error inserting 8712u.ko': -1 file exists


    Never mind I uninstalled it and gave up.
    Last edited by bp13; October 13th, 2010 at 08:53 PM.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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