View Single Post
  #44 (permalink)  
Old 06-12-2009, 01:11 AM
MOHCTP's Avatar
MOHCTP
Lurker
Offline
 
Join Date: Feb 2009
Posts: 1
Reputation: 0
MOHCTP is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tether using Linux? - openSUSE 11.0

Quote:
Originally Posted by taspankya View Post
I am very new to linux, so i assume i am running all this from the terminal? i am also on a smaller build of ubuntu (hp mini MIE)... i am running everything find until i get to the "make" line... it says "command not found" these are the results from the sourceforge checkout...
A usb-rndis-lite/reload.sh
A usb-rndis-lite/cdc_ether.c
A usb-rndis-lite/usbnet.c
A usb-rndis-lite/ndis.h
A usb-rndis-lite/usbnet.h
A usb-rndis-lite/Kbuild
A usb-rndis-lite/clean.sh
A usb-rndis-lite/Makefile
A usb-rndis-lite/rndis_host.c

i tried "Makefile" in addition (as it is in the list) but that didnt work either. can someone please give me instructions? sorry, but i am really new to linux. thanks.
I have eeebunu, otherwise known as EasyPeasy, and I do have make. My problem is apparently that I don't have the directory mentioned in Makefile:
KDIR := /lib/modules/$(shell uname -r)/build
I have /lib/modules/$(shell uname -r) which is /lib/modules/2.6.27-8-eeepc but in it there is no build directory, so make fails. As you probably guessed I am a complete Linux noob coming from Windows...
Can anyone please help?
Reply With Quote