Comment 19 for bug 194887

Revision history for this message
aldebx (aldebx) wrote : Re: rtl8187 doesn't load with 2.6.24-8

This is definitely OT, however you can simply see what intel driver you have by issuing
lsmod |grep iwl
and then remove the listed module via rmmod (or modprobe -r) this way
sudo modprobe -r iwlNNNN
or
sudo rmmod iwlNNNN
then
sudo modprobe rtl8187

BTW any chances to fix this bug in the backports???