how to create atm interface in linux

2005-09-06 Thread manomugdha biswas
Hi, I want to create an ATM interface on linux. I can create ethernet interface using alloc_etherdev() and then registering this device. Can I use the same function to create atm interface ? Or there is other way to do this? Can you please give some light on this issue? Regards, Mano Manomugdha

how to create atm interface in linux

2005-09-06 Thread manomugdha biswas
Hi, I want to create an ATM interface on linux. I can create ethernet interface using alloc_etherdev() and then registering this device. Can I use the same function to create atm interface ? Or there is other way to do this? Can you please give some light on this issue? Regards, Mano Manomugdha

netif_rx for ATM

2005-09-05 Thread manomugdha biswas
skbuff); It works for ethernet and POS and does not work for ATM. Could anyone please tell me what to do for ATM? Regards, Mano > Manomugdha Biswas > > > > > > > __ > &g

netif_rx for ATM

2005-09-05 Thread manomugdha biswas
works for ethernet and POS and does not work for ATM. Could anyone please tell me what to do for ATM? Regards, Mano Manomugdha Biswas __ Yahoo! India Matrimony: Find your partner online. Go t

netif_rx for ATM

2005-09-05 Thread manomugdha biswas
for ethernet and POS and does not work for ATM. Could anyone please tell me what to do for ATM? Regards, Mano Manomugdha Biswas __ Yahoo! India Matrimony: Find your partner online. Go to http

netif_rx for ATM

2005-09-05 Thread manomugdha biswas
); It works for ethernet and POS and does not work for ATM. Could anyone please tell me what to do for ATM? Regards, Mano Manomugdha Biswas __ Yahoo! India Matrimony: Find your partner online

kernel panic

2005-08-29 Thread manomugdha biswas
)) [] system_call [kernel] 0x33 (0xf4f31fc0)) Code: 89 4a 04 89 55 f0 89 45 f4 89 08 89 f0 e8 a1 cb 00 00 89 c6 Could you please give some light on this issue? Regards, Manomugdhab Manomugdha Biswas ___ Too much spam in your inbox

kernel panic

2005-08-29 Thread manomugdha biswas
[kernel] 0xc9 (0xf4f31f94)) [c0109537] system_call [kernel] 0x33 (0xf4f31fc0)) Code: 89 4a 04 89 55 f0 89 45 f4 89 08 89 f0 e8 a1 cb 00 00 89 c6 Could you please give some light on this issue? Regards, Manomugdhab Manomugdha Biswas

RE: kernel module seg fault

2005-08-23 Thread manomugdha biswas
n > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of manomugdha > biswas > Sent: Tuesday, August 23, 2005 3:13 PM > To: linux-kernel@vger.kernel.org > Subject: kernel module seg fault > > Hi, > I have written a kern

kernel module seg fault

2005-08-23 Thread manomugdha biswas
); I am using redhat version 9.0 and kernel version 2.4.20-8. Could you please give some light on this issue? Manomugdha Biswas Send a rakhi to your brother, buy gifts and win attractive prizes. Log

kernel module seg fault

2005-08-23 Thread manomugdha biswas
, 2); I am using redhat version 9.0 and kernel version 2.4.20-8. Could you please give some light on this issue? Manomugdha Biswas Send a rakhi to your brother, buy gifts and win attractive prizes. Log

RE: kernel module seg fault

2005-08-23 Thread manomugdha biswas
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of manomugdha biswas Sent: Tuesday, August 23, 2005 3:13 PM To: linux-kernel@vger.kernel.org Subject: kernel module seg fault Hi, I have written a kernel module and I can load (insmod) it without any error. But when i run my module