Uh oh! 8/22/2006 12:48:00 AM
Posted from Firefox 1.5 running on Ubuntu Linux v6.0
+ Comment
Eric :-) Alas, here's the simple install instruction for the wireless card. 1. You need to get the compilers and linkers in order to compile the ndiswrapper kernel module and userland utilities: #sudo apt-get install build-essential 2. You need to get the kernel header files. There are several options here depending on what kernel you are using. Since I use the linux-686-smp, I grabbed the 686 kernel header: #sudo apt-get install linux-headers-2.6.15-25-686 Note: linux-headers-2.6.15-25-686 depends on linux-headers-2.6.15-25-386. So you will have two linux-headers directories showing up in /usr/src directory. Don't remove the 386 directory! 3. Download the latest ndiswrapper STABLE release 1.19 tar ball from ndiswrapper.sourceforge.org and place it in /usr/src 4. Unpack the source tar ball: #sudo tar xzvf ndiswrapper-1.19 5. Read the INSTALL file in ndiswrapper-1.19 directory. 6. Build the kernel module and utilities: # cd /usr/src/ndiswrapper-1.19 # sudo make uninstall # sudo make # sudo make install 7. Remove t
Eric Why oh why can't I sleep?
andrewb I'm interested in hearing why you chose Ubuntu.
Eric Good marketing.
Dave http://www.lifehacker.com/software/top/hack-attack-top-10-ubuntu-apps-and-tweaks-195437.php


< Eric's Blog Home


©1998-2024 Eric Lawrence