I read the middle "sticky" for this forum about ndiswrapper. Very comprehensive. I typed the command lshw -C Network and following is the result:

*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: eth0
version: 05
serial: e0:69:95:c6:8a:20
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 multicast=yes port=MII speed=10Mbit/s
resources: irq:40 ioport:e000(size=256) memory:d0004000-d0004fff memory:d0000000-d0003fff
*-network
description: Wireless interface
physical id: 1
logical name: wlan0
serial: 20:4e:7f:f2:7f:e4
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=ndiswrapper+bcmn43xx32 driverversion=1.56+,08/26/2009, 5.10.79.30 ip=192.168.1.109 multicast=yes wireless=IEEE 802.11g
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

Hmmm..... driver=r8169

According to the sticky document, I am supposed to put this driver on a blacklist and instructions are given.

ndiswrapper won't work until you tell the system not to use the module that's trying to claim the card. You can prevent the system from loading modules by adding them to '/etc/modprobe.d/blacklist'
So I followed the instructions regarding blacklisting. Now I am about to reboot as instructed.

I hope I can come back with [SUPER SOLVED] I will let you know.