![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Dark Roasted Ubuntu
![]() Join Date: Apr 2005
Beans: 1,165
|
THIS TOPIC IS OUTDATED
The version in the repositories is 1.1 which is a bit outdated. So I decided to update it to a current version. I hope it may help someone. This HOWTO is based on ndiswrapper Wiki Page 1. Install kernel headers: Code:
sudo apt-get install linux-headers-$(uname -r) Code:
sudo apt-get install dh-make fakeroot gcc-3.4 build-essential 3. Untar Code:
tar xvfz ndiswrapper-[current version].tar.gz cd ndiswrapper-[current version] Code:
fakeroot debian/rules binary-modules fakeroot debian/rules binary-utils cd .. Code:
sudo dpkg -i ndiswrapper-modules-[your kernel]_[current version]-1_i386.deb ndiswrapper-utils_[current version]-1_i386.deb Code:
sudo rmmod ndiswrapper
sudo apt-get remove ndiswrapper-utils
sudo rm -r /etc/ndiswrapper/
sudo rm -r /etc/modprobe.d/ndiswrapper
I may have left some dependencies, since I did not have a fresh Breezy installation. THIS TOPIC IS OUTDATED Last edited by foxy123; December 12th, 2009 at 11:59 AM.. |
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Oct 2005
Beans: 40
|
Re: HOWTO: Compile new ndiswrapper from the source
Hi, thanks for this HOWTO.
I have a question before I try .. will this work with custom compiled kernels? In this case would I change the line: linux-headers-$(uname -r) to linux -headers-$ and then the kernel on which my custom one is based? Thanks for this. |
|
|
|
|
|
#3 |
|
Way Too Much Ubuntu
![]() Join Date: Sep 2005
Beans: 123
|
Re: HOWTO: Compile new ndiswrapper from the source
If you compiled the kernel your self, the headers are already there.
You can build seperate kernel headers if you want though... |
|
|
|
|
|
#4 |
|
Fresh Brewed Ubuntu
![]() |
Re: HOWTO: Compile new ndiswrapper from the source
You may want to add to your instructions all the packages needed to complete this howto.
dh_make fakeroot gcc-3.4 build-essential |
|
|
|
|
|
#5 | |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: Compile new ndiswrapper from the source
Quote:
Just wondering; aren't the kernel-tree package needed here?? I always thought they did but I am not sure...
__________________
"The concern for man and his destiny must always be the chief interest of all technical effort. Never forget it between your diagrams and equations." -AE HOWTO:basic ethernet troubleshooting Learn how to work the shell-Up to date repositories |
|
|
|
|
|
|
#6 | |
|
Dark Roasted Ubuntu
![]() Join Date: Apr 2005
Beans: 1,165
|
Re: HOWTO: Compile new ndiswrapper from the source
Quote:
|
|
|
|
|
|
|
#7 | |
|
Dark Roasted Ubuntu
![]() Join Date: Apr 2005
Beans: 1,165
|
Re: HOWTO: Compile new ndiswrapper from the source
Quote:
|
|
|
|
|
|
|
#8 | |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: Compile new ndiswrapper from the source
Quote:
grtz -mattijs
__________________
"The concern for man and his destiny must always be the chief interest of all technical effort. Never forget it between your diagrams and equations." -AE HOWTO:basic ethernet troubleshooting Learn how to work the shell-Up to date repositories |
|
|
|
|
|
|
#9 | |
|
Fresh Brewed Ubuntu
![]() |
Re: HOWTO: Compile new ndiswrapper from the source
I'm not that knowledge here but this is how I understand the linux-tree. Anybody who knows better can correct me.
Quote:
|
|
|
|
|
|
|
#10 | |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: Compile new ndiswrapper from the source
Quote:
__________________
"The concern for man and his destiny must always be the chief interest of all technical effort. Never forget it between your diagrams and equations." -AE HOWTO:basic ethernet troubleshooting Learn how to work the shell-Up to date repositories |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|