Results 1 to 3 of 3

Thread: Can I undo an Installation?

  1. #1
    Join Date
    Dec 2010
    Location
    U.S., In Her Pants
    Beans
    59
    Distro
    Ubuntu 11.04 Natty Narwhal

    Can I undo an Installation?

    I would like to remove the following installation

    Code:
    wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-10-16.tar.bz2
    tar -jxf compat-wireless-2010-10-16.tar.bz2
    cd compat-wireless-2010-10-16
    wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
    patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
    wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
    patch ./net/wireless/chan.c channel-negative-one-maxim.patch
    gedit scripts/update-initramfs
    #*** FIND LINE 13: KLIB=/lib/modules/2.6.31-wl/build
    #*** REPLACE WITH: KLIB=/lib/modules/$(uname -r)/build
    make
    sudo make install
    sudo make unload
    sudo reboot
    Is it possible? It cause booting problems and it freezes my desktop. Please Help

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can I undo an Installation?

    If you've still got the directory with the source in it, you can cd into the directory and and type:

    Code:
    sudo make uninstall

  3. #3
    Join Date
    Dec 2010
    Location
    U.S., In Her Pants
    Beans
    59
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Can I undo an Installation?

    I dont have the directory anymore as I reboot the system and deleted the files I downloaded. My main concern is why does my computer freeze an goes black once I turn on my wireless adapter?

    This happened after I isntalled a fix my driver. (compat wireless)

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
  •