Displaying 20 results from an estimated 877 matches for "lsmod".
2002 Sep 30
2
Decompose numerical factor into orthog. poly parts
...e <- scan()
1: 12.0 13.3 13.0 8.9
5: 9.7 7.2 7.3 8.6
9: 9.2 9.0 7.6 7.4
13: 10.1 5.7 7.5 8.9
17:
Read 16 items
> diam <- c(19,24,28,33)
> treat
[1] 1 2 4 3 4 3 1 2 3 4 2 1 2 1 3 4
> diam[treat]
[1] 19 24 33 28 33 28 19 24 28 33 24 19 24 19 28 33
> d <- diam[treat]
>
> lsmod <- lm(time ~ spinner + order + poly(d,3))
> anova(lsmod)
Analysis of Variance Table
Response: time
Df Sum Sq Mean Sq F value Pr(>F)
spinner 3 39.367 13.122 9.9476 0.009594 **
order 3 7.587 2.529 1.9172 0.228001
poly(d, 3) 3 14.208 4.736 3.5900 0.0856...
2018 Jul 10
2
dmesg shows Intel Virt., lsmod shows kvm_intel; "Host does not [have] virt. options"
...oLiant 380p hardware. The BIOS is a
bit outdated, but both Intel Virtualization Options and VT-d are present
and enabled in the firmware.
Some relevant command outputs below:
-bash-4.2$ dmesg | grep Virtualization
[ 1.299295] DMAR: Intel(R) Virtualization Technology for Directed I/O
-bash-4.2$ lsmod | grep kvm
kvm_intel 174841 0
kvm 578518 1 kvm_intel
irqbypass 13503 1 kvm
sudo virt-install --virt-type kvm --name <my name> --memory 8192 --cdrom
<my path>/CentOS-7-x86_64-Everything-1708.iso --disk size=4 --os-variant
rhel7
ERROR Host...
2018 Jul 10
0
Re: dmesg shows Intel Virt., lsmod shows kvm_intel; "Host does not [have] virt. options"
...bit outdated, but both Intel Virtualization Options and VT-d are present
> and enabled in the firmware.
>
> Some relevant command outputs below:
>
> -bash-4.2$ dmesg | grep Virtualization
> [ 1.299295] DMAR: Intel(R) Virtualization Technology for Directed I/O
> -bash-4.2$ lsmod | grep kvm
> kvm_intel 174841 0
> kvm 578518 1 kvm_intel
> irqbypass 13503 1 kvm
> sudo virt-install --virt-type kvm --name <my name> --memory 8192 --cdrom
> <my path>/CentOS-7-x86_64-Everything-1708.iso --disk size=4 --os-va...
2013 Jan 24
0
CentOS 5.8, Adaptec 6405 but lsmod lists dmraid?
Hi
I have (actaully on a number of machines) various Adaptec card
installed, yet lsmod shows "dmraid" loaded?
How come?
I thought that dmraid is software raid?
Is this part of the booting and if so How do I tell mkinitrd NOT to make it part of the bootup process?
Jobst
--
When you lose, don't lose the lesson.
| |0| | Jobst Schmalenbach, jobst at barrett....
2006 Sep 02
3
No sound after upgrade to 4.4
After upgrading from CentOS 4.3 to 4.4 the sound doesn't work anymore. Messages like the following appear in dmesg when I try to use it:
application firefox-bin uses obsolete OSS audio interface
The output from 'lsmod | snd' is:
snd_azx 21713 2
snd_hda_codec 121665 1 snd_azx
snd_pcm_oss 52729 0
snd_mixer_oss 21953 2 snd_pcm_oss
snd_pcm 92357 3 snd_azx,snd_hda_codec,snd_pcm_oss
snd_timer 28229 1 snd_pcm
snd 57509...
2010 Jul 08
1
Junghanns QuadBRi not really recognized in Dahdi
...1397:b520
Flags: medium devsel, IRQ 16
I/O ports at e800 [size=8]
Memory at dfebf000 (32-bit, non-prefetchable) [disabled] [size=4K]
Capabilities: [40] Power Management version 2
Kernel driver in use: hfc4s8s_l1
Kernel modules: wcb4xxp, hfc4s8s_l1
# lsmod | grep dah
dahdi 187464 3 wcb4xxp
crc_ccitt 2080 2 dahdi,hisax
# lsmod | grep hfc
hfc4s8s_l1 11716 0
hisax 397700 1 hfc4s8s_l1
# lsmod | grep wcb
wcb4xxp 73252 0
dahdi 187464 3 wcb4xxp
# dahdi_scan
# d...
2001 Aug 14
8
Redhat Roswell
...edhat beta Roswell, then i updated to Kernel 2.4.8
patched him and installed the newest util-linux + e2fprogs without any
custoumized Options. Bootloader is Grub. Now when i boot he says mount -O or -0
is an invalid Option. tune2fs -j /dev/hdXX says "The filesystem already has a journal"
lsmod says that no jbd or ext3 Modules is loadet but i have pachted the Kernel with ext3
as Module. Depmod -a is done. It seems its mounted as Ext2. Modprobe after booting says
ext3 51408 0 (unused)
jbd 40032 0 [ext3]
My fstab looks like
LABEL=/...
2004 Jul 06
2
ztdummy running, but moh & meetme don't work
...r users on the conference..", which is OK,
then a second user comes in, but they are not
conferenced anymore. I can hang up both phones, and
dial back to the conference, but I won't even hear the
'there are no other users message anymore'.
usb-uhci and ztdummy are loaded fine (see lsmod), and
this system is running Redhat9 standard install with
linux sources.
Any thoughts what might be wrong? I have already spent
the whole night googling and looking around, so I
think I covered all the basics already.
I tried to use zaptelrtc as an alternative to ztdummy,
but it doesn't comp...
2011 Aug 31
9
Centos VPS Kernel 2.6.35.4 & 'string-less' IP tables
On a VPS I wanted to add to IP tables:-
iptables -A XXXX -p tcp -m string --algo bm --string 'login' -j DROP
I got:
iptables: Unknown error 18446744073709551615
uname -a = 2.6.35.4 #2 (don't know how this got installed)
lsmod | grep ipt = ipt_LOG 5419 2
yum upgrade iptables* = nothing to install.
---------------------------------------
On a standalone server (C 5.6)
iptables -A XXXX -p tcp -m string --algo bm --string 'login' -j DROP
is accepted.
uname -a = 2.6.18-274.el5 #1
lsmod | grep ipt =
ipt_L...
2019 Aug 04
2
[Bug 1359] New: nft 0.9.1 - table family inet, chain type nat, fails to auto-load modules
...s rule: No such file or
directory
chain prenats { type nat hook prerouting priority -100;
^^^^^^^
/etc/nftables.conf:395:8-15: Error: Could not process rule: No such file or
directory
chain postnats { type nat hook postrouting priority 100;
^^^^^^^^
$ lsmod |grep nft
nft_log 16384 0
nft_limit 16384 0
nft_ct 20480 0
nf_conntrack 163840 1 nft_ct
nf_tables 163840 4 nft_ct,nft_log,nft_limit,nf_tables_set
Edit:
table inet nats { -> table ip nats {
$ sudo /etc/nftables.conf
$ lsmo...
2004 Aug 21
0
Port forwarding from Internal LAN
...x.xxx.xxx.xxx:81 it does not.
Any ideas? Thanks in advance.
Mike
###############################################################################
#
# rc.firewall-2.4-stronger
#
FWVER=0.74s-4
echo -e "\nLoading STRONGER rc.firewall - version $FWVER..\n"
IPTABLES=/sbin/iptables
LSMOD=/sbin/lsmod
DEPMOD=/sbin/depmod
INSMOD=/sbin/insmod
GREP=/bin/grep
AWK=/bin/awk
SED=/bin/sed
IFCONFIG=/sbin/ifconfig
EXTIF="eth0"
INTIF="eth1"
echo " External Interface: $EXTIF"
echo " Internal Interface: $INTIF"
echo " ---"
# For users who...
2001 Dec 24
2
Two u32 problems: module count and fw
...fw filter used for
some other class. In order to get u32 working Ive to delete root class,
which in terms delete all fw filters too, and then same command for u32
works. fw is also compiled as module.
2> If I add u32 filter to my classid then it increase module-count, which I
can see in "lsmod". I know this is normal behavior. But if I attach more u32
filter in same classid it doesnt increase module-count more. Is this normal
behaviour?
Also I observed that if I create one more class and if I attach one u32
filter then also module use count remains same.
Does it mean that u32 use...
2016 Jan 19
3
tinc running openwrt (mikrotik metarouter mips)
Hi Maxim
See below.
root at OpenWrt:/etc/tinc/acmevpn# modprobe -v tun
-ash: modprobe: not found
root at OpenWrt:/etc/tinc/acmevpn# lsmod tun
Module Size Used by Not tainted
crc_ccitt 928 0
root at OpenWrt:/etc/tinc/acmevpn# uname -a
Linux OpenWrt 2.6.31.10 #1 Tue Jul 23 14:34:17 CEST 2013 mips GNU/Linux
root at OpenWrt:/etc/tinc/acmevpn# opkg info kernel
Package: kernel
Version: 2.6.31.10...
2004 May 02
1
module help?
Need some help with modules.conf, and basic RH9 linux skills.
I've installed the new TDM04B 4-port FXO card and its working. After
a reboot, when I do lsmod I see the wcfxo module but not the wcfxs
even though both are listed modules.conf.
If I "modprobe wcfxs", then lsmod has both modules showing.
The wcfxs module is the last one in the modules.conf. Is the order
of entries sensitive in modules.conf?
Do I need to be concerned with wcfxs n...
2005 Feb 02
4
new install
hi,
i got an error while running the asterisk -v
error message: error while writing audio data
=====
R.B.Roa
Traffic Management Engineer
PhilCom Corporation
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
2007 Jul 12
0
No subject
1. Is it normal to see :
# lsmod
Module Size Used by
dahdi_dummy 3236 0
Shouldn't it be used by asterisk or is this 0 value meaning something
specific ?
2. How can you check dahdi is running ?
Here, "ps aux | grep dahdi " replies "grep dahdi".
Cheers
------=_Part_2692_1966...
2015 Jun 26
16
[Bug 91119] New: [NVE4] GPU hangs when opening several Firefox tabs at once
...compiz + emerald
XFCE with xfwm
XFCE with no WM
Enlightenment
Gnome 3
Gnome 3 under Wayland (though Firefox uses XWayland)
Sometimes the screen freezes, sometimes it goes black, sometimes the image
distorts or changes its colours. Sometimes the mouse pointer is still movable.
lsmod, dmesg and Xorg.log attached for the times I reproduced today.
# System info
% uname -a
Linux localhost 4.0.5-1-ARCH #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015 x86_64
GNU/Linux
% lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GK104M [GeForce GTX
670MX] (rev a1)
# Relev...
2005 Jul 22
1
Problem with Zaptel FXO..
...lstart (Default) (Slaves: 01)
Channel 02: FXO Kewlstart (Default) (Slaves: 02)
Channel 03: FXO Kewlstart (Default) (Slaves: 03)
Channel 04: FXO Kewlstart (Default) (Slaves: 04)
4 channels configured.
ZT_CHANCONFIG failed on channel 1: No such device or address (6)
[root@srvoip ~]#
and this is my lsmod:
[root@srvoip ~]# lsmod
Module Size Used by
wcfxo 16928 0
zaptel 195972 1 wcfxo
parport_pc 27905 1
lp 15405 0
parport 37641 2 parport_pc,lp
autofs4 22085 0
i2c_dev 1...
2007 Jul 02
4
eth0 does not exist when booting to xen kernel
...n my eth0, create
a new virtual eth0 and bridge it into xenbr0
However, ifconfig only shows my lo and xenbr0 interfaces. ifconfig -a lists
all the veth devices and the vif devices, but still no eth0
/etc/xen/scripts/network-bridge status returns ''Device "eth0" does not
exist.
lsmod shows that the e1000 driver is loaded.
Can anyone shed some light?
Thanks,
-John
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Mar 07
5
dahdi-2.2.1 & kernel-2.6.32: working for anyone?
I have a TDM400. Just updated Fedora 12 to kernel 2.6.32. Rebuilt and
installed dahdi-2.2.1.
kernel modules loaded.
lsmod | grep wctdm
wctdm 37233 0
dahdi 194985 1 wctdm
lsmod | grep dahdi
dahdi 194985 1 wctdm
crc_ccitt 1549 2 dahdi,isdnhdlc
dmesg:
dahdi: Telephony Interface Registered on major 196
dahdi: Version: 2.2.1
.....
dahdi_dummy: Trying t...