Re: lsmod q

2008-10-14 Thread Richard Hector
On Tue, 2008-10-14 at 09:40 -0500, Hugo Vanwoerkom wrote: > That means if I wait a little bit that '[permanent]' should go. > Let me see. It seems that [permanent] means the module can't be unloaded; I guess it's unlikely to go away soon. Richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: lsmod q

2008-10-14 Thread Hugo Vanwoerkom
Frank Lanitz wrote: On Tue, 14 Oct 2008 06:52:13 -0500 Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: Hi, In the 'lsmod' list I find this: ... ide_pci_generic 3908 0 [permanent] ... yet in the .config of 2.6.26-1-686 I see: ... CONFIG_IDE_GENERIC=m ... question: how does that entry in

Re: lsmod q

2008-10-14 Thread Frank Lanitz
On Tue, 14 Oct 2008 06:52:13 -0500 Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: > Hi, > > In the 'lsmod' list I find this: > > ... > ide_pci_generic 3908 0 [permanent] > ... > > yet in the .config of 2.6.26-1-686 I see: > ... > CONFIG_IDE_GENERIC=m > ... > > question: how does that entr

lsmod q

2008-10-14 Thread Hugo Vanwoerkom
Hi, In the 'lsmod' list I find this: ... ide_pci_generic 3908 0 [permanent] ... yet in the .config of 2.6.26-1-686 I see: ... CONFIG_IDE_GENERIC=m ... question: how does that entry in lsmod come about + what does it mean? Hugo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: lsmod q

2006-09-15 Thread Andrew Perrin
On Fri, 15 Sep 2006, Hugo Vanwoerkom wrote: Hi, lsmod shows, in part: ... usbcore95296 5 usbhid,ehci_hcd,uhci_hcd ... Is there a way to find out who the other 2 users are, besides usbhid,ehci_hcd and uhci_hcd? When I do a rmmod on those, they go away but usbcore refuses to

lsmod q

2006-09-15 Thread Hugo Vanwoerkom
Hi, lsmod shows, in part: ... usbcore95296 5 usbhid,ehci_hcd,uhci_hcd ... Is there a way to find out who the other 2 users are, besides usbhid,ehci_hcd and uhci_hcd? When I do a rmmod on those, they go away but usbcore refuses to be removed because the use count is not 0. W