Results 1 to 3 of 3

Thread: Got wireless working but...

  1. #1
    Join Date
    Sep 2007
    Beans
    11

    Got wireless working but...

    Every time I restart my system I have to again run

    sudo modprobe ndiswrapper

    Where should I add "modprobe ndiswrapper" as a script?
    Currently running 7.10 (Gibbon)

  2. #2
    Join Date
    Nov 2008
    Location
    Trier, Germany
    Beans
    41
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Got wireless working but...

    Code:
    sudo gedit /etc/modules
    add the word ndiswrapper to the end of this file.


    Here are some more information:

    https://help.ubuntu.com/community/Wi...d5d7cbaf8097de

    Greets,
    SePp

  3. #3
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: Got wireless working but...

    a shorter version of the above.. this will just add it to the file without you having to edit anything

    Code:
    sudo echo ndiswrapper >> /etc/modules

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •