Hi,
I bought a TP-link TL-WN725N wifi dongle that I plugged into my desktop running fedora 18. Unfortunately it doesn't show in the network manager nor iwconfig and I don't have a clue what to do to fix this.
Here are some relevant info:
p135p1 is my wired NIC so iwconfig doesn't see the dongle as an interface at all.
I tried to plug out/back in the ethernet wire, here is what dmesg said:
Then I did the same with the dongle:
So, from what I gather, the r8169 module is used for the wired connection, not for the dongle. I think it should be the right module for the dongle as well and I don't know why it is not used.
Any help would be appreciated.
I bought a TP-link TL-WN725N wifi dongle that I plugged into my desktop running fedora 18. Unfortunately it doesn't show in the network manager nor iwconfig and I don't have a clue what to do to fix this.
Here are some relevant info:
Code:
$ lsusb | grep -i Real
6:Bus 002 Device 005: ID 0bda:8179 Realtek Semiconductor Corp.
$ lspci | grep -i Real
24:02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
$ lsmod | grep -i r81
77:r8169 61625 0
78:mii 13311 1 r8169
$ iwconfig
p135p1 no wireless extensions.
lo no wireless extensions.
I tried to plug out/back in the ethernet wire, here is what dmesg said:
Code:
[ 1255.935164] r8169 0000:02:00.0 p135p1: link down
[ 1263.905731] r8169 0000:02:00.0 p135p1: link up
Code:
[ 1270.735040] usb 2-1.1: USB disconnect, device number 5
[ 1281.385909] usb 2-1.1: new high-speed USB device number 6 using ehci-pci
[ 1281.472035] usb 2-1.1: New USB device found, idVendor=0bda, idProduct=8179
[ 1281.472041] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1281.472045] usb 2-1.1: Product: 802.11n NIC
[ 1281.472049] usb 2-1.1: Manufacturer: Realtek
[ 1281.472052] usb 2-1.1: SerialNumber: 00E04C0001
Any help would be appreciated.