Results 1 to 4 of 4
I'm trying to get my wlan card to work and i'm going to do it using ndiswrapper.
I am using the tutorial that I found here in the forums and ...
- 11-06-2006 #1Just Joined!
- Join Date
- Oct 2006
- Location
- Sweden
- Posts
- 53
Getting closer
I'm trying to get my wlan card to work and i'm going to do it using ndiswrapper.
I am using the tutorial that I found here in the forums and downloaded ndiswrapper, but first I need the kernel source and my question is:
Should I use kernel version 2.6.17.tar.gz or 2.6.17.2.tar.gz or will either one work. I don't want to install the wrong source.Code:uname -r: 2.6.17-2-686
And also, I don't want to install the source in a wrong way so how do I install the source when the file is downloaded in debian etch?
I am familiar with the installation process but when it comes to the source and my wlan-card I do not want to fail again (it's my third reinstallation of debian etch so far) so now i'm doing it one step at the time.
I do not want to do it wrong one more time.
I welcome any ideas and support that you can and want to give me.
- 11-06-2006 #2Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Neither! You don't need the kernel source, what you need is the kernel headers... just go to a terminal window and type "apt-get linux-headers-2.6.17-2-686"! That's it!
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion
- 11-06-2006 #3Linux User
- Join Date
- Feb 2006
- Posts
- 484
install te source with apt
apt-get install kernel-source-`uname -r`
- 11-06-2006 #4Just Joined!
- Join Date
- Oct 2006
- Location
- Sweden
- Posts
- 53
Thank you both!


Reply With Quote
