Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Anyone with a driver for RTL8192cu wifi dongle (3.0.36+ Kernel) ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Anyone with a driver for RTL8192cu wifi dongle (3.0.36+ Kernel) ?

    Hi,

    I simply can't get my wifi dongle to work. Is there any compiled r8712u.ko for the 3.0.36+ Kernel out there? After all reading I guess this should be the right one.

    There used to be some floating around the internet, but all seem to be gone.

    Thanks a lot!
    Blobbo

    #2
    Originally posted by Blobbo View Post
    Hi,

    I simply can't get my wifi dongle to work. Is there any compiled r8712u.ko for the 3.0.36+ Kernel out there? After all reading I guess this should be the right one.

    There used to be some floating around the internet, but all seem to be gone.

    Thanks a lot!
    Blobbo
    did you try thr realtek site

    Comment


      #3
      Hi,

      yes already tried that. However compilation fails as /lib/modules/3.0.36+/build is missing and there is an error (install.sh: 38: [: unexpected operator).

      Any idea?

      Thanks,
      Alex

      Comment


        #4
        Originally posted by Blobbo View Post
        Hi,

        yes already tried that. However compilation fails as /lib/modules/3.0.36+/build is missing and there is an error (install.sh: 38: [: unexpected operator).

        Any idea?

        Thanks,
        Alex
        I got the:RTL8192xC_USB_linux_v3.4.4_4749.20121105.zip
        to work.
        with unzipped:
        cd
        chmod +x install.sh
        sudo ./install.sh
        this was for ubuntu so had to blacklist current wifi driver.
        Last edited by chrisofnaki; 01-18-2015, 15:43. Reason: Correction

        Comment


          #5
          vendor: 0bda ("Realtek Semiconductor Corp."), product: 8178 ("RTL8192CU 802.11n WLAN Adapter")
          rtlwifi/rtl8192cufw
          0bda:8178

          ________________
          download driver from realtek

          cd
          unzip (ZIPFILENAME)unzip
          cd (NEWDIRECTORY_CREATED)

          sudo apt-get install linux-headers-3.2.0-33
          sudo apt-get install build-essential

          Right click this folder where file is and select "Open in Terminal"
          Now in Terminal, type the commands below to run the installation script:

          cd
          chmod +x install.sh
          sudo ./install.sh
          Code:

          blacklist rtl8192cu
          blacklist rtl8192c_common
          blacklist rtlwificd

          Comment

          Working...
          X