Comment 10 for bug 216084

Revision history for this message
Bruno Lambert (bruno.lambert) wrote :

Turned out to be easier than expected. uncompresse the driver. cd driver. make. make install. then:

root@r405:~# modprobe rt2860sta
root@r405:~# ifconfig ra0 up
root@r405:~# vim /etc/network/interfaces added: auto ra0
root@r405:~# /etc/init.d/networking restart
 * Reconfiguring network interfaces... Ignoring unknown interface eth0=eth0.
Ignoring unknown interface ra0=ra0.
                                                                                                                                                                                                           [ OK ]
root@r405:~# ps faux | grep NetworkManager
root 5290 0.0 0.1 13916 2140 ? Ssl 18:46 0:00 /usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid
root 5304 0.0 0.0 3536 1324 ? Ss 18:46 0:00 /usr/sbin/NetworkManagerDispatcher --pid-file /var/run/NetworkManager/NetworkManagerDispatcher.pid
root 11211 0.0 0.0 3012 756 pts/0 S+ 18:50 0:00 \_ grep Net
root@r405:~# kill 5290
root@r405:~# kill 5304
root@r405:~# /usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid
root@r405:~# /usr/sbin/NetworkManagerDispatcher --pid-file /var/run/NetworkManager/NetworkManagerDispatcher.pid

and NetworkManager restart and I now see all the wireless devices around. I don't know if every steps were necessary, but it worked here.

I wonder if we could call the fact that Network Manager doesn't see my wifi card when I load the driver, a bug?