error in "make command" while installing winmodem driver
I am new to Linux and have SuSE 9.0 installed on a partition of an IBM R32 Thinkpad. Having an Intel Corporation 82801CA/CAM AC '97 Modem, I found that slmodem-2.9.4 from SmartLink was the driver of choice. But running "make" from /usr/src/slmodem-2.9.4 was not successful and I got the error: /lib/modules/2.4.21-99-default/build: No such file or directory. Stop. An icon exists at /lib/modules/2.4.21-99-default for build, but clicking on it yields the error message that it doesn't exist anymore. So, what do I do next? I would appreciate any help. Thank you Heba El Bannan Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com
On Tuesday 30 December 2003 16:16 pm, Heba El Bannan wrote:
I am new to Linux and have SuSE 9.0 installed on a partition of an IBM R32 Thinkpad. Having an Intel Corporation 82801CA/CAM AC '97 Modem, I found that slmodem-2.9.4 from SmartLink was the driver of choice.
But running "make" from /usr/src/slmodem-2.9.4 was not successful and I got the error: /lib/modules/2.4.21-99-default/build: No such file or directory. Stop.
An icon exists at /lib/modules/2.4.21-99-default for build, but clicking on it yields the error message that it doesn't exist anymore.
So, what do I do next? I would appreciate any help.
You need to install and configure the kernel source before you can compile a module (=driver, in this case)... Install the kernel source from YaST, then (as root): cd /usr/src/linux-<your kernel version>.SuSE make cloneconfig - cloneconfig makes sure the sources are set up how they were when the kernel you are running was compiled. Then you can start compiling your driver. HTH Dylan
Thank you Heba El Bannan
Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com
-- Sweet moderation Heart of this nation Desert us not We are between the wars - Billy Bragg
participants (3)
-
Carlos E. R.
-
Dylan
-
Heba El Bannan