Hi,
I now need to use wifi for my connection. The card is a pcmcia Netgear that use netma521 with ndiswrapper. It provides a 70% level link, whereas rtl8180 provides between 9% and 59% in the better case, and not very stable.
I configured the connection with netma521/ndiswrapper, but after reboot I get rtl8180 back. I blacklisted it in the file /etc/modprobe.d/blacklist : same ; I also blacklisted it in the file /etc/modprobe.d/blacklist-pclos at the next reboot, but the following reboot still has rtl8180 (and ndiswrapper not loaded).
Here are the outputs from console:
# lspci
.....
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8110SC/8169SC Gigabit Ethernet (rev 10)
.....
.....
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8180L 802.11b MAC (rev 20)
#
# lsmod | grep ndiswrapper
ndiswrapper 177255 0
usbcore 117639 8 ndiswrapper,snd_usb_audio,snd_usbmidi_lib,uhci_hcd,ohci_hcd,ehci_hcd,usbhid
# lsmod | grep pcmcia
pcmcia 31690 0
pcmcia_rsrc 8880 1 yenta_socket
pcmcia_core 10281 3 pcmcia,yenta_socket,pcmcia_rsrc
# lsmod | grep yenta_socket
yenta_socket 19176 0
pcmcia_rsrc 8880 1 yenta_socket
pcmcia_core 10281 3 pcmcia,yenta_socket,pcmcia_rsrc
(I have to load manually ndiswrapper only, yenta and pcmcia are automatically loaded).
The kernel is 2.6.38.7-pclos1.bfs.
What would you suggest ?
Thanks,
Mélodie