LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Installed modules? (https://www.linuxquestions.org/questions/linux-general-1/installed-modules-180609/)

alaios 05-12-2004 05:13 AM

Installed modules?
 
Hi. Goodmorning :)
I want to know what modules are installed in my systems....
My Yast has found my modem as an AT modem.... propably it installed it using the apropriate module...
My Fedora can't locate so i need to see what is that module and use it and in my Fedora

trickykid 05-12-2004 06:46 AM

Well when your running Suse with Yast, just open up a terminal and run:

lsmod

It will tell you want modules are currently loaded. That would be easier than say looking thru /lib/modules/<kernel-version> to sort thru all the modules it may have there, etc.

alaios 05-12-2004 09:47 AM

and then?
 
And how i can find the module for my modem?
snd-pcm-oss 45152 0 (autoclean)
ide-cd 29664 1 (autoclean)
cdrom 26752 0 (autoclean) [ide-cd]
ppp_deflate 3192 0 (autoclean)
zlib_deflate 18552 0 (autoclean) [ppp_deflate]
bsd_comp 4344 0 (autoclean)
ppp_async 6816 1 (autoclean)
ppp_generic 19484 3 (autoclean) [ppp_deflate bsd_comp ppp_async]
slhc 4880 0 (autoclean) [ppp_generic]
appletalk 20716 1 (autoclean)
ax25 41204 1 (autoclean)
ipx 16196 1 (autoclean)
snd-mixer-oss 13400 0 (autoclean) [snd-pcm-oss]
videodev 5696 0 (autoclean)
isa-pnp 30664 0 (unused)
usbserial 18620 0 (autoclean) (unused)
parport_pc 26248 1 (autoclean)
lp 6208 0 (autoclean)
parport 22888 1 (autoclean) [parport_pc lp]
snd-seq-midi 4448 0 (unused)
snd-seq-midi-event 3616 0 [snd-seq-midi]
snd-seq 36656 1 [snd-seq-midi snd-seq-midi-event]
snd-ens1371 13224 4
snd-pcm 65124 0 [snd-pcm-oss snd-ens1371]
snd-page-alloc 6004 0 [snd-pcm]
snd-timer 15040 0 [snd-seq snd-pcm]
snd-rawmidi 14080 0 [snd-seq-midi snd-ens1371]
snd-seq-device 4048 0 [snd-seq-midi snd-seq snd-rawmidi]
gameport 1628 0 [snd-ens1371]
nfsd 73904 4 (autoclean)
snd-ac97-codec 39512 0 [snd-ens1371]
snd 35172 4 [snd-pcm-oss snd-mixer-oss snd-seq-midi snd-seq-midi-event snd-seq snd-ens1371 snd-pcm snd-timer snd-rawmidi snd-seq-device snd-ac97-codec]
soundcore 3588 0 [snd]
joydev 5120 0 (unused)
evdev 3584 0 (unused)
input 3360 0 [joydev evdev]
usb-uhci 22224 0 (unused)
usbcore 58668 1 [usbserial usb-uhci]
raw1394 16592 0 (unused)
ipv6 209824 -1 (autoclean)
ieee1394 183332 0 [raw1394]
key 63256 0 (autoclean) [ipv6]
rtl8139 13932 1
mii 2320 0 [rtl8139]
nls_iso8859-7 3580 3 (autoclean)
ntfs 74924 2 (autoclean)
lvm-mod 62628 0 (autoclean)
reiserfs 200084 1

320mb 05-12-2004 10:35 AM

is your modem internal or external.......??

if internal, what is output of.........
Code:

lspci
if external, is it USB??

alaios 05-12-2004 05:19 PM

xmm...
 
It is an external serial modem.....
The problem is that the Fedora didn't recognize it but Linux did so

Tinkster 05-12-2004 05:59 PM

In this case the driver is compiled into the
kernel rather than as a module. The driver
for serial devices (UART 8250/16550) is
called serial, and not in your list. All external
serial modems respond to AT commands.



Cheers,
Tink


All times are GMT -5. The time now is 08:50 PM.