Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
make dep!
Name: firefox Date: July 20, 2004 at 05:09:11 Pacific OS: RH9 CPU/Ram: yep
Comment:
Alright... long story short i have a linksys HomeRF. i found the driver for it , its actualy a proxim one, and im trying to install it.
the instructions tell me to use the command 'make dep' this does nothing but say:
make: *** No rule to make target `dep'. Stop.
anyway , i downloaded the kernel-source and tried it again same problem. any clues?
Name: Dlonra Date: July 20, 2004 at 08:07:50 Pacific
Reply:
have you tried plain "make"?
0
Response Number 2
Name: firefox Date: July 20, 2004 at 16:18:30 Pacific
Reply:
when i try make i get this: make <option> Options: config Configure environment for your distribution. modules Make the modules and the configuration executable. modules_install Install the modules and executables. clean Remove *.o and executables. real_clean As above but do library also. qrl Reload the interface. distribution Make a distribution tar ball. usage This screen.
i think i may be having trouble with the install itself, but it does say something about running "make dep"
0
Response Number 3
Name: Dlonra Date: July 20, 2004 at 17:20:45 Pacific
Reply:
have you tried the 1st 3 options (in the order shown)?
0
Response Number 4
Name: firefox Date: August 1, 2004 at 23:11:47 Pacific
Summary: Hi, if "depmod" only gives errors with one module then you might have only one module available (maybe by accident) or all other modules are OK (modules are located on /lib/modules/2.4.17 or whatever ...
Summary: I am trying to recompile my kernel. I ran the make config, then make dep; make clean; make zImage. Then I ran make modules. The problem is...there is no zImage! At the end of all this...I cannot find ...
Summary: Anyone know where I can find better directions on recompiling the kernel, I need more info than just make dep make clean make xconfig(menuconfig etc), Somehow when I was recompiling the kernel I bro...