search for: rmmod

Displaying 20 results from an estimated 284 matches for "rmmod".

2005 Jan 28
1
FC3 + udev + Asterisk v1.0.3 - Temporary Fix
...sbin/ztcfg ] || exit 0 [ -f /etc/zaptel.conf ] || exit 0 RETVAL=0 MODULES="wcfxs wcfxo" RMODULES="wcfxs wcfxo" if [ "${DEBUG}" = "yes" ]; then ARGS="debug=1" fi # See how we were called. case "$1" in start) # Load drivers rmmod wcusb >& /dev/null rmmod wcfxsusb >& /dev/null rmmod audio >& /dev/null action "Loading zaptel framework: " modprobe zaptel echo -n "Loading zaptel hardware modules: " for x in $MODULES; do if modprobe ${x} ${ARGS} >& /dev/null; then...
2005 May 16
1
rmmod
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 832 bytes Desc: This is a digitally signed message part Url : http://www.vas.nu/pipermail/klibc/attachments/20050516/9a6fbbd1/attachment.bin
2008 May 21
1
[Fwd: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe]
(sent to the kvm mailing list erroneously first) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe Date: Wed, 21 May 2008 14:45:31 +0200 Size: 4163 Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080521/d83a0253/attachment.eml
2008 May 21
1
[Fwd: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe]
(sent to the kvm mailing list erroneously first) -------------- next part -------------- An embedded message was scrubbed... From: Chris Lalancette <clalance at redhat.com> Subject: [PATCH]: Fix crash in virtio_blk during modprobe ; rmmod ; modprobe Date: Wed, 21 May 2008 14:45:31 +0200 Size: 4163 Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20080521/d83a0253/attachment.eml
2012 May 30
3
still seeking way to recover card after cursor disappears or card locks up
...the other monitor was frozen. Nothing involving chvt had any effect on the unresponsive monitor. Is there some other way to recover the card/driver to a useful state? Doing "shutdown -hF now" will do it, but that takes a long time to being the system back up. Is it considered safe to rmmod nouveau and then modprobe it back again? I have a diskless system with a different card I could try that with to gain confidence if the list says it's safe to do that. Thanks, Robert Riches
2004 Oct 20
2
chan_mISDN problem
I'm using avm fritz card usb with kernel 2.6 patch with mISDN. The module is load correctly when I type lsmod I've got the following output: Module Size Used by zaptel 178308 0 avmfritz 21388 0 mISDN_isac 14336 1 avmfritz mISDN_dsp 191424 0 l3udss1 34184 0 mISDN_l2 39040 0
2008 Mar 28
0
[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
The following changes since commit 3085354de635179d70c240e6d942bcbd1d93056c: Ingo Molnar (1): x86: prefetch fix #2 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Anthony Liguori (1): virtio_pci: unregister virtio device at device remove Paul Bolle (1): lguest: lguest.txt documentation fix
2006 Jan 16
0
4.2 Kernel panic on rmmod ip_gre...
$ uname -a Linux xxx 2.6.9-22.0.1.ELsmp #1 SMP Thu Oct 27 13:14:25 CDT 2005 i686 i686 i386 GNU/Linux $ lsmod | grep "[^0-9]0" | grepbyhand ip_gre 16865 0 3c59x 41213 0 tg3 85061 0 It is very likely an error that these have usage counts of 0. (the interfaces are very much up, and a GRE tunnel is configured) Seeing as the same thing
2008 Mar 28
0
[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
The following changes since commit 3085354de635179d70c240e6d942bcbd1d93056c: Ingo Molnar (1): x86: prefetch fix #2 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Anthony Liguori (1): virtio_pci: unregister virtio device at device remove Paul Bolle (1): lguest: lguest.txt documentation fix
2003 Mar 08
2
red alarm on wildcard
Alarms Span RED wildcard X101P Board1 OK wcusb/0 0 ive got my asterisk server up and running and working correctly, the first time after a reinstall and reboot everything was fine - i had both alarms OK and i could get the USB extension ringing when i ran the house number from my mobile. as soon as i tried again i got a red alarm on the wildcard board. now im using the sample
2009 Jun 03
3
How to remove the wrong wireless firmware module
How do I back out of these directions?<br/><br/>"yum install iwl4965-firmware<br/><br/>rmmod iwl4965; modprobe iwl4965<br/><br/>Your wireless device should be working now. Enable NetworkManager to use it. <br/>Starting from CentOS 5.3 (kernel 2.6.18-128) the kernel includes the iwlagn kernel module. If you are running an older kernel, please look at the ipw4965 method abo...
2006 Jul 15
7
[Bug 493] NAT still work after flush it.
...esolution| |INVALID ------- Additional Comments From netfilter@linuxace.com 2006-07-15 03:49 MET ------- This is a FAQ. You need to wait until the session expires from /proc/net/ip_conntrack for it to stop NATing. If you don't wish to wait, reboot your box or rmmod the iptables modules. Any further questions? Ask on iptables-users mailing list. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2004 Oct 07
1
kmem_cache_destroy: Can't free all objects
...riting a FS filter that will be above the ext3 filesystem. For my own purposes I need severl bytes in inode. There are not enough space current inode so I need to create my own inode functions alloc_inode() & destroy_inode(). The problem causes when destroying slab cache at removing my module (rmmod). kmem_cache_destroy: Can't free all objects What I do: - install my module (insmod) - Mount filesystem - list the mountpoint with ls -i - cat /proc/slabinfo shows: my_ii_cache 1 7 512 1 1 1 - I make umnount - cat /proc/slabinfo shows: my_ii_cache 4...
2007 Jun 13
6
problem starting asterisk, unable to load chan_zap
...so: load_module failed, returning -1 Jun 13 13:05:41 DEBUG[3356] channel.c: Unregistering channel type 'Zap' Jun 13 13:05:41 WARNING[3356] loader.c: Loading module chan_zap.so failed! I checked that the module wcte11xp is loaded before I start asterisk. I can fix the problem when I do: rmmod wcte11xp && modprobe wcte11xp after that rmmod && modprobe asterisk works. The same happens, on a similar machine, the only difference is that I need to load the wcte12xp driver, because of an other card. Anybody knows what my problem is? kind regards Sebastian
2008 May 23
5
Shorewall is eating my Asterisk egress traffic
I have four-interface Shorewall config set up. The "dmz" interface is bridged with "net" so I can assign public IP''s to the servers in the DMZ. I opted to do this rather than SNAT or ARP proxying because one of the servers runs Asterisk and SIP and NAT don''t always work well together. Somehow, my firewall config is causing a one-way audio problem in
2009 Aug 08
21
[Bug 23212] New: oops on rmmod nouveau with nv31m
http://bugs.freedesktop.org/show_bug.cgi?id=23212 Summary: oops on rmmod nouveau with nv31m Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org...
2003 Dec 22
1
tor2 does not load
.../lib/modules/2.4.18/misc/tor2.o: post-install tor2 failed /lib/modules/2.4.18/misc/tor2.o: insmod tor2 failed asterix:~# The module is listed by lsmod: asterix:~# lsmod Module Size Used by Not tainted tor2 84480 0 (unused) If I try to remove: asterix:~# rmmod tor2 Unable to handle kernel paging request at virtual address d08bc400 printing eip: d08a2c19 *pde = 0fdd4067 *pte = 00000000 Oops: 0002 CPU: 0 EIP: 0010:[<d08a2c19>] Not tainted EFLAGS: 00010286 eax: d08bc000 ebx: cffe0c00 ecx: 00006ea8 edx: d084cf40 esi: cef18000...
2005 May 23
3
module-init-tools ported to klibc
...ule-init-tools-3.2-pre5/Makefile.am 2005-05-12 07:35:25.000000000 +0300 +++ module-init-tools/Makefile.am 2005-05-23 17:27:26.000000000 +0300 @@ -1,9 +1,9 @@ insmod_SOURCES = insmod.c testing.h lsmod_SOURCES = lsmod.c testing.h -modprobe_SOURCES = modprobe.c zlibsupport.c testing.h zlibsupport.h -rmmod_SOURCES = rmmod.c testing.h -depmod_SOURCES = depmod.c moduleops.c tables.c zlibsupport.c depmod.h moduleops.h tables.h list.h testing.h zlibsupport.h -modinfo_SOURCES = modinfo.c zlibsupport.c testing.h zlibsupport.h +modprobe_SOURCES = modprobe.c zlibsupport.c mod_libc_wrapper.c testing.h zlibsu...
2012 Mar 20
15
Xen VGA Passthrough Questions
Dear David Techer, I have read through your article on Xen VGA passthrough on http://www.davidgis.fr. It appears that the following command on your blog doesn''t work. dmesg | grep 01:00.0 | grep BAR The above command shows nothing at all. Is there an alternative solution? Thank you very much. Yours sincerely, Teo En Ming (Zhang Enming)
2003 Oct 08
2
Ztdummy Bug
I have an asterisk box with no zap hardware in it. I use the ztdummy for music on hold. However, the music is very distorted. I rmmod ztdummy, and the Music sounds great. Michael