Hi Mark,
Thank you for the quick reply. Maybe the driver name in lshw is an error? At least when I try your suggestion I get the following:
> sudo modprobe -r r8188eu
FATAL: Module r8188eu not found.
The next command works and the dongle disappears from the list in networkmanager:
sudo modprobe -r 8188eu
The next command also works and the dongle reappears in the list in networkmanager:
sudo modprobe 8188eu rtw_power_mgnt=0
The output of lsmod:
Module Size Used by
hid_generic 12540 0
usbhid 47074 0
hid 101002 2 hid_generic,usbhid
pci_stub 12622 1
vboxpci 23194 0
vboxnetadp 25670 0
vboxnetflt 27613 0
vboxdrv 335371 3 vboxnetadp,vboxnetflt,vboxpci
parport_pc 28152 0
ppdev 17073 0
rfcomm 42641 12
bnep 18036 2
joydev 17377 0
8188eu 692712 0
coretemp 13355 0
kvm 443165 0
snd_hda_codec_conexant 62000 1
snd_hda_intel 39619 3
snd_hda_codec 136498 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 13602 1 snd_hda_codec
btusb 22474 0
bluetooth 228667 22 bnep,btusb,rfcomm
snd_pcm 97451 2 snd_hda_codec,snd_hda_intel
dm_multipath 22843 0
scsi_dh 14843 1 dm_multipath
snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
snd_seq_midi 13324 0
snd_seq_midi_event 14899 1 snd_seq_midi
snd_rawmidi 30180 1 snd_seq_midi
psmouse 95905 0
pcmcia 49007 0
thinkpad_acpi 81222 0
nvram 14362 1 thinkpad_acpi
microcode 22881 0
arc4 12615 2
serio_raw 13215 0
r852 18241 0
lpc_ich 17061 0
sm_common 16860 1 r852
nand 58949 2 r852,sm_common
snd_seq 61554 2 snd_seq_midi_event,snd_seq_midi
tpm_tis 18675 0
nand_ecc 13273 1 nand
nand_bch 13147 1 nand
bch 17434 1 nand_bch
nand_ids 12723 1 nand
mtd 45202 2 nand,sm_common
yenta_socket 31817 0
r592 18019 0
pcmcia_rsrc 18288 1 yenta_socket
snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
memstick 16554 1 r592
mac_hid 13205 0
pcmcia_core 22569 3 pcmcia,pcmcia_rsrc,yenta_socket
snd_timer 29425 2 snd_pcm,snd_seq
rtl8192se 63284 0
rtlwifi 79673 1 rtl8192se
mac80211 606457 2 rtlwifi,rtl8192se
snd 68876 16 snd_hwdep,snd_timer,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device
cfg80211 510937 2 mac80211,rtlwifi
mei 41158 0
soundcore 12680 1 snd
lp 17759 0
parport 46345 3 lp,ppdev,parport_pc
btrfs 785967 0
zlib_deflate 26885 1 btrfs
libcrc32c 12615 1 btrfs
dm_raid45 76725 0
xor 17116 1 dm_raid45
dm_mirror 21946 0
dm_region_hash 20820 1 dm_mirror
dm_log 18529 3 dm_region_hash,dm_mirror,dm_raid45
firewire_ohci 40103 0
sdhci_pci 18590 0
sdhci 32522 1 sdhci_pci
firewire_core 64508 1 firewire_ohci
crc_itu_t 12707 1 firewire_core
wmi 19070 0
ahci 25731 2
libahci 31364 1 ahci
e1000e 198832 0
i915 600349 2
video 19390 1 i915
i2c_algo_bit 13413 1 i915
drm_kms_helper 49394 1 i915
drm 286028 3 i915,drm_kms_helper
Can my internal card somehow cause conflicts?
Edit:
I initially followed the very short instruction here:
http://the8thlayerof.net/2013/10/16/beagle-bone-black-notes-wifi-rtl8192cu-rtl8188cus-rtl8188eu-wifi-module-tp-link-tl-wn725n/
so I didn’t clone the directory via git, but just downloaded the zip from github, but I guess that is irrelevant. For a long time I didn’t copy the firmware to the appropriate directory, and when I saw your post I thought that was the solution. Is there anyway to check the firmware is loaded correctly?