Equivilant of 'lsmod'

2009-08-24 Thread Jerry
What is the equivalent of the Linux 'lsmod' command in FreeBSD?

-- 
Jerry
ges...@yahoo.com

To be or not to be, that is the bottom line.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Andrew Gould
On Mon, Aug 24, 2009 at 2:29 PM, Jerryges...@yahoo.com wrote:
 What is the equivalent of the Linux 'lsmod' command in FreeBSD?

 --
 Jerry
 ges...@yahoo.com


I think it's kldstat.

Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Dan Nelson
In the last episode (Aug 24), Jerry said:
 What is the equivalent of the Linux 'lsmod' command in FreeBSD?

Remember to actually describe what you want, rather than just giving the
linux command.  To list the loaded kernel modules, run kldstat.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Dunc
Dan Nelson wrote:
 In the last episode (Aug 24), Jerry said:
 What is the equivalent of the Linux 'lsmod' command in FreeBSD?
 
 Remember to actually describe what you want, rather than just giving the
 linux command.  To list the loaded kernel modules, run kldstat.
 

I think he wanted to know what the equivalent of the Linux 'lsmod'
command is.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Jason

I believe it would be 'kldstat'

On Mon, Aug 24, 2009 at 08:44:38PM +0100, Dunc thus spake:

Dan Nelson wrote:

In the last episode (Aug 24), Jerry said:

What is the equivalent of the Linux 'lsmod' command in FreeBSD?


Remember to actually describe what you want, rather than just giving the
linux command.  To list the loaded kernel modules, run kldstat.



I think he wanted to know what the equivalent of the Linux 'lsmod'
command is.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Jerry
On Mon, 24 Aug 2009 14:33:09 -0500
Dan Nelson dnel...@allantgroup.com wrote:

 In the last episode (Aug 24), Jerry said:
  What is the equivalent of the Linux 'lsmod' command in FreeBSD?
 
 Remember to actually describe what you want, rather than just giving
 the linux command.  To list the loaded kernel modules, run kldstat.

I was looking for something like this snippet from a Linux machine and
using lsmod:

Module  Size  Used by
af_packet  34440  2
ppdev  18568  0
acpi_cpufreq   18448  3
cpufreq_stats  16032  0
cpufreq_powersave  10368  0
cpufreq_ondemand   18320  2
freq_table 14080  3 acpi_cpufreq,cpufreq_stats,cpufreq_ondemand
cpufreq_userspace  14468  0
cpufreq_conservative17800  0
iptable_filter 11776  0
ip_tables  31720  1 iptable_filter
x_tables   30728  1 ip_tables
ac 15496  0
parport_pc 48296  0
lp 22084  0
parport51340  3 ppdev,parport_pc,lp
loop   28676  0
nfs   298872  1
lockd  83248  2 nfs
nfs_acl12416  1 nfs
sunrpc220808  10 nfs,lockd,nfs_acl
container  13824  0
iTCO_wdt   22480  0
button 18080  0
pcspkr 12160  0
evdev  22144  3
iTCO_vendor_support12932  1 iTCO_wdt
shpchp 45340  0
pci_hotplug41776  1 shpchp
ext3  156176  7
jbd64168  1 ext3
mbcache18560  1 ext3
sg 48920  0
sr_mod 27300  0
cdrom  48680  1 sr_mod
sd_mod 40448  12
pata_acpi  17024  0
usbhid 42848  0
hid52160  1 usbhid
ata_piix   31364  10
ata_generic17156  0
libata183984  3 pata_acpi,ata_piix,ata_generic
ehci_hcd   49164  0
scsi_mod  185784  4 sg,sr_mod,sd_mod,libata
tg3   131972  0
uhci_hcd   37024  0
usbcore   177200  4 usbhid,ehci_hcd,uhci_hcd
raid10 33536  0
raid456   138272  0
async_xor  13312  1 raid456
async_memcpy   11776  1 raid456
async_tx   17652  3 raid456,async_xor,async_memcpy
xor14352  2 raid456,async_xor
raid1  33920  5
raid0  16640  0
multipath  18176  0
linear 14592  0
md_mod 95388  11 raid10,raid456,raid1,raid0,multipath,linear
dm_mirror  33408  0
dm_snapshot27848  0
dm_mod 78200  11 dm_mirror,dm_snapshot
thermal26912  0
processor  48712  2 acpi_cpufreq,thermal
fan13960  0
fbcon  53504  0
tileblit   11392  1 fbcon
font   17280  1 fbcon
bitblit14592  1 fbcon
softcursor 10880  1 bitblit
fuse   63280  1

-- 
Jerry
ges...@yahoo.com

A man was reading The Canterbury Tales one Saturday morning,
when his wife asked What have you got there?  Replied he,
Just my cup and Chaucer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Charlie Kester

On Mon 24 Aug 2009 at 12:44:38 PDT Dunc wrote:

Dan Nelson wrote:

In the last episode (Aug 24), Jerry said:

What is the equivalent of the Linux 'lsmod' command in FreeBSD?


Remember to actually describe what you want, rather than just giving the
linux command.  To list the loaded kernel modules, run kldstat.



I think he wanted to know what the equivalent of the Linux 'lsmod'
command is.


Is kldstat 100% semantically congruent with lsmod?  I.e., are there
things you can do with lsmod that you can't with kldstat?  


A quick comparison of the manpages will probably give the answer, but it
will save everyone some time if the OP explains what he wants to do that
he would have used lsmod for if this were Linux.

Besides, not everyone here is familiar with Linux and not everyone wants
to spend any time learning it.  Just giving the Linux command for
something means you're unnecessarily narrowing down the number of people
who can give you an answer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Equivilant of 'lsmod'

2009-08-24 Thread Chad Perrin
On Mon, Aug 24, 2009 at 01:58:39PM -0700, Charlie Kester wrote:
 On Mon 24 Aug 2009 at 12:44:38 PDT Dunc wrote:
 
 I think he wanted to know what the equivalent of the Linux 'lsmod'
 command is.
 
 Is kldstat 100% semantically congruent with lsmod?  I.e., are there
 things you can do with lsmod that you can't with kldstat?  
 
 A quick comparison of the manpages will probably give the answer, but it
 will save everyone some time if the OP explains what he wants to do that
 he would have used lsmod for if this were Linux.
 
 Besides, not everyone here is familiar with Linux and not everyone wants
 to spend any time learning it.  Just giving the Linux command for
 something means you're unnecessarily narrowing down the number of people
 who can give you an answer.

Don't confuse the issue with facts!

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
Quoth Richard Pattis: If you cannot grok the overall structure of a
program while taking a shower, e.g., with no external memory aids, you
are not ready to code it.


pgpBnAS6lOtli.pgp
Description: PGP signature


Re: lsmod

2007-03-07 Thread Kevin Kinsey

Paulette McGee wrote:

--- Johannes Ambrose [EMAIL PROTECTED] wrote:


Hi,

I'm trying to install an application (vmware tools)
and I get as far as:

Setup is unable to find the lsmod program on your
machine. Please make
sure 


it is installed. Do you want to specify the location
of this program by
hand?

It seems there is no lsmod, modprobe, or any other
related tools. How
can I install these? 


Regards,

Johannes



Hello Johannes,
There is no lsmod, modprobe et al; however there are
similar tools like: kldstat, kldload, etc.  Here is
some additional information that might prove useful.

http://www.onlamp.com/pub/a/bsd/2005/01/13/FreeBSD_Basics.html

Regards,
Paulette McGee


Which begs the question *why* he's having this problem ... ?

Johannes, are you installing via the ports tree, or trying to install 
from scratch?


Kevin Kinsey
--
If I knew what brand [of whiskey] he drinks,
I would send a barrel or so to my other generals.
-- Abraham Lincoln, on General Grant
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: lsmod

2007-03-07 Thread Pietro Cerutti

On 3/7/07, Johannes Ambrose [EMAIL PROTECTED] wrote:

Hi,

I'm trying to install an application (vmware tools) and I get as far as:
Setup is unable to find the lsmod program on your machine. Please make
sure it is installed. Do you want to specify the location of this program by
hand?


That application (vmware tools) is supposed to be installed on a Linux
system, and depends on Linux specific stuff (such as lsmod).

Be sure to follow the right instructions (available on VMWare's
website) to install vmware-tools on FreeBSD.


Regards,


Regards,


Johannes



--
Pietro Cerutti

- ASCII Ribbon Campaign -
against HTML e-mail and
proprietary attachments
  www.asciiribbon.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


lsmod

2007-03-06 Thread Johannes Ambrose
Hi,

I'm trying to install an application (vmware tools) and I get as far as:

 

Setup is unable to find the lsmod program on your machine. Please make
sure 

it is installed. Do you want to specify the location of this program by
hand?

 

It seems there is no lsmod, modprobe, or any other related tools. How
can I install these? 

 

Regards,

Johannes

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: lsmod

2007-03-06 Thread Paulette McGee

--- Johannes Ambrose [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm trying to install an application (vmware tools)
 and I get as far as:
 
  
 
 Setup is unable to find the lsmod program on your
 machine. Please make
 sure 
 
 it is installed. Do you want to specify the location
 of this program by
 hand?
 
  
 
 It seems there is no lsmod, modprobe, or any other
 related tools. How
 can I install these? 
 
  
 
 Regards,
 
 Johannes
 
 ___
 freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 

Hello Johannes,
There is no lsmod, modprobe et al; however there are
similar tools like: kldstat, kldload, etc.  Here is
some additional information that might prove useful.

http://www.onlamp.com/pub/a/bsd/2005/01/13/FreeBSD_Basics.html

Regards,
Paulette McGee




 

8:00? 8:25? 8:40? Find a flick in no time 
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


lsmod

2004-03-19 Thread Brian Henning
Greetings:
I am trying to run cisco vpn software on Freebsd. It is a linux binary so, I
turned on emulation. I am running into the following problem, is there a way to
install lsmod?

thanks,
brian

 /home/henninb/vpn/vpnclient ./vpnclient_init start
Starting @VPNBINDIR@/vpnclient: ./vpnclient_init: /sbin/lsmod: not found
module directory /lib/modules/4.9-STABLE/CiscoVPN not found.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]