Re: question about insmod

2007-11-17 Thread vichy
hi: I have found out some way to figure it out. In the beginning, I was confused by the success(2): success. Then, some of my friend told me that I can use dmesg -n 8 to set different message showing level and I can see the error messages that insmod wants to tell me. It seems the (2) have some

question about insmod

2007-11-15 Thread vichy
Dear all: I write a module and try to insert it by insmod. But the error message is like below: insmod: cannot insert 'test.ko': Success (2): Success. what's wrong with my module and where can I find the Success(2) mean? It seems (2) has some special meaning. But I cannot get the information by

Re: question about insmod

2007-11-15 Thread Luís Henriques
Hi Vichy! On Thursday 15 November 2007, vichy wrote: Dear all: I write a module and try to insert it by insmod. But the error message is like below: insmod: cannot insert 'test.ko': Success (2): Success. what's wrong with my module and where can I find the Success(2) mean? It seems (2) has

Re: question about insmod

2007-11-15 Thread Pavan Kandepet
You can also try looking at /var/log/messages while inserting the module to see any messages. -Pavan On Nov 15, 2007 9:56 AM, Luís Henriques [EMAIL PROTECTED] wrote: Hi Vichy! On Thursday 15 November 2007, vichy wrote: Dear all: I write a module and try to insert it by insmod. But the