This is a discussion on Link to kernel source within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hi all: I am trying to install ndiswrapper and I need to make a link to the kernel source. ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all: I am trying to install ndiswrapper and I need to make a link to the kernel source. I know how to make a link but I do not know where is the kernel source and where should I place the link and what to name it. Please help. Sonoman |
| |||
| Sonoman wrote: > Hi all: > I am trying to install ndiswrapper and I need to make a link to the kernel > source. I know how to make a link but I do not know where is the kernel > source and where should I place the link and what to name it. Please help. /usr/src/linux, if you installed the kernel-source package. |
| |||
| Sonoman wrote: > Hi all: > I am trying to install ndiswrapper and I need to make a link to the kernel > source. I know how to make a link but I do not know where is the kernel > source and where should I place the link and what to name it. Please help. what link exactly? if you're talking about /usr/include/linux and /usr/include/asm, then skip this step. it breaks your system. install the kernel-headers package instead. -- Joost Kremers joostkremers@yahoo.com Selbst in die Unterwelt dringt durch Spalten Licht EN:SiS(9) |
| |||
| Joost Kremers wrote: > Sonoman wrote: > >>Hi all: >>I am trying to install ndiswrapper and I need to make a link to the kernel >>source. I know how to make a link but I do not know where is the kernel >>source and where should I place the link and what to name it. Please help. > > > I just installed it using the setup discs. run pkgmanager and then install the source. Also, let me know how your wireless install went and what card your using. |
| |||
| Thank you, got it. I had to get the source and recompile it from there. It was the easiest way for me. "Dominik L.. Borkowski" <dom@vbi.vt.edu> wrote in message news:cjg06b$mrv$1@solaris.cc.vt.edu... > Sonoman wrote: > >> Hi all: >> I am trying to install ndiswrapper and I need to make a link to the >> kernel >> source. I know how to make a link but I do not know where is the kernel >> source and where should I place the link and what to name it. Please >> help. > > /usr/src/linux, if you installed the kernel-source package. |
| |||
| rm -rf /usr/include/asm /usr/include/asm-i386 /usr/include/asm-generic /usr/include/linux cd /usr/src/linux/include cp -r asm-i386 asm-generic linux /usr/include/ cd /usr/include ln -sf asm-i386 asm You'll need to change i386 if ur not on x86 "Sonoman" <rotaterx8@GETCREATIVEyahoo.com> wrote in message news:CZidnQ_81poFU_zcRVn-hg@comcast.com... > Thank you, got it. I had to get the source and recompile it from there. It > was the easiest way for me. > > > "Dominik L.. Borkowski" <dom@vbi.vt.edu> wrote in message > news:cjg06b$mrv$1@solaris.cc.vt.edu... > > Sonoman wrote: > > > >> Hi all: > >> I am trying to install ndiswrapper and I need to make a link to the > >> kernel > >> source. I know how to make a link but I do not know where is the kernel > >> source and where should I place the link and what to name it. Please > >> help. > > > > /usr/src/linux, if you installed the kernel-source package. > > |
| ||||
| On Monday 04 October 2004 11:56 pm in alt.os.linux.slackware Neo wrote: > rm -rf /usr/include/asm /usr/include/asm-i386 /usr/include/asm-generic > /usr/include/linux > cd /usr/src/linux/include > cp -r asm-i386 asm-generic linux /usr/include/ > cd /usr/include > ln -sf asm-i386 asm > > You'll need to change i386 if ur not on x86 RUBBISH. The kernel should be compiled using the headers supplied which were used to build the compiler and libs. Just install the kernel-source package. Do not mess with the includes. -- My real address is crn (at) netunix (dot) com WARNING all messages containing attachments or html will be silently deleted. Send only plain text. |