Results 1 to 2 of 2
hay guides
i am new to linux .tring to install driver for wifi ethernet card "edimax ew7108cg"
i downloded the driver and extract it . then opend the module directory, ...
- 02-09-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
make install problem lenny 5
hay guides
i am new to linux .tring to install driver for wifi ethernet card "edimax ew7108cg"
i downloded the driver and extract it . then opend the module directory, and
#>cp Makefile.6 Makefile
#> make
#>make install
then receive the flowing message
make -C /lib/modules/2.6.26-2-686/build \
INSTALL_MDD_DIR=extra SUBDIRS=/home/yossi1/Desktop/1/2008_0723_RT61_linux_STA_v1.1.2.2/Module \
modules_install
make:***/lib/modules/2.6.26-2-686/build: no such file or derectory . stop
make:***[install] 2
#>
thank you yossi
- 02-10-2010 #2
Hi and Welcome !
You have to install kernel headers and a few other packages?
If wired internet connection is working fine, execute this
Try to install driver again.Code:su - apt-get install linux-headers-$(uname -r) build-essential
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
