GithubHelp home page GithubHelp logo

anonprice / realtek-8188cus-wireless-drivers-3444749-ubuntu-1304 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 0 B

Automatically exported from code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304

realtek-8188cus-wireless-drivers-3444749-ubuntu-1304's People

Contributors

googlecodeexporter avatar

Watchers

 avatar

realtek-8188cus-wireless-drivers-3444749-ubuntu-1304's Issues

Causes system not to halt or reboot

I believe this module causes network-manager to panic, randomly preventing a 
reboot or halt.


Original issue reported on code.google.com by jive.any on 1 Sep 2013 at 8:12

Does this driver work for RTL8192CU ?

What steps will reproduce the problem?
1. N/A
2. N/A
3. N/A

What is the expected output? What do you see instead?
Just wondering if it's working for RTL8192CU, instead of 8188CUS?

What version of the product are you using? On what operating system?
RTL8192CU, Ubuntu 13.04, kernel 3.8.0-26-generic


Please provide any additional information below.
lsusb
Bus 002 Device 014: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n 
WLAN Adapter



Original issue reported on code.google.com by [email protected] on 28 Jul 2013 at 5:18

PATCH: Updated DEB with fix for the WNA1000 USB dongle

I have always had to edit the Realtek driver to add the device ID of my WNA1000 
USB dongle, which for some reason was never included in the driver... Since 
13.04 came around, I could no longer compile my edited version, but I found you 
DEB with fixes for the later kernels. As expected, however, my WNA1000 USB 
dongle did not work upon installation.  Thus, I set out to modify your deb so 
that the WNA1000 USB dongle was also supported.

The result is attached. I followed this guide for unpacking and repacking the 
DEB: http://ailoo.net/2009/06/repack-a-deb-archive-with-dpkg-deb/

The ONLY file I have edited is this: 
usr/src/rtl8192cu-tjp-1.6/os_dep/linux/usb_intf.c
The only edit in that file is the addition of:
    {USB_DEVICE(0x0846, 0x9041)},//WNA1000
At the end of the /****** 8192CUS Dongle ********/ section.

Upon repacking, the deb installed, and my USB dongle worked.

Original issue reported on code.google.com by [email protected] on 25 May 2013 at 10:40

Attachments:

Does not work for TP-LINK TL-WN725N on Ubuntu 13.04

What steps will reproduce the problem?
Install the deb, and add following into /etc/modprobe.d/blacklist.conf file
# Blacklist native RealTek 8188CUs drivers
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi

What is the expected output? What do you see instead?

Want to see the interface via ifconfig command, but get only lo and eth0:
$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:24:1d:c4:19:a0  
          inet addr:192.168.1.101  Bcast:255.255.255.255  Mask:255.255.255.0
          inet6 addr: fe80::224:1dff:fec4:19a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1070 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1216 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:487698 (487.6 KB)  TX bytes:166470 (166.4 KB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:348 errors:0 dropped:0 overruns:0 frame:0
          TX packets:348 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:17784 (17.7 KB)  TX bytes:17784 (17.7 KB)



What version of the product are you using? On what operating system?
Ubuntu13.04, I have TP-LINK TL-WN725N


 lsusb
Bus 002 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. 
Bus 003 Device 002: ID 046d:c077 Logitech, Inc. 
Bus 004 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 1 Jul 2013 at 11:39

Not working on Linux mint 15 kernel 3.8

What steps will reproduce the problem?
1. Install the driver using dpkg -i
2. Nothing happens when i plug in the wifi dongle (RTL8188ETV)
3. however with modprobe 8192cu loads the module sucessfully, but the device 
still not works.


Original issue reported on code.google.com by txsanyix on 30 Apr 2014 at 11:27

Unable to disable power management

What steps will reproduce the problem?
1. "sudo iwconfig wlan1 power off" returns operation not permitted


What is the expected output? What do you see instead?
power off

What version of the product are you using? On what operating system?
3444749 on 64-bit Ubuntu 13.04

Please provide any additional information below.


Original issue reported on code.google.com by jive.any on 27 May 2013 at 12:10

Update to 3.8.0-19.30 broke driver

What steps will reproduce the problem?
1. Install latest security update to Header files related to Linux Kernel 
version 3.8.0 via update manager

What is the expected output? What do you see instead?
Wireless interface stops working entirely


What version of the product are you using? On what operating system?
Alfa AWUS036NHR - rtl8192cu drivers installed via your deb file
Ubuntu 13.04 on Asus X31A


Please provide any additional information below.
Card is detected by OS, but no networks are found

Original issue reported on code.google.com by fgxstudios on 7 May 2013 at 9:41

Support for Belkin Surf N300 XR

What steps will reproduce the problem?
Belkin Surf N300 XR is not supported

Could you please apply following patch to include support for this device

http://comments.gmane.org/gmane.linux.kernel.wireless.general/88447

I've tested this succesfully with my device.

Thank you

Original issue reported on code.google.com by [email protected] on 13 Jun 2013 at 5:19

installation depends on DKMS first; if offline, install this manually, before installing this .DEB

What steps will reproduce the problem?
1. Install Ubuntu 13.04 i386 Desktop without any networking connectivity
2. attempt to install this .deb
3.

What is the expected output? What do you see instead?
disclaimer: have almost no knowledge of Ubuntu
Ubuntu Software Centre shows
rtl8192cu-tjp-dkms
rtl8192cu-tjp driver in DKMS format

Dependency is not satisfiable: dkms (>=1.95)

version: rtl8192cu-tjp-dkms 1.6
total size: 5.5MB when installed

I solved this by installing DKMS first (probably obvious to experts; not to me 
:-)

1. Browse to
   http://linux.dell.com/dkms/
2. From this page, download the latest stable DEB
   http://linux.dell.com/dkms/permalink/dkms_2.2.0.3-0_all.deb
   Save to a convenient location.
3. Installing this through Ubuntu Software Centre didn't work; the install 
button would never become available. Instead,
   a) open a Terminal window
   b) switch to the root context by entering the following command:
      sudo bash
      provide the administrator password when prompted.
   c) initiate installation by entering the following command:
      dpkg -i dkms_2.2.0.3-0_all.deb
4. You can now install this .DEB; I couldn't install using Ubuntu Software 
Centre, but successfully installed from a Terminal window;
   a) open a Terminal window
   b) switch to the root context by entering the following command:
      sudo bash
      provide the administrator password when prompted.
   c) initiate installation by entering the following command:
      dpkg -i rtl8192cu-tjp-dkms_1.6_all-OBY.deb
   d) the process typically takes 1-3 minutes. 
5. When complete, restart
6. Connect to the WiFi network.

What version of the product are you using? On what operating system?


Please provide any additional information below.

NB the .DEB works perfectly for me; this is merely an enhancement request for 
the installation instructions, particularly for newbies.

Anwar

Original issue reported on code.google.com by [email protected] on 28 Aug 2013 at 9:13

dmesg too verbose

What steps will reproduce the problem?
1. output dmesg

What is the expected output? What do you see instead?

To be quite less verbose


Original issue reported on code.google.com by [email protected] on 19 Jun 2013 at 8:30

Driver not working on Ubuntu 13.10

Driver cant build on the Kernel of Ubuntu 13.10 
Possible workaround could be find here 
https://github.com/archlinuxarm/PKGBUILDs/blob/81f39bc21223b072935e8e83c462f926c
7b0cdf7/aur/dkms-8192cu/fix_310_proc.patch

Original issue reported on code.google.com by [email protected] on 19 Oct 2013 at 11:46

Patch

What steps will reproduce the problem?

1. install deb package doesn't help
2.
3.


What is the expected output? What do you see instead?

wifi should work



What version of the product are you using? On what operating system?

Dlink DWA 131 - Wifi n nano dongle - rev B1G

Ubuntu 13.04 kernel 3.9.0-030900-generic
Ubuntu 13.04 kernel 3.8.0-26-generic


Please provide any additional information below.


also tried another method

got the source from dlink (see forum ubuntu.fr DWA 131 - last method)
fixed makefile -Wno-implicit ... / compiled / install

module 8192cu loaded by kernel - missing two symbols
daemonize
kernel_thread


would you please publish your patch for your dongle
so that I can try to fix it for mine

thanks





Original issue reported on code.google.com by [email protected] on 21 Jun 2013 at 1:10

Kernel panic on removing module

What steps will reproduce the problem?
1. Remove usb stick or morprobe -r 8192cu

What is the expected output? What do you see instead?
Expected: nothing
Problem: kernel panic


What version of the product are you using? On what operating system?
Version 1.6, Ubuntu 13.04 kernel 3.9

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 May 2013 at 6:41

Connection restarts after 20 sec with tl-wn823n

What steps will reproduce the problem?
Install the deb, and add following into /etc/modprobe.d/blacklist.conf file
# Blacklist native RealTek 8188CUs drivers
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
tl-wn823n

lsusb
Bus 001 Device 003: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n 
WLAN Adapter

uname -a
Linux zoega-desktop 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 23:12:18 UTC 
2013 i686 athlon i686 GNU/Linux


Please provide any additional information below.
I got the connection and the network is working, but after 20 seconds it 
disconnect and connect. After three times it is giving up.

Original issue reported on code.google.com by [email protected] on 14 Aug 2013 at 8:45

Not working in kernel 3.10.0

What steps will reproduce the problem?
1. Install kernel 3.10.0 in Ubuntu 12.10 (quantal)
2. During install, error message stating unable to install module
3. Trying manual install from the deb, still module will not work

What is the expected output? What do you see instead?
As in kernel 3.9.4 in quantal, module should have been automatically created.


What version of the product are you using? On what operating system?
8192cu


Please provide any additional information below.
In all kernel upgrades in 3.9 series the module was created during kernel 
install


Original issue reported on code.google.com by [email protected] on 3 Jul 2013 at 5:13

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.