CAD CAM EDM DRO - Yahoo Group Archive

Re: BDI steppermod gives following errors

Posted by Ray
on 2001-08-24 17:31:05 UTC
From: "jguenthe" <jguenther@...>

John
<bas>

>[root@localhost /root]# /sbin/lsmod
>Module Size Used by
>steppermod 234160 0 (unused)
>rtl_fifo 8576 0 (unused)
>rtl_posixio 7008 0 [rtl_fifo]
>rtl_sched 26736 0 [steppermod]
>rtl_time 4976 0 [steppermod rtl_posixio rtl_sched]
>mbuff 5200 4 [steppermod]
>rtl 17392 0 [rtl_fifo rtl_posixio rtl_sched rtl_time]
>supermount 12880 2 (autoclean)
>[root@localhost /root]# /sbin/rmmod mbuff
>mbuff: Device or resource busy

Yep! Once in a while, the EMC leaves some left overs in mbuff and can't
shut it down. I sent Henkka a note on this and I think that it is included
in the FAQ at linuxcnc.org/handbook

Easiest solution, (I don't like it 'cause it's the MS way is to reboot).
Next easiest way is to cd to /usr/src/rtlinux/mbuff and issue a "make
test" command. After a bit your terminal will settle down with no prompt
so press <control>c and then enter

./mbuff_dealloc emcmotStruct

and enter. Repeat this until it returns a -1 condition and then

rmmod mbuff

and it should go away.

HTH

Ray

Discussion Thread

jguenthe 2001-08-24 08:34:29 UTC BDI steppermod gives following errors Jon Elson 2001-08-24 11:45:33 UTC Re: [CAD_CAM_EDM_DRO] BDI steppermod gives following errors jguenther@v... 2001-08-24 12:07:18 UTC RE: [CAD_CAM_EDM_DRO] BDI steppermod gives following errors Ray 2001-08-24 17:31:05 UTC Re: BDI steppermod gives following errors