View Single Post
Method 1

Now you need to download the latest wireless drivers from here using the following command

wget http://wireless.kernel.org/download/...ss-2.6.tar.bz2

Now you have compat-wireless-2.6.tar.bz2 file you need to extract this file using the following command from the terminal

Kode

sudo tar -jxvf compat-wireless-2.6.tar.bz2
Move to the directory you extracted in terminal

Kode

 cd directoryname
Run the following commands

Kode

    make

    sudo make install

    sudo make unload

    sudo make load
Uninstall drivers

If you want to uninstall cd in to the wireless drivers directory path and use the following commands

Kode

    sudo make unload

    sudo make uninstall

Jeg skjønnte ikke hvordan man skal gjøre dette... Er det noen som kan forklare meg det litt tydeligere? Jeg har sittet og plagdes i mange timer nå, og har nesten gitt opp Er helt nybegynner på Ubuntu...

På forhånd, takk