Find the answer to your Linux question:
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, ...
  1. #1
    Just Joined!
    Join Date
    Feb 2010
    Posts
    1

    Wink 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    You have to install kernel headers and a few other packages?
    If wired internet connection is working fine, execute this
    Code:
    su -
    apt-get install linux-headers-$(uname -r) build-essential
    Try to install driver again.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •