Results 1 to 10 of 10
What version of Linux are you using? Mandrake 10.1 Official
Are you familiar with Unix at all? Nope. Downloaded it a few days ago, the first tim I ever touched ...
- 06-26-2005 #1Just Joined!
- Join Date
- Jun 2005
- Location
- Canada
- Posts
- 10
ewb question; Compiling the Driver files for my NIC
What version of Linux are you using? Mandrake 10.1 Official
Are you familiar with Unix at all? Nope. Downloaded it a few days ago, the first tim I ever touched a computer that wasn't running Windows as ts OS
What kind of questions do ya got? I need help compiling drivers for my nic.
the file off of the install cd isI would appreciate if you could make me like a mini tut or something so I know how to do it and where to put itCode:http://www.militiamen.info/I_NEED_LINUX_HELP/dlkfet-4.24.tar.gz
thx
- 06-26-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
et voilą... Make sure your kernel will load the module at boot. Do a 'modprobe' for it.Code:$ tar -zxvf dlkfet-4.24.tar.gz $ cd dlkfet-4.24 $ ./configure $ make # make install
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 06-26-2005 #3Just Joined!
- Join Date
- Jun 2005
- Location
- Canada
- Posts
- 10
ill try but whats a mod probe?
i just got linux a few days ago
- 06-26-2005 #4Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Modprobe loads the driver if it is available. Mostly, you need to have the driver name to be able to probe it
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 06-26-2005 #5Just Joined!
- Join Date
- Jun 2005
- Location
- Canada
- Posts
- 10
*when i type in ./configure it says bash: ./configure: no such file or directory
- 06-26-2005 #6Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Ok, are you in the directory the files are extracted in? Do 'ls' and look if there's a README file, if yes, then do 'less README'
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 06-26-2005 #7Just Joined!
- Join Date
- Jun 2005
- Location
- Canada
- Posts
- 10
there is no readme, I am in the correct directory there is still the configure problem, if i ignore it and continue>type in make I get the message Makefile:29 *** Linux kernal not found. Stop.
- 06-26-2005 #8Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
That means you can skip the configure part (yes sometimes you can
). Anyway, as I said, you need to integrate the driver module in the kernel, so that's probably why the program's complaining about the kernel... I think you should rebuild your kernel - but that's not an easy task. Maybe someone else can step in here
?
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 06-26-2005 #9Just Joined!
- Join Date
- Jun 2005
- Location
- Canada
- Posts
- 10
is it possible to just compile them for me and tell me where to put them?
there is a link to file off of my dlink installation cdCode:http://www.militiamen.info/I_NEED_LINUX_HELP/dlkfet-4.24.tar.gz
- 06-26-2005 #10Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
You can safely compile your kernel, no problem - I already did that - if you follow the instructions, you can do no harm. You will be able to boot it next to your standard kernel, if your custom kernel doesn't appear to work ok, you go back to the default one. But I don't know how to integrate drivers that aren't already available in the kernel though.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **


Reply With Quote
