• # Pour le wifi

    Posté par . En réponse au journal Comment j'ai migré ma belle mère sous Linux (KUbuntu inside). Évalué à 3.

    J'ai installé ubuntu et le wifi avec ndiswrapper, ça marche bien, sauf une petite bidouille à la mano.

    Tiré d'un howto de ubuntu que je ne retrouve que dans le cache de google :

    ndiswrapper-utils is a set of programs which allow .inf files to be used to configure your WiFi card. .inf files are the configuration files used by Microsoft Windows to set up WiFi cards so are readily available. These files can be obtained from your cards (Windows) instalation CD or downloaded from the card manufacturers website. If you are not sure which one to use, try them all.

    Select the inf-file you need.

    1. Launch synaptic or whatever package management tool you prefer
    2. Install the package "ndiswrapper-utils"
    3. Call "sudo ndiswrapper -i foobar.inf" where foobar.inf is the path to your inf-file (windows wireless-lan driver).
    4. Call "sudo modprobe ndiswrapper" to install the needed module.
    5. Now you can set up your working Wlan device under Desktop->Administration->Networking
    6. Dont forget to type "ndiswrapper -m" if you want to load it at startup automatically
    7. Use the Networking tool to configure networking on the new interface, or edit /etc/network/interfaces by hand to your liking.

    Ce que j'ai du faire c'est éditer le fichier interfaces (7) pour configurer le mode adhoc (le programme gui ne me le permet pas)

    j'ai rajouté la ligne : wireless_mode adhoc

    Tu devrais t'en tirer en moins de 5 minutes.