| answerme |
06-09-2008 03:53 AM |
NO i have PC
Code:
lsmod
Module Size Used by
i915 25793 2
drm 78037 3 i915
autofs4 24645 2
hidp 26433 2
rfcomm 43481 0
l2cap 30145 10 hidp,rfcomm
bluetooth 57125 5 hidp,rfcomm,l2cap
sunrpc 159133 1
xpp_usb 22216 0
xpp 134884 1 xpp_usb
wcusb 18688 0
wctdm 40524 0
wcfxo 16160 0
wctdm24xxp 116192 0
wcte11xp 28064 0
wct1xxp 17568 0
wct4xxp 354816 0
tor2 92320 0
cpufreq_ondemand 11981 2
acpi_cpufreq 14281 0
dm_multipath 21705 0
video 21065 0
sbs 19173 0
i2c_ec 9281 1 sbs
button 12113 0
dock 13669 0
battery 14149 0
ac 9413 0
ipv6 276673 24
lp 15977 0
floppy 58565 0
loop 19785 0
snd_hda_intel 322968 2
wcte12xp 67424 0
tg3 104517 0
snd_seq_dummy 8068 0
zaptel 190980 12 xpp,wcusb,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wct4xxp,tor2,wcte12xp
crc_ccitt 6337 1 zaptel
snd_seq_oss 35200 0
snd_seq_midi_event 11136 1 snd_seq_oss
snd_seq 51024 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 12172 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 42656 0
snd_mixer_oss 20096 2 snd_pcm_oss
snd_pcm 73860 2 snd_hda_intel,snd_pcm_oss
serio_raw 10821 0
parport_pc 29797 0
iTCO_wdt 14693 0
iTCO_vendor_support 7877 1 iTCO_wdt
sr_mod 20197 0
parport 38025 2 lp,parport_pc
cdrom 37217 1 sr_mod
snd_timer 25348 2 snd_seq,snd_pcm
snd_page_alloc 14472 2 snd_hda_intel,snd_pcm
snd_hwdep 13060 1 snd_hda_intel
snd 54564 12 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore 11553 2 snd
i2c_i801 12241 0
pcspkr 7105 0
i2c_core 24641 2 i2c_ec,i2c_i801
sg 37213 0
dm_snapshot 20709 0
dm_zero 6209 0
dm_mirror 24277 0
dm_mod 57229 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror
ata_piix 18757 2
ata_generic 12101 0
libata 115417 2 ata_piix,ata_generic
sd_mod 23873 3
scsi_mod 137549 4 sr_mod,sg,libata,sd_mod
ext3 125385 2
jbd 59881 1 ext3
mbcache 12357 1 ext3
ehci_hcd 35405 0
ohci_hcd 23749 0
uhci_hcd 26833 0
Code:
lspci
00:00.0 Host bridge: Intel Corporation 82946GZ/PL/GL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82946GZ/PL/GL PCI Express Root Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82946GZ/GL Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5786 Gigabit Ethernet PCI Express (rev 02)
0a:09.0 Ethernet controller: Digium, Inc. Unknown device 0120 (rev 11)
Code:
uname -r
2.6.21-1.3194.fc7
|