Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HCF modem and x86_64
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
error32
n00b
n00b


Joined: 23 May 2007
Posts: 6

PostPosted: Thu May 14, 2009 8:39 pm    Post subject: HCF modem and x86_64 Reply with quote

As far as I can tell there is no way to get a hcf modem to work when using a x86_64 kernel.
Is there perhaps anyone that could enlighten me how I might be able to do this?
I've been looking all over the place for a solution but all drivers seem to have a lib that is compiled for x86 and thus cannot be linked to x86_64.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Thu May 14, 2009 11:46 pm    Post subject: Reply with quote

Have you tried it? As I am amd64 multilib and I see
Quote:
oddman ~ # emerge --search hcf
Searching...
[ Results for search key : hcf ]
[ Applications found : 2 ]

* net-dialup/hcfpcimodem [ Masked ]
Latest version available: 1.18
Latest version installed: [ Not Installed ]
Size of files: 1,373 kB
Homepage: http://www.linuxant.com/drivers/hcf/index.php
Description: Linuxant's modem driver for Connexant HCF chipset
License: Conexant

* net-dialup/hcfusbmodem [ Masked ]
Latest version available: 1.18
Latest version installed: [ Not Installed ]
Size of files: 603 kB
Homepage: http://www.linuxant.com/drivers/
Description: hcfusbmodem - Modem driver for Connexant HSF chipset
License: Conexant

and I think:
Run
Code:
echo "net-dialup/hcfpcimodem **" >> /etc/portage/package.keywords
emerge -av hcfpcimodem


and if ppp or slip (as required by isp) is in the kernel; see if I get lucky.
Back to top
View user's profile Send private message
error32
n00b
n00b


Joined: 23 May 2007
Posts: 6

PostPosted: Fri May 15, 2009 9:03 am    Post subject: Reply with quote

I've done that but after I successfully emerge the hcfpcimodem the trouble starts.
Portage tells me to run `hcfpciconfig`
Code:

Conexant HCF controllerless PCI modem driver, version 1.18full

If you need license keys, assistance or more information, please go to:
        http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: unknown-unknown linux-2.6.28-gentoo x86_64-SMP

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.28-gentoo/build]

Building modules for kernel 2.6.28-gentoo, using source directory
/lib/modules/2.6.28-gentoo/build. Please wait...

ERROR: Module build failed!
Please examine the log file "/tmp/hcfpciconfig-buildlog.txt" to determine why.


Code:

error32@aldebaran ~ $ cat /tmp/hcfpciconfig-buildlog.txt
Makefile:25: *** WARNING: Trying to compile kernel modules on a GenuineIntel system while the installed hcfpci driver package is for i386, this is likely to fail... ***
(cd /lib/modules/2.6.28-gentoo/build && make "CNXT_KERNELSRC=/lib/modules/2.6.28-gentoo/build" "M=/usr/lib64/hcfpcimodem/modules" "CC=gcc" clean)
make[1]: Entering directory `/usr/src/linux-2.6.28-gentoo'
/usr/lib64/hcfpcimodem/modules/Makefile:25: *** WARNING: Trying to compile kernel modules on a GenuineIntel system while the installed hcfpci driver package is for i386, this is likely to fail... ***
make[1]: Leaving directory `/usr/src/linux-2.6.28-gentoo'
rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions .tmp_versions  /lib/modules/2.6.28-gentoo/build/.tmp_versions/hcfpciosspec.mod  /lib/modules/2.6.28-gentoo/build/.tmp_versions/hcfpciserial.mod  /lib/modules/2.6.28-gentoo/build/.tmp_versions/hcfpciengine.mod  /lib/modules/2.6.28-gentoo/build/.tmp_versions/hcfpcihw.mod Modules.symvers GPL/hda/Modules.symvers Module.symvers GPL/hda/Module.symvers modules.order GPL/hda/modules.order Module.markers GPL/hda/Module.markers
(cd /lib/modules/2.6.28-gentoo/build && make "CNXT_KERNELSRC=/lib/modules/2.6.28-gentoo/build" "M=/usr/lib64/hcfpcimodem/modules" "CC=gcc" modules)
make[1]: Entering directory `/usr/src/linux-2.6.28-gentoo'
/usr/lib64/hcfpcimodem/modules/Makefile:25: *** WARNING: Trying to compile kernel modules on a GenuineIntel system while the installed hcfpci driver package is for i386, this is likely to fail... ***
  CC [M]  /usr/lib64/hcfpcimodem/modules/mod_engine.o
  CC [M]  /usr/lib64/hcfpcimodem/modules/mod_hcfpci.o
  CC [M]  /usr/lib64/hcfpcimodem/modules/mod_osspec.o
In file included from /usr/lib64/hcfpcimodem/modules/mod_osspec.c:323:
/usr/lib64/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined
  CC [M]  /usr/lib64/hcfpcimodem/modules/osservices.o
In file included from /usr/lib64/hcfpcimodem/modules/osservices.c:44:
/usr/lib64/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined
/usr/lib64/hcfpcimodem/modules/osservices.c: In function 'OsInit':
/usr/lib64/hcfpcimodem/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
/usr/lib64/hcfpcimodem/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
/usr/lib64/hcfpcimodem/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
/usr/lib64/hcfpcimodem/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
  CC [M]  /usr/lib64/hcfpcimodem/modules/osstdio.o
In file included from /usr/lib64/hcfpcimodem/modules/osstdio.c:18:
/usr/lib64/hcfpcimodem/modules/include/osstdio.h:18:7: warning: "UK_MODE" is not defined
/usr/lib64/hcfpcimodem/modules/include/osstdio.h:18:18: warning: "UK_KERNEL" is not defined
In file included from /usr/lib64/hcfpcimodem/modules/osstdio.c:19:
/usr/lib64/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined
  CC [M]  /usr/lib64/hcfpcimodem/modules/osnvm.o
In file included from /usr/lib64/hcfpcimodem/modules/osnvm.c:13:
/usr/lib64/hcfpcimodem/modules/include/osstdio.h:18:7: warning: "UK_MODE" is not defined
/usr/lib64/hcfpcimodem/modules/include/osstdio.h:18:18: warning: "UK_KERNEL" is not defined
In file included from /usr/lib64/hcfpcimodem/modules/osnvm.c:18:
/usr/lib64/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined
/usr/lib64/hcfpcimodem/modules/osnvm.c: In function 'cnxthcf_NVM_Read':
/usr/lib64/hcfpcimodem/modules/osnvm.c:1005: warning: cast from pointer to integer of different size
  CC [M]  /usr/lib64/hcfpcimodem/modules/osresour.o
  CC [M]  /usr/lib64/hcfpcimodem/modules/osstring.o
  CC [M]  /usr/lib64/hcfpcimodem/modules/osmemory.o
  CC [M]  /usr/lib64/hcfpcimodem/modules/osdiag.o
  CC [M]  /usr/lib64/hcfpcimodem/modules/GPL/serial_cnxt.o
  LD [M]  /usr/lib64/hcfpcimodem/modules/hcfpciosspec.o
ld: Relocatable linking with relocations from format elf32-i386 (/usr/lib64/hcfpcimodem/modules/imported/hcfblam-i386.O) to format elf64-x86-64 (/usr/lib64/hcfpcimodem/modules/hcfpciosspec.o) is not supported
make[2]: *** [/usr/lib64/hcfpcimodem/modules/hcfpciosspec.o] Error 1
make[1]: *** [_module_/usr/lib64/hcfpcimodem/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.28-gentoo'
make: *** [all] Error 2

Back to top
View user's profile Send private message
gilcu3
n00b
n00b


Joined: 26 Jan 2012
Posts: 3
Location: Cuba

PostPosted: Thu Jan 26, 2012 1:54 pm    Post subject: same problem Reply with quote

first I run hsfconfig
Code:

rey-pc ~ # hsfconfig
Conexant HSF softmodem driver, version 7.80.02.04x86_64full

If you need license keys, assistance or more information, please go to:
   http://www.linuxant.com/

When reporrey-pc ~ # hsfconfig
Conexant HSF softmodem driver, version 7.80.02.04x86_64full

If you need license keys, assistance or more information, please go to:
   http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hsfconfig --dumpdiag".

No pre-built modules for: unknown-unknown linux-3.1.6-gentoo x86_64-SMP

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/3.1.6-gentoo/build]

Building modules for kernel 3.1.6-gentoo, using source directory
/lib/modules/3.1.6-gentoo/build. Please wait...

ERROR: Module build failed!
Please examine the log file "/etc/hsfmodem/log/buildlog-20120126084113.txt" to determine why.



in the file /etc/hsfmodem/log/buildlog-20120126084113.txt
Code:

driver version 7.80.02.04x86_64full
Makefile:25: *** WARNING: Trying to compile kernel modules on a GenuineIntel system while the installed hsf driver package is for x86_64, this is likely to fail... ***
(cd /lib/modules/3.1.6-gentoo/build && make "CNXT_KERNELSRC=/lib/modules/3.1.6-gentoo/build" "M=/usr/lib64/hsfmodem/modules" "CC=gcc-4.4.4" clean)
make[1]: Entering directory `/usr/src/linux-3.1.6-gentoo'
/usr/lib64/hsfmodem/modules/Makefile:25: *** WARNING: Trying to compile kernel modules on a GenuineIntel system while the installed hsf driver package is for x86_64, this is likely to fail... ***
make[1]: Leaving directory `/usr/src/linux-3.1.6-gentoo'
(cd /lib/modules/3.1.6-gentoo/build && make "CNXT_KERNELSRC=/lib/modules/3.1.6-gentoo/build" "M=/usr/lib64/hsfmodem/modules/GPL/hda" "CC=gcc-4.4.4" "HDA_CFLAGS=-DFOUND_KZALLOC  -DFOUND_TLV   -DFOUND_IRQ_HANDLER_T -DFOUND_DELAYED_WORK  -DFOUND_NO_CTL_ELEM_RW" clean)
make[1]: Entering directory `/usr/src/linux-3.1.6-gentoo'
make[1]: Leaving directory `/usr/src/linux-3.1.6-gentoo'
rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions .tmp_versions  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfosspec.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfserial.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfengine.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfpcibasic2.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfpcibasic3.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfmc97ich.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfmc97via.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfmc97ali.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfmc97ati.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfmc97sis.mod  /lib/modules/3.1.6-gentoo/build/.tmp_versions/hsfsoar.mod Modules.symvers GPL/hda/Modules.symvers Module.symvers GPL/hda/Module.symvers modules.order GPL/hda/modules.order Module.markers GPL/hda/Module.markers
(cd /lib/modules/3.1.6-gentoo/build && make "CNXT_KERNELSRC=/lib/modules/3.1.6-gentoo/build" "M=/usr/lib64/hsfmodem/modules" "CC=gcc-4.4.4" modules)
make[1]: Entering directory `/usr/src/linux-3.1.6-gentoo'
/usr/lib64/hsfmodem/modules/Makefile:25: *** WARNING: Trying to compile kernel modules on a GenuineIntel system while the installed hsf driver package is for x86_64, this is likely to fail... ***
  CC [M]  /usr/lib64/hsfmodem/modules/mod_engine.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_hda.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_mc97ali.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_mc97ati.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_mc97ich.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_mc97sis.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_mc97via.o
  CC [M]  /usr/lib64/hsfmodem/modules/mod_osspec.o
  CC [M]  /usr/lib64/hsfmodem/modules/osservices.o
In file included from /usr/lib64/hsfmodem/modules/osservices.c:20:
/usr/lib64/hsfmodem/modules/GPL/oscompat.h:201: error: 'SPIN_LOCK_UNLOCKED' undeclared here (not in a function)
/usr/lib64/hsfmodem/modules/osservices.c:51:28: error: linux/smp_lock.h: No such file or directory
/usr/lib64/hsfmodem/modules/osservices.c: In function 'cnxthsf_7800204x86_64full_OsAtomicCompareAndSwapEx':
/usr/lib64/hsfmodem/modules/osservices.c:307: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:307: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:309: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:309: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:311: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:311: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:313: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c:313: warning: initialization makes integer from pointer without a cast
/usr/lib64/hsfmodem/modules/osservices.c: In function 'cnxt_thread':
/usr/lib64/hsfmodem/modules/osservices.c:464: error: implicit declaration of function 'lock_kernel'
/usr/lib64/hsfmodem/modules/osservices.c:498: error: implicit declaration of function 'unlock_kernel'
/usr/lib64/hsfmodem/modules/osservices.c: In function 'OsInit':
/usr/lib64/hsfmodem/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int'
/usr/lib64/hsfmodem/modules/osservices.c:1283: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int'
make[2]: *** [/usr/lib64/hsfmodem/modules/osservices.o] Error 1
make[1]: *** [_module_/usr/lib64/hsfmodem/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-3.1.6-gentoo'
make: *** [all] Error 2




this is what hsfconfig --dumpdiag says
Quote:


+ hsfstop

+ modprobe -v /dev/ttySHSF
FATAL: Module /dev/ttySHSF not found.

+ lsmod
Module Size Used by
ipv6 197248 10
iwl4965 88616 0
nouveau 576280 2
snd_hda_codec_realtek 255848 1
iwl_legacy 37536 1 iwl4965
snd_hda_intel 17492 0
mac80211 135040 2 iwl4965,iwl_legacy
snd_hda_codec 47984 2 snd_hda_codec_realtek,snd_hda_intel
ttm 39120 1 nouveau
drm_kms_helper 19016 1 nouveau
snd_hwdep 4160 1 snd_hda_codec
snd_pcm 46192 2 snd_hda_intel,snd_hda_codec
cfbcopyarea 2840 1 nouveau
cfbimgblt 1864 1 nouveau
snd_timer 13112 1 snd_pcm
intel_agp 9340 0
snd 39288 6 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
intel_gtt 11000 1 intel_agp
tifm_sd 6752 0
i2c_i801 6672 0
tifm_7xx1 3176 0
tifm_core 3240 2 tifm_sd,tifm_7xx1
cfbfillrect 2712 1 nouveau
sdhci_pci 6632 0
cfg80211 120304 3 iwl4965,iwl_legacy,mac80211
rfkill 7072 1 cfg80211
yenta_socket 16852 0
video 9676 1 nouveau
thermal 6544 0
pcmcia_rsrc 6120 1 yenta_socket
processor 20240 2
sdhci 16892 1 sdhci_pci
joydev 8000 0
fan 1832 0
container 1944 0
snd_page_alloc 5256 2 snd_hda_intel,snd_pcm
thermal_sys 10980 4 video,thermal,processor,fan
battery 9208 0
mmc_core 51248 2 tifm_sd,sdhci
ac 2592 0
pcspkr 1368 0
button 3584 1 nouveau
libiscsi 26728 0
scsi_transport_iscsi 20096 1 libiscsi
tg3 112204 0
libphy 11992 1 tg3
e1000 77176 0
fuse 47288 7
nfs 115032 0
lockd 51860 1 nfs
sunrpc 140264 3 nfs,lockd
jfs 130352 0
raid10 20408 0
raid456 40088 0
async_raid6_recov 1080 1 raid456
async_memcpy 1048 1 raid456
async_pq 2768 1 raid456
async_xor 1980 2 raid456,async_pq
xor 3832 1 async_xor
async_tx 1368 5 raid456,async_raid6_recov,async_memcpy,async_pq,async_xor
raid6_pq 76584 2 async_raid6_recov,async_pq
raid1 19864 0
raid0 6412 0
dm_snapshot 20604 0
dm_crypt 11744 0
dm_mirror 10400 0
dm_region_hash 5224 1 dm_mirror
dm_log 6204 2 dm_mirror,dm_region_hash
dm_mod 47104 4 dm_snapshot,dm_crypt,dm_mirror,dm_log
scsi_wait_scan 536 0
hid_sunplus 1144 0
hid_sony 2136 0
hid_samsung 2504 0
hid_pl 1112 0
hid_petalynx 1624 0
hid_monterey 1224 0
hid_microsoft 2428 0
hid_logitech 6360 0
hid_gyration 1752 0
hid_ezkey 1080 0
hid_cypress 1496 0
hid_chicony 1496 0
hid_cherry 1208 0
hid_belkin 1368 0
hid_apple 4456 0
hid_a4tech 1576 0
sl811_hcd 7864 0
usbhid 19256 0
ohci_hcd 17148 0
ssb 30152 1 ohci_hcd
uhci_hcd 16920 0
usb_storage 37376 4
ehci_hcd 29484 0
usbcore 102828 8 hid_sony,sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd
aic94xx 60684 0
libsas 40032 1 aic94xx
lpfc 415568 0
qla2xxx 288032 0
megaraid_sas 56996 0
megaraid_mbox 22312 0
megaraid_mm 6008 1 megaraid_mbox
megaraid 33940 0
aacraid 59760 0
sx8 10296 0
DAC960 59632 0
cciss 39144 0
3w_9xxx 27700 0
3w_xxxx 19520 0
mptsas 29928 0
scsi_transport_sas 16728 3 aic94xx,libsas,mptsas
mptfc 9408 0
scsi_transport_fc 30204 3 lpfc,qla2xxx,mptfc
scsi_tgt 6992 1 scsi_transport_fc
mptspi 9864 0
mptscsih 14280 3 mptsas,mptfc,mptspi
mptbase 51164 4 mptsas,mptfc,mptspi,mptscsih
atp870u 23136 0
dc395x 25604 0
qla1280 18016 0
imm 7908 0
parport 22064 1 imm
dmx3191d 8408 0
sym53c8xx 58784 0
gdth 71512 0
advansys 49472 0
initio 14392 0
BusLogic 18192 0
arcmsr 20896 0
aic7xxx 96828 0
aic79xx 101932 0
scsi_transport_spi 14168 5 mptspi,dmx3191d,sym53c8xx,aic7xxx,aic79xx
sg 18928 0
pdc_adma 4668 0
sata_inic162x 5404 0
sata_mv 20792 0
ata_piix 20224 0
ahci 18560 0
libahci 14708 1 ahci
sata_qstor 4444 0
sata_vsc 3436 0
sata_uli 2620 0
sata_sis 3244 0
sata_sx4 7084 0
sata_nv 16212 0
sata_via 6812 0
sata_svw 3516 0
sata_sil24 9184 0
sata_sil 6432 0
sata_promise 8476 0
pata_sl82c105 2824 0
pata_cs5530 3752 0
pata_cs5520 3272 0
pata_via 7756 0
pata_jmicron 2056 0
pata_marvell 2472 0
pata_sis 8988 1 sata_sis
pata_netcell 1852 0
pata_sc1200 2504 0
pata_pdc202xx_old 3640 0
pata_triflex 2572 0
pata_atiixp 3068 0
pata_opti 2348 0
pata_amd 8844 0
pata_ali 8152 0
pata_it8213 2908 0
pata_pcmcia 9176 0
pcmcia 25328 2 ssb,pata_pcmcia
pcmcia_core 8480 3 yenta_socket,pcmcia_rsrc,pcmcia
pata_ns87415 2572 0
pata_ns87410 2344 0
pata_serverworks 4584 0
pata_platform 2824 0
pata_artop 4076 0
pata_it821x 7212 0
pata_optidma 3840 0
pata_hpt3x2n 4728 0
pata_hpt3x3 2604 0
pata_hpt37x 9800 0
pata_hpt366 4376 0
pata_cmd64x 5304 0
pata_efar 3024 0
pata_rz1000 2300 0
pata_sil680 3964 0
pata_radisys 2476 0
pata_pdc2027x 5324 0
pata_mpiix 2444 0
libata 121672 53 libsas, pdc_adma, sata_inic162x, sata_mv, ata_piix, ahci, libahci, sata_qstor, sata_vsc, sata_uli, sata_sis, sata_sx4, sata_nv, sata_via, sata_svw, sata_sil24, sata_sil, sata_promise, pata_sl82c105, pata_cs5530, pata_cs5520, pata_via, pata_jmicron, pata_marvell, pata_sis, pata_netcell, pata_sc1200, pata_pdc202xx_old, pata_triflex, pata_atiixp, pata_opti, pata_amd, pata_ali, pata_it8213, pata_pcmcia, pata_ns87415, pata_ns87410, pata_serverworks, pata_platform, pata_artop, pata_it821x, pata_optidma, pata_hpt3x2n, pata_hpt3x3, pata_hpt37x, pata_hpt366, pata_cmd64x, pata_efar, pata_rz1000, pata_sil680, pata_radisys, pata_pdc2027x, pata_mpiix
Mod edit: added spaces to the line above, and wrapped this whole block in [ quote ] tags, so it'll word-wrap instead of trying to lay out a 4000-pixel wide webpage -- Akkara

+ date
Thu Jan 26 08:49:38 CST 2012

+ /usr/sbin/hsfconfig --info
Conexant HSF softmodem driver, version 7.80.02.04x86_64full

If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hsfconfig --dumpdiag".

ERROR: kernel modules not compiled; try running "hsfconfig" to solve the problem.

Warning: hsf driver not active - HDA modems may require reboot

ERROR: kernel modules not compiled; try running "hsfconfig" to solve the problem.

+ identify_system
linux-x86_64(x86_64)-3.1.6-gentoo-SMP unknown-unknown

+ uname -a
Linux rey-pc 3.1.6-gentoo #1 SMP Tue Jan 17 12:38:44 CST 2012 x86_64 Intel(R) Core(TM)2 Duo CPU U7700 @ 1.33GHz GenuineIntel GNU/Linux

+ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5'
Thread model: posix
gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5)

+ cat -v /proc/version
Linux version 3.1.6-gentoo (root@Gentoo-11) (gcc version 4.4.4 (Gentoo 4.4.4-r2 p1.4, pie-0.4.5) ) #1 SMP Tue Jan 17 12:38:44 CST 2012

+ cat -v /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU U7700 @ 1.33GHz
stepping : 13
cpu MHz : 1329.942
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
bogomips : 2659.88
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU U7700 @ 1.33GHz
stepping : 13
cpu MHz : 1329.942
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
bogomips : 2659.97
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:


+ cat -v /etc/gentoo-release
Gentoo Base System release 2.0.3

+ dmesg
000000-0xefffffff]
pnp 00:01: [mem 0xfed20000-0xfed3ffff]
pnp 00:01: [mem 0xfed45000-0xfed8ffff]
system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:02: Plug and Play ACPI device, IDs LTS0001 (disabled)
pnp 00:03: [io 0x0000-0x001f]
pnp 00:03: [io 0x0081-0x0091]
pnp 00:03: [io 0x0093-0x009f]
pnp 00:03: [io 0x00c0-0x00df]
pnp 00:03: [dma 4]
pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:04: [mem 0xff000000-0xffffffff]
pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
pnp 00:05: [mem 0xfed00000-0xfed003ff]
system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
pnp 00:06: [io 0x00f0]
pnp 00:06: [irq 13]
pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
pnp 00:07: [io 0x002e-0x002f]
pnp 00:07: [io 0x004e-0x004f]
pnp 00:07: [io 0x0061]
pnp 00:07: [io 0x0063]
pnp 00:07: [io 0x0065]
pnp 00:07: [io 0x0067]
pnp 00:07: [io 0x0080]
pnp 00:07: [io 0x0092]
pnp 00:07: [io 0x00b2-0x00b3]
pnp 00:07: [io 0x0680-0x069f]
pnp 00:07: [io 0x0800-0x080f]
pnp 00:07: [io 0x1000-0x107f]
pnp 00:07: [io 0x1180-0x11bf]
pnp 00:07: [io 0xfe00]
system 00:07: [io 0x0680-0x069f] has been reserved
Switched to NOHz mode on CPU #0
Switched to NOHz mode on CPU #1
system 00:07: [io 0x0800-0x080f] has been reserved
system 00:07: [io 0x1000-0x107f] has been reserved
system 00:07: [io 0x1180-0x11bf] has been reserved
system 00:07: [io 0xfe00] has been reserved
system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:08: [io 0x06a0-0x06af]
pnp 00:08: [io 0x06b0-0x06ff]
system 00:08: [io 0x06a0-0x06af] has been reserved
system 00:08: [io 0x06b0-0x06ff] has been reserved
system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:09: [io 0x0070-0x0077]
pnp 00:09: [irq 8]
pnp 00:09: Plug and Play ACPI device, IDs PNP0b00 (active)
pnp 00:0a: [io 0x0060]
pnp 00:0a: [io 0x0064]
pnp 00:0a: [irq 1]
pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
pnp 00:0b: [irq 12]
pnp 00:0b: Plug and Play ACPI device, IDs SYN1303 PNP0f13 (active)
pnp: PnP ACPI: found 12 devices
ACPI: ACPI bus type pnp unregistered
PCI: max bus depth: 2 pci_try_num: 3
pci 0000:00:1b.0: BAR 0: assigned [mem 0x80000000-0x80003fff 64bit]
pci 0000:00:1b.0: BAR 0: set to [mem 0x80000000-0x80003fff 64bit] (PCI address [0x80000000-0x80003fff])
pci 0000:00:1f.3: BAR 0: assigned [mem 0x80004000-0x800040ff]
pci 0000:00:1f.3: BAR 0: set to [mem 0x80004000-0x800040ff] (PCI address [0x80004000-0x800040ff])
pci 0000:00:1e.0: BAR 9: assigned [mem 0x84000000-0x8bffffff pref]
pci 0000:00:1e.0: BAR 7: assigned [io 0x7000-0x7fff]
pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
pci 0000:00:01.0: PCI bridge to [bus 01-01]
pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
pci 0000:00:01.0: bridge window [mem 0xf0000000-0xf2ffffff]
pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
pci 0000:02:00.0: BAR 6: assigned [mem 0xfc000000-0xfc01ffff pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-03]
pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
pci 0000:00:1c.0: bridge window [mem 0xf4000000-0xf5ffffff]
pci 0000:00:1c.0: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
pci 0000:00:1c.1: PCI bridge to [bus 04-05]
pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
pci 0000:00:1c.1: bridge window [mem 0xf6000000-0xf7ffffff]
pci 0000:00:1c.1: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
pci 0000:00:1c.2: PCI bridge to [bus 06-07]
pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
pci 0000:00:1c.2: bridge window [mem 0xf8000000-0xf9ffffff]
pci 0000:00:1c.2: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
pci 0000:00:1c.3: PCI bridge to [bus 08-09]
pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
pci 0000:00:1c.3: bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:00:1c.3: bridge window [mem 0xc4000000-0xc5ffffff 64bit pref]
pci 0000:0a:00.1: BAR 0: assigned [mem 0x8c000000-0x8c000fff]
pci 0000:0a:00.1: BAR 0: set to [mem 0x8c000000-0x8c000fff] (PCI address [0x8c000000-0x8c000fff])
pci 0000:0a:00.1: BAR 10: assigned [mem 0x90000000-0x93ffffff]
pci 0000:0a:00.1: BAR 9: assigned [mem 0x84000000-0x87ffffff pref]
pci 0000:0a:00.1: BAR 8: assigned [io 0x7000-0x70ff]
pci 0000:0a:00.1: BAR 7: assigned [io 0x7400-0x74ff]
pci 0000:0a:00.0: BAR 10: assigned [mem 0x94000000-0x97ffffff]
pci 0000:0a:00.0: BAR 9: assigned [mem 0x88000000-0x8bffffff pref]
pci 0000:0a:00.0: BAR 8: assigned [io 0x7800-0x78ff]
pci 0000:0a:00.0: BAR 7: assigned [io 0x7c00-0x7cff]
pci 0000:0a:00.0: CardBus bridge to [bus 0b-0b]
pci 0000:0a:00.0: bridge window [io 0x7c00-0x7cff]
pci 0000:0a:00.0: bridge window [io 0x7800-0x78ff]
pci 0000:0a:00.0: bridge window [mem 0x88000000-0x8bffffff pref]
pci 0000:0a:00.0: bridge window [mem 0x94000000-0x97ffffff]
pci 0000:0a:00.1: CardBus bridge to [bus 0c-0f]
pci 0000:0a:00.1: bridge window [io 0x7400-0x74ff]
pci 0000:0a:00.1: bridge window [io 0x7000-0x70ff]
pci 0000:0a:00.1: bridge window [mem 0x84000000-0x87ffffff pref]
pci 0000:0a:00.1: bridge window [mem 0x90000000-0x93ffffff]
pci 0000:00:1e.0: PCI bridge to [bus 0a-0c]
pci 0000:00:1e.0: bridge window [io 0x7000-0x7fff]
pci 0000:00:1e.0: bridge window [mem 0xf3000000-0xf30fffff]
pci 0000:00:1e.0: bridge window [mem 0x84000000-0x8bffffff pref]
pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.1: setting latency timer to 64
pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1c.2: setting latency timer to 64
pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1c.3: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci 0000:0a:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:0a:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
pci_bus 0000:00: resource 11 [mem 0x80000000-0xdfffffff]
pci_bus 0000:00: resource 12 [mem 0xf0000000-0xfebfffff]
pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf2ffffff]
pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf5ffffff]
pci_bus 0000:02: resource 2 [mem 0xfc000000-0xfdffffff 64bit pref]
pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf7ffffff]
pci_bus 0000:04: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
pci_bus 0000:06: resource 1 [mem 0xf8000000-0xf9ffffff]
pci_bus 0000:06: resource 2 [mem 0xc8000000-0xc9ffffff 64bit pref]
pci_bus 0000:08: resource 0 [io 0x6000-0x6fff]
pci_bus 0000:08: resource 1 [mem 0xfa000000-0xfbffffff]
pci_bus 0000:08: resource 2 [mem 0xc4000000-0xc5ffffff 64bit pref]
pci_bus 0000:0a: resource 0 [io 0x7000-0x7fff]
pci_bus 0000:0a: resource 1 [mem 0xf3000000-0xf30fffff]
pci_bus 0000:0a: resource 2 [mem 0x84000000-0x8bffffff pref]
pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000d3fff]
pci_bus 0000:0a: resource 8 [mem 0x000d4000-0x000d7fff]
pci_bus 0000:0a: resource 9 [mem 0x000d8000-0x000dbfff]
pci_bus 0000:0a: resource 10 [mem 0x000dc000-0x000dffff]
pci_bus 0000:0a: resource 11 [mem 0x80000000-0xdfffffff]
pci_bus 0000:0a: resource 12 [mem 0xf0000000-0xfebfffff]
pci_bus 0000:0b: resource 0 [io 0x7c00-0x7cff]
pci_bus 0000:0b: resource 1 [io 0x7800-0x78ff]
pci_bus 0000:0b: resource 2 [mem 0x88000000-0x8bffffff pref]
pci_bus 0000:0b: resource 3 [mem 0x94000000-0x97ffffff]
pci_bus 0000:0c: resource 0 [io 0x7400-0x74ff]
pci_bus 0000:0c: resource 1 [io 0x7000-0x70ff]
pci_bus 0000:0c: resource 2 [mem 0x84000000-0x87ffffff pref]
pci_bus 0000:0c: resource 3 [mem 0x90000000-0x93ffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 262144 bind 65536)
TCP reno registered
UDP hash table entries: 1024 (order: 3, 32768 bytes)
UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
NET: Registered protocol family 1
pci 0000:01:00.0: Boot video device
PCI: CLS mismatch (64 != 96), using 64 bytes
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 3660k freed
Simple Boot Flag at 0x37 set to 0x1
audit: initializing netlink socket (disabled)
type=2000 audit(1327565129.760:1): initialized
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
squashfs: version 4.0 (2009/01/31) Phillip Lougher
SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
SGI XFS Quota Management subsystem
OCFS2 1.5.0
ocfs2: Registered cluster interface o2cb
OCFS2 DLMFS 1.5.0
OCFS2 User DLM kernel interface loaded
OCFS2 Node Manager 1.5.0
OCFS2 DLM 1.5.0
GFS2 installed
msgmni has been set to 4014
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:01.0: setting latency timer to 64
pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
pcieport 0000:00:1c.0: setting latency timer to 64
pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
pcieport 0000:00:1c.1: setting latency timer to 64
pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
pcieport 0000:00:1c.2: setting latency timer to 64
pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
pcieport 0000:00:1c.3: setting latency timer to 64
pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial 00:02: [io 0x0300-0x0307]
serial 00:02: [irq 4]
serial 00:02: activated
00:02: ttyS0 at I/O 0x300 (irq = 4) is a 16550A
Linux agpgart interface v0.103
[drm] Initialized drm 1.1.0 20060810
brd: module loaded
loop: module loaded
Uniform Multi-Platform E-IDE driver
piix 0000:00:1f.1: IDE controller (0x8086:0x2850 rev 0x03)
pci 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
piix 0000:00:1f.1: IDE port disabled
piix 0000:00:1f.1: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x18a0-0x18a7
Probing IDE interface ide0...
hda: TOSHIBA MK1214GAH, ATA DISK drive
Refined TSC clocksource calibration: 1329.987 MHz.
Switching to clocksource tsc
hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
hda: UDMA/100 mode selected
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
ide-gd driver 1.18
hda: max request size: 512KiB
hda: 234441648 sectors (120034 MB), CHS=16383/255/63
hda: cache flushes supported
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
ide-cd driver 5.00
i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042: Detected active multiplexing controller, rev 1.1
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mousedev: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
et131x 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
et131x 0000:02:00.0: setting latency timer to 64
PSR 7b568000
PRS 7bad9000
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
TCP cubic registered
NET: Registered protocol family 17
registered taskstats version 1
Freeing unused kernel memory: 472k freed
libata version 3.00 loaded.
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x202000/0x0
input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input1
scsi: <fdomain> Detection failed (no card)
GDT-HA: Storage RAID Controller Driver. Version: 3.05
imm: Version 2.05 (for Linux 2.4.0)
Fusion MPT base driver 3.04.19
Copyright (c) 1999-2008 LSI Corporation
Fusion MPT SPI Host driver 3.04.19
Fusion MPT FC Host driver 3.04.19
Fusion MPT SAS Host driver 3.04.19
3ware Storage Controller device driver for Linux v1.26.02.003.
3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
Compaq SMART2 Driver (v 2.6.0)
HP CISS Driver (v 3.6.26)
Adaptec aacraid driver 1.1-7[28000]-ms
megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
megasas: 00.00.05.40-rc1 Tue. Jul. 26 17:00:00 PDT 2011
qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.03.07.07-k.
Emulex LightPulse Fibre Channel SCSI driver 8.3.25
Copyright(c) 2004-2009 Emulex. All rights reserved.
aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf3305000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 3.1.6-gentoo ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 4 ports detected
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf3305400
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 3.1.6-gentoo ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 3.1.6-gentoo uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 3.1.6-gentoo uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 3.1.6-gentoo uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.0
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 3.1.6-gentoo uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.1
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 3.1.6-gentoo uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.2
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
sl811: driver sl811-hcd, 19 May 2005
usb 6-1: new low speed USB device number 2 using uhci_hcd
usb 6-1: New USB device found, idVendor=1241, idProduct=1111
usb 6-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
input: HID 1241:1111 as /devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/input/input2
generic-usb 0003:1241:1111.0001: input,hidraw0: USB HID v1.00 Mouse [HID 1241:1111] on usb-0000:00:1d.1-1/input0
usb 7-2: new full speed USB device number 2 using uhci_hcd
usb 7-2: New USB device found, idVendor=0a12, idProduct=0001
usb 7-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
raid6: int64x1 1118 MB/s
raid6: int64x2 1255 MB/s
raid6: int64x4 1057 MB/s
raid6: int64x8 778 MB/s
raid6: sse2x1 2141 MB/s
raid6: sse2x2 2421 MB/s
raid6: sse2x4 4001 MB/s
raid6: using algorithm sse2x4 (4001 MB/s)
async_tx: api initialized (async)
xor: automatically using best checksumming function: generic_sse
generic_sse: 4865.600 MB/sec
xor: using function: generic_sse (4865.600 MB/sec)
md: raid6 personality registered for level 6
md: raid5 personality registered for level 5
md: raid4 personality registered for level 4
md: raid10 personality registered for level 10
JFS: nTxBlock = 8192, nTxLock = 65536
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
fuse init (API version 7.17)
e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
e1000: Copyright (c) 1999-2006 Intel Corporation.
Loading iSCSI transport class v2.0-870.
kjournald starting. Commit interval 5 seconds
EXT3-fs (hda7): mounted filesystem with ordered data mode
udev[15468]: starting version 164
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
ACPI: Lid Switch [LID0]
input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
ACPI: Power Button [PWRB]
input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5
ACPI: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
ACPI: Power Button [PWRF]
input: PC Speaker as /devices/platform/pcspkr/input/input7
ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
ACPI: AC Adapter [AC] (on-line)
ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
ACPI: Battery Slot [CMB0] (battery present)
ACPI: Fan [FAN0] (off)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
ACPI: acpi_idle registered with cpuidle
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Marking TSC unstable due to TSC halts in idle
Switching to clocksource hpet
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: Thermal Zone [TZ0] (35 C)
thermal LNXTHERM:01: registered as thermal_zone1
ACPI: Thermal Zone [TZ1] (30 C)
thermal LNXTHERM:02: registered as thermal_zone2
ACPI: Thermal Zone [TZ2] (40 C)
acpi device:04: registered as cooling_device3
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input8
ACPI: Video Device [EGFX] (multi-head: yes rom: no post: no)
yenta_cardbus 0000:0a:00.0: CardBus bridge found [1854:012a]
yenta_cardbus 0000:0a:00.0: Using INTVAL to route CSC interrupts to PCI
yenta_cardbus 0000:0a:00.0: Routing CardBus interrupts to PCI
yenta_cardbus 0000:0a:00.0: TI: mfunc 0x01001002, devctl 0x64
cfg80211: Calling CRDA to update world regulatory domain
yenta_cardbus 0000:0a:00.0: ISA IRQ mask 0x0cf8, PCI irq 16
yenta_cardbus 0000:0a:00.0: Socket status: 30000006
yenta_cardbus 0000:0a:00.0: pcmcia: parent PCI bridge window: [io 0x7000-0x7fff]
yenta_cardbus 0000:0a:00.0: pcmcia: parent PCI bridge window: [mem 0xf3000000-0xf30fffff]
pcmcia_socket pcmcia_socket0: cs: memory probe 0xf3000000-0xf30fffff: excluding 0xf3000000-0xf300ffff
yenta_cardbus 0000:0a:00.0: pcmcia: parent PCI bridge window: [mem 0x84000000-0x8bffffff pref]
pcmcia_socket pcmcia_socket0: cs: memory probe 0x84000000-0x8bffffff: excluding 0x84000000-0x8bffffff
yenta_cardbus 0000:0a:00.1: CardBus bridge found [1854:012a]
yenta_cardbus 0000:0a:00.1: Using INTVAL to route CSC interrupts to PCI
yenta_cardbus 0000:0a:00.1: Routing CardBus interrupts to PCI
yenta_cardbus 0000:0a:00.1: TI: mfunc 0x01001002, devctl 0x64
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
yenta_cardbus 0000:0a:00.1: ISA IRQ mask 0x0cf8, PCI irq 16
yenta_cardbus 0000:0a:00.1: Socket status: 30000006
pci_bus 0000:0a: Raising subordinate bus# of parent bus (#0a) from #0c to #0f
yenta_cardbus 0000:0a:00.1: pcmcia: parent PCI bridge window: [io 0x7000-0x7fff]
yenta_cardbus 0000:0a:00.1: pcmcia: parent PCI bridge window: [mem 0xf3000000-0xf30fffff]
pcmcia_socket pcmcia_socket1: cs: memory probe 0xf3000000-0xf30fffff: excluding 0xf3000000-0xf300ffff
yenta_cardbus 0000:0a:00.1: pcmcia: parent PCI bridge window: [mem 0x84000000-0x8bffffff pref]
pcmcia_socket pcmcia_socket1: cs: memory probe 0x84000000-0x8bffffff: excluding 0x84000000-0x8bffffff
sdhci-pci 0000:0a:00.4: SDHCI controller found [104c:8034] (rev 0)
sdhci-pci 0000:0a:00.4: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Registered led device: mmc0::
mmc0: SDHCI controller on PCI [0000:0a:00.4] using PIO
Registered led device: mmc1::
mmc1: SDHCI controller on PCI [0000:0a:00.4] using PIO
Registered led device: mmc2::
mmc2: SDHCI controller on PCI [0000:0a:00.4] using PIO
tifm_7xx1 0000:0a:00.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
tifm_core: MMC/SD card detected in socket 0:3
snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
snd_hda_intel 0000:00:1b.0: setting latency timer to 64
hda_codec: ALC883: BIOS auto-probing.
hda_codec: ALC883: SKU not ready 0x598301f0
nouveau 0000:01:00.0: power state changed by ACPI to D0
nouveau 0000:01:00.0: power state changed by ACPI to D0
nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
nouveau 0000:01:00.0: setting latency timer to 64
[drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x086800a2)
[drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
[drm] nouveau 0000:01:00.0: ... appears to be valid
[drm] nouveau 0000:01:00.0: BIT BIOS found
[drm] nouveau 0000:01:00.0: Bios version 60.86.5e.00
[drm] nouveau 0000:01:00.0: TMDS table version 2.0
[drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
[drm] nouveau 0000:01:00.0: Raw DCB entry 0: 018013f3 00010035
[drm] nouveau 0000:01:00.0: Raw DCB entry 1: 02810300 00000028
[drm] nouveau 0000:01:00.0: Raw DCB entry 2: 0000000e 00000000
[drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 14 2
[drm] nouveau 0000:01:00.0: 0: 0x00000000: type 0x00 idx 0 tag 0xff
[drm] nouveau 0000:01:00.0: 1: 0x00000140: type 0x40 idx 1 tag 0xff
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xC2E6
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xC650
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xD0A5
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xD197
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xD391
[drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xD3F6
[drm] nouveau 0000:01:00.0: 0xD3F6: Condition still not met after 20ms, skipping following opcodes
[drm] nouveau 0000:01:00.0: BIOS FP mode: 1280x768 (81000kHz pixel clock)
[drm] nouveau 0000:01:00.0: 3 available performance level(s)
[drm] nouveau 0000:01:00.0: 0: memory 100MHz core 169MHz shader 338MHz voltage 1150mV fanspeed 100% timing 0
[drm] nouveau 0000:01:00.0: 1: memory 301MHz core 275MHz shader 550MHz voltage 1150mV fanspeed 100% timing 1
[drm] nouveau 0000:01:00.0: 2: memory 600MHz core 400MHz shader 800MHz voltage 1150mV fanspeed 100% timing 2
[drm] nouveau 0000:01:00.0: c: memory 302MHz core 275MHz shader 550MHz voltage 1150mV
[TTM] Zone kernel: Available graphics memory: 1027954 kiB.
[TTM] Initializing pool allocator.
[drm] nouveau 0000:01:00.0: Detected 128MiB VRAM
[drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
[drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] No driver support for vblank timestamp query.
[drm] nouveau 0000:01:00.0: allocated 1280x768 fb: 0x310000, bo ffff88007baa9c00
fbcon: nouveaufb (fb0) is primary device
Console: switching to colour frame buffer device 160x48
fb0: nouveaufb frame buffer device
drm: registered panic notifier
[drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
iwl4965: Copyright(c) 2003-2011 Intel Corporation
iwl4965 0000:08:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
iwl4965 0000:08:00.0: setting latency timer to 64
iwl4965 0000:08:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
iwl4965 0000:08:00.0: device EEPROM VER=0x36, CALIB=0x5
iwl4965 0000:08:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
iwl4965 0000:08:00.0: irq 46 for MSI/MSI-X
iwl4965 0000:08:00.0: request for firmware file 'iwlwifi-4965-2.ucode' failed.
iwl4965 0000:08:00.0: no suitable firmware found!
iwl4965 0000:08:00.0: PCI INT A disabled
EXT3-fs (hda7): using internal journal
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
NOHZ: local_softirq_pending 08
Adding 524284k swap on /dev/hda6. Priority:-1 extents:1 across:524284k
usb 2-2: new high speed USB device number 4 using ehci_hcd
usb 2-2: New USB device found, idVendor=1058, idProduct=1023
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-2: Product: Elements 1023
usb 2-2: Manufacturer: Western Digital
usb 2-2: SerialNumber: 575831314138304839363630
scsi0 : usb-storage 2-2:1.0
scsi 0:0:0:0: Direct-Access WD Elements 1023 2005 PQ: 0 ANSI: 4
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 976769024 512-byte logical blocks: (500 GB/465 GiB)
sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
sd 0:0:0:0: [sda] Asking for cache data failed
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
sd 0:0:0:0: [sda] Asking for cache data failed
sd 0:0:0:0: [sda] Assuming drive cache: write through
sda: sda1 sda2 sda3
sd 0:0:0:0: [sda] Test WP failed, assume Write Enabled
sd 0:0:0:0: [sda] Asking for cache data failed
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Attached SCSI disk
NET: Registered protocol family 10
eth0: no IPv6 routers present
usb 2-1: new high speed USB device number 5 using ehci_hcd
usb 2-1: New USB device found, idVendor=0951, idProduct=1607
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-1: Product: DataTraveler 2.0
usb 2-1: Manufacturer: Kingston
usb 2-1: SerialNumber: 5B780D8A0079
scsi1 : usb-storage 2-1:1.0
scsi 1:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
sd 1:0:0:0: Attached scsi generic sg1 type 0
sd 1:0:0:0: [sdb] 16121856 512-byte logical blocks: (8.25 GB/7.68 GiB)
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 23 00 00 00
sd 1:0:0:0: [sdb] No Caching mode page present
sd 1:0:0:0: [sdb] Assuming drive cache: write through
sd 1:0:0:0: [sdb] No Caching mode page present
sd 1:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 1:0:0:0: [sdb] No Caching mode page present
sd 1:0:0:0: [sdb] Assuming drive cache: write through
sd 1:0:0:0: [sdb] Attached SCSI removable disk
/usr/sbin/hsfconfig: line 2323: ksymoops: command not found

+ lspci -n
00:00.0 0600: 8086:2a00 (rev 03)
00:01.0 0604: 8086:2a01 (rev 03)
00:1a.0 0c03: 8086:2834 (rev 03)
00:1a.1 0c03: 8086:2835 (rev 03)
00:1a.7 0c03: 8086:283a (rev 03)
00:1b.0 0403: 8086:284b (rev 03)
00:1c.0 0604: 8086:283f (rev 03)
00:1c.1 0604: 8086:2841 (rev 03)
00:1c.2 0604: 8086:2843 (rev 03)
00:1c.3 0604: 8086:2845 (rev 03)
00:1d.0 0c03: 8086:2830 (rev 03)
00:1d.1 0c03: 8086:2831 (rev 03)
00:1d.2 0c03: 8086:2832 (rev 03)
00:1d.7 0c03: 8086:2836 (rev 03)
00:1e.0 0604: 8086:2448 (rev f3)
00:1f.0 0601: 8086:2815 (rev 03)
00:1f.1 0101: 8086:2850 (rev 03)
00:1f.3 0c05: 8086:283e (rev 03)
00:1f.6 1180: 8086:284f
01:00.0 0300: 10de:0428 (rev a1)
02:00.0 0200: 11c1:ed00 (rev 02)
08:00.0 0280: 8086:4229 (rev 61)
0a:00.0 0607: 104c:8031
0a:00.1 0607: 104c:8031
0a:00.3 0180: 104c:8033
0a:00.4 0805: 104c:8034

+ lspci -v
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
Subsystem: LG Electronics, Inc. Device 012a
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0a <?>
Kernel modules: intel-agp

00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: f0000000-f2ffffff
Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
Capabilities: [88] Subsystem: LG Electronics, Inc. Device 012a
Capabilities: [80] Power Management version 3
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [a0] Express Root Port (Slot+), MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [140] Root Complex Link
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: LG Electronics, Inc. Device 012a
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at 1800 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
Subsystem: LG Electronics, Inc. Device 012a
Flags: bus master, medium devsel, latency 0, IRQ 21
I/O ports at 1820 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
Subsystem: LG Electronics, Inc. Device 012a
Flags: bus master, medium devsel, latency 0, IRQ 18
Memory at f3305000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
Subsystem: LG Electronics, Inc. Device 012a
Flags: bus master, fast devsel, latency 0, IRQ 45
Memory at 80000000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
I/O behind bridge: 00003000-00003fff
Memory behind bridge: f4000000-f5ffffff
Prefetchable memory behind bridge: 00000000fc000000-00000000fdffffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: LG Electronics, Inc. Device 012a
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Root Complex Link
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=05, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: f6000000-f7ffffff
Prefetchable memory behind bridge: 00000000cc000000-00000000cdffffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: LG Electronics, Inc. Device 012a
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Root Complex Link
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port
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