Results 1 to 3 of 3
I am attempting to run make ti be able to install the RT73 driver for a Linksys USB54GC USB wireless adapter. I am executing make from the proper /modules directory ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-10-2009 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 33
Help needed with "make"
I am attempting to run make ti be able to install the RT73 driver for a Linksys USB54GC USB wireless adapter. I am executing make from the proper /modules directory as instructed. Please not the error I receive:
make: *** /lib/modules/2.6.18-128.1.6.el5/build: No such file or directory. Stop.
rt73.ko failed to build!
I cd down the path and find that the /lib/modules/2.6.18-128.1.6.el5/ includes a sym link: source -> build
I'm not sure what to do to correct the issue. Any/all help is greatly appreciated!
- 04-11-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 90
Make sure that you install the kernel-sources rpm for your running kernel. The module needs to access them to compile (i think?)
- 04-13-2009 #3Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
That probably means that the sources are not installed, hence that symlink is broken. You can try this and it should fail telling your that the directory hasn't been found:
You need to install the sources for that exact version of the kernel. You also probably need to at least configure them. But first install them.Code:cd /lib/modules/2.6.18-128.1.6.el5/


Reply With Quote

