Bmax123 / realtek-8188cus-wireless-drivers-3444749-ubuntu-1304

Automatically exported from code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 csfreeb...@gmail.com on 1 Jul 2013 at 11:39