Re: [Ilugc] How to compile module

2008-12-11 Thread Ashish Verma
Hi Santosh, The problem was in the make file. I had put pcnet32.c instead of .o. The module has now been compiled. Now I got 4 files pcnet32.ko - I placed in /lib/modules/2.6.25.14/kernel/drivers/net What should I do with the rest. What are these for? I found similar file types in the /usr/src/l

Re: [Ilugc] How to compile module

2008-12-11 Thread Santosh
Ashish Verma wrote: Hi, I dont know why this is not working for me. I was able to compile the hello world module without errors. I got the below error: make -C "/lib/modules/2.6.25.14/build" M=/root modules make[1]: Entering directory '/usr/src/linux-2.6.25.14' scripts/Makefile.build:217: targ

Re: [Ilugc] How to compile module

2008-12-11 Thread Santosh
Ashish Verma wrote: Hi, I dont know why this is not working for me. I was able to compile the hello world module without errors. I got the below error: make -C "/lib/modules/2.6.25.14/build" M=/root modules make[1]: Entering directory '/usr/src/linux-2.6.25.14' scripts/Makefile.build:217: targ

Re: [Ilugc] How to compile module

2008-12-11 Thread Ashish Verma
Hi, I dont know why this is not working for me. I was able to compile the hello world module without errors. I got the below error: make -C "/lib/modules/2.6.25.14/build" M=/root modules make[1]: Entering directory '/usr/src/linux-2.6.25.14' scripts/Makefile.build:217: target '/root/pcnet32.c' d

[Ilugc] install Ghost in Debian

2008-12-11 Thread Vaithi J
Hi, Please let me know how to install Ghost in Debian ,But not from dd. i want to make Ghost for Debian box. Please help on this Thanks, Vaithi.J ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of t

Re: [Ilugc] Need contributors for a open source project.

2008-12-11 Thread Prakash A S
On Thu, Dec 11, 2008 at 8:02 PM, Sarad AV wrote: > > > On Wed, Dec 10, 2008 at 3:32 PM, Prakash A S > wrote: > > Dear All, > >I am searching some enthusiast students for one of my open source > > project called "Accelerometer based Wireless joystick". The students > >should > > > Is it y

[Ilugc] யாவர்க்குமா ன மென்பொருள் இய க்கம்/ அறக்கட்ட ளை

2008-12-11 Thread Sri Ramadoss M
வணக்கம், உபுண்டு தமிழ் குழுமம் உள்ளிட்ட கட்டற்ற மென்பொருள் தொடர்பான செயல்கள் தரும் உற்சாகத்தினைத் தொடர்ந்து தமிழகத்தில் இம்முயற்சிகளுக்கு பொதுவான செயல் வடிவம் கொடுக்கவும், http://kanimozhi.org.in/kanimozhi/?p=224 பக்கத்தில் உள்ளவற்றை மேற்கொள்ள வேண்டி வளங்கள் வசதிகள் திரட்டிட வேண்டியும், தகவல் தொழி

[Ilugc] Free Software Foundation Files Suit Against Cisco For GPL Violations

2008-12-11 Thread Praveen A
http://www.fsf.org/news/2008-12-cisco-suit Interesting discussion at http://lwn.net/Articles/310899/ -- പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍ I know my rights; I want my phone call! What use is a phone call, if you are unable to speak? (as seen on /.) Join The DRM Elimination Crew Now! http://fci.wikia

Re: [Ilugc] CD distribution at College Event

2008-12-11 Thread Gowthaman Basuvaraj
> > > After our first bad experience with free as in bear, > agreed... let them buy CDs (make sure they can) , and burn it for them Gowthaman ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subject or body of the message

Re: [Ilugc] CD distribution at College Event

2008-12-11 Thread ம. ஸ்ரீ ராமதாஸ்|Sri Ramadoss M
On Wed, Dec 10, 2008 at 9:48 PM, Ashok Gautham wrote: > > These CDs may not "look" professional. But of course who will not try some > free stuff? > After our first bad experience with free as in bear, We do not give CDs free of cost. If the management or Organisers are ready to bear the material

Re: [Ilugc] Need contributors for a open source project.

2008-12-11 Thread Sarad AV
On Wed, Dec 10, 2008 at 3:32 PM, Prakash A S <[EMAIL PROTECTED]> wrote: > Dear All, >I am searching some enthusiast students for one of my open source > project called "Accelerometer based Wireless joystick". The students >should Is it your project or an NRCFOSS project? It's a good ide

[Ilugc] [COMMERCIAL] Workshop on Linux Troubleshooting Techniques and Tools

2008-12-11 Thread saran
Dear All, Lynus Academy Introducing Linux Troubleshooting Techniques and Tools workshop for Linux/Unix working Professionals. Goal: A Linux system administrator who can identify, diagnose, and resolve problems on a Linux system, and who can take preventative action to avoid problems. Audience:

Re: [Ilugc] How to compile module

2008-12-11 Thread kish
this helped me http://tldp.org/LDP/lkmpg/2.6/html/lkmpg.html -- kish --- Esse Quam Videri krisk.wordpress.com ___ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe " in the subject or body of the message. http://www.ae.iitm.ac.in

Re: [Ilugc] How to compile module

2008-12-11 Thread Santosh
Ashish Verma wrote: Hi, I have a pcnet32.c file. I want to make a module out of it. What should I do. The below link requires me to make a make file. I don't know how to do that. Please advise. http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html Re

[Ilugc] How to compile module

2008-12-11 Thread Ashish Verma
Hi, I have a pcnet32.c file. I want to make a module out of it. What should I do. The below link requires me to make a make file. I don't know how to do that. Please advise. http://www.cyberciti.biz/tips/build-linux-kernel-module-against-installed-kernel-source-tree.html Regards, Ashish