Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where do I find these is kernel config?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
zecora
l33t
l33t


Joined: 17 Aug 2004
Posts: 627
Location: Minneapolis, MN

PostPosted: Tue Mar 07, 2006 12:02 am    Post subject: Where do I find these is kernel config? Reply with quote

lsmod

Code:
livecd linux # lsmod
Module                  Size  Used by
raid5                  18400  1
xor                    12392  1 raid5
raid1                  13472  7
md                     35184  10 raid5,raid1
ipv6                  188544  10
parport_pc             28004  0
parport                22696  1 parport_pc
floppy                 45204  0
pcspkr                  2764  0
rtc                     8940  0
r8169                  17804  0
dm_mod                 38340  5
ata_piix                6244  0
ahci                    7972  0
sata_qstor              6468  0
sata_vsc                5284  0
sata_uli                4576  0
sata_sis                4448  0
sata_sx4                9924  0
sata_nv                 5988  0
sata_via                5572  0
sata_svw                4868  0
sata_sil                6116  2
sata_promise            7268  4
libata                 28036  12 ata_piix,ahci,sata_qstor,sata_vsc,sata_uli,sata                                                                              _sis,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil,sata_promise
sbp2                   17160  0
ohci1394               26388  0
ieee1394               59192  2 sbp2,ohci1394
sl811_hcd               9664  0
ohci_hcd               15396  0
uhci_hcd               24368  0
usb_storage            50464  0
usbhid                 26112  0
ehci_hcd               23272  0
usbcore                76892  7 sl811_hcd,ohci_hcd,uhci_hcd,usb_storage,usbhid,e                                                                              hci_hcd
livecd linux #


Here is lspci
Code:

livecd linux # lspci
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:07.0 Mass storage controller: Promise Technology, Inc. PDC20518/PDC40518 (SATAII 150 TX4) (rev 02)
01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
01:0b.0 RAID bus controller: Silicon Image, Inc. SiI 3112 [SATALink/SATARaid] Serial ATA Controller (rev 02)
02:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (rev a3)
livecd linux #


What are some of the main ones I should be looking for and where do I find them?
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Tue Mar 07, 2006 12:24 am    Post subject: Reply with quote

well i'm bored so here we are

device drivers / character devices
device drivers / usb devices
device drivers / ATA/ATAPI/MFM/RLL support
device drivers / Multi-device support (RAID and LVM)
device drivers / Network device support / Ethernet (1000 Mbit)
device drivers / SCSI device support / SCSI low-level drivers
_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
zecora
l33t
l33t


Joined: 17 Aug 2004
Posts: 627
Location: Minneapolis, MN

PostPosted: Tue Mar 07, 2006 12:26 am    Post subject: Reply with quote

Can I ask which ones are where?

thank you my friend.
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Tue Mar 07, 2006 1:59 am    Post subject: Re: Where do I find these is kernel config? Reply with quote

zecora,

I hope this helps.
Code:
raid5                  18400  1
xor                    12392  1 raid5
raid1                  13472  7
md                     35184  10 raid5,raid1
dm_mod                 38340  5

device drivers / Multi-device support (RAID and LVM)
Code:
ipv6                  188544  10

Networking / Networking options
Code:
parport_pc             28004  0

device drivers / Parallel port support
Code:
floppy                 45204  0
rtc                     8940  0

device drivers / character devices
Code:
r8169                  17804  0

device drivers / Network device support / Ethernet (1000 Mbit)
Code:
ata_piix                6244  0
ahci                    7972  0
sata_qstor              6468  0
sata_vsc                5284  0
sata_uli                4576  0
sata_sis                4448  0
sata_sx4                9924  0
sata_nv                 5988  0
sata_via                5572  0
sata_svw                4868  0
sata_sil                6116  2
sata_promise            7268  4

device drivers / SCSI device support / SCSI low-level drivers
Code:
sbp2                   17160  0
ohci1394               26388  0
ieee1394               59192  2 sbp2,ohci1394

device drivers / IEEE 1394 (FireWire) support
Code:
sl811_hcd               9664  0
ohci_hcd               15396  0
uhci_hcd               24368  0
usb_storage            50464  0
usbhid                 26112  0
ehci_hcd               23272  0
usbcore                76892  7 sl811_hcd,ohci_hcd,uhci_hcd,usb_storage,usbhid,ehci_hcd
device drivers / usb devices
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
zecora
l33t
l33t


Joined: 17 Aug 2004
Posts: 627
Location: Minneapolis, MN

PostPosted: Tue Mar 07, 2006 2:20 am    Post subject: Reply with quote

jmbsvicetto,

Thank you for your help.

thx,
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Mar 07, 2006 7:12 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Kernel & Hardware.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum