Hi, in these days I did some testing with the external alsa-driver-1.0.17 and linuxant's patch (alsa-driver-1.0.17-1.patch). The alsa-driver installation and patching worked perfectly, sound works and now scanModem is able to find my modem (see attached ModemData.txt). In spite of that, hsfconfig doesn't detect anything... I've tried two versions of hsfmodem package, "7.68.00.09x86_64full" and the latest "7.68.00.12x86_64full", but it's the same. Attached you can find "hsfconfig --dumpdiag" output from both package versions. About the questions asked in my previous email, I've found some answers by myself: Q1- Is the alsa-driver patch available only for the 1.0.17 release of alsa-driver or is there a version for older releases? A1- I've seen that on linuxant's site (http://www.linuxant.com/alsa-driver/) they were added patches also for alsa releases 1.0.16 and 1.0.15. Good. Q2- How can I know which alsa release is shipped within a particular kernel version before actually installing the kernel? A2- Issuing "cat /usr/src/linux/include/sound/version.h" displays alsa version. Hope to find a solution. Thank you, Marco > From: robotronic_2k@xxxxxxxxxxx > To: support@xxxxxxxxxxxx > CC: marvin.stodolsky@xxxxxxxxx; discuss@xxxxxxxxxxxxx; dep@xxxxxxxxx > Subject: RE: Marco, Italy [eid-20080729-2f2] > Date: Sat, 2 Aug 2008 00:00:03 +0200 > > > Hi, > > thanks to your explanations I think that now the situation is a bit more clear for me. > > The problem is not related to a wrong version of "snd-hda-intel.ko". I am able to correctly compile and load the custom module provided with the hsfmodem package. > > There are two cases: > > 1) Unfortunately, when the custom module (and it's brother "snd-hda-codec.ko") is loaded, I don't see any codec#1 device, so the modem isn't detected. > > 2) When I use the default gentoo-kernel module "snd-hda-intel.ko" (which doesn't need "snd-hda-codec.ko"), I can access codec#1 but hsfconfig still doesn't detect anything. > The latest "hsfdiag.txt" I've sent to you is related to this test case, where I've renamed the custom module "/lib/modules/2.6.25-gentoo-r6/updates/snd-hda-intel.ko" into "snd-hda-intel.ko.HSFORIG" and copied here (into "updates" directory) the original gentoo-kernel module ("snd-hda-intel.ko", 685433 bytes). > > For the first case, as you said before, I suppose the problem is because the functionality provided by the replacement module "is no longer being maintained, because of many technical issues. Basically, this feature no longer works on some 2.6.25 and will not work on 2.6.26 and future kernels". So that module is outdated or at least not functioning properly with my 2.6.25 kernel. I've just installed a brand new 2.6.26 kernel for testing and I confirm that in this scenario the module even fails to build. > > For the second case, I think the "only" problem is that the default alsa in-kernel driver lacks that little but essential alsa-driver patch. It seems that the only way to go is the first you told me, using the latest external alsa-driver-1.0.17 plus linuxant's patch. > > Given that, now there's the problem with Gentoo's policy to maintain only the in-kernel alsa driver, which on 2.6.25-r6 kernel is 1.0.16rc2 release. So, if I've understood all correctly and you don't have any other suggestions, I may involve in this (or a separate) discussion the Gentoo ALSA team, as you wish. > > Finally, some other questions come to my mind: > - Is the alsa-driver patch available only for the 1.0.17 release of alsa-driver or is there a version for older releases? In Gentoo's masked software repository there's an external alsa-driver package which I can test, but it's 1.0.16 release, so the actual patch shouldn't be appropriate. > - How can I know which alsa release is shipped within a particular kernel version before actually installing the kernel? > - I still don't understand *who* refused linuxant's patch submission and why? > > > Thanks, > Marco > > > >> Date: Fri, 1 Aug 2008 11:28:24 -0400 >> From: support@xxxxxxxxxxxx >> To: robotronic_2k@xxxxxxxxxxx >> CC: marvin.stodolsky@xxxxxxxxx; discuss@xxxxxxxxxxxxx; dep@xxxxxxxxx >> Subject: Re: Marco, Italy [eid-20080729-2f2] >> >> Hi, >> >> snd-hda-codec.ko and snd-hda-intel.ko are both part of the HDA bus >> driver. This is the situation with older versions of alsa-driver, >> nowadays, all the snd-hda-codec.ko code is in the snd-hda-intel.ko >> module so the snd-hda-codec.ko module is no longer present. If 'modprobe >> snd-hda-intel' doesn't automatically load snd-hda-codec, then you don't >> need it. >> >> The vanilla Linux kernel comes with its own version of alsa-driver. >> >> I doubt that this is an init. script issue, I think it could be the >> wrong snd-hda-intel.ko module that is loaded. Note that when you >> manually compile alsa-driver, the modules will be copied in >> '/lib/modules/$kernel_ver/kernel/sound'.I can see these modules in the >> '/lib/modules/$kernel_ver/updates' directory: >> >> --- >> -rw-r--r-- 1 root root 499740 Jul 28 21:10 snd-hda-codec.ko >> -rw-r--r-- 1 root root 685433 Jul 29 21:57 snd-hda-intel.ko >> -rw-r--r-- 1 root root 30087 Jul 28 21:10 snd-hda-intel.ko.HSFORIG >> --- >> >> It is important to note that modules in the 'updates' directory always >> have priority over the other modules, this is a hardcoded behavior in >> depmod. If the patched alsa-driver installation was successful, you >> should try to use these commands as root: >> >> --- >> mv /lib/modules/2.6.25-gentoo-r6/updates/* /root >> depmod >> hsfconfig >> --- >> >> You should say "yes" to the hsfconfig attempt to recompile the modules. >> >> Regards, >> >> >> Jonathan >> Technical specialist / Linuxant >> www.linuxant.com >> support@xxxxxxxxxxxx >> >> >> >> Robo Tronic wrote: >>> Hi, >>> >>> I've attached the required log file. In this situation I've noticed that the kernel module "snd-hda-codec.ko" is no longer automatically loaded. >>> If could be of some help, at boot time the alsasound init script is executed before hsf init script. I've tried to switch the init scripts order but it's the same: codec#1 is present but no modem detected. >>> >>> I've also tried to manually load at the end the missing codec module with "insmod /lib/modules/2.6.25-gentoo-r6/updates/snd-hda-codec.ko" but the result doesn't change. >>> BTW, I didn't understand if "snd-hda-codec.ko" is a required integral part of HSF drivers or if it is something optional... >>> >>> When you said that the patch was submitted to the ALSA team, did you intend the Gentoo ALSA team or the developers at alsa-project.org? I suppose the first, otherwise I don't explain why the latest "alsa-driver-1.0.17" is still available and actively updated on alsa-project.org... I suppose it's a Gentoo-only choice to concentrate in developing the in-kernel driver and abandoning the external package, isn't it? >>> >>> With your help, once diagnosed the problem, it'll be great to involve the Gentoo ALSA team and suggest them to think about including the patch into gentoo-kernel sources. >>> Unfortunately, I don't have any knowledge to try it by myself, but I'll be glad in helping the community with some testing or debugging! >>> >>> Let me know if you need something else. >>> >>> Thank you, >>> Marco >>> >>>> Date: Wed, 30 Jul 2008 11:00:41 -0400 >>>> From: support@xxxxxxxxxxxx >>>> To: robotronic_2k@xxxxxxxxxxx >>>> CC: marvin.stodolsky@xxxxxxxxx; discuss@xxxxxxxxxxxxx; dep@xxxxxxxxx >>>> Subject: Re: Marco, Italy [eid-20080729-2f2] >>>> >>>> Hi, >>>> >>>> the relationship between the HSF driver and alsa-driver is only relevant >>>> for HDA modems. The problem is that essentially, the HSF driver provides >>>> a codec driver for the HDA modem but unlike the AC97 bus, there is no >>>> way with the current alsa-driver HDA design to provide a codec driver as >>>> a separate/external module. >>>> >>>> So we have to replace the snd-hda-intel.ko (and snd-hda-codec.ko if >>>> present) with a custom version in order to support HDA modems. The HSF >>>> driver has a built-in version of the HDA bus driver based on alsa-driver >>>> in order to easily replace the snd-hda-intel.ko module on the machine of >>>> the user. This functionality is no longer being maintained, because of >>>> many technical issues. Basically, this feature no longer works on some >>>> 2.6.25 and will not work on 2.6.26 and future kernels. >>>> >>>> Patching the alsa-driver package is now the way to go. The patch was >>>> submitted to the ALSA development team but was refused, since it as now >>>> easier to load a binary only (the HSF driver proprietary modules) into >>>> the kernel. However, you could always ask Gentoo developers if they >>>> could not add our patch to their kernels, it will greatly help all HSF >>>> HDA users. >>>> >>>> The patch is available at: >>>> >>>> http://www.linuxant.com/alsa-driver/ >>>> >>>> and we will continue to update the patch to make it work on newer >>>> alsa-driver releases when they come out. >>>> >>>> It is possible that the patch provided on our web site can be directly >>>> applied to the kernel, but this possibility has not been tested, this is >>>> something you could try out. >>>> >>>> For the "codec#1 file is present but the HSF driver is not working" >>>> problem, I will need more information. While you have this problem, >>>> please send us the output of the output of 'dumpdiag'. Type the >>>> following in a root shell: >>>> >>>> --- >>>> hsfconfig --dumpdiag >>>> --- >>>> >>>> Just send us the generated file located in /tmp ('hsfdiag.txt'). >>>> It'll help us solve the problem. >>>> >>>> Regards, >>>> >>>> >>>> Jonathan >>>> Technical specialist / Linuxant >>>> www.linuxant.com >>>> support@xxxxxxxxxxxx >>>> >>>> >>>> >>>> Robo Tronic wrote: >>>>> First of all, thank you both for your precious time: I really appreciate that. >>>>> >>>>> I admit that I am a bit confused about the behavior of HSF driver and alsa-driver, and I really don't know anything about what there's "under the cover". >>>>> >>>>> Anyway I tried a little, probably silly, thing... Since with the original gentoo snd-hda-intel.ko kernel module the modem seems to be recognized (codec#1 is present), I've replaced the module created by hsfconfig into "/lib/modules/2.6.25-gentoo-r6/updates" with the original version and rebooted the system. >>>>> Now the audio works well (it always worked), I can see codec#1 *but* hsfconfig still doesn't recognize the modem: isn't that strange or my test is totally meaningless? >>>>> >>>>> About the tailored alsa-driver-linuxant, I wished to give it a try but unfortunately I've found that the use of alsa-driver on Gentoo Linux is deprecated and not supported anymore: the package is hard-masked in the portage repository and is not maintained or updated, as stated from the Gentoo Linux ALSA Guide (http://www.gentoo.org/doc/en/alsa-guide.xml): >>>>> ----- >>>>> "Historically, Gentoo offered two ways to get ALSA up and running: the in-kernel driver and the external alsa-driver package. The two solutions essentially do the same thing; this made supporting the external package extremely difficult and time-consuming. The Gentoo maintainers decided to discontinue support for the alsa-driver package, concentrating their resources on the ALSA drivers available within the Linux kernel. This guide will focus solely on configuring ALSA via the in-kernel driver. >>>>> >>>>> If you still require the alsa-driver package, please email the Gentoo ALSA maintainers with why the in-kernel drivers don't work for you. Be sure to include detailed error logs." >>>>> ----- >>>>> >>>>> I know that this is not a Linuxant problem, but is eventually possible to include the patch into the in-kernel drivers? Could I hope that one day this issue will be fixed without the need of the external alsa-driver package? I'll ask you before to understand if this could be a good reason for eventually contacting the Gentoo ALSA team. And... Given my "test" results, are we sure that alsa-driver-linuxant will really do the trick? >>>>> >>>>> Tomorrow I will try to build a slightly new kernel version, from 2.6.25-gentoo-r6 to 2.6.25-gentoo-r7 and see what happens. >>>>> >>>>> Finally, a question about scanModem: when codec#1 is available, why doesn't the script find anything? >>>>> >>>>> Many thanks again, >>>>> Marco >>>>> >>>>> ---------------------------------------- >>>>>> Date: Tue, 29 Jul 2008 14:36:40 -0400 >>>>>> From: support@xxxxxxxxxxxx >>>>>> To: marvin.stodolsky@xxxxxxxxx >>>>>> CC: robotronic_2k@xxxxxxxxxxx; discuss@xxxxxxxxxxxxx; dep@xxxxxxxxx >>>>>> Subject: Re: Fwd: Marco, Italy [eid-20080729-2f2] >>>>>> >>>>>> Hi, >>>>>> >>>>>> it's a better idea to install alsa-driver-linuxant first but it can be >>>>>> installed after the HSF driver without any problems. Note however that >>>>>> some pre-compiled HSF driver packages do have an explicit dependency on >>>>>> alsa-driver-linuxant, in this case, it's necessary to install >>>>>> alsa-driver-linuxant first. >>>>>> >>>>>> Regards, >>>>>> >>>>>> >>>>>> Jonathan >>>>>> Technical specialist / Linuxant >>>>>> www.linuxant.com >>>>>> support@xxxxxxxxxxxx >>>>>> >>>>>> >>>>>> >>>>>> Marvin Stodolsky wrote: >>>>>>> Jonathan, >>>>>>> >>>>>>> Should the alsa-driver-linuxant be installed before the hsfmodem package? >>>>>>> Or doesn't it make a difference? >>>>>>> >>>>>>> MarvS >>>>>>> >>>>>>> On Tue, Jul 29, 2008 at 11:09 AM, Linuxant support (Jonathan) >>>>>>> wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> Marco has correctly identified the problem, since the file >>>>>>>> /proc/asound/card0/codec#1 is no longer present, the modem is not detected >>>>>>>> at all on the HDA bus. The HSF driver provides it's own HDA bus driver but >>>>>>>> it's getting outdated, using alsa-driver-linuxant is recommended now: >>>>>>>> >>>>>>>> http://www.linuxant.com/alsa-driver/ >>>>>>>> >>>>>>>> Hopefully with an up-to-date alsa-driver, the modem will be detected. >>>>>>>> >>>>>>>> Regards, >>>>>>>> >>>>>>>> >>>>>>>> Jonathan >>>>>>>> Technical specialist / Linuxant >>>>>>>> www.linuxant.com >>>>>>>> support@xxxxxxxxxxxx >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Marvin Stodolsky wrote: >>>>>>>>> Jonathan, >>>>>>>>> >>>>>>>>> This is a HDA based conexant chip modem. >>>>>>>>> Please advise Marco >>>>>>>>> >>>>>>>>> MarvS >>>>>>>>> >>>>>>>>> >>>>>>>>> ---------- Forwarded message ---------- >>>>>>>>> From: RoboTronic >>>>>>>>> Date: Mon, Jul 28, 2008 at 4:43 PM >>>>>>>>> Subject: Marco, Italy >>>>>>>>> To: discuss@xxxxxxxxxxxxx >>>>>>>>> >>>>>>>>> >>>>>>>>> Hi, >>>>>>>>> I have a Dell Inspiron 1720 laptop and I am not able to configure the >>>>>>>>> internal modem on my Gentoo Linux box. >>>>>>>>> It's clearly an hsfmodem but since scanModem hasn't detected any modem >>>>>>>>> card, I've booted into Windows Vista Home Premium and collected some >>>>>>>>> info about the device: >>>>>>>>> >>>>>>>>> >>>>>>>>> -------------------------------------------------------------------------------- >>>>>>>>> >>>>>>>>> *** Modem Diagnostics: >>>>>>>>> >>>>>>>>> ATQ0V1E0 - OK >>>>>>>>> AT+GMM - +GMM: Conexant HDA D330 MDC V.92 Modem >>>>>>>>> AT+FCLASS=? - 0,1 >>>>>>>>> AT#CLS=? - Not supported >>>>>>>>> AT+GCI? - +GCI: 59 >>>>>>>>> AT+GCI=? - +GCI: >>>>>>>>> >>>>>>>>> (00,01,02,03,04,05,06,07,09,0A,0B,0C,0D,0E,0F,10,11,12,13,14,15,16,19,1A,1B,1C,1D,1E,1F,20,21,22,23,24,25,26,27,28,29,2A,2B,2C,2D,2E,2F,30,31,32,33,34,35,36,37,38,39,3A,3B,3C,3D,3E,40,41,43,44,45,46,47,48,49,4B,4C,4D,4E,4F,50,51,52,53,54,55,56,57,58,59,5A,5B,5C,5E,5F,60,61,62,63,64,65,66,67,68,69,6A,6B,6C,6D,6E,6F,70,71,72,73,74,75,76,77,78,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8D,8E,8F,90,92,93,94,96,97,98,99,9A,9B,9C,9D,9E,9F,A0,A1,A2,A3,A4,A5,A6,A7,A8,A9,AA,AB,AC,AD,AE,AF,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C1,C2,C3,C4,C5,C7,C8,C9,CA,CB,CC,CD,CE,CF,D0,D1,D2,D3,D4,D5,D6,D7,D8,D9,DA,DB,DC,DD,DE,DF,E0,E1,E2,E3,E4,E5,E6,E7,E8,EB,EC,ED,EE,EF,F0,F1,F2,F3,F4,F5,F7,F8,F9,FA,FB,FC,FE) >>>>>>>>> ATI1 - 255 >>>>>>>>> ATI2 - OK >>>>>>>>> ATI3 - SoftK56V_B2.1_V7.59.00 >>>>>>>>> ATI4 - Conexant HDA D330 MDC V.92 Modem >>>>>>>>> ATI5 - 089 >>>>>>>>> ATI6 - SoftK56 >>>>>>>>> CModem Version 12 >>>>>>>>> Rksample Version 342 >>>>>>>>> ATI7 - 255 >>>>>>>>> >>>>>>>>> >>>>>>>>> -------------------------------------------------------------------------------- >>>>>>>>> >>>>>>>>> *** Modem Details: >>>>>>>>> >>>>>>>>> Hardware ID = >>>>>>>>> >>>>>>>>> HDAUDIO\FUNC_02&VEN_14F1&DEV_2C06&SUBSYS_14F1000F&REV_1000\4&23AD9263&0&0102 >>>>>>>>> | >>>>>>>>> |_ Vendor = 14F1 >>>>>>>>> |_ Device = 2C06 >>>>>>>>> |_ SubSys = 000f:14f1 >>>>>>>>> >>>>>>>>> Compatible IDs = >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&CTLR_DEV_284B&VEN_14F1&DEV_2C06&REV_1000 >>>>>>>>> >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&VEN_14F1&DEV_2C06&REV_1000 >>>>>>>>> HDAUDIO\FUNC_02&VEN_14F1&DEV_2C06&REV_1000 >>>>>>>>> >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&CTLR_DEV_284B&VEN_14F1&DEV_2C06 >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&VEN_14F1&DEV_2C06 >>>>>>>>> HDAUDIO\FUNC_02&VEN_14F1&DEV_2C06 >>>>>>>>> >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&CTLR_DEV_284B&VEN_14F1 >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&VEN_14F1 >>>>>>>>> HDAUDIO\FUNC_02&VEN_14F1 >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086&CTLR_DEV_284B >>>>>>>>> HDAUDIO\FUNC_02&CTLR_VEN_8086 >>>>>>>>> >>>>>>>>> HDAUDIO\FUNC_02&GF&VEN_14F1&DEV_2C06&SUBSYS_14F1000F&REV_1000 >>>>>>>>> HDAUDIO\FUNC_02 >>>>>>>>> >>>>>>>>> Father = >>>>>>>>> PCI\VEN_8086&DEV_284B&SUBSYS_01F21028&REV_02\3&2b8e0b4b&0&D8 >>>>>>>>> Same level = >>>>>>>>> >>>>>>>>> HDAUDIO\FUNC_01&VEN_8384&DEV_76A0&SUBSYS_102801F2&REV_1002\4&23ad9263&0&0001 >>>>>>>>> Driver = >>>>>>>>> >>>>>>>>> oem5.inf:HSF_MODEM:ModemX:7.59.0.0:hdaudio\func_02&ven_14f1&dev_2c06&subsys_14f1000f >>>>>>>>> >>>>>>>>> Driver Details = Version 7.59.0.0 (16-NOV-2006) >>>>>>>>> >>>>>>>>> [ Note: I've translated properties' names from Italian to English, >>>>>>>>> probably there are some mistakes! ] >>>>>>>>> >>>>>>>>> -------------------------------------------------------------------------------- >>>>>>>>> >>>>>>>>> That particular vendor/device seems supported by hsf drivers but >>>>>>>>> hsfconfig modem detection fails. >>>>>>>>> Attached you can find scanModem and "hsfconfig --dumpdiag" output. >>>>>>>>> >>>>>>>>> The interesting thing I've found is that with the default Gentoo >>>>>>>>> kernel module "snd_hda_intel" loaded, I am able to query codec#1: >>>>>>>>> >>>>>>>>> metalbox ~ # cat /proc/asound/card0/codec#1 >>>>>>>>> Codec: Conexant ID 2c06 >>>>>>>>> Address: 1 >>>>>>>>> Vendor Id: 0x14f12c06 >>>>>>>>> Subsystem Id: 0x14f1000f >>>>>>>>> Revision Id: 0x100000 >>>>>>>>> Modem Function Group: 0x2 >>>>>>>>> >>>>>>>>> Differently, after hsfmodem kernel modules installation, the codec#1 >>>>>>>>> device disappears, and I'm left only with codec#0 (the sound card). >>>>>>>>> >>>>>>>>> I'm using the official Linuxant drivers, version 7.68.00.09 (x86_64). >>>>>>>>> I've also tried Dell's OEM drivers >>>>>>>>> >>>>>>>>> (http://linux.dell.com/files/ubuntu/hardy/modem-drivers/hsf/hsfmodem-7.68.00.09x86_64oem.tar.gz), >>>>>>>>> but nothing changes... >>>>>>>>> >>>>>>>>> Thanks in advance for your help, and feel free to ask if I've missed >>>>>>>>> something in my explanation! >>>>>>>>> >>>>>>>>> Cheers, >>>>>>>>> Marco >>>>>>>>> >>>>> _________________________________________________________________ >>>>> Leggi la tua posta direttamente dal cellulare! >>>>> http://windowslivemobile.msn.com/Homepage.aspx?lang=it-it >>> >>> _________________________________________________________________ >>> Tutta la posta in un solo posto… scarica Windows Live Mail!!! >>> http://get.live.com/wlmail/overview >>> > > _________________________________________________________________ > Windows Live Mail: il programma gratuito per gestire tutta la tua posta! > http://get.live.com/wlmail/overview _________________________________________________________________ Leggi le tue mail sotto l’ombrellone con Windows Live Mobile! http://windowslivemobile.msn.com/BrowserServiceHotmail.aspx?lang=IT-IT
Only plain text email is forwarded by the Discuss@xxxxxxxxxxxxx List Server, as HTML can contain viruses. Use as the email Subject Line: YourName, YourCountry This is kernel 2.6.25-gentoo-r7 With this Subject Line cogent experts will be alerted, and useful case names left in the Archive. YourCountry will enable Country specific guidance. Linux experts in YourCountry can be found through: http://www.linux.org/groups/index.html. They will know your Country's modem code, which may be essential for dialup service. Responses from Discuss@xxxxxxxxxxxxx are sometimes blocked by an Internet Provider mail filters. So in a day, also check the Archived responses at http://www.linmodems.org -------------------------- System information ---------------------------- CPU=x86_64, This is Linux version 2.6.25-gentoo-r7 (root@metalbox) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #2 SMP Sat Aug 16 15:53:58 CEST 2008 scanModem update of: 2008_08_15 Some modem drivers can only be used in 32 bit modem on x86_64 systems, while some others are competent on x86_64 Systems. Cases are: 1) http://linmodems.technion.ac.il/bigarch/archive-seventh/msg03119.html for the snd-hda-intel audio+modem driver. Also applicable to AC97 modem controllers. In both cases, 32 bit libraries must be installed to support the slmodemd helper having a precompiled 32 bit component. 2) For USB modems using the slusb.ko driver. 32 bit libraries must be installed to support the slmodemd helper having a precompiled 32 bit component 3) The hsfmodem and hcflinmodem drivers for Conexant chipsest modes are x86_64 competent. There are no blacklisted modem drivers in /etc/modprobe* files Attached USB devices are: ID 05a9:2640 OmniVision Technologies, Inc. ID 1d6b:0002 ID 1d6b:0001 ID 1d6b:0001 ID 1d6b:0001 ID 1d6b:0002 ID 1d6b:0001 ID 0a5c:4503 Broadcom Corp. ID 0a5c:4502 Broadcom Corp. ID 413c:8126 Dell Computer Corp. ID 0a5c:4500 Broadcom Corp. ID 1d6b:0001 USB modems not recognized For candidate card in slot 00:1b.0, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 00:1b.0 8086:284b 1028:01f2 Audio device: Intel Corporation 82801H Modem interrupt assignment and sharing: 21: 3451 3474 IO-APIC-fasteoi uhci_hcd:usb4, uhci_hcd:usb6, HDA Intel --- Bootup diagnostics for card in PCI slot 00:1b.0 ---- ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1b.0 to 64 === Finished firmware and bootup diagnostics, next deducing cogent software. === Predictive diagnostics for card in bus 00:1b.0: Modem chipset detected on NAME="Audio device: Intel Corporation 82801H " CLASS=0403 PCIDEV=8086:284b SUBSYS=1028:01f2 IRQ=21 HDA=8086:284b SOFT=8086:284b.HDA CHIP=0x14f12c06 IDENT=hsfmodem Driver=hsfmodem-drivers For candidate modem in: 00:1b.0 0403 Audio device: Intel Corporation 82801H Primary device ID: 8086:284b Subsystem PCI_id 1028:01f2 Softmodem codec or chipset from diagnostics: 0x14f12c06 from Archives: The HDA card softmodem chip is 0x14f12c06 Support type needed or chipset: hsfmodem Writing DOCs/Intel.txt For owners of a Dell PCs with Conexant HSF modems, a driver source package with full speed enabled is available, but requires driver compiling. Read DOCs/Conexant.txt Start at http://www.linuxant.com/drivers/hsf/downloads-license.php to find the hsfmodem package matching your System. For several Linux distros, there are precompiled drivers matched to specific kernels. These have within the FileName, your KernelVersion: 2.6.25_gentoo_r7 They can be found through http://www.linuxant.com/drivers/hsf/full/downloads.php A more precise location may be given a few paragraphs below. If an EXACT Match with your your KernelVersion is not found, one of the "Generic packages with source" near the bottom of the page must be used. Downloaded packages must be moved into the Linux partition (home folder is OK) and unzipped with: unzip hsf*.zip The installation command for a .deb suffic packages is, with root/adm permission: dpkg -i hsf*.deb while for .rpm suffix it is, with: rpm -i hsf*.rpm Support for Conexant chips hosted on High Definition Audio cards may require installation of additional packages, one of the alsa-driver-linuxant packages on http://www.linuxant.com/alsa-driver/ At the same time download the alsa-driver-1.0.17-1.patch , in case it prove to be later needed. During the hsfmodem install, there will be a message if there is necessary installation of alsa-driver-linuxant The installation command for a .deb suffic packages is, with root/adm permission: alsa* -i hsf*.deb while for .rpm suffix it is, with: rpm -i hsf*.rpm There may a message that "Dependencies" are not satisfied. In this case the Ubuntu/Debian packages to be installed are linux-libc-dev & libc6-dev. Package names may be different for other Linuxes. If not on your install CD, these packages can be searched for at http://packages.ubuntu.com. After download, they can be coinstalled with: dpkg -i li*.deb Again try the alsa-driver-linuxant There may be a message that the patch must be applied. In this case get the ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.17.tar.bz2 Under Linux, this package is unpacked with: $ tar jxf alsa*.tar.bz2 Next the patch is applied with: $ patch -p0 < alsa-driver-1.0.17-1.patch See http://linmodems.technion.ac.il/bigarch/archive-eighth/msg00838.html for details on compiling and installing replacement snd-hda-intel + its dependent drivers. After the installation is completed, rerun the hsfmodem installation. Reboot and try to detect the modem with Root permission: wvdialconf /etc/wvdial.conf Start at http://www.linuxant.com/drivers/hsf/full for eventually download of a hsfmodem-7.68.00.12full_k.???.zip package with ??? the package type (deb, rpm, tar etc) These packages have compiled drivers but will also compile a driver, if there is a mismatch between the resident kernel and provided driver. The generic hsfmodem-7.68.00.12full.tar.gz package only provides compiling support Read DOCs/Conexant.txt Writing DOCs/Conexant.txt Completed candidate modem analyses. The base of the UDEV device file system is: /dev/.udev Versions adequately match for the compiler installed: 4.1.2 and the compiler used in kernel assembly: 4.1.2 Minimal compiling resources appear complete: make utility - /usr/bin/make Compiler version 4.1 linuc_headers base folder /lib/modules/2.6.25-gentoo-r7/build However some compilations and executable functions may need additional files, in the FileNames.h (so called kernel "h"eaders) collection installed in /usr/include/ . For martian_modem, additional required packages are n. The also required headers of package libc6 are commonly installed by default. Compiling hsfmodem drivers does require linux-libc-dev and libc6-dev packages, for kernels 2.6.24 and later versions. In not included on your install CD, search for them at http://packages.ubuntu.com or comparable Repository for other Linux distros. When compiling ALSA drivers, the utility "patch" will also be needed. If a driver compilation fails, with message including some lack of some FileName.h (stdio.h for example), then Some additional kernel-header files need installation to /usr/include. The minimal additional packages are libc6-dev and any of its dependents, under Ubuntu linux-libc-dev If an alternate ethernet connection is available, $ apt-get update $ apt-get -s install linux-kernel-devel will install needed packages. For Debian/Ubuntu related distributions, run the following command to display the needed package list: Otherwise packages have to be found through http://packages.ubuntu.com Once downloaded and transferred into a Linux partition, they can be installed alltogether with: $ sudo dpkg -i *.deb Checking pppd properties: -r-s--x--x 1 root root 306416 29 lug 22:41 /usr/sbin/pppd In case of an "error 17" "serial loopback" problem, see: http://linmodems.technion.ac.il/linmodems/archive-sixth/msg02637.html To enable dialout without Root permission do: $ su - root (not for Ubuntu) chmod a+x /usr/sbin/pppd or under Ubuntu related Linuxes chmod a+x /usr/sbin/pppd Checking settings of: /etc/ppp/options lock In case of a message like: Warning: Could not modify /etc/ppp/pap-secrets: Permission denied see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html Read Modem/DOCs/YourSystem.txt concerning other COMM channels: eth0 Which can interfere with Browser naviagation. Don't worry about the following, it is for experts should trouble shooting be necessary. ========================================================== Checking for modem support lines: -------------------------------------- /device/modem symbolic link: slmodemd created symbolic link /dev/ttySL0: Within /etc/udev/ files: /etc/udev/rules.d/hsf.rules:KERNEL=="ttySHSF0", SYMLINK="modem", GROUP="dialout" /etc/udev/rules.d/50-udev-default.rules:KERNEL=="mwave", NAME="modems/mwave", GROUP="uucp" Within /etc/modprobe.conf files: Within any ancient /etc/devfs files: Within ancient kernel 2.4.n /etc/module.conf files: --------- end modem support lines --------
+ hsfstop + modprobe -v /dev/ttySHSF install /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfpcibasic3; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfsoar.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfosspec.ko dcpmajor=242 diagmajor=243 insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfengine.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfserial.ko serialmajor=240 insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfpcibasic2.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfpcibasic3.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ich.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97via.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ali.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ati.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97sis.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfusbcd2.ko insmod /lib/modules/2.6.25-gentoo-r7/alsa-driver/pci/hda/snd-hda-intel.ko + lsmod Module Size Used by snd_hda_intel 381080 0 hsfusbcd2 73520 0 hsfmc97sis 77856 0 hsfmc97ati 76576 0 hsfmc97ali 84328 0 hsfmc97via 78632 0 hsfmc97ich 81632 0 hsfpcibasic3 125104 0 hsfpcibasic2 74848 0 hsfserial 25252 8 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2 hsfengine 1529880 9 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial hsfosspec 101232 10 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial,hsfengine hsfsoar 108408 7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2 snd_seq 43296 0 snd_seq_device 7188 1 snd_seq snd_pcm 58248 1 snd_hda_intel snd_timer 17872 2 snd_seq,snd_pcm nvidia 8102320 26 snd_page_alloc 8848 2 snd_hda_intel,snd_pcm snd_hwdep 8008 1 snd_hda_intel snd 39304 6 snd_hda_intel,snd_seq,snd_seq_device,snd_pcm,snd_timer,snd_hwdep video 22036 24 output 5440 1 video soundcore 8608 1 snd + date Sun Aug 17 12:51:01 CEST 2008 + /usr/sbin/hsfconfig --info Conexant HSF softmodem driver, version 7.68.00.09x86_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". Note: HDA support not compiled in the driver Note: kernel module snd-intel8x0m overridden by hsfmc97ich hsfmc97sis Warning: no device detected by hsf driver - HDA modems may require reboot Note: HDA support not compiled in the driver Note: kernel module snd-intel8x0m overridden by hsfmc97ich hsfmc97sis + identify_system linux-x86_64(x86_64)-2.6.25-gentoo-r7-SMP unknown-unknown + uname -a Linux metalbox 2.6.25-gentoo-r7 #2 SMP Sat Aug 16 15:53:58 CEST 2008 x86_64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz GenuineIntel GNU/Linux + gcc -v Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.2 (Gentoo 4.1.2 p1.1) + cat -v /proc/version Linux version 2.6.25-gentoo-r7 (root@metalbox) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #2 SMP Sat Aug 16 15:53:58 CEST 2008 + cat -v /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz stepping : 10 cpu MHz : 2400.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 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 pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm ida bogomips : 4793.27 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 T7700 @ 2.40GHz stepping : 10 cpu MHz : 2400.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 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 pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm ida bogomips : 4788.08 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 1.12.11.1 + dmesg Linux version 2.6.25-gentoo-r7 (root@metalbox) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #2 SMP Sat Aug 16 15:53:58 CEST 2008 Command line: root=/dev/sda6 vga=0x37D video=uvesafb:1920x1200-32,mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0 fbcon=scrollback:8192K quiet CONSOLE=/dev/tty1 BOOT_MSG="Benvenuto in Gentoo Linux!" BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) BIOS-e820: 0000000000100000 - 00000000dfe6d800 (usable) BIOS-e820: 00000000dfe6d800 - 00000000e0000000 (reserved) BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved) BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved) BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100002000 - 0000000120000000 (usable) Entering add_active_range(0, 0, 159) 0 entries of 3200 used Entering add_active_range(0, 256, 917101) 1 entries of 3200 used Entering add_active_range(0, 1048578, 1179648) 2 entries of 3200 used end_pfn_map = 1179648 DMI 2.4 present. ACPI: RSDP 000FBBF0, 0024 (r2 DELL ) ACPI: XSDT DFE6F200, 005C (r1 DELL M08 27D8070B ASL 61) ACPI: FACP DFE6F09C, 00F4 (r4 DELL M08 27D8070B ASL 61) ACPI: DSDT DFE6F800, 5658 (r2 INT430 SYSFexxx 1001 INTL 20050624) ACPI: FACS DFE7E000, 0040 ACPI: HPET DFE6F300, 0038 (r1 DELL M08 1 ASL 61) ACPI: APIC DFE6F400, 0068 (r1 DELL M08 27D8070B ASL 47) ACPI: MCFG DFE6F3C0, 003E (r16 DELL M08 27D8070B ASL 61) ACPI: SLIC DFE6F49C, 0176 (r1 DELL M08 27D8070B ASL 61) ACPI: BOOT DFE6EFC0, 0028 (r1 DELL M08 27D8070B ASL 61) ACPI: SSDT DFE6D97A, 04CC (r1 PmRef CpuPm 3000 INTL 20050624) No NUMA configuration found Faking a node at 0000000000000000-0000000120000000 Entering add_active_range(0, 0, 159) 0 entries of 3200 used Entering add_active_range(0, 256, 917101) 1 entries of 3200 used Entering add_active_range(0, 1048578, 1179648) 2 entries of 3200 used Bootmem setup node 0 0000000000000000-0000000120000000 NODE_DATA [000000000000e000 - 0000000000014fff] bootmap [0000000000015000 - 0000000000038fff] pages 24 early res: 0 [0-fff] BIOS data page early res: 1 [6000-7fff] SMP_TRAMPOLINE early res: 2 [200000-8c4ba7] TEXT DATA BSS early res: 3 [37f46000-37fefd68] RAMDISK early res: 4 [9f000-9ffff] EBDA early res: 5 [8000-dfff] PGTABLE No mptable found. [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0 [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0 [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0 [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0 [ffffe20000800000-ffffe200009fffff] PMD ->ffff810002200000 on node 0 [ffffe20000a00000-ffffe20000bfffff] PMD ->ffff810002600000 on node 0 [ffffe20000c00000-ffffe20000dfffff] PMD ->ffff810002a00000 on node 0 [ffffe20000e00000-ffffe20000ffffff] PMD ->ffff810002e00000 on node 0 [ffffe20001000000-ffffe200011fffff] PMD ->ffff810003200000 on node 0 [ffffe20001200000-ffffe200013fffff] PMD ->ffff810003600000 on node 0 [ffffe20001400000-ffffe200015fffff] PMD ->ffff810003a00000 on node 0 [ffffe20001600000-ffffe200017fffff] PMD ->ffff810003e00000 on node 0 [ffffe20001800000-ffffe200019fffff] PMD ->ffff810004200000 on node 0 [ffffe20001a00000-ffffe20001bfffff] PMD ->ffff810004600000 on node 0 [ffffe20001c00000-ffffe20001dfffff] PMD ->ffff810004a00000 on node 0 [ffffe20001e00000-ffffe20001ffffff] PMD ->ffff810004e00000 on node 0 [ffffe20002000000-ffffe200021fffff] PMD ->ffff810005200000 on node 0 [ffffe20002200000-ffffe200023fffff] PMD ->ffff810005600000 on node 0 [ffffe20002400000-ffffe200025fffff] PMD ->ffff810005a00000 on node 0 [ffffe20002600000-ffffe200027fffff] PMD ->ffff810005e00000 on node 0 [ffffe20002800000-ffffe200029fffff] PMD ->ffff810006200000 on node 0 [ffffe20002a00000-ffffe20002bfffff] PMD ->ffff810006600000 on node 0 [ffffe20002c00000-ffffe20002dfffff] PMD ->ffff810006a00000 on node 0 [ffffe20002e00000-ffffe20002ffffff] PMD ->ffff810006e00000 on node 0 [ffffe20003000000-ffffe200031fffff] PMD ->ffff810007200000 on node 0 [ffffe20003800000-ffffe200039fffff] PMD ->ffff810007600000 on node 0 [ffffe20003a00000-ffffe20003bfffff] PMD ->ffff810007a00000 on node 0 [ffffe20003c00000-ffffe20003dfffff] PMD ->ffff810007e00000 on node 0 [ffffe20003e00000-ffffe20003ffffff] PMD ->ffff810008200000 on node 0 Zone PFN ranges: DMA 0 -> 4096 DMA32 4096 -> 1048576 Normal 1048576 -> 1179648 Movable zone start PFN for each node early_node_map[3] active PFN ranges 0: 0 -> 159 0: 256 -> 917101 0: 1048578 -> 1179648 On node 0 totalpages: 1048074 DMA zone: 56 pages used for memmap DMA zone: 1742 pages reserved DMA zone: 2201 pages, LIFO batch:0 DMA32 zone: 14280 pages used for memmap DMA32 zone: 898725 pages, LIFO batch:31 Normal zone: 1792 pages used for memmap Normal zone: 129278 pages, LIFO batch:31 Movable zone: 0 pages used for memmap ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 (Bootup-CPU) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Processor #1 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Setting APIC routing to flat ACPI: HPET id: 0x8086a201 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 PM: Registered nosave memory: 00000000dfe6d000 - 00000000dfe6e000 PM: Registered nosave memory: 00000000dfe6e000 - 00000000e0000000 PM: Registered nosave memory: 00000000e0000000 - 00000000f4000000 PM: Registered nosave memory: 00000000f4000000 - 00000000f8000000 PM: Registered nosave memory: 00000000f8000000 - 00000000fec00000 PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000 PM: Registered nosave memory: 00000000fec10000 - 00000000fed18000 PM: Registered nosave memory: 00000000fed18000 - 00000000fed1c000 PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 PM: Registered nosave memory: 00000000fed20000 - 00000000fed90000 PM: Registered nosave memory: 00000000fed90000 - 00000000feda0000 PM: Registered nosave memory: 00000000feda0000 - 00000000feda6000 PM: Registered nosave memory: 00000000feda6000 - 00000000fee00000 PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000 PM: Registered nosave memory: 00000000fee10000 - 00000000fff00000 PM: Registered nosave memory: 00000000fff00000 - 0000000100000000 PM: Registered nosave memory: 0000000100000000 - 0000000100002000 Allocating PCI resources starting at e2000000 (gap: e0000000:14000000) SMP: Allowing 2 CPUs, 0 hotplug CPUs PERCPU: Allocating 34584 bytes of per cpu data Built 1 zonelists in Node order, mobility grouping on. Total pages: 1030204 Policy zone: Normal Kernel command line: root=/dev/sda6 vga=0x37D video=uvesafb:1920x1200-32,mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0 fbcon=scrollback:8192K quiet CONSOLE=/dev/tty1 BOOT_MSG="Benvenuto in Gentoo Linux!" Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) Extended CMOS year: 2000 TSC calibrated against PM_TIMER time.c: Detected 2393.998 MHz processor. Console: colour dummy device 80x25 console [tty0] enabled Checking aperture... PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Placing software IO TLB between 0x841e000 - 0xc41e000 Memory: 4058908k/4718592k available (3574k kernel code, 133388k reserved, 1950k data, 412k init) CPA: page pool initialized 1 of 1 pages preallocated hpet clockevent registered Calibrating delay using timer specific routine.. 4793.27 BogoMIPS (lpj=9586551) Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Mount-cache hash table entries: 256 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 4096K CPU 0/0 -> Node 0 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 CPU0: Thermal monitoring enabled (TM2) using mwait in idle threads. ACPI: Core revision 20070126 Using local APIC timer interrupts. APIC timer calibration result 12468753 Detected 12.468 MHz APIC timer. Booting processor 1/2 APIC 0x1 Initializing CPU#1 Calibrating delay using timer specific routine.. 4788.08 BogoMIPS (lpj=9576174) CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 4096K CPU 1/1 -> Node 0 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 1 CPU1: Thermal monitoring enabled (TM2) Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz stepping 0a checking TSC synchronization [CPU#0 -> CPU#1]: passed. Brought up 2 CPUs net_namespace: 408 bytes NET: Registered protocol family 16 No dock devices found. ACPI: bus type pci registered PCI: Using MMCONFIG at f4000000 - f7ffffff PCI: Using configuration type 1 ACPI: EC: Look up EC in DSDT ACPI: Interpreter enabled ACPI: (supports S0 S3 S4 S5) ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO pci 0000:00:1f.0: quirk: region 1080-10bf claimed by ICH6 GPIO PCI: Transparent bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *7 ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10 ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *4 ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init ACPI: bus type pnp registered 00:0b: mem resource (0xdff00000-0xe06fffff) overlaps 0000:00:01.0 BAR 9 (0xe0000000-0xefffffff), disabling pnp: PnP ACPI: found 12 devices ACPI: ACPI bus type pnp unregistered SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized PCI-GART: No AMD northbridge found. hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 hpet0: 3 64-bit timers, 14318180 Hz system 00:05: ioport range 0xc80-0xcff could not be reserved system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved system 00:09: ioport range 0x900-0x97f has been reserved system 00:09: ioport range 0x4d0-0x4d1 has been reserved system 00:09: ioport range 0x1000-0x1005 has been reserved system 00:09: ioport range 0x1008-0x100f has been reserved system 00:0a: ioport range 0xf400-0xf4fe has been reserved system 00:0a: ioport range 0x1006-0x1007 has been reserved system 00:0a: ioport range 0x100a-0x1059 could not be reserved system 00:0a: ioport range 0x1060-0x107f has been reserved system 00:0a: ioport range 0x1080-0x10bf has been reserved system 00:0a: ioport range 0x10c0-0x10df has been reserved system 00:0a: ioport range 0x1010-0x102f has been reserved system 00:0a: ioport range 0x809-0x809 has been reserved system 00:0b: iomem range 0x0-0x9efff could not be reserved system 00:0b: iomem range 0x9f000-0x9ffff could not be reserved system 00:0b: iomem range 0xc0000-0xcffff has been reserved system 00:0b: iomem range 0xe0000-0xfffff has been reserved system 00:0b: iomem range 0x100000-0xdfe6d7ff could not be reserved system 00:0b: iomem range 0xdfe6d800-0xdfefffff could not be reserved system 00:0b: iomem range 0xdff00000-0xdfffffff could not be reserved system 00:0b: iomem range 0xfff00000-0xffffffff could not be reserved system 00:0b: iomem range 0xffa00000-0xffafffff has been reserved system 00:0b: iomem range 0xfec00000-0xfec0ffff could not be reserved system 00:0b: iomem range 0xfee00000-0xfee0ffff could not be reserved system 00:0b: iomem range 0xfed20000-0xfed8ffff could not be reserved system 00:0b: iomem range 0xfeda0000-0xfeda3fff could not be reserved system 00:0b: iomem range 0xfeda4000-0xfeda4fff could not be reserved system 00:0b: iomem range 0xfeda5000-0xfeda5fff could not be reserved system 00:0b: iomem range 0xfeda6000-0xfeda6fff has been reserved system 00:0b: iomem range 0xfed18000-0xfed1bfff could not be reserved system 00:0b: iomem range 0xf4000000-0xf7ffffff could not be reserved PCI: Bridge: 0000:00:01.0 IO window: e000-efff MEM window: 0xfa000000-0xfeafffff PREFETCH window: 0x00000000e0000000-0x00000000efffffff PCI: Bridge: 0000:00:1c.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:00:1c.3 IO window: d000-dfff MEM window: 0xf9e00000-0xf9ffffff PREFETCH window: 0x00000000f0000000-0x00000000f01fffff PCI: Bridge: 0000:00:1e.0 IO window: disabled. MEM window: 0xf9d00000-0xf9dfffff PREFETCH window: disabled. ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1c.0 to 64 ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:1c.3 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 NET: Registered protocol family 2 IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) TCP established hash table entries: 524288 (order: 11, 8388608 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 524288 bind 65536) TCP reno registered checking if image is initramfs... it is Freeing initrd memory: 679k freed Simple Boot Flag at 0x79 set to 0x1 Total HugeTLB memory allocated, 0 Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). NTFS driver 2.1.29 [Flags: R/O]. fuse init (API version 7.9) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) pci 0000:01:00.0: Boot video device PCI: Setting latency timer of device 0000:00:01.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:01.0:pcie00] Allocate Port Service[0000:00:01.0:pcie02] Allocate Port Service[0000:00:01.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.3 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.3:pcie00] Allocate Port Service[0000:00:1c.3:pcie02] Allocate Port Service[0000:00:1c.3:pcie03] Real Time Clock Driver v1.12ac hpet_resources: 0xfed00000 is busy Linux agpgart interface v0.103 uvesafb: NVIDIA Corporation, G84 Board - p410h1 , Chip Rev , OEM: NVIDIA, VBE v3.0 uvesafb: VBIOS/hardware doesn't support DDC transfers uvesafb: no monitor limits have been set, default refresh rate will be used uvesafb: scrolling: redraw Console: switching to colour frame buffer device 240x75 fbcondecor: console 0 using theme 'livecd-2007.0' fbcondecor: switched decor state to 'on' on console 0 uvesafb: framebuffer at 0xfb000000, mapped to 0xffffc20005100000, using 14336k, total 14336k fb0: VESA VGA frame buffer device vesafb: cannot reserve video memory at 0xfb000000 vesafb: framebuffer at 0xfb000000, mapped to 0xffffc20006800000, using 14336k, total 14336k vesafb: mode is 1920x1200x32, linelength=7680, pages=1 vesafb: scrolling: redraw vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 fb1: VESA VGA frame buffer device ACPI: AC Adapter [AC] (on-line) ACPI: Battery Slot [BAT0] (battery present) input: Lid Switch as /class/input/input0 ACPI: Lid Switch [LID] input: Power Button (CM) as /class/input/input1 ACPI: Power Button (CM) [PBTN] input: Sleep Button (CM) as /class/input/input2 ACPI: Sleep Button (CM) [SBTN] ACPI: SSDT DFE6E4B0, 02C8 (r1 PmRef Cpu0Ist 3000 INTL 20050624) ACPI: SSDT DFE6DE46, 05E5 (r1 PmRef Cpu0Cst 3001 INTL 20050624) Monitor-Mwait will be used to enter C-1 state Monitor-Mwait will be used to enter C-2 state Monitor-Mwait will be used to enter C-3 state ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) ACPI: ACPI0007:00 is registered as cooling_device0 ACPI: Processor [CPU0] (supports 8 throttling states) ACPI: SSDT DFE6E778, 00C4 (r1 PmRef Cpu1Ist 3000 INTL 20050624) ACPI: SSDT DFE6E42B, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20050624) ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3]) ACPI: ACPI0007:01 is registered as cooling_device1 ACPI: Processor [CPU1] (supports 8 throttling states) ACPI: LNXTHERM:01 is registered as thermal_zone0 ACPI: Thermal Zone [THM] (60 C) Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled Floppy drive(s): fd0 is 1.44M Marking TSC unstable due to possible TSC halt in C2 Clocksource tsc unstable (delta = -299677328 ns) floppy0: no floppy controllers found brd: module loaded loop: module loaded ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17 ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0 b44.c:v2.0 eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:1c:23:b4:f8:0e PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered PPP MPPE Compression module registered tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> console [netcon0] enabled netconsole: network logging started Uniform Multi-Platform E-IDE driver ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH8M: IDE controller (0x8086:0x2850 rev 0x02) at PCI slot 0000:00:1f.1 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16 ICH8M: not 100% native mode: will probe irqs later ICH8M: IDE port disabled ide0: BM-DMA at 0x6fa0-0x6fa7, BIOS settings: hda:DMA, hdb:PIO Probing IDE interface ide0... hda: TSSTcorp DVD+/-RW TS-L632H, ATAPI CD/DVD-ROM drive hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 hda: UDMA/33 mode selected ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hda: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache Uniform CD-ROM driver Revision: 3.20 Driver 'sd' needs updating - please use bus_type methods Driver 'sr' needs updating - please use bus_type methods ahci 0000:00:1f.2: version 3.0 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 17 ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part PCI: Setting latency timer of device 0000:00:1f.2 to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci ata1: SATA max UDMA/133 abar m2048@0xfebfb800 port 0xfebfb900 irq 1276 ata2: DUMMY ata3: SATA max UDMA/133 abar m2048@0xfebfb800 port 0xfebfba00 irq 1276 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-8: SAMSUNG HM320JI, 2SS00_01, max UDMA7 ata1.00: 625142448 sectors, multi 8: LBA48 NCQ (depth 31/32) ata1.00: configured for UDMA/133 ata3: SATA link down (SStatus 0 SControl 300) scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM320JI 2SS0 PQ: 0 ANSI: 5 sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 > sd 0:0:0:0: [sda] Attached SCSI disk sd 0:0:0:0: Attached scsi generic sg0 type 0 Fusion MPT base driver 3.04.06 Copyright (c) 1999-2007 LSI Corporation Fusion MPT SPI Host driver 3.04.06 ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 19 (level, low) -> IRQ 19 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[f9dfd800-f9dfdfff] Max Packet=[2048] IR/IT contexts=[4/4] ieee1394: raw1394: /dev/raw1394 device initialized ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 22 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1a.7 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 PCI: cache line size of 32 is not supported by device 0000:00:1a.7 ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400 ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.7 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 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1a.0 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 20, io base 0x00006f20 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1a.1 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 0x00006f00 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected hub 1-0:1.0: unable to enumerate USB device on port 2 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.0 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 20, io base 0x00006f80 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1d.1 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 21, io base 0x00006f60 usb usb6: configuration #1 chosen from 1 choice hub 6-0:1.0: USB hub found hub 6-0:1.0: 2 ports detected usb 2-6: new high speed USB device using ehci_hcd and address 2 ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 22 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1d.2 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 22, io base 0x00006f40 usb usb7: configuration #1 chosen from 1 choice hub 7-0:1.0: USB hub found hub 7-0:1.0: 2 ports detected usb 2-6: configuration #1 chosen from 1 choice usb 3-2: new full speed USB device using uhci_hcd and address 2 usb 3-2: configuration #1 chosen from 1 choice hub 3-2:1.0: USB hub found hub 3-2:1.0: 3 ports detected ieee1394: Host added: ID:BUS[0-00:1023] GUID[474fc000103ea870] usb 3-2.1: new full speed USB device using uhci_hcd and address 3 usb 3-2.1: configuration #1 chosen from 1 choice usb 3-2.2: new full speed USB device using uhci_hcd and address 4 usb 3-2.2: configuration #1 chosen from 1 choice usb 3-2.3: new full speed USB device using uhci_hcd and address 5 usb 3-2.3: configuration #1 chosen from 1 choice usbcore: registered new interface driver usblp Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard as /class/input/input3 i2c /dev entries driver ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17 input: PS/2 Mouse as /class/input/input4 input: AlpsPS/2 ALPS GlidePoint as /class/input/input5 device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@xxxxxxxxxx Bluetooth: HCI USB driver ver 2.9 usbcore: registered new interface driver hci_usb Bluetooth: Virtual HCI driver ver 1.2 Bluetooth: HCI UART driver ver 2.2 Bluetooth: HCI H4 protocol initialized Bluetooth: HCI BCSP protocol initialized Bluetooth: Broadcom Blutonium firmware driver ver 1.1 usbcore: registered new interface driver bcm203x Bluetooth: Digianswer Bluetooth USB driver ver 0.9 usbcore: registered new interface driver bpa10x Bluetooth: BlueFRITZ! USB driver ver 1.1 usbcore: registered new interface driver bfusb input: Broadcom Corp as /class/input/input6 input: USB HID v1.11 Keyboard [Broadcom Corp] on usb-0000:00:1a.0-2.2 input: Broadcom Corp as /class/input/input7 input: USB HID v1.11 Mouse [Broadcom Corp] on usb-0000:00:1a.0-2.3 usbcore: registered new interface driver usbhid drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver oprofile: using NMI interrupt. TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 10 IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 Bluetooth: L2CAP ver 2.9 Bluetooth: L2CAP socket layer initialized Bluetooth: SCO (Voice Link) ver 0.5 Bluetooth: SCO socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 Bluetooth: BNEP (Ethernet Emulation) ver 1.2 Bluetooth: BNEP filters: protocol multicast Bluetooth: HIDP (Human Interface Emulation) ver 1.2 RPC: Registered udp transport module. RPC: Registered tcp transport module. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 412k freed ACPI: device:32 is registered as cooling_device2 input: Video Bus as /class/input/input8 ACPI: Video Device [VID] (multi-head: yes rom: no post: no) ACPI: device:37 is registered as cooling_device3 input: Video Bus as /class/input/input9 ACPI: Video Device [VID1] (multi-head: yes rom: no post: no) input: Video Bus as /class/input/input10 ACPI: Video Device [VID2] (multi-head: yes rom: no post: no) nvidia: module license 'NVIDIA' taints kernel. ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:01:00.0 to 64 NVRM: loading NVIDIA UNIX x86_64 Kernel Module 173.14.09 Wed Jun 4 23:40:50 PDT 2008 ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1b.0 to 64 patch_cxthsfmodem: symbol_request(cnxthwhda_probe) failed EXT3 FS on sda6, internal journal kjournald starting. Commit interval 5 seconds EXT3-fs warning: maximal mount count reached, running e2fsck is recommended EXT3 FS on sda7, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 4192892k swap on /dev/sda5. Priority:-1 extents:1 across:4192892k fbcondecor: console 0 using theme 'livecd-2007.0' fbcondecor: switched decor state to 'on' on console 0 ADDRCONF(NETDEV_UP): eth0: link is not ready hci_cmd_task: hci0 command tx timeout usbcore: registered new interface driver hsfusbcd2 b44: eth0: Link is up at 100 Mbps, full duplex. b44: eth0: Flow control is off for TX and off for RX. ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready input: Logitech (3) Button Mouse as /class/input/input11 eth0: no IPv6 routers present usbcore: deregistering interface driver hsfusbcd2 ACPI: PCI interrupt for device 0000:00:1b.0 disabled usbcore: registered new interface driver hsfusbcd2 ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1b.0 to 64 patch_cxthsfmodem: symbol_request(cnxthwhda_probe) failed + lspci -n 00:00.0 0600: 8086:2a00 (rev 0c) 00:01.0 0604: 8086:2a01 (rev 0c) 00:1a.0 0c03: 8086:2834 (rev 02) 00:1a.1 0c03: 8086:2835 (rev 02) 00:1a.7 0c03: 8086:283a (rev 02) 00:1b.0 0403: 8086:284b (rev 02) 00:1c.0 0604: 8086:283f (rev 02) 00:1c.3 0604: 8086:2845 (rev 02) 00:1d.0 0c03: 8086:2830 (rev 02) 00:1d.1 0c03: 8086:2831 (rev 02) 00:1d.2 0c03: 8086:2832 (rev 02) 00:1d.7 0c03: 8086:2836 (rev 02) 00:1e.0 0604: 8086:2448 (rev f2) 00:1f.0 0601: 8086:2815 (rev 02) 00:1f.1 0101: 8086:2850 (rev 02) 00:1f.2 0106: 8086:2829 (rev 02) 00:1f.3 0c05: 8086:283e (rev 02) 01:00.0 0300: 10de:0407 (rev a1) 03:00.0 0200: 14e4:170c (rev 02) 03:01.0 0c00: 1180:0832 (rev 05) 03:01.1 0805: 1180:0822 (rev 22) 03:01.2 0880: 1180:0843 (rev 12) 03:01.3 0880: 1180:0592 (rev 12) 03:01.4 0880: 1180:0852 (rev 12) + lspci -v 00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 0c) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 0 Capabilities: [e0] Vendor Specific Information <?> 00:01.0 PCI bridge: Intel Corporation Mobile PCI Express Root Port (rev 0c) (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: 0000e000-0000efff Memory behind bridge: fa000000-feafffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Capabilities: [88] Subsystem: Dell Unknown device 01f2 Capabilities: [80] Power Management version 3 Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [a0] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [140] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 20 I/O ports at 6f20 [size=32] Kernel driver in use: uhci_hcd 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 21 I/O ports at 6f00 [size=32] Kernel driver in use: uhci_hcd 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) (prog-if 20 [EHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 22 Memory at fed1c400 (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 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 0, IRQ 21 Memory at febfc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [130] Root Complex Link <?> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0 Capabilities: [40] Express Root Port (Slot+), MSI 00 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Dell Unknown device 01f2 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=0c, subordinate=0d, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9ffffff Prefetchable memory behind bridge: 00000000f0000000-00000000f01fffff Capabilities: [40] Express Root Port (Slot+), MSI 00 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Dell Unknown device 01f2 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 20 I/O ports at 6f80 [size=32] Kernel driver in use: uhci_hcd 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 21 I/O ports at 6f60 [size=32] Kernel driver in use: uhci_hcd 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 22 I/O ports at 6f40 [size=32] Kernel driver in use: uhci_hcd 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) (prog-if 20 [EHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 20 Memory at fed1c000 (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 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2) (prog-if 01 [Subtractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=32 Memory behind bridge: f9d00000-f9dfffff Capabilities: [50] Subsystem: Dell Unknown device 01f2 00:1f.0 ISA bridge: Intel Corporation Mobile LPC Interface Controller (rev 02) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0 Capabilities: [e0] Vendor Specific Information <?> 00:1f.1 IDE interface: Intel Corporation Mobile IDE Controller (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 16 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 6fa0 [size=16] Kernel driver in use: PIIX_IDE 00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: Dell Unknown device 01f2 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 1276 I/O ports at 6eb0 [size=8] I/O ports at 6eb8 [size=4] I/O ports at 6ec0 [size=8] I/O ports at 6ec8 [size=4] I/O ports at 6ee0 [size=32] Memory at febfb800 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/2 Enable+ Capabilities: [70] Power Management version 3 Capabilities: [a8] SATA HBA <?> Kernel driver in use: ahci 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) Subsystem: Dell Unknown device 01f2 Flags: medium devsel, IRQ 17 Memory at febfb700 (32-bit, non-prefetchable) [size=256] I/O ports at 10c0 [size=32] Kernel driver in use: i801_smbus 01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0407 (rev a1) (prog-if 00 [VGA controller]) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Memory at e0000000 (64-bit, prefetchable) [size=256M] Memory at fa000000 (64-bit, non-prefetchable) [size=32M] I/O ports at ef00 [size=128] [virtual] Expansion ROM at fea00000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [78] Express Endpoint, MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [128] Power Budgeting <?> Capabilities: [600] Vendor Specific Information <?> Kernel driver in use: nvidia Kernel modules: nvidia 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 64, IRQ 17 Memory at f9dfe000 (32-bit, non-prefetchable) [size=8K] Capabilities: [40] Power Management version 2 Kernel driver in use: b44 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) (prog-if 10 [OHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 19 Memory at f9dfd800 (32-bit, non-prefetchable) [size=2K] Capabilities: [dc] Power Management version 2 Kernel driver in use: ohci1394 03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) (prog-if 01) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd400 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 12) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd500 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd600 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd700 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 + lspci -n -vvv 00:00.0 0600: 8086:2a00 (rev 0c) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information <?> 00:01.0 0604: 8086:2a01 (rev 0c) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fa000000-feafffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: 1028:01f2 Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0300c Data: 4159 Capabilities: [a0] Express (v1) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise- Slot # 1, PowerLimit 75.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd On, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [100] Virtual Channel <?> Capabilities: [140] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1a.0 0c03: 8086:2834 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 6f20 [size=32] Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:2835 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 6f00 [size=32] Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:283a (rev 02) (prog-if 20 [EHCI]) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at fed1c400 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Kernel driver in use: ehci_hcd 00:1b.0 0403: 8086:284b (rev 02) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 21 Region 0: Memory at febfc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited ExtTag- RBE- FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Virtual Channel <?> Capabilities: [130] Root Complex Link <?> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel 00:1c.0 0604: 8086:283f (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us ClockPM- Suprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+ Slot # 2, PowerLimit 6.500000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal+ PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0300c Data: 4161 Capabilities: [90] Subsystem: 1028:01f2 Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1c.3 0604: 8086:2845 (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=0c, subordinate=0d, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9ffffff Prefetchable memory behind bridge: 00000000f0000000-00000000f01fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us ClockPM- Suprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+ Slot # 5, PowerLimit 6.500000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0300c Data: 4169 Capabilities: [90] Subsystem: 1028:01f2 Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1d.0 0c03: 8086:2830 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 6f80 [size=32] Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:2831 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 6f60 [size=32] Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:2832 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 6f40 [size=32] Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:2836 (rev 02) (prog-if 20 [EHCI]) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 0: Memory at fed1c000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Kernel driver in use: ehci_hcd 00:1e.0 0604: 8086:2448 (rev f2) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9d00000-f9dfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Subsystem: 1028:01f2 00:1f.0 0601: 8086:2815 (rev 02) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information <?> 00:1f.1 0101: 8086:2850 (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 0: I/O ports at 01f0 [size=8] Region 1: I/O ports at 03f4 [size=1] Region 2: I/O ports at 0170 [size=8] Region 3: I/O ports at 0374 [size=1] Region 4: I/O ports at 6fa0 [size=16] Kernel driver in use: PIIX_IDE 00:1f.2 0106: 8086:2829 (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 1276 Region 0: I/O ports at 6eb0 [size=8] Region 1: I/O ports at 6eb8 [size=4] Region 2: I/O ports at 6ec0 [size=8] Region 3: I/O ports at 6ec8 [size=4] Region 4: I/O ports at 6ee0 [size=32] Region 5: Memory at febfb800 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/2 Enable+ Address: fee0300c Data: 4179 Capabilities: [70] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a8] SATA HBA <?> Kernel driver in use: ahci 00:1f.3 0c05: 8086:283e (rev 02) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin B routed to IRQ 17 Region 0: Memory at febfb700 (32-bit, non-prefetchable) [size=256] Region 4: I/O ports at 10c0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0300: 10de:0407 (rev a1) (prog-if 00 [VGA controller]) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at ef00 [size=128] [virtual] Expansion ROM at fea00000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Virtual Channel <?> Capabilities: [128] Power Budgeting <?> Capabilities: [600] Vendor Specific Information <?> Kernel driver in use: nvidia Kernel modules: nvidia 03:00.0 0200: 14e4:170c (rev 02) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Interrupt: pin A routed to IRQ 17 Region 0: Memory at f9dfe000 (32-bit, non-prefetchable) [size=8K] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- Kernel driver in use: b44 03:01.0 0c00: 1180:0832 (rev 05) (prog-if 10 [OHCI]) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (500ns min, 1000ns max), Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 19 Region 0: Memory at f9dfd800 (32-bit, non-prefetchable) [size=2K] Capabilities: [dc] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME+ Kernel driver in use: ohci1394 03:01.1 0805: 1180:0822 (rev 22) (prog-if 01) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd400 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- 03:01.2 0880: 1180:0843 (rev 12) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd500 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- 03:01.3 0880: 1180:0592 (rev 12) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd600 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- 03:01.4 0880: 1180:0852 (rev 12) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd700 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- + lsusb Bus 002 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. Bus 002 Device 001: ID 1d6b:0002 Bus 007 Device 001: ID 1d6b:0001 Bus 006 Device 001: ID 1d6b:0001 Bus 005 Device 001: ID 1d6b:0001 Bus 001 Device 001: ID 1d6b:0002 Bus 004 Device 001: ID 1d6b:0001 Bus 003 Device 005: ID 0a5c:4503 Broadcom Corp. Bus 003 Device 004: ID 0a5c:4502 Broadcom Corp. Bus 003 Device 003: ID 413c:8126 Dell Computer Corp. Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. Bus 003 Device 001: ID 1d6b:0001 + lsusb -v Bus 002 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize0 64 idVendor 0x05a9 OmniVision Technologies, Inc. idProduct 0x2640 bcdDevice 1.00 iManufacturer 1 OmniVision Technologies, Inc. -2640-07.07.20.3 iProduct 2 Laptop Integrated Webcam iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 705 bNumInterfaces 2 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 500mA Interface Association: bLength 8 bDescriptorType 11 bFirstInterface 0 bInterfaceCount 2 bFunctionClass 14 Video bFunctionSubClass 3 Video Interface Collection bFunctionProtocol 0 iFunction 2 Laptop Integrated Webcam Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 14 Video bInterfaceSubClass 1 Video Control bInterfaceProtocol 0 iInterface 2 Laptop Integrated Webcam VideoControl Interface Descriptor: bLength 13 bDescriptorType 36 bDescriptorSubtype 1 (HEADER) bcdUVC 1.00 wTotalLength 109 dwClockFrequency 30.000000MHz bInCollection 1 baInterfaceNr( 0) 1 VideoControl Interface Descriptor: bLength 17 bDescriptorType 36 bDescriptorSubtype 2 (INPUT_TERMINAL) bTerminalID 1 wTerminalType 0x0201 Camera Sensor bAssocTerminal 0 iTerminal 0 wObjectiveFocalLengthMin 0 wObjectiveFocalLengthMax 0 wOcularFocalLength 0 bControlSize 2 bmControls 0x00000a00 Zoom (Absolute) PanTilt (Absolute) VideoControl Interface Descriptor: bLength 9 bDescriptorType 36 bDescriptorSubtype 3 (OUTPUT_TERMINAL) bTerminalID 3 wTerminalType 0x0101 USB Streaming bAssocTerminal 0 bSourceID 5 iTerminal 0 VideoControl Interface Descriptor: bLength 7 bDescriptorType 36 bDescriptorSubtype 4 (SELECTOR_UNIT) bUnitID 4 bNrInPins 1 baSource( 0) 1 iSelector 0 VideoControl Interface Descriptor: bLength 11 bDescriptorType 36 bDescriptorSubtype 5 (PROCESSING_UNIT) Warning: Descriptor too short bUnitID 5 bSourceID 4 wMaxMultiplier 0 bControlSize 2 bmControls 0x0000557f Brightness Contrast Hue Saturation Sharpness Gamma White Balance Temperature Backlight Compensation Power Line Frequency White Balance Temperature, Auto Digital Multiplier iProcessing 0 bmVideoStandards 0x1a NTSC - 525/60 SECAM - 625/50 NTSC - 625/50 VideoControl Interface Descriptor: bLength 26 bDescriptorType 36 bDescriptorSubtype 6 (EXTENSION_UNIT) bUnitID 7 guidExtensionCode {8a0f88dd-ba1c-5449-8a25-f7875967f0f7} bNumControl 1 bNrPins 1 baSourceID( 0) 1 bControlSize 1 bmControls( 0) 0x01 iExtension 0 VideoControl Interface Descriptor: bLength 26 bDescriptorType 36 bDescriptorSubtype 6 (EXTENSION_UNIT) bUnitID 6 guidExtensionCode {08f74a8e-ab51-2546-a2a2-31aab38e59da} bNumControl 1 bNrPins 1 baSourceID( 0) 5 bControlSize 1 bmControls( 0) 0x01 iExtension 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 16 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 14 Video bInterfaceSubClass 2 Video Streaming bInterfaceProtocol 0 iInterface 0 VideoStreaming Interface Descriptor: bLength 15 bDescriptorType 36 bDescriptorSubtype 1 (INPUT_HEADER) bNumFormats 2 wTotalLength 485 bEndPointAddress 129 bmInfo 0 bTerminalLink 3 bStillCaptureMethod 0 bTriggerSupport 0 bTriggerUsage 0 bControlSize 1 bmaControls( 0) 11 bmaControls( 1) 11 VideoStreaming Interface Descriptor: bLength 11 bDescriptorType 36 bDescriptorSubtype 6 (FORMAT_MJPEG) bFormatIndex 1 bNumFrameDescriptors 9 bFlags 1 Fixed-size samples: Yes bDefaultFrameIndex 1 bAspectRatioX 0 bAspectRatioY 0 bmInterlaceFlags 0x00 Interlaced stream or variable: No Fields per frame: 1 fields Field 1 first: No Field pattern: Field 1 only bCopyProtect 0 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 1 bmCapabilities 0x00 Still image unsupported wWidth 640 wHeight 480 dwMinBitRate 147456000 dwMaxBitRate 147456000 dwMaxVideoFrameBufferSize 614400 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 2 bmCapabilities 0x00 Still image unsupported wWidth 160 wHeight 120 dwMinBitRate 9216000 dwMaxBitRate 9216000 dwMaxVideoFrameBufferSize 38400 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 3 bmCapabilities 0x00 Still image unsupported wWidth 176 wHeight 144 dwMinBitRate 12165120 dwMaxBitRate 12165120 dwMaxVideoFrameBufferSize 50688 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 4 bmCapabilities 0x00 Still image unsupported wWidth 320 wHeight 240 dwMinBitRate 36864000 dwMaxBitRate 36864000 dwMaxVideoFrameBufferSize 153600 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 5 bmCapabilities 0x00 Still image unsupported wWidth 352 wHeight 288 dwMinBitRate 48660480 dwMaxBitRate 48660480 dwMaxVideoFrameBufferSize 202752 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 6 bmCapabilities 0x00 Still image unsupported wWidth 800 wHeight 600 dwMinBitRate 230400000 dwMaxBitRate 230400000 dwMaxVideoFrameBufferSize 960000 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 7 bmCapabilities 0x00 Still image unsupported wWidth 1024 wHeight 768 dwMinBitRate 94371840 dwMaxBitRate 94371840 dwMaxVideoFrameBufferSize 1572864 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 8 bmCapabilities 0x00 Still image unsupported wWidth 1280 wHeight 1024 dwMinBitRate 157286400 dwMaxBitRate 157286400 dwMaxVideoFrameBufferSize 2621440 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 9 bmCapabilities 0x00 Still image unsupported wWidth 1600 wHeight 1200 dwMinBitRate 230400000 dwMaxBitRate 230400000 dwMaxVideoFrameBufferSize 3840000 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 6 bDescriptorType 36 bDescriptorSubtype 13 (COLORFORMAT) bColorPrimaries 1 (BT.709,sRGB) bTransferCharacteristics 1 (BT.709) bMatrixCoefficients 4 (SMPTE 170M (BT.601)) VideoStreaming Interface Descriptor: bLength 27 bDescriptorType 36 bDescriptorSubtype 4 (FORMAT_UNCOMPRESSED) bFormatIndex 2 bNumFrameDescriptors 5 guidFormat {59555932-0000-1000-8000-00aa00389b71} bBitsPerPixel 16 bDefaultFrameIndex 1 bAspectRatioX 0 bAspectRatioY 0 bmInterlaceFlags 0x00 Interlaced stream or variable: No Fields per frame: 1 fields Field 1 first: No Field pattern: Field 1 only bCopyProtect 0 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 1 bmCapabilities 0x00 Still image unsupported wWidth 640 wHeight 480 dwMinBitRate 147456000 dwMaxBitRate 147456000 dwMaxVideoFrameBufferSize 614400 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 2 bmCapabilities 0x00 Still image unsupported wWidth 160 wHeight 120 dwMinBitRate 9216000 dwMaxBitRate 9216000 dwMaxVideoFrameBufferSize 38400 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 3 bmCapabilities 0x00 Still image unsupported wWidth 176 wHeight 144 dwMinBitRate 12165120 dwMaxBitRate 12165120 dwMaxVideoFrameBufferSize 50688 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 4 bmCapabilities 0x00 Still image unsupported wWidth 320 wHeight 240 dwMinBitRate 36864000 dwMaxBitRate 36864000 dwMaxVideoFrameBufferSize 153600 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 5 bmCapabilities 0x00 Still image unsupported wWidth 352 wHeight 288 dwMinBitRate 48660480 dwMaxBitRate 48660480 dwMaxVideoFrameBufferSize 202752 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 6 bDescriptorType 36 bDescriptorSubtype 13 (COLORFORMAT) bColorPrimaries 1 (BT.709,sRGB) bTransferCharacteristics 1 (BT.709) bMatrixCoefficients 4 (SMPTE 170M (BT.601)) Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 14 Video bInterfaceSubClass 2 Video Streaming bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 5 Transfer Type Isochronous Synch Type Asynchronous Usage Type Data wMaxPacketSize 0x03fc 1x 1020 bytes bInterval 1 ** UNRECOGNIZED: 30 ff 42 49 53 54 00 01 08 01 10 00 00 00 00 00 d1 03 f4 01 d2 04 f4 01 d3 05 f4 01 d4 06 f4 01 d5 07 f4 01 d6 08 f4 01 d7 09 f4 01 d8 0a f4 01 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize0 8 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) Bus 002 Device 001: ID 1d6b:0002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 0000:00:1d.7 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 6 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Port 5: 0000.0100 power Port 6: 0000.0503 highspeed power enable connect Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 007 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1d.2 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 006 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1d.1 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 005 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1d.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 001 Device 001: ID 1d6b:0002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 0000:00:1a.7 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 4 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 004 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1a.1 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 003 Device 005: ID 0a5c:4503 Broadcom Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x0a5c Broadcom Corp. idProduct 0x4503 bcdDevice 1.00 iManufacturer 1 Broadcom Corp iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 113 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 10 Device Status: 0x0001 Self Powered Bus 003 Device 004: ID 0a5c:4502 Broadcom Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x0a5c Broadcom Corp. idProduct 0x4502 bcdDevice 1.00 iManufacturer 1 Broadcom Corp iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 1 Keyboard iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 54 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Device Status: 0x0001 Self Powered Bus 003 Device 003: ID 413c:8126 Dell Computer Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 224 Wireless bDeviceSubClass 1 Radio Frequency bDeviceProtocol 1 Bluetooth bMaxPacketSize0 64 idVendor 0x413c Dell Computer Corp. idProduct 0x8126 bcdDevice 3.67 iManufacturer 1 Broadcom Corp iProduct 2 BCM2045 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 216 bNumInterfaces 4 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0000 1x 0 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0000 1x 0 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 1 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0009 1x 9 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0009 1x 9 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 2 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0011 1x 17 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0011 1x 17 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 3 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 4 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 5 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 2 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x84 EP 4 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 3 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 254 Application Specific Interface bInterfaceSubClass 1 Device Firmware Update bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 07 21 07 88 13 40 00 Device Status: 0x0001 Self Powered Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 8 idVendor 0x0a5c Broadcom Corp. idProduct 0x4500 bcdDevice 1.00 iManufacturer 1 Broadcom iProduct 2 BCM2045B2 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 3 wHubCharacteristic 0x0004 Ganged power switching Compound device Ganged overcurrent protection bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 100 milli Ampere DeviceRemovable 0x0e PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0103 power enable connect Port 2: 0000.0103 power enable connect Port 3: 0000.0103 power enable connect Device Status: 0x0000 (Bus Powered) Bus 003 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1a.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0103 power enable connect Device Status: 0x0003 Self Powered Remote Wakeup Enabled + cat -v /proc/bus/usb/devices T: Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.2 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.1 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.0 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1a.1 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 49/900 us ( 5%), #Int= 4, #Iso= 1 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1a.0 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 3 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0a5c ProdID=4500 Rev= 1.00 S: Manufacturer=Broadcom S: Product=BCM2045B2 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=255ms T: Bus=03 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=413c ProdID=8126 Rev= 3.67 S: Manufacturer=Broadcom Corp S: Product=BCM2045 C:* #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms I:* If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 32 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 32 Ivl=1ms I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 64 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 64 Ivl=1ms I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 64 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 64 Ivl=1ms I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=84(I) Atr=02(Bulk) MxPS= 32 Ivl=0ms E: Ad=04(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) T: Bus=03 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0a5c ProdID=4502 Rev= 1.00 S: Manufacturer=Broadcom Corp C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms T: Bus=03 Lev=02 Prnt=02 Port=02 Cnt=03 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0a5c ProdID=4503 Rev= 1.00 S: Manufacturer=Broadcom Corp C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=10ms T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6 B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0002 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 ehci_hcd S: Product=EHCI Host Controller S: SerialNumber=0000:00:1d.7 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=ef(unk. ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=05a9 ProdID=2640 Rev= 1.00 S: Manufacturer=OmniVision Technologies, Inc. -2640-07.07.20.3 S: Product=Laptop Integrated Webcam C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA A: FirstIf#= 0 IfCount= 2 Cls=0e(video) Sub=03 Prot=00 I:* If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=(none) E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=4096ms I:* If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=(none) I: If#= 1 Alt= 1 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=(none) E: Ad=81(I) Atr=05(Isoc) MxPS=1020 Ivl=125us T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 4 B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0002 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 ehci_hcd S: Product=EHCI Host Controller S: SerialNumber=0000:00:1a.7 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms + cat -v /proc/pci cat: /proc/pci: No such file or directory + cat -v /proc/cmdline root=/dev/sda6 vga=0x37D video=uvesafb:1920x1200-32,mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0 fbcon=scrollback:8192K quiet CONSOLE=/dev/tty1 BOOT_MSG="Benvenuto in Gentoo Linux!" + cat -v /proc/uptime 712.25 686.79 + cat -v /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 /dev/vc/0 4 tty 4 ttyS 5 /dev/tty 5 /dev/console 5 /dev/ptmx 7 vcs 10 misc 13 input 14 sound 21 sg 29 fb 89 i2c 108 ppp 116 alsa 128 ptm 136 pts 162 raw 171 ieee1394 180 usb 189 usb_device 195 nvidia 202 cpu/msr 203 cpu/cpuid 216 rfcomm 240 ttySHSF 242 hsfdcp 243 hsfdiag 253 usb_endpoint 254 usbmon Block devices: 1 ramdisk 3 ide0 7 loop 8 sd 11 sr 65 sd 66 sd 67 sd 68 sd 69 sd 70 sd 71 sd 128 sd 129 sd 130 sd 131 sd 132 sd 133 sd 134 sd 135 sd 179 mmc 254 device-mapper + cat -v /proc/misc 58 network_throughput 59 network_latency 60 cpu_dma_latency 61 vhci 62 device-mapper 1 psaux 200 tun 63 fbcondecor 228 hpet 135 rtc 229 fuse 231 snapshot 227 mcelog + cat -v /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev debugfs nodev sockfs nodev usbfs nodev pipefs nodev anon_inodefs nodev futexfs nodev tmpfs nodev inotifyfs nodev configfs nodev devpts ext3 ext2 nodev ramfs nodev hugetlbfs msdos vfat iso9660 nodev nfs nodev nfsd nodev smbfs nodev cifs ntfs nodev autofs nodev fuse fuseblk nodev fusectl nodev mqueue nodev oprofilefs nodev rpc_pipefs + cat -v /proc/interrupts CPU0 CPU1 0: 87003 90709 IO-APIC-edge timer 1: 781 789 IO-APIC-edge i8042 8: 0 1 IO-APIC-edge rtc 9: 1 1 IO-APIC-fasteoi acpi 12: 51 56 IO-APIC-edge i8042 14: 3079 3113 IO-APIC-edge ide0 16: 20197 20432 IO-APIC-fasteoi nvidia 17: 2413 2461 IO-APIC-fasteoi eth0 19: 1 1 IO-APIC-fasteoi ohci1394 20: 37477 36997 IO-APIC-fasteoi ehci_hcd:usb2, uhci_hcd:usb3, uhci_hcd:usb5 21: 7158 92 IO-APIC-fasteoi uhci_hcd:usb4, uhci_hcd:usb6, HDA Intel 22: 1 1 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb7 1276: 9572 9612 PCI-MSI-edge ahci NMI: 0 0 Non-maskable interrupts LOC: 91063 87299 Local timer interrupts RES: 12669 8215 Rescheduling interrupts CAL: 120 213 function call interrupts TLB: 118 120 TLB shootdowns TRM: 0 0 Thermal event interrupts THR: 0 0 Threshold APIC interrupts SPU: 0 0 Spurious interrupts ERR: 0 + cat -v /proc/iomem 00000000-0009efff : System RAM 0009f000-0009ffff : reserved 000c0000-000cffff : pnp 00:0b 000e0000-000fffff : pnp 00:0b 00100000-dfe6d7ff : System RAM 00200000-0057d8aa : Kernel code 0057d8ab-00765167 : Kernel data 00813000-008c4ba7 : Kernel bss dfe6d800-dfffffff : reserved e0000000-efffffff : PCI Bus #01 e0000000-efffffff : 0000:01:00.0 f0000000-f01fffff : PCI Bus #0c f4000000-f7ffffff : PCI MMCONFIG 0 f4000000-f7ffffff : reserved f9d00000-f9dfffff : PCI Bus #03 f9dfd400-f9dfd4ff : 0000:03:01.1 f9dfd500-f9dfd5ff : 0000:03:01.2 f9dfd600-f9dfd6ff : 0000:03:01.3 f9dfd700-f9dfd7ff : 0000:03:01.4 f9dfd800-f9dfdfff : 0000:03:01.0 f9dfd800-f9dfdfff : ohci1394 f9dfe000-f9dfffff : 0000:03:00.0 f9dfe000-f9dfffff : 0000:03:00.0 f9e00000-f9ffffff : PCI Bus #0c fa000000-feafffff : PCI Bus #01 fa000000-fbffffff : 0000:01:00.0 fb000000-fbdfffff : uvesafb fd000000-fdffffff : 0000:01:00.0 fd000000-fdffffff : nvidia fea00000-fea1ffff : 0000:01:00.0 febfb700-febfb7ff : 0000:00:1f.3 febfb800-febfbfff : 0000:00:1f.2 febfb800-febfbfff : ahci febfc000-febfffff : 0000:00:1b.0 febfc000-febfffff : ICH HD audio fec00000-fec0ffff : reserved fec00000-fec00fff : IOAPIC 0 fed00000-fed003ff : HPET 0 fed00000-fed003ff : pnp 00:08 fed18000-fed1bfff : reserved fed1c000-fed1c3ff : 0000:00:1d.7 fed1c000-fed1c3ff : ehci_hcd fed1c400-fed1c7ff : 0000:00:1a.7 fed1c400-fed1c7ff : ehci_hcd fed20000-fed8ffff : reserved feda0000-feda5fff : reserved feda6000-feda6fff : pnp 00:0b fee00000-fee00fff : Local APIC ffa00000-ffafffff : pnp 00:0b fff00000-ffffffff : reserved 100002000-11fffffff : System RAM + cat -v /proc/ioports 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-006f : keyboard 0070-0077 : rtc 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : 0000:00:1f.1 01f0-01f7 : 0000:00:1f.1 01f0-01f7 : ide0 0376-0376 : 0000:00:1f.1 03c0-03df : uvesafb 03f6-03f6 : 0000:00:1f.1 03f6-03f6 : ide0 04d0-04d1 : pnp 00:09 0809-0809 : pnp 00:0a 0900-097f : pnp 00:09 0cf8-0cff : PCI conf1 1000-107f : 0000:00:1f.0 1000-1005 : pnp 00:09 1000-1003 : ACPI PM1a_EVT_BLK 1004-1005 : ACPI PM1a_CNT_BLK 1006-1007 : pnp 00:0a 1008-100f : pnp 00:09 1008-100b : ACPI PM_TMR 1010-102f : pnp 00:0a 1010-1015 : ACPI CPU throttle 1020-1020 : ACPI PM2_CNT_BLK 1028-102f : ACPI GPE0_BLK 1060-107f : pnp 00:0a 1080-10bf : 0000:00:1f.0 1080-10bf : pnp 00:0a 10c0-10df : 0000:00:1f.3 10c0-10df : pnp 00:0a 10c0-10df : i801_smbus 6eb0-6eb7 : 0000:00:1f.2 6eb0-6eb7 : ahci 6eb8-6ebb : 0000:00:1f.2 6eb8-6ebb : ahci 6ec0-6ec7 : 0000:00:1f.2 6ec0-6ec7 : ahci 6ec8-6ecb : 0000:00:1f.2 6ec8-6ecb : ahci 6ee0-6eff : 0000:00:1f.2 6ee0-6eff : ahci 6f00-6f1f : 0000:00:1a.1 6f00-6f1f : uhci_hcd 6f20-6f3f : 0000:00:1a.0 6f20-6f3f : uhci_hcd 6f40-6f5f : 0000:00:1d.2 6f40-6f5f : uhci_hcd 6f60-6f7f : 0000:00:1d.1 6f60-6f7f : uhci_hcd 6f80-6f9f : 0000:00:1d.0 6f80-6f9f : uhci_hcd 6fa0-6faf : 0000:00:1f.1 6fa0-6fa7 : ide0 d000-dfff : PCI Bus #0c e000-efff : PCI Bus #01 ef00-ef7f : 0000:01:00.0 f400-f4fe : pnp 00:0a + cat -v /proc/dma 4: cascade + cat -v /proc/mtrr reg00: base=0x00000000 ( 0MB), size=2048MB: write-back, count=1 reg01: base=0x80000000 (2048MB), size=1024MB: write-back, count=1 reg02: base=0xc0000000 (3072MB), size= 512MB: write-back, count=1 reg03: base=0x100000000 (4096MB), size=4096MB: write-back, count=1 reg04: base=0xdff00000 (3583MB), size= 1MB: uncachable, count=1 reg05: base=0xfb000000 (4016MB), size= 8MB: write-combining, count=1 + cat -v /proc/partitions major minor #blocks name 1 0 4096 ram0 1 1 4096 ram1 1 2 4096 ram2 1 3 4096 ram3 1 4 4096 ram4 1 5 4096 ram5 1 6 4096 ram6 1 7 4096 ram7 1 8 4096 ram8 1 9 4096 ram9 1 10 4096 ram10 1 11 4096 ram11 1 12 4096 ram12 1 13 4096 ram13 1 14 4096 ram14 1 15 4096 ram15 8 0 312571224 sda 8 1 120456 sda1 8 2 10485760 sda2 8 3 83883397 sda3 8 4 1 sda4 8 5 4192902 sda5 8 6 31455238 sda6 8 7 31455238 sda7 8 8 148344178 sda8 8 9 2620416 sda9 + cat -v /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext3 rw,noatime,errors=continue,data=ordered 0 0 proc /proc proc rw,nosuid,nodev,noexec 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0 udev /dev tmpfs rw,nosuid,size=10240k,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,gid=5,mode=620 0 0 cachedir /lib64/splash/cache tmpfs rw,size=4096k,mode=644 0 0 /dev/sda7 /mnt/data ext3 rw,noatime,errors=continue,data=ordered 0 0 /dev/sda8 /mnt/shared_disk fuseblk rw,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0 shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0 usbfs /proc/bus/usb usbfs rw,nosuid,noexec,devgid=85,devmode=664 0 0 + cat -v /proc/swaps Filename Type Size Used Priority /dev/sda5 partition 4192892 0 -1 + cat -v /proc/meminfo MemTotal: 4060000 kB MemFree: 3572224 kB Buffers: 36512 kB Cached: 196436 kB SwapCached: 0 kB Active: 226596 kB Inactive: 156584 kB SwapTotal: 4192892 kB SwapFree: 4192892 kB Dirty: 124 kB Writeback: 0 kB AnonPages: 150308 kB Mapped: 59176 kB Slab: 48372 kB SReclaimable: 31144 kB SUnreclaim: 17228 kB PageTables: 10648 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 6222892 kB Committed_AS: 280904 kB VmallocTotal: 34359738367 kB VmallocUsed: 155520 kB VmallocChunk: 34359572987 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB + cat -v /proc/stat cpu 3665 0 1310 125055 11706 77 624 0 0 cpu0 1817 0 726 62298 5884 64 439 0 0 cpu1 1848 0 583 62757 5821 12 184 0 0 intr 332001 177714 1570 0 0 0 0 0 0 1 2 0 0 107 0 6192 0 40629 4874 0 2 74474 7250 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19184 0 0 0 ctxt 404755 btime 1218969550 processes 7867 procs_running 1 procs_blocked 0 + cat -v /proc/apm cat: /proc/apm: No such file or directory + cat -v /proc/modules snd_hda_intel 381080 0 - Live 0xffffffff88a75000 hsfusbcd2 73520 0 - Live 0xffffffff88a62000 hsfmc97sis 77856 0 - Live 0xffffffff88a4d000 hsfmc97ati 76576 0 - Live 0xffffffff88a39000 hsfmc97ali 84328 0 - Live 0xffffffff88a23000 hsfmc97via 78632 0 - Live 0xffffffff88a0e000 hsfmc97ich 81632 0 - Live 0xffffffff889f9000 hsfpcibasic3 125104 0 - Live 0xffffffff889d9000 hsfpcibasic2 74848 0 - Live 0xffffffff88832000 hsfserial 25252 8 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2, Live 0xffffffff8882a000 hsfengine 1529880 9 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial, Live 0xffffffff88862000 (P) hsfosspec 101232 10 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial,hsfengine, Live 0xffffffff88810000 hsfsoar 108408 7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2, Live 0xffffffff887f4000 snd_seq 43296 0 - Live 0xffffffff88856000 snd_seq_device 7188 1 snd_seq, Live 0xffffffff88853000 snd_pcm 58248 1 snd_hda_intel, Live 0xffffffff887e4000 snd_timer 17872 2 snd_seq,snd_pcm, Live 0xffffffff887de000 nvidia 8102320 26 - Live 0xffffffff88022000 (P) snd_page_alloc 8848 2 snd_hda_intel,snd_pcm, Live 0xffffffff8801e000 snd_hwdep 8008 1 snd_hda_intel, Live 0xffffffff8801b000 snd 39304 6 snd_hda_intel,snd_seq,snd_seq_device,snd_pcm,snd_timer,snd_hwdep, Live 0xffffffff88010000 video 22036 24 - Live 0xffffffff88007000 output 5440 1 video, Live 0xffffffff88004000 soundcore 8608 1 snd, Live 0xffffffff88000000 + cat -v /proc/ldiscs cat: /proc/ldiscs: No such file or directory + sysctl -a kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_compat_yield = 0 kernel.panic = 0 kernel.core_uses_pid = 0 kernel.core_pattern = core kernel.tainted = 1 kernel.real-root-dev = 0 kernel.print-fatal-signals = 0 kernel.ctrl-alt-del = 0 kernel.hotplug = kernel.sg-big-buff = 32768 kernel.sysrq = 1 kernel.cad_pid = 1 kernel.threads-max = 73728 kernel.random.poolsize = 4096 kernel.random.entropy_avail = 3606 kernel.random.read_wakeup_threshold = 64 kernel.random.write_wakeup_threshold = 128 kernel.random.boot_id = 4ed969a7-28ff-48fa-ac82-a7b9f6fc6328 kernel.random.uuid = b06bfb31-ebfd-4a45-bedf-db67dd4f9a5a kernel.overflowuid = 65534 kernel.overflowgid = 65534 kernel.pid_max = 32768 kernel.panic_on_oops = 0 kernel.printk = 1 4 1 7 kernel.printk_ratelimit = 5 kernel.printk_ratelimit_burst = 10 kernel.ngroups_max = 65536 kernel.unknown_nmi_panic = 0 kernel.nmi_watchdog = 0 kernel.panic_on_unrecovered_nmi = 0 kernel.bootloader_type = 113 kernel.kstack_depth_to_print = 12 kernel.io_delay_type = 0 kernel.randomize_va_space = 1 kernel.acpi_video_flags = 0 kernel.softlockup_thresh = 60 kernel.hung_task_check_count = 1024 kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.compat-log = 1 kernel.max_lock_depth = 1024 kernel.maps_protect = 0 kernel.poweroff_cmd = /sbin/poweroff kernel.fbcondecor = /sbin/fbcondecor_helper kernel.vsyscall64 = 1 kernel.ostype = Linux kernel.osrelease = 2.6.25-gentoo-r7 kernel.version = #2 SMP Sat Aug 16 15:53:58 CEST 2008 kernel.hostname = metalbox kernel.domainname = (none) kernel.shmmax = 33554432 kernel.shmall = 2097152 kernel.shmmni = 4096 kernel.msgmax = 8192 kernel.msgmni = 16 kernel.msgmnb = 16384 kernel.sem = 250 32000 32 128 kernel.pty.max = 4096 kernel.pty.nr = 3 vm.overcommit_memory = 0 vm.panic_on_oom = 0 vm.oom_kill_allocating_task = 0 vm.oom_dump_tasks = 0 vm.overcommit_ratio = 50 vm.page-cluster = 3 vm.dirty_background_ratio = 5 vm.dirty_ratio = 10 vm.dirty_writeback_centisecs = 500 vm.dirty_expire_centisecs = 3000 vm.nr_pdflush_threads = 2 vm.swappiness = 60 vm.nr_hugepages = 0 vm.hugetlb_shm_group = 0 vm.hugepages_treat_as_movable = 0 vm.nr_overcommit_hugepages = 0 vm.lowmem_reserve_ratio = 256 256 32 vm.drop_caches = 0 vm.min_free_kbytes = 8119 vm.percpu_pagelist_fraction = 0 vm.max_map_count = 65536 vm.laptop_mode = 0 vm.block_dump = 0 vm.vfs_cache_pressure = 100 vm.legacy_va_layout = 0 vm.zone_reclaim_mode = 0 vm.min_unmapped_ratio = 1 vm.min_slab_ratio = 5 vm.stat_interval = 1 vm.numa_zonelist_order = default fs.inode-nr = 30574 347 fs.inode-state = 30574 347 0 0 0 0 0 fs.file-nr = 2112 0 372871 fs.file-max = 372871 fs.nr_open = 1048576 fs.dentry-state = 44344 38825 45 0 0 0 fs.overflowuid = 65534 fs.overflowgid = 65534 fs.leases-enable = 1 fs.dir-notify-enable = 1 fs.lease-break-time = 45 fs.aio-nr = 0 fs.aio-max-nr = 65536 fs.inotify.max_user_instances = 128 fs.inotify.max_user_watches = 8192 fs.inotify.max_queued_events = 16384 fs.suid_dumpable = 0 fs.nfs.nfs_mountpoint_timeout = 500 fs.nfs.nfs_congestion_kb = 64448 fs.nfs.nlm_grace_period = 0 fs.nfs.nlm_timeout = 10 fs.nfs.nlm_udpport = 0 fs.nfs.nlm_tcpport = 0 fs.nfs.nsm_use_hostnames = 0 fs.nfs.nsm_local_state = 0 fs.mqueue.queues_max = 256 fs.mqueue.msg_max = 10 fs.mqueue.msgsize_max = 8192 debug.exception-trace = 1 dev.scsi.logging_level = 0 dev.rtc.max-user-freq = 64 dev.hpet.max-user-freq = 64 dev.cdrom.info = CD-ROM information, Id: cdrom.c 3.20 2003/12/17 dev.cdrom.info = dev.cdrom.info = drive name: hda dev.cdrom.info = drive speed: 24 dev.cdrom.info = drive # of slots: 1 dev.cdrom.info = Can close tray: 1 dev.cdrom.info = Can open tray: 1 dev.cdrom.info = Can lock tray: 1 dev.cdrom.info = Can change speed: 1 dev.cdrom.info = Can select disk: 0 dev.cdrom.info = Can read multisession: 1 dev.cdrom.info = Can read MCN: 1 dev.cdrom.info = Reports media changed: 1 dev.cdrom.info = Can play audio: 1 dev.cdrom.info = Can write CD-R: 1 dev.cdrom.info = Can write CD-RW: 1 dev.cdrom.info = Can read DVD: 1 dev.cdrom.info = Can write DVD-R: 1 dev.cdrom.info = Can wrierror: permission denied on key 'net.ipv4.route.flush' te DVD-RAM: 0 dev.cdrom.info = Can read MRW: 1 dev.cdrom.info = Can write MRW: 1 dev.cdrom.info = Can write RAM: 1 dev.cdrom.info = dev.cdrom.info = dev.cdrom.autoclose = 1 dev.cdrom.autoeject = 0 dev.cdrom.debug = 0 dev.cdrom.lock = 1 dev.cdrom.check_media = 0 net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.default.ucast_solicit = 3 net.ipv4.neigh.default.app_solicit = 0 net.ipv4.neigh.default.retrans_time = 100 net.ipv4.neigh.default.base_reachable_time = 30 net.ipv4.neigh.default.delay_first_probe_time = 5 net.ipv4.neigh.default.gc_stale_time = 60 net.ipv4.neigh.default.unres_qlen = 3 net.ipv4.neigh.default.proxy_qlen = 64 net.ipv4.neigh.default.anycast_delay = 100 net.ipv4.neigh.default.proxy_delay = 80 net.ipv4.neigh.default.locktime = 100 net.ipv4.neigh.default.retrans_time_ms = 1000 net.ipv4.neigh.default.base_reachable_time_ms = 30000 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.gc_thresh1 = 128 net.ipv4.neigh.default.gc_thresh2 = 512 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.lo.ucast_solicit = 3 net.ipv4.neigh.lo.app_solicit = 0 net.ipv4.neigh.lo.retrans_time = 100 net.ipv4.neigh.lo.base_reachable_time = 30 net.ipv4.neigh.lo.delay_first_probe_time = 5 net.ipv4.neigh.lo.gc_stale_time = 60 net.ipv4.neigh.lo.unres_qlen = 3 net.ipv4.neigh.lo.proxy_qlen = 64 net.ipv4.neigh.lo.anycast_delay = 100 net.ipv4.neigh.lo.proxy_delay = 80 net.ipv4.neigh.lo.locktime = 100 net.ipv4.neigh.lo.retrans_time_ms = 1000 net.ipv4.neigh.lo.base_reachable_time_ms = 30000 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth0.ucast_solicit = 3 net.ipv4.neigh.eth0.app_solicit = 0 net.ipv4.neigh.eth0.retrans_time = 100 net.ipv4.neigh.eth0.base_reachable_time = 30 net.ipv4.neigh.eth0.delay_first_probe_time = 5 net.ipv4.neigh.eth0.gc_stale_time = 60 net.ipv4.neigh.eth0.unres_qlen = 3 net.ipv4.neigh.eth0.proxy_qlen = 64 net.ipv4.neigh.eth0.anycast_delay = 100 net.ipv4.neigh.eth0.proxy_delay = 80 net.ipv4.neigh.eth0.locktime = 100 net.ipv4.neigh.eth0.retrans_time_ms = 1000 net.ipv4.neigh.eth0.base_reachable_time_ms = 30000 net.ipv4.neigh.sit0.mcast_solicit = 3 net.ipv4.neigh.sit0.ucast_solicit = 3 net.ipv4.neigh.sit0.app_solicit = 0 net.ipv4.neigh.sit0.retrans_time = 100 net.ipv4.neigh.sit0.base_reachable_time = 30 net.ipv4.neigh.sit0.delay_first_probe_time = 5 net.ipv4.neigh.sit0.gc_stale_time = 60 net.ipv4.neigh.sit0.unres_qlen = 3 net.ipv4.neigh.sit0.proxy_qlen = 64 net.ipv4.neigh.sit0.anycast_delay = 100 net.ipv4.neigh.sit0.proxy_delay = 80 net.ipv4.neigh.sit0.locktime = 100 net.ipv4.neigh.sit0.retrans_time_ms = 1000 net.ipv4.neigh.sit0.base_reachable_time_ms = 30000 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_sack = 1 net.ipv4.tcp_retrans_collapse = 1 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.tcp_syn_retries = 5 net.ipv4.tcp_synack_retries = 5 net.ipv4.tcp_max_orphans = 65536 net.ipv4.tcp_max_tw_buckets = 180000 net.ipv4.ip_dynaddr = 0 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.tcp_keepalive_probes = 9 net.ipv4.tcp_keepalive_intvl = 75 net.ipv4.tcp_retries1 = 3 net.ipv4.tcp_retries2 = 15 net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_tw_recycle = 0 net.ipv4.tcp_abort_on_overflow = 0 net.ipv4.tcp_stdurg = 0 net.ipv4.tcp_rfc1337 = 0 net.ipv4.tcp_max_syn_backlog = 1024 net.ipv4.ip_local_port_range = 32768 61000 net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_errors_use_inbound_ifaddr = 0 net.ipv4.route.gc_thresh = 131072 net.ipv4.route.max_size = 2097152 net.ipv4.route.gc_min_interval = 0 net.ipv4.route.gc_min_interval_ms = 500 net.ipv4.route.gc_timeout = 300 net.ipv4.route.gc_interval = 60 net.ipv4.route.redirect_load = 5 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 5120 net.ipv4.route.error_cost = 250 net.ipv4.route.error_burst = 1250 net.ipv4.route.gc_elasticity = 8 net.ipv4.route.mtu_expires = 600 net.ipv4.route.min_pmtu = 552 net.ipv4.route.min_adv_mss = 256 net.ipv4.route.secret_interval = 600 net.ipv4.igmp_max_memberships = 20 net.ipv4.igmp_max_msf = 10 net.ipv4.inet_peer_threshold = 65664 net.ipv4.inet_peer_minttl = 120 net.ipv4.inet_peer_maxttl = 600 net.ipv4.inet_peer_gc_mintime = 10 net.ipv4.inet_peer_gc_maxtime = 120 net.ipv4.tcp_orphan_retries = 0 net.ipv4.tcp_fack = 1 net.ipv4.tcp_reordering = 3 net.ipv4.tcp_ecn = 0 net.ipv4.tcp_dsack = 1 net.ipv4.tcp_mem = 386304 515072 772608 net.ipv4.tcp_wmem = 4096 16384 4194304 net.ipv4.tcp_rmem = 4096 87380 4194304 net.ipv4.tcp_app_win = 31 net.ipv4.tcp_adv_win_scale = 2 net.ipv4.icmp_ratelimit = 250 net.ipv4.icmp_ratemask = 6168 net.ipv4.tcp_tw_reuse = 0 net.ipv4.tcp_frto = 2 net.ipv4.tcp_frto_response = 0 net.ipv4.tcp_low_latency = 0 net.ipv4.tcp_no_metrics_save = 0 net.ipv4.tcp_moderate_rcvbuf = 1 net.ipv4.tcp_tso_win_divisor = 3 net.ipv4.tcp_congestion_control = cubic net.ipv4.tcp_abc = 0 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_base_mss = 512 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.tcp_slow_start_after_idle = 1 net.ipv4.tcp_available_congestion_control = cubic reno net.ipv4.tcp_allowed_congestion_control = cubic reno net.ipv4.tcp_max_ssthresh = 0 net.ipv4.udp_mem = 386304 515072 772608 net.ipv4.udp_rmem_min = 4096 net.ipv4.udp_wmem_min = 4096 net.ipv4.conf.all.forwarding = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.accept_redirects = 1 net.ipv4.conf.all.secure_redirects = 1 net.ipv4.conf.all.shared_media = 1 net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.all.send_redirects = 1 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.proxy_arp = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.log_martians = 0 net.ipv4.conf.all.tag = 0 net.ipv4.conf.all.arp_filter = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.promote_secondaries = 0 net.ipv4.conf.default.forwarding = 0 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.secure_redirects = 1 net.ipv4.conf.default.shared_media = 1 net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.default.accept_source_route = 1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.default.medium_id = 0 net.ipv4.conf.default.bootp_relay = 0 net.ipv4.conf.default.log_martians = 0 net.ipv4.conf.default.tag = 0 net.ipv4.conf.default.arp_filter = 0 net.ipv4.conf.default.arp_announce = 0 net.ipv4.conf.default.arp_ignore = 0 net.ipv4.conf.default.arp_accept = 0 net.ipv4.conf.default.disable_xfrm = 0 net.ipv4.conf.default.disable_policy = 0 net.ipv4.conf.default.force_igmp_version = 0 net.ipv4.conf.default.promote_secondaries = 0 net.ipv4.conf.lo.forwarding = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.lo.accept_redirects = 1 net.ipv4.conf.lo.secure_redirects = 1 net.ipv4.conf.lo.shared_media = 1 net.ipv4.conf.lo.rp_filter = 1 net.ipv4.conf.lo.send_redirects = 1 net.ipv4.conf.lo.accept_source_route = 1 net.ipv4.conf.lo.proxy_arp = 0 net.ipv4.conf.lo.medium_id = 0 net.ipv4.conf.lo.bootp_relay = 0 net.ipv4.conf.lo.log_martians = 0 net.ipv4.conf.lo.tag = 0 net.ipv4.conf.lo.arp_filter = 0 net.ipv4.conf.lo.arp_announce = 0 net.ipv4.conf.lo.arp_ignore = 0 net.ipv4.conf.lo.arp_accept = 0 net.ipv4.conf.lo.disable_xfrm = 1 net.ipv4.conf.lo.disable_policy = 1 net.ipv4.conf.lo.force_igmp_version = 0 net.ipv4.conf.lo.promote_secondaries = 0 net.ipv4.conf.eth0.forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth0.accept_redirects = 1 net.ipv4.conf.eth0.secure_redirects = 1 net.ipv4.conf.eth0.shared_media = 1 net.ipv4.conf.eth0.rp_filter = 1 net.ipv4.conf.eth0.send_redirects = 1 net.ipv4.conf.eth0.accept_source_route = 1 net.ipv4.conf.eth0.proxy_arp = 0 net.ipv4.conf.eth0.medium_id = 0 net.ipv4.conf.eth0.bootp_relay = 0 net.ipv4.conf.eth0.log_martians = 0 net.ipv4.conf.eth0.tag = 0 net.ipv4.conf.eth0.arp_filter = 0 net.ipv4.conf.eth0.arp_announce = 0 net.ipverror: permission denied on key 'net.ipv6.route.flush' 4.conf.eth0.arp_ignore = 0 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.disable_xfrm = 0 net.ipv4.conf.eth0.disable_policy = 0 net.ipv4.conf.eth0.force_igmp_version = 0 net.ipv4.conf.eth0.promote_secondaries = 0 net.ipv4.conf.sit0.forwarding = 0 net.ipv4.conf.sit0.mc_forwarding = 0 net.ipv4.conf.sit0.accept_redirects = 1 net.ipv4.conf.sit0.secure_redirects = 1 net.ipv4.conf.sit0.shared_media = 1 net.ipv4.conf.sit0.rp_filter = 1 net.ipv4.conf.sit0.send_redirects = 1 net.ipv4.conf.sit0.accept_source_route = 1 net.ipv4.conf.sit0.proxy_arp = 0 net.ipv4.conf.sit0.medium_id = 0 net.ipv4.conf.sit0.bootp_relay = 0 net.ipv4.conf.sit0.log_martians = 0 net.ipv4.conf.sit0.tag = 0 net.ipv4.conf.sit0.arp_filter = 0 net.ipv4.conf.sit0.arp_announce = 0 net.ipv4.conf.sit0.arp_ignore = 0 net.ipv4.conf.sit0.arp_accept = 0 net.ipv4.conf.sit0.disable_xfrm = 0 net.ipv4.conf.sit0.disable_policy = 0 net.ipv4.conf.sit0.force_igmp_version = 0 net.ipv4.conf.sit0.promote_secondaries = 0 net.ipv4.ip_forward = 0 net.ipv4.ipfrag_high_thresh = 262144 net.ipv4.ipfrag_low_thresh = 196608 net.ipv4.ipfrag_time = 30 net.ipv4.ipfrag_secret_interval = 600 net.ipv4.ipfrag_max_dist = 64 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.app_solicit = 0 net.ipv6.neigh.default.retrans_time = 250 net.ipv6.neigh.default.base_reachable_time = 30 net.ipv6.neigh.default.delay_first_probe_time = 5 net.ipv6.neigh.default.gc_stale_time = 60 net.ipv6.neigh.default.unres_qlen = 3 net.ipv6.neigh.default.proxy_qlen = 64 net.ipv6.neigh.default.anycast_delay = 100 net.ipv6.neigh.default.proxy_delay = 80 net.ipv6.neigh.default.locktime = 0 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.base_reachable_time_ms = 30000 net.ipv6.neigh.default.gc_interval = 30 net.ipv6.neigh.default.gc_thresh1 = 128 net.ipv6.neigh.default.gc_thresh2 = 512 net.ipv6.neigh.default.gc_thresh3 = 1024 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.app_solicit = 0 net.ipv6.neigh.lo.retrans_time = 250 net.ipv6.neigh.lo.base_reachable_time = 30 net.ipv6.neigh.lo.delay_first_probe_time = 5 net.ipv6.neigh.lo.gc_stale_time = 60 net.ipv6.neigh.lo.unres_qlen = 3 net.ipv6.neigh.lo.proxy_qlen = 64 net.ipv6.neigh.lo.anycast_delay = 100 net.ipv6.neigh.lo.proxy_delay = 80 net.ipv6.neigh.lo.locktime = 0 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.base_reachable_time_ms = 30000 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.app_solicit = 0 net.ipv6.neigh.eth0.retrans_time = 250 net.ipv6.neigh.eth0.base_reachable_time = 30 net.ipv6.neigh.eth0.delay_first_probe_time = 5 net.ipv6.neigh.eth0.gc_stale_time = 60 net.ipv6.neigh.eth0.unres_qlen = 3 net.ipv6.neigh.eth0.proxy_qlen = 64 net.ipv6.neigh.eth0.anycast_delay = 100 net.ipv6.neigh.eth0.proxy_delay = 80 net.ipv6.neigh.eth0.locktime = 0 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.base_reachable_time_ms = 30000 net.ipv6.neigh.sit0.mcast_solicit = 3 net.ipv6.neigh.sit0.ucast_solicit = 3 net.ipv6.neigh.sit0.app_solicit = 0 net.ipv6.neigh.sit0.retrans_time = 250 net.ipv6.neigh.sit0.base_reachable_time = 30 net.ipv6.neigh.sit0.delay_first_probe_time = 5 net.ipv6.neigh.sit0.gc_stale_time = 60 net.ipv6.neigh.sit0.unres_qlen = 3 net.ipv6.neigh.sit0.proxy_qlen = 64 net.ipv6.neigh.sit0.anycast_delay = 100 net.ipv6.neigh.sit0.proxy_delay = 80 net.ipv6.neigh.sit0.locktime = 0 net.ipv6.neigh.sit0.retrans_time_ms = 1000 net.ipv6.neigh.sit0.base_reachable_time_ms = 30000 net.ipv6.route.gc_thresh = 1024 net.ipv6.route.max_size = 4096 net.ipv6.route.gc_min_interval = 0 net.ipv6.route.gc_timeout = 60 net.ipv6.route.gc_interval = 30 net.ipv6.route.gc_elasticity = 0 net.ipv6.route.mtu_expires = 600 net.ipv6.route.min_adv_mss = 4 net.ipv6.route.gc_min_interval_ms = 500 net.ipv6.icmp.ratelimit = 250 net.ipv6.bindv6only = 0 net.ipv6.mld_max_msf = 64 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.router_solicitations = 3 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_pinfo = 1 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.router_solicitations = 3 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.mtu = 16436 net.ipv6.conf.lo.accept_ra = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.router_solicitations = 3 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.accept_ra_defrtr = 1 net.ipv6.conf.lo.accept_ra_pinfo = 1 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.accept_ra = 1 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.router_solicitations = 3 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.accept_ra_defrtr = 1 net.ipv6.conf.eth0.accept_ra_pinfo = 1 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.sit0.forwarding = 0 net.ipv6.conf.sit0.hop_limit = 64 net.ipv6.conf.sit0.mtu = 1480 net.ipv6.conf.sit0.accept_ra = 1 net.ipv6.conf.sit0.accept_redirects = 1 net.ipv6.conf.sit0.autoconf = 1 net.ipv6.conf.sit0.dad_transmits = 1 net.ipv6.conf.sit0.router_solicitations = 3 net.ipv6.conf.sit0.router_solicitation_interval = 4 net.ipv6.conf.sit0.router_solicitation_delay = 1 net.ipv6.conf.sit0.force_mld_version = 0 net.ipv6.conf.sit0.max_addresses = 16 net.ipv6.conf.sit0.accept_ra_defrtr = 1 net.ipv6.conf.sit0.accept_ra_pinfo = 1 net.ipv6.conf.sit0.proxy_ndp = 0 net.ipv6.conf.sit0.accept_source_route = 0 net.ipv6.ip6frag_high_thresh = 262144 net.ipv6.ip6frag_low_thresh = 196608 net.ipv6.ip6frag_time = 60 net.ipv6.ip6frag_secret_interval = 600 net.core.wmem_max = 131071 net.core.rmem_max = 131071 net.core.wmem_default = 114688 net.core.rmem_default = 114688 net.core.dev_weight = 64 net.core.netdev_max_backlog = 1000 net.core.message_cost = 5 net.core.message_burst = 10 net.core.optmem_max = 20480 net.core.somaxconn = 128 net.core.netdev_budget = 300 net.core.warnings = 1 net.unix.max_dgram_qlen = 10 abi.vsyscall32 = 2 sunrpc.rpc_debug = 0 sunrpc.nfs_debug = 0 sunrpc.nfsd_debug = 0 sunrpc.nlm_debug = 0 sunrpc.transports = tcp 1048576 sunrpc.transports = udp 32768 sunrpc.transports = sunrpc.udp_slot_table_entries = 16 sunrpc.tcp_slot_table_entries = 16 sunrpc.min_resvport = 665 sunrpc.max_resvport = 1023 + modprobe -V module-init-tools version 3.4 + modprobe -l *hsf* /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ich.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfpcibasic3.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ati.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97via.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfserial.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ali.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfosspec.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfsoar.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfusbcd2.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfpcibasic2.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97sis.ko /lib/modules/2.6.25-gentoo-r7/extra/hsfengine.ko + modprobe -l *hcf* + modprobe -l *rip* + modprobe -l *dgc* + cat -v /etc/modules.conf ### This file is automatically generated by modules-update # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modules.d and read # the manpage for modules-update(8). # ### modules-update: start processing /etc/modules.d/aliases # Aliases to tell insmod/modprobe which modules to use # Uncomment the network protocols you don't want loaded: # alias net-pf-1 off # Unix # alias net-pf-2 off # IPv4 # alias net-pf-3 off # Amateur Radio AX.25 # alias net-pf-4 off # IPX # alias net-pf-5 off # DDP / appletalk # alias net-pf-6 off # Amateur Radio NET/ROM # alias net-pf-9 off # X.25 # alias net-pf-10 off # IPv6 # alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP # alias net-pf-19 off # Acorn Econet alias char-major-10-175 agpgart alias char-major-10-200 tun alias char-major-81 bttv alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate # Crypto modules (see http://www.kerneli.org/) alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 # Support for i2c and lm_sensors alias char-major-89 i2c-dev ### modules-update: end processing /etc/modules.d/aliases ### modules-update: start processing /etc/modules.d/i386 alias parport_lowlevel parport_pc alias char-major-10-144 nvram alias binfmt-0064 binfmt_aout alias char-major-10-135 rtc ### modules-update: end processing /etc/modules.d/i386 ### modules-update: start processing /etc/modules.d/nvidia # Nvidia drivers support alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 # To tweak the driver the following options can be used, note that # you should be careful, as it could cause instability!! For more # options see /usr/share/doc/nvidia-drivers-100.14.19/README # # To enable Side Band Adressing: NVreg_EnableAGPSBA=1 # # To enable Fast Writes: NVreg_EnableAGPFW=1 # # To enable both for instance, uncomment following line: # #options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 # If you have a mobile chip, you may need to enable this option # if you have hard lockups when starting X. # # See: Appendix I. Configuring your laptop # In /usr/share/doc/nvidia-drivers-100.14.19/README for full details # # Choose the appropriate value for NVreg_Mobile from the table: # Value Meaning # ---------- -------------------------------------------------- # 0xFFFFFFFF let the kernel module autodetect the correct value # 1 Dell laptops # 2 non-Compal Toshiba laptops # 3 all other laptops # 4 Compal Toshiba laptops # 5 Gateway laptops # #options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=3 # !!! SECURITY WARNING !!! # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW # WHAT YOU ARE DOING. # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 ### modules-update: end processing /etc/modules.d/nvidia + cat -v /etc/modprobe.d/alsa # Alsa kernel modules' configuration file. # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore ## ## IMPORTANT: ## You need to customise this section for your specific sound card(s) ## and then run `update-modules' command. ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. ## ## ALSA portion ## alias snd-card-0 snd-interwave ## alias snd-card-1 snd-ens1371 ## OSS/Free portion ## alias sound-slot-0 snd-card-0 ## alias sound-slot-1 snd-card-1 ## # OSS/Free portion - card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ## OSS/Free portion - card #2 ## alias sound-service-1-0 snd-mixer-oss ## alias sound-service-1-3 snd-pcm-oss ## alias sound-service-1-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. options snd cards_limit=1 + cat -v /etc/modprobe.d/blacklist # This file lists modules which will not be loaded by udev, # not at coldplugging and not on hotplug events. # Add your own entries to this file # in the format "blacklist <name of module>" # Some examples: # evbug is a debug tool and should be loaded explicitly blacklist evbug # Autoloading eth1394 most of the time re-orders your network # interfaces, and with buggy kernel 2.6.21, udev persistent-net # is not able to rename these devices, so you get eth?_rename devices # plus an exceeded 30sec boot timeout blacklist eth1394 # You probably want this to not get the console beep loud on every tab :) #blacklist pcspkr # these drivers are very simple, the HID drivers are usually preferred #blacklist usbmouse #blacklist usbkbd # Sometimes loading a framebuffer driver at boot gets the console black #install pci:v*d*sv*sd*bc03sc*i* /bin/true + cat -v /etc/modprobe.d/nvidia # Nvidia drivers support alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 # To tweak the driver the following options can be used, note that # you should be careful, as it could cause instability!! For more # options see /usr/share/doc/nvidia-drivers-173.14.09/README # # !!! SECURITY WARNING !!! # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW # WHAT YOU ARE DOING. # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 + cat -v /etc/modprobe.d/pnp-aliases # /etc/modprobe.d/pnp-aliases # # These aliases are used by this udev-rule: # SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'" # # They should help to autoload drivers used by various pnp-devices # (if not blacklisted somewhere else) # alias pnp:dPNP0510 irtty-sir alias pnp:dPNP0511 irtty-sir alias pnp:dPNP0700 floppy alias pnp:dPNP0800 pcspkr alias pnp:dPNP0b00 rtc alias pnp:dPNP0303 atkbd alias pnp:dPNP0f13 psmouse alias pnp:dPNPb02f analog + cat -v /etc/modprobe.d/ppp alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-13 n_hdlc alias tty-ldisc-14 ppp_synctty alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias net-pf-24 pppoe + cat -v /etc/modprobe.conf ### This file is automatically generated by update-modules # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modprobe.d and read # the manpage for update-modules(8). # alias char-major-10-175 agpgart alias char-major-10-200 tun alias char-major-81-* bttv alias char-major-108-* ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 alias char-major-89-* i2c-dev alias parport_lowlevel parport_pc alias char-major-10-144 nvram alias binfmt-0064 binfmt_aout alias char-major-10-135 rtc ### update-modules: start processing /etc/modprobe.d/alsa # Alsa kernel modules' configuration file. # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore ## ## IMPORTANT: ## You need to customise this section for your specific sound card(s) ## and then run `update-modules' command. ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. ## ## ALSA portion ## alias snd-card-0 snd-interwave ## alias snd-card-1 snd-ens1371 ## OSS/Free portion ## alias sound-slot-0 snd-card-0 ## alias sound-slot-1 snd-card-1 ## # OSS/Free portion - card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ## OSS/Free portion - card #2 ## alias sound-service-1-0 snd-mixer-oss ## alias sound-service-1-3 snd-pcm-oss ## alias sound-service-1-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. options snd cards_limit=1 ### update-modules: end processing /etc/modprobe.d/alsa ### update-modules: start processing /etc/modprobe.d/blacklist # This file lists modules which will not be loaded by udev, # not at coldplugging and not on hotplug events. # Add your own entries to this file # in the format "blacklist <name of module>" # Some examples: # evbug is a debug tool and should be loaded explicitly blacklist evbug # Autoloading eth1394 most of the time re-orders your network # interfaces, and with buggy kernel 2.6.21, udev persistent-net # is not able to rename these devices, so you get eth?_rename devices # plus an exceeded 30sec boot timeout blacklist eth1394 # You probably want this to not get the console beep loud on every tab :) #blacklist pcspkr # these drivers are very simple, the HID drivers are usually preferred #blacklist usbmouse #blacklist usbkbd # Sometimes loading a framebuffer driver at boot gets the console black #install pci:v*d*sv*sd*bc03sc*i* /bin/true ### update-modules: end processing /etc/modprobe.d/blacklist ### update-modules: start processing /etc/modprobe.d/nvidia # Nvidia drivers support alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 # To tweak the driver the following options can be used, note that # you should be careful, as it could cause instability!! For more # options see /usr/share/doc/nvidia-drivers-173.14.09/README # # !!! SECURITY WARNING !!! # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW # WHAT YOU ARE DOING. # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 ### update-modules: end processing /etc/modprobe.d/nvidia ### update-modules: start processing /etc/modprobe.d/pnp-aliases # /etc/modprobe.d/pnp-aliases # # These aliases are used by this udev-rule: # SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'" # # They should help to autoload drivers used by various pnp-devices # (if not blacklisted somewhere else) # alias pnp:dPNP0510 irtty-sir alias pnp:dPNP0511 irtty-sir alias pnp:dPNP0700 floppy alias pnp:dPNP0800 pcspkr alias pnp:dPNP0b00 rtc alias pnp:dPNP0303 atkbd alias pnp:dPNP0f13 psmouse alias pnp:dPNPb02f analog ### update-modules: end processing /etc/modprobe.d/pnp-aliases ### update-modules: start processing /etc/modprobe.d/ppp alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-13 n_hdlc alias tty-ldisc-14 ppp_synctty alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias net-pf-24 pppoe ### update-modules: end processing /etc/modprobe.d/ppp install snd-intel8x0m /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ich hsfmc97sis alias /dev/ttySHSF[0-9]* /dev/ttySHSF alias /dev/modem /dev/ttySHSF alias char-major-240 /dev/ttySHSF alias char-major-240-* /dev/ttySHSF options hsfserial serialmajor=240 alias char-major-242 hsfosspec alias char-major-242-* hsfosspec alias /dev/hsfdiag hsfosspec alias /dev/hsfdiag* /dev/hsfdiag alias char-major-243 /dev/hsfdiag alias char-major-243-* /dev/hsfdiag options hsfosspec dcpmajor=242 diagmajor=243 install /dev/ttySHSF /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfpcibasic3; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true alias symbol:cnxthwhda_probe hsfhda alias symbol:cnxthwhda_resume hsfhda alias symbol:cnxthwhda_suspend hsfhda + depmod -e -a + cat -v /proc/tty/drivers /dev/tty /dev/tty 5 0 system:/dev/tty /dev/console /dev/console 5 1 system:console /dev/ptmx /dev/ptmx 5 2 system /dev/vc/0 /dev/vc/0 4 0 system:vtmaster hsfserial /dev/ttySHSF 240 64-71 serial rfcomm /dev/rfcomm 216 0-255 serial serial /dev/ttyS 4 64-67 serial pty_slave /dev/pts 136 0-1048575 pty:slave pty_master /dev/ptm 128 0-1048575 pty:master pty_slave /dev/ttyp 3 0-255 pty:slave pty_master /dev/pty 2 0-255 pty:master unknown /dev/tty 4 1-63 console + cat -v /proc/tty/driver/hsfserial serinfo:1.0 driver revision: 0: uart:Conexant HSF softmodem port:00000000 irq:0 1: uart:Conexant HSF softmodem port:00000000 irq:0 2: uart:Conexant HSF softmodem port:00000000 irq:0 3: uart:Conexant HSF softmodem port:00000000 irq:0 4: uart:Conexant HSF softmodem port:00000000 irq:0 5: uart:Conexant HSF softmodem port:00000000 irq:0 6: uart:Conexant HSF softmodem port:00000000 irq:0 7: uart:Conexant HSF softmodem port:00000000 irq:0 + cat -v /proc/tty/driver/rfcomm + cat -v /proc/tty/driver/serial serinfo:1.0 driver revision: 0: uart:unknown port:000003F8 irq:4 1: uart:unknown port:000002F8 irq:3 2: uart:unknown port:000003E8 irq:4 3: uart:unknown port:000002E8 irq:3 + ls -l /dev/modem* lrwxrwxrwx 1 root root 8 Aug 17 12:51 /dev/modem -> ttySHSF0 + ls -l /dev/*HSF[0-9]* crw-rw---- 1 root dialout 240, 64 Aug 17 12:51 /dev/ttySHSF0 crw-rw---- 1 root uucp 240, 65 Aug 17 12:51 /dev/ttySHSF1 crw-rw---- 1 root uucp 240, 66 Aug 17 12:51 /dev/ttySHSF2 crw-rw---- 1 root uucp 240, 67 Aug 17 12:51 /dev/ttySHSF3 crw-rw---- 1 root uucp 240, 68 Aug 17 12:51 /dev/ttySHSF4 crw-rw---- 1 root uucp 240, 69 Aug 17 12:51 /dev/ttySHSF5 crw-rw---- 1 root uucp 240, 70 Aug 17 12:51 /dev/ttySHSF6 crw-rw---- 1 root uucp 240, 71 Aug 17 12:51 /dev/ttySHSF7 + ls -l /dev/ttyS* crw-rw---- 1 root uucp 4, 64 Aug 17 2008 /dev/ttyS0 crw-rw---- 1 root uucp 4, 65 Aug 17 2008 /dev/ttyS1 crw-rw---- 1 root uucp 4, 66 Aug 17 2008 /dev/ttyS2 crw-rw---- 1 root uucp 4, 67 Aug 17 2008 /dev/ttyS3 crw-rw---- 1 root dialout 240, 64 Aug 17 12:51 /dev/ttySHSF0 crw-rw---- 1 root uucp 240, 65 Aug 17 12:51 /dev/ttySHSF1 crw-rw---- 1 root uucp 240, 66 Aug 17 12:51 /dev/ttySHSF2 crw-rw---- 1 root uucp 240, 67 Aug 17 12:51 /dev/ttySHSF3 crw-rw---- 1 root uucp 240, 68 Aug 17 12:51 /dev/ttySHSF4 crw-rw---- 1 root uucp 240, 69 Aug 17 12:51 /dev/ttySHSF5 crw-rw---- 1 root uucp 240, 70 Aug 17 12:51 /dev/ttySHSF6 crw-rw---- 1 root uucp 240, 71 Aug 17 12:51 /dev/ttySHSF7 + ls -l /dev/tts* ls: cannot access /dev/tts*: No such file or directory + cat -v /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xfebfc000 irq 21 + ls /proc/asound/card* /proc/asound/cards /proc/asound/card0: codec#0 codec#1 id pcm0c pcm0p pcm1p + cat -v /proc/asound/card0/codec#0 Codec: SigmaTel STAC9205 Address: 0 Vendor Id: 0x838476a0 Subsystem Id: 0x102801f2 Revision Id: 0x100204 No Modem Function Group found Default PCM: rates [0x7e0]: 44100 48000 88200 96000 176400 192000 bits [0xe]: 16 20 24 formats [0x1]: PCM Default Amp-In caps: ofs=0x00, nsteps=0x0f, stepsize=0x05, mute=0 Default Amp-Out caps: ofs=0x7f, nsteps=0x7f, stepsize=0x02, mute=1 GPIO: io=5, o=0, i=0, unsolicited=1, wake=1 IO[0]: enable=1, dir=1, wake=0, sticky=0, data=1 IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0 IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0 IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0 IO[4]: enable=0, dir=0, wake=0, sticky=0, data=0 Node 0x0a [Pin Complex] wcaps 0x400181: Stereo Pincap 0x08173f: IN OUT HP Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x0321101f: [Jack] HP Out at Ext Left Conn = 1/8, Color = Black DefAssociation = 0x1, Sequence = 0xf Pin-ctls: 0xc0: OUT HP VREF_HIZ Unsolicited: tag=30, enabled=1 Connection: 2 0x10* 0x11 Node 0x0b [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x03a11020: [Jack] Mic at Ext Left Conn = 1/8, Color = Black DefAssociation = 0x2, Sequence = 0x0 Pin-ctls: 0x24: IN VREF_80 Unsolicited: tag=00, enabled=0 Connection: 2 0x10* 0x11 Node 0x0c [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x400003fa: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xa Misc = NO_PRESENCE Pin-ctls: 0x00: VREF_HIZ Unsolicited: tag=00, enabled=0 Connection: 1 0x11 Node 0x0d [Pin Complex] wcaps 0x400181: Stereo Pincap 0x083f: IN OUT HP Detect Trigger ImpSense Pin Default 0x90170310: [Fixed] Speaker at Int N/A Conn = Analog, Color = Unknown DefAssociation = 0x1, Sequence = 0x0 Misc = NO_PRESENCE Pin-ctls: 0x40: OUT Unsolicited: tag=00, enabled=0 Connection: 1 0x10 Node 0x0e [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x400003fb: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xb Misc = NO_PRESENCE Pin-ctls: 0x00: VREF_HIZ Unsolicited: tag=00, enabled=0 Connection: 1 0x10 Node 0x0f [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x400003fc: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xc Misc = NO_PRESENCE Pin-ctls: 0x00: VREF_HIZ Unsolicited: tag=00, enabled=0 Connection: 1 0x11 Node 0x10 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L Amp-Out caps: N/A Amp-Out vals: [0xff 0xff] Converter: stream=0, channel=0 Power: setting=D0, actual=D0 Delay: 13 samples Node 0x11 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L Amp-Out caps: N/A Amp-Out vals: [0xff 0xff] Converter: stream=0, channel=0 Power: setting=D0, actual=D0 Delay: 13 samples Node 0x12 [Audio Input] wcaps 0x1d0541: Stereo Converter: stream=0, channel=0 SDI-Select: 0 Power: setting=D0, actual=D0 Delay: 13 samples Connection: 1 0x1d Processing caps: benign=0, ncoeff=0 Node 0x13 [Audio Input] wcaps 0x1d0541: Stereo Converter: stream=0, channel=0 SDI-Select: 0 Power: setting=D0, actual=D0 Delay: 13 samples Connection: 1 0x1e Processing caps: benign=0, ncoeff=0 Node 0x14 [Pin Complex] wcaps 0x40010c: Mono Amp-Out Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=1 Amp-Out vals: [0x00] Pincap 0x0810: OUT Pin Default 0x400003fd: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xd Misc = NO_PRESENCE Pin-ctls: 0x00: Connection: 1 0x15 Node 0x15 [Audio Mixer] wcaps 0x200100: Mono Connection: 1 0x10 Node 0x16 [Pin Complex] wcaps 0x400001: Stereo Pincap 0x0820: IN Pin Default 0x40f000f9: [N/A] Other at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0x9 Pin-ctls: 0x00: Node 0x17 [Pin Complex] wcaps 0x400001: Stereo Pincap 0x0820: IN Pin Default 0x90a60330: [Fixed] Mic at Int N/A Conn = Digital, Color = Unknown DefAssociation = 0x3, Sequence = 0x0 Misc = NO_PRESENCE Pin-ctls: 0x20: IN Node 0x18 [Pin Complex] wcaps 0x400001: Stereo Pincap 0x0820: IN Pin Default 0x400003ff: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xf Misc = NO_PRESENCE Pin-ctls: 0x20: IN Node 0x19 [Audio Selector] wcaps 0x30010d: Stereo Amp-Out Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0 Amp-Out vals: [0x00 0x00] Connection: 7 0x0e 0x16 0x0f 0x0b* 0x0c 0x0d 0x0a Node 0x1a [Audio Selector] wcaps 0x30010d: Stereo Amp-Out Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0 Amp-Out vals: [0x00 0x00] Connection: 7 0x0e 0x16 0x0f 0x0b* 0x0c 0x0d 0x0a Node 0x1b [Audio Selector] wcaps 0x300103: Stereo Amp-In Amp-In caps: N/A Amp-In vals: [0x00 0x00] Connection: 1 0x19 Node 0x1c [Audio Selector] wcaps 0x300103: Stereo Amp-In Amp-In caps: N/A Amp-In vals: [0x00 0x00] Connection: 1 0x1a Node 0x1d [Audio Selector] wcaps 0x30090d: Stereo Amp-Out R/L Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 Amp-Out vals: [0x80 0x80] Connection: 3 0x1b* 0x17 0x18 Node 0x1e [Audio Selector] wcaps 0x30090d: Stereo Amp-Out R/L Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 Amp-Out vals: [0x80 0x80] Connection: 3 0x1c* 0x17 0x18 Node 0x1f [Audio Output] wcaps 0x40211: Stereo Digital Converter: stream=0, channel=0 Digital: Digital category: 0x0 PCM: rates [0x5e0]: 44100 48000 88200 96000 192000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Delay: 4 samples Node 0x20 [Audio Input] wcaps 0x140311: Stereo Digital Converter: stream=0, channel=0 SDI-Select: 0 Digital: Digital category: 0x0 PCM: rates [0x160]: 44100 48000 96000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Delay: 4 samples Connection: 1 0x22 Node 0x21 [Pin Complex] wcaps 0x400301: Stereo Digital Pincap 0x0810: OUT Pin Default 0x0144131f: [Jack] SPDIF Out at Ext Rear Conn = RCA, Color = Black DefAssociation = 0x1, Sequence = 0xf Misc = NO_PRESENCE Pin-ctls: 0x40: OUT Connection: 3 0x1f* 0x1d 0x1e Node 0x22 [Pin Complex] wcaps 0x430681: Stereo Digital Pincap 0x0810024: IN EAPD Detect EAPD 0x0: Pin Default 0x40c003fe: [N/A] SPDIF In at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xe Misc = NO_PRESENCE Pin-ctls: 0x00: Unsolicited: tag=00, enabled=0 Power: setting=D0, actual=D0 Delay: 3 samples Node 0x23 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out Amp-Out caps: ofs=0x03, nsteps=0x03, stepsize=0x17, mute=0 Amp-Out vals: [0x00] Node 0x24 [Volume Knob Widget] wcaps 0x600000: Mono Volume-Knob: delta=1, steps=127, direct=1, val=127 Connection: 2 0x10* 0x11 Node 0x25 [Vendor Defined Widget] wcaps 0xf00001: Stereo + cat -v /proc/asound/card0/codec#1 Codec: Conexant HSF Address: 1 Vendor Id: 0x14f12c06 Subsystem Id: 0x14f1000f Revision Id: 0x100000 Modem Function Group: 0x2 + cd /etc/hsfmodem/nvm && find . -maxdepth 2 -ls 1507492 4 drwxr-xr-x 10 root root 4096 Aug 17 12:37 . 1508303 0 lrwxrwxrwx 1 root root 7 Aug 17 12:37 ./hsfmc97sis -> hsfmc97 1507494 4 drwxr-xr-x 2 root root 4096 Aug 17 12:37 ./hsfcadmus2smart 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfcadmus2smart/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfcadmus2smart/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfcadmus2smart/CONSTTONEPARAMS 1281859 4 -rw-r--r-- 2 root root 19 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I50 1281821 4 -rw-r--r-- 2 root root 23 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I52 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfcadmus2smart/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfcadmus2smart/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfcadmus2smart/MOD_THRESHOLD 1509296 0 lrwxrwxrwx 1 root root 27 Aug 17 12:37 ./hsfcadmus2smart/Region -> ../hsfpcibasic2smart/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfcadmus2smart/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_GCAP 1281866 4 -rw-r--r-- 1 root root 12 Aug 17 12:37 ./hsfcadmus2smart/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfcadmus2smart/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfcadmus2smart/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_FMR 1264790 4 -rw-r--r-- 57 root root 3 Aug 17 12:37 ./hsfcadmus2smart/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 12:37 ./hsfcadmus2smart/OEM_SMARTDAA_PARAMSK3 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfcadmus2smart/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfcadmus2smart/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_GMI 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfcadmus2smart/DC_CALC_PARAMS 1281832 4 -rw-r--r-- 2 root root 13 Aug 17 12:37 ./hsfcadmus2smart/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_GMR 1281788 4 -rw-r--r-- 3 root root 326 Aug 17 12:37 ./hsfcadmus2smart/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 12:37 ./hsfcadmus2smart/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfcadmus2smart/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfcadmus2smart/SREG 1509300 0 lrwxrwxrwx 1 root root 28 Aug 17 12:37 ./hsfcadmus2smart/Profile -> ../hsfpcibasic2smart/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfcadmus2smart/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfcadmus2smart/ATPLUSID_FMI 1281844 4 -rw-r--r-- 2 root root 34 Aug 17 12:37 ./hsfcadmus2smart/ATMESSAGE_I51 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfcadmus2smart/MS_PARAMS 1281714 4 -rw-r--r-- 2 root root 27 Aug 17 12:37 ./hsfcadmus2smart/OEM_HWDATA 1507498 4 drwxr-xr-x 2 root root 4096 Aug 17 12:37 ./hsfpcibasic2smart 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfpcibasic2smart/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfpcibasic2smart/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic2smart/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfpcibasic2smart/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfpcibasic2smart/CONSTTONEPARAMS 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfpcibasic2smart/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfpcibasic2smart/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfpcibasic2smart/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfpcibasic2smart/MOD_THRESHOLD 1508305 0 lrwxrwxrwx 1 root root 22 Aug 17 12:37 ./hsfpcibasic2smart/Region -> ../hsfpcibasic2/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic2smart/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfpcibasic2smart/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_GCAP 1267918 4 -rw-r--r-- 6 root root 12 Aug 17 12:37 ./hsfpcibasic2smart/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfpcibasic2smart/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfpcibasic2smart/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic2smart/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_FMR 1264790 4 -rw-r--r-- 57 root root 3 Aug 17 12:37 ./hsfpcibasic2smart/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 12:37 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMSK3 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfpcibasic2smart/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfpcibasic2smart/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_GMI 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfpcibasic2smart/DC_CALC_PARAMS 1267929 4 -rw-r--r-- 3 root root 13 Aug 17 12:37 ./hsfpcibasic2smart/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_GMR 1281652 4 -rw-r--r-- 2 root root 326 Aug 17 12:37 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 12:37 ./hsfpcibasic2smart/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfpcibasic2smart/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfpcibasic2smart/SREG 1508310 0 lrwxrwxrwx 1 root root 23 Aug 17 12:37 ./hsfpcibasic2smart/Profile -> ../hsfpcibasic2/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfpcibasic2smart/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic2smart/ATPLUSID_FMI 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfpcibasic2smart/MS_PARAMS 1281714 4 -rw-r--r-- 2 root root 27 Aug 17 12:37 ./hsfpcibasic2smart/OEM_HWDATA 1508311 0 lrwxrwxrwx 1 root root 7 Aug 17 12:37 ./hsfmc97ich -> hsfmc97 1507515 4 drwxr-xr-x 2 root root 4096 Aug 17 12:37 ./hsfhda 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfhda/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfhda/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfhda/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfhda/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfhda/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfhda/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfhda/CONSTTONEPARAMS 1281872 4 -rw-r--r-- 1 root root 326 Aug 17 12:37 ./hsfhda/OEM_SMARTDAA_PARAMSHAL 1281859 4 -rw-r--r-- 2 root root 19 Aug 17 12:37 ./hsfhda/ATMESSAGE_I50 1281873 4 -rw-r--r-- 1 root root 22 Aug 17 12:37 ./hsfhda/ATMESSAGE_I52 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfhda/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfhda/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfhda/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfhda/MOD_THRESHOLD 1508322 0 lrwxrwxrwx 1 root root 27 Aug 17 12:37 ./hsfhda/Region -> ../hsfpcibasic2smart/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfhda/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfhda/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfhda/ATPLUSID_GCAP 1281876 4 -rw-r--r-- 1 root root 12 Aug 17 12:37 ./hsfhda/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfhda/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfhda/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfhda/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfhda/ATPLUSID_FMR 1264790 4 -rw-r--r-- 57 root root 3 Aug 17 12:37 ./hsfhda/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 12:37 ./hsfhda/OEM_SMARTDAA_PARAMSK3 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfhda/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfhda/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfhda/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfhda/ATPLUSID_GMI 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfhda/DC_CALC_PARAMS 1281878 4 -rw-r--r-- 1 root root 13 Aug 17 12:37 ./hsfhda/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfhda/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfhda/ATPLUSID_GMR 1281879 4 -rw-r--r-- 1 root root 95 Aug 17 12:37 ./hsfhda/OEM_SOFT_RING_PARAMS 1281788 4 -rw-r--r-- 3 root root 326 Aug 17 12:37 ./hsfhda/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 12:37 ./hsfhda/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfhda/CPU_FREQ_CHANGE 1281880 4 -rw-r--r-- 1 root root 135 Aug 17 12:37 ./hsfhda/SREG 1508324 0 lrwxrwxrwx 1 root root 28 Aug 17 12:37 ./hsfhda/Profile -> ../hsfpcibasic2smart/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfhda/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfhda/ATPLUSID_FMI 1281886 4 -rw-r--r-- 1 root root 34 Aug 17 12:37 ./hsfhda/ATMESSAGE_I51 1281887 4 -rw-r--r-- 1 root root 83 Aug 17 12:37 ./hsfhda/MS_PARAMS 1281889 4 -rw-r--r-- 1 root root 27 Aug 17 12:37 ./hsfhda/OEM_HWDATA 1507516 4 drwxr-xr-x 3 root root 4096 Aug 17 12:37 ./hsfpcibasic3 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfpcibasic3/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfpcibasic3/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic3/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfpcibasic3/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfpcibasic3/CONSTTONEPARAMS 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfpcibasic3/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfpcibasic3/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfpcibasic3/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfpcibasic3/MOD_THRESHOLD 1508326 0 lrwxrwxrwx 1 root root 22 Aug 17 12:37 ./hsfpcibasic3/Region -> ../hsfpcibasic2/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic3/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfpcibasic3/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_GCAP 1267918 4 -rw-r--r-- 6 root root 12 Aug 17 12:37 ./hsfpcibasic3/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfpcibasic3/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfpcibasic3/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic3/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_FMR 1264790 4 -rw-r--r-- 57 root root 3 Aug 17 12:37 ./hsfpcibasic3/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 12:37 ./hsfpcibasic3/OEM_SMARTDAA_PARAMSK3 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfpcibasic3/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfpcibasic3/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_GMI 1267927 4 -rw-r--r-- 3 root root 41 Aug 17 12:37 ./hsfpcibasic3/ATMESSAGE_I90 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfpcibasic3/DC_CALC_PARAMS 1281749 4 -rw-r--r-- 1 root root 13 Aug 17 12:37 ./hsfpcibasic3/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_GMR 1281652 4 -rw-r--r-- 2 root root 326 Aug 17 12:37 ./hsfpcibasic3/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 12:37 ./hsfpcibasic3/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfpcibasic3/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfpcibasic3/SREG 1507518 4 drwxr-xr-x 5 root root 4096 Aug 17 12:37 ./hsfpcibasic3/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfpcibasic3/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic3/ATPLUSID_FMI 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfpcibasic3/MS_PARAMS 1281765 4 -rw-r--r-- 1 root root 27 Aug 17 12:37 ./hsfpcibasic3/OEM_HWDATA 1507556 4 drwxr-xr-x 4 root root 4096 Aug 17 12:37 ./hsfpcibasic2 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfpcibasic2/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfpcibasic2/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic2/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfpcibasic2/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfpcibasic2/CONSTTONEPARAMS 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfpcibasic2/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfpcibasic2/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfpcibasic2/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfpcibasic2/MOD_THRESHOLD 1507558 16 drwxr-xr-x 93 root root 16384 Aug 17 12:37 ./hsfpcibasic2/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic2/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfpcibasic2/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_GCAP 1267918 4 -rw-r--r-- 6 root root 12 Aug 17 12:37 ./hsfpcibasic2/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfpcibasic2/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfpcibasic2/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic2/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_FMR 1267922 4 -rw-r--r-- 6 root root 3 Aug 17 12:37 ./hsfpcibasic2/OEM_DAATYPE 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfpcibasic2/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfpcibasic2/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_GMI 1267927 4 -rw-r--r-- 3 root root 41 Aug 17 12:37 ./hsfpcibasic2/ATMESSAGE_I90 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfpcibasic2/DC_CALC_PARAMS 1267929 4 -rw-r--r-- 3 root root 13 Aug 17 12:37 ./hsfpcibasic2/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_GMR 1267930 4 -rw-r--r-- 2 root root 16 Aug 17 12:37 ./hsfpcibasic2/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfpcibasic2/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfpcibasic2/SREG 1508232 4 drwxr-xr-x 5 root root 4096 Aug 17 12:37 ./hsfpcibasic2/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfpcibasic2/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic2/ATPLUSID_FMI 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfpcibasic2/MS_PARAMS 1267935 4 -rw-r--r-- 1 root root 27 Aug 17 12:37 ./hsfpcibasic2/OEM_HWDATA 1508251 4 drwxr-xr-x 2 root root 4096 Aug 17 12:37 ./hsfcadmus2 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfcadmus2/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfcadmus2/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfcadmus2/CONSTTONEPARAMS 1281818 4 -rw-r--r-- 1 root root 22 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I50 1281821 4 -rw-r--r-- 2 root root 23 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I52 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfcadmus2/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfcadmus2/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfcadmus2/MOD_THRESHOLD 1508257 0 lrwxrwxrwx 1 root root 22 Aug 17 12:37 ./hsfcadmus2/Region -> ../hsfpcibasic2/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfcadmus2/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_GCAP 1267918 4 -rw-r--r-- 6 root root 12 Aug 17 12:37 ./hsfcadmus2/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfcadmus2/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfcadmus2/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_FMR 1267922 4 -rw-r--r-- 6 root root 3 Aug 17 12:37 ./hsfcadmus2/OEM_DAATYPE 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfcadmus2/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfcadmus2/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_GMI 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfcadmus2/DC_CALC_PARAMS 1281832 4 -rw-r--r-- 2 root root 13 Aug 17 12:37 ./hsfcadmus2/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_GMR 1267930 4 -rw-r--r-- 2 root root 16 Aug 17 12:37 ./hsfcadmus2/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfcadmus2/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfcadmus2/SREG 1508261 0 lrwxrwxrwx 1 root root 23 Aug 17 12:37 ./hsfcadmus2/Profile -> ../hsfpcibasic2/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfcadmus2/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfcadmus2/ATPLUSID_FMI 1281844 4 -rw-r--r-- 2 root root 34 Aug 17 12:37 ./hsfcadmus2/ATMESSAGE_I51 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfcadmus2/MS_PARAMS 1281848 4 -rw-r--r-- 1 root root 27 Aug 17 12:37 ./hsfcadmus2/OEM_HWDATA 1509268 0 lrwxrwxrwx 1 root root 7 Aug 17 12:37 ./hsfmc97ali -> hsfmc97 1508263 4 drwxr-xr-x 2 root root 4096 Aug 17 12:37 ./hsfmc97 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfmc97/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfmc97/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfmc97/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfmc97/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfmc97/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfmc97/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfmc97/CONSTTONEPARAMS 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfmc97/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfmc97/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfmc97/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfmc97/MOD_THRESHOLD 1509269 0 lrwxrwxrwx 1 root root 27 Aug 17 12:37 ./hsfmc97/Region -> ../hsfpcibasic2smart/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfmc97/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfmc97/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfmc97/ATPLUSID_GCAP 1267918 4 -rw-r--r-- 6 root root 12 Aug 17 12:37 ./hsfmc97/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfmc97/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfmc97/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfmc97/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfmc97/ATPLUSID_FMR 1264790 4 -rw-r--r-- 57 root root 3 Aug 17 12:37 ./hsfmc97/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 12:37 ./hsfmc97/OEM_SMARTDAA_PARAMSK3 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfmc97/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfmc97/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfmc97/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfmc97/ATPLUSID_GMI 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfmc97/DC_CALC_PARAMS 1281779 4 -rw-r--r-- 1 root root 13 Aug 17 12:37 ./hsfmc97/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfmc97/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfmc97/ATPLUSID_GMR 1281788 4 -rw-r--r-- 3 root root 326 Aug 17 12:37 ./hsfmc97/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 12:37 ./hsfmc97/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfmc97/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfmc97/SREG 1509276 0 lrwxrwxrwx 1 root root 28 Aug 17 12:37 ./hsfmc97/Profile -> ../hsfpcibasic2smart/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfmc97/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfmc97/ATPLUSID_FMI 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfmc97/MS_PARAMS 1281802 4 -rw-r--r-- 1 root root 27 Aug 17 12:37 ./hsfmc97/OEM_HWDATA 1508269 0 lrwxrwxrwx 1 root root 7 Aug 17 12:37 ./hsfmc97via -> hsfmc97 1508275 4 drwxr-xr-x 3 root root 4096 Aug 17 12:37 ./hsfpcibasic2hsfi 1264661 4 -rw-r--r-- 8 root root 32 Aug 17 12:37 ./hsfpcibasic2hsfi/ATMESSAGE_I3 1264664 4 -rw-r--r-- 8 root root 248 Aug 17 12:37 ./hsfpcibasic2hsfi/COUNTRY_CODE_LIST 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic2hsfi/ATMESSAGE_I1 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_GOI 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_GMM 1264678 4 -rw-r--r-- 8 root root 144 Aug 17 12:37 ./hsfpcibasic2hsfi/CADENCE 1264684 4 -rw-r--r-- 8 root root 887 Aug 17 12:37 ./hsfpcibasic2hsfi/CONSTTONEPARAMS 1264706 4 -rw-r--r-- 8 root root 6 Aug 17 12:37 ./hsfpcibasic2hsfi/AT+MSSTR 1264710 4 -rw-r--r-- 8 root root 12 Aug 17 12:37 ./hsfpcibasic2hsfi/CSA_FLAGS 1264714 4 -rw-r--r-- 8 root root 8 Aug 17 12:37 ./hsfpcibasic2hsfi/ATMESSAGE_I0 1264720 4 -rw-r--r-- 8 root root 181 Aug 17 12:37 ./hsfpcibasic2hsfi/MOD_THRESHOLD 1508283 0 lrwxrwxrwx 1 root root 22 Aug 17 12:37 ./hsfpcibasic2hsfi/Region -> ../hsfpcibasic2/Region 1264676 4 -rw-r--r-- 16 root root 25 Aug 17 12:37 ./hsfpcibasic2hsfi/ATMESSAGE_I4 1267916 4 -rw-r--r-- 8 root root 7 Aug 17 12:37 ./hsfpcibasic2hsfi/OEM_SPKR_MUTE_DELAY 1267917 4 -rw-r--r-- 8 root root 22 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_GCAP 1267918 4 -rw-r--r-- 6 root root 12 Aug 17 12:37 ./hsfpcibasic2hsfi/OEM_FLAGS 1267919 4 -rw-r--r-- 8 root root 111 Aug 17 12:37 ./hsfpcibasic2hsfi/DTMF_COMP_LEVEL 1267920 4 -rw-r--r-- 8 root root 13 Aug 17 12:37 ./hsfpcibasic2hsfi/PROPERTIES 1264666 4 -rw-r--r-- 16 root root 6 Aug 17 12:37 ./hsfpcibasic2hsfi/ATMESSAGE_I7 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_FMR 1267922 4 -rw-r--r-- 6 root root 3 Aug 17 12:37 ./hsfpcibasic2hsfi/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 12:37 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMSK3 1267923 4 -rw-r--r-- 8 root root 26 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_FMM 1267924 4 -rw-r--r-- 8 root root 517 Aug 17 12:37 ./hsfpcibasic2hsfi/TONEPARAMS 1267925 4 -rw-r--r-- 8 root root 733 Aug 17 12:37 ./hsfpcibasic2hsfi/V25TER 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_GMI 1267927 4 -rw-r--r-- 3 root root 41 Aug 17 12:37 ./hsfpcibasic2hsfi/ATMESSAGE_I90 1267928 4 -rw-r--r-- 8 root root 41 Aug 17 12:37 ./hsfpcibasic2hsfi/DC_CALC_PARAMS 1267929 4 -rw-r--r-- 3 root root 13 Aug 17 12:37 ./hsfpcibasic2hsfi/HW_ADAPTER_TYPE 1264671 4 -rw-r--r-- 16 root root 3 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_GSN 1267921 4 -rw-r--r-- 16 root root 23 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_GMR 1281724 4 -rw-r--r-- 1 root root 326 Aug 17 12:37 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMS 1281725 4 -rw-r--r-- 1 root root 16 Aug 17 12:37 ./hsfpcibasic2hsfi/DLG_PARAMS 1267931 4 -rw-r--r-- 8 root root 27 Aug 17 12:37 ./hsfpcibasic2hsfi/CPU_FREQ_CHANGE 1267932 4 -rw-r--r-- 7 root root 127 Aug 17 12:37 ./hsfpcibasic2hsfi/SREG 1508288 4 drwxr-xr-x 5 root root 4096 Aug 17 12:37 ./hsfpcibasic2hsfi/Profile 1267933 4 -rw-r--r-- 8 root root 55 Aug 17 12:37 ./hsfpcibasic2hsfi/AT_MISC_DEF 1267926 4 -rw-r--r-- 16 root root 11 Aug 17 12:37 ./hsfpcibasic2hsfi/ATPLUSID_FMI 1267934 4 -rw-r--r-- 7 root root 83 Aug 17 12:37 ./hsfpcibasic2hsfi/MS_PARAMS 1281745 4 -rw-r--r-- 1 root root 27 Aug 17 12:37 ./hsfpcibasic2hsfi/OEM_HWDATA 1508301 0 lrwxrwxrwx 1 root root 7 Aug 17 12:37 ./hsfmc97ati -> hsfmc97 + cd /etc/hsfmodem/nvm && find dynamic -follow -print -type f -exec cat {} \; find: `dynamic': No such file or directory + ls -lR /usr/lib/hsfmodem/. /usr/lib/hsfmodem/.: total 24 -r--r--r-- 1 root root 3702 Aug 17 12:37 LICENSE -rw-r--r-- 1 root root 3914 Sep 25 2007 config.mak drwxr-xr-x 6 root root 12288 Aug 17 12:38 modules -rwx------ 1 root root 940 Aug 17 12:37 rchsf /usr/lib/hsfmodem/./modules: total 360 drwxr-xr-x 3 root root 4096 Aug 17 12:38 GPL -rw-r--r-- 1 root root 20434 Aug 17 12:37 Makefile drwxr-xr-x 2 root root 4096 Aug 17 12:37 binaries -rw-r--r-- 1 root root 1516 Jan 13 2006 cdbgscr.c -rw-r--r-- 1 root root 1307 Jan 27 2006 cnxthw_common.c -rw-r--r-- 1 root root 7337 Dec 7 2007 cnxthwhda_common.c -rw-r--r-- 1 root root 8306 Mar 1 2007 cnxthwpci_common.c -rw-r--r-- 1 root root 15192 Jan 21 2007 cnxthwusb_common.c drwxr-xr-x 3 root root 4096 Aug 17 12:37 imported drwxr-xr-x 2 root root 4096 Aug 17 12:37 include -rwxr-xr-x 1 root root 1858 Sep 5 2007 kernelcompiler.sh -rw-r--r-- 1 root root 1271 Jan 13 2006 mod_engine.c -rw-r--r-- 1 root root 492 Jan 26 2006 mod_hda.c -rw-r--r-- 1 root root 1024 Jan 13 2006 mod_mc97ali.c -rw-r--r-- 1 root root 760 Jan 13 2006 mod_mc97ati.c -rw-r--r-- 1 root root 1578 Jan 13 2006 mod_mc97ich.c -rw-r--r-- 1 root root 682 Jan 13 2006 mod_mc97sis.c -rw-r--r-- 1 root root 678 Jan 13 2006 mod_mc97via.c -rw-r--r-- 1 root root 10072 Nov 9 2006 mod_osspec.c -rw-r--r-- 1 root root 8199 Sep 25 2007 mod_pcibasic2.c -rw-r--r-- 1 root root 995 Oct 11 2007 mod_pcibasic3.c -rw-r--r-- 1 root root 835 Jan 13 2006 mod_soar.c -rw-r--r-- 1 root root 1346 Sep 25 2007 mod_usbcd2.c -rw-r--r-- 1 root root 585 Aug 17 12:37 modules.order -rw-r--r-- 1 root root 13000 May 7 2007 osdcp.c -rw-r--r-- 1 root root 23135 Aug 14 2006 osdiag.c -rw-r--r-- 1 root root 3642 Mar 22 2007 osfloat.c -rw-r--r-- 1 root root 2865 Jan 13 2006 osmemory.c -rw-r--r-- 1 root root 1102 Jan 13 2006 osmodule.c -rw-r--r-- 1 root root 31139 Sep 28 2007 osnvm.c -rw-r--r-- 1 root root 8496 Aug 27 2007 osresour.c -rw-r--r-- 1 root root 3749 Jan 27 2006 osscr.c -rw-r--r-- 1 root root 38731 Mar 24 15:09 osservices.c -rw-r--r-- 1 root root 5424 Jan 13 2006 osstdio.c -rw-r--r-- 1 root root 2555 Jan 13 2006 osstring.c -rw-r--r-- 1 root root 52165 Dec 16 2006 osusb.c /usr/lib/hsfmodem/./modules/GPL: total 164 -rw-r--r-- 1 root root 18860 Aug 23 2003 COPYING drwxr-xr-x 2 root root 4096 Aug 17 12:38 hda -rw-r--r-- 1 root root 16515 Sep 28 2007 oscompat.h -rw-r--r-- 1 root root 37051 Apr 30 2007 serial_cnxt.c -rw-r--r-- 1 root root 3379 Apr 30 2007 serial_cnxt.h -rw-r--r-- 1 root root 58060 Apr 30 2007 serial_core.c -rw-r--r-- 1 root root 9789 Aug 22 2003 serial_core.h /usr/lib/hsfmodem/./modules/GPL/hda: total 928 -rw-r--r-- 1 root root 365 Oct 25 2007 Makefile -rw-r--r-- 1 root root 67524 Oct 19 2007 hda_codec.c -rw-r--r-- 1 root root 18379 Sep 25 2007 hda_codec.h -rw-r--r-- 1 root root 28354 Apr 13 2007 hda_generic.c -rw-r--r-- 1 root root 51869 Apr 14 2007 hda_intel.c -rw-r--r-- 1 root root 12437 Sep 25 2007 hda_local.h -rw-r--r-- 1 root root 961 Apr 13 2007 hda_patch.h -rw-r--r-- 1 root root 11235 Apr 14 2007 hda_proc.c -rw-r--r-- 1 root root 120 Aug 16 16:33 modules.order -rw-r--r-- 1 root root 100325 Sep 24 2007 patch_analog.c -rw-r--r-- 1 root root 4430 Apr 13 2007 patch_atihdmi.c -rw-r--r-- 1 root root 22135 Apr 13 2007 patch_cmedia.c -rw-r--r-- 1 root root 79524 Dec 7 2007 patch_conexant.c -rw-r--r-- 1 root root 339906 Apr 14 2007 patch_realtek.c -rw-r--r-- 1 root root 8815 Apr 13 2007 patch_si3054.c -rw-r--r-- 1 root root 93108 Oct 25 2007 patch_sigmatel.c -rw-r--r-- 1 root root 38504 Apr 14 2007 patch_via.c -rw-r--r-- 1 root root 6728 Apr 14 2007 sound_typedefs.h /usr/lib/hsfmodem/./modules/binaries: total 0 /usr/lib/hsfmodem/./modules/imported: total 3920 -rw-r--r-- 1 root root 2430632 Aug 17 12:37 hsfengine-x86_64.O -rw-r--r-- 1 root root 243368 Aug 17 12:37 hsfhda-x86_64.O -rw-r--r-- 1 root root 122984 Aug 17 12:37 hsfmc97ali-x86_64.O -rw-r--r-- 1 root root 110952 Aug 17 12:37 hsfmc97ati-x86_64.O -rw-r--r-- 1 root root 117592 Aug 17 12:37 hsfmc97ich-x86_64.O -rw-r--r-- 1 root root 113448 Aug 17 12:37 hsfmc97sis-x86_64.O -rw-r--r-- 1 root root 113920 Aug 17 12:37 hsfmc97via-x86_64.O -rw-r--r-- 1 root root 99432 Aug 17 12:37 hsfpcibasic2-x86_64.O -rw-r--r-- 1 root root 238984 Aug 17 12:37 hsfpcibasic3-x86_64.O -rw-r--r-- 1 root root 237520 Aug 17 12:37 hsfsoar-x86_64.O -rw-r--r-- 1 root root 107720 Aug 17 12:37 hsfusbcd2-x86_64.O drwxr-xr-x 2 root root 4096 Aug 17 12:37 include -rw-r--r-- 1 root root 725 Mar 27 23:49 makeflags.mak /usr/lib/hsfmodem/./modules/imported/include: total 620 -rw-r--r-- 1 root root 6327 Sep 20 2007 build_modules.h -rw-r--r-- 1 root root 41866 Jun 22 2004 c2firmware.h -rw-r--r-- 1 root root 22731 Sep 20 2007 cnxt_diag_codes_ex.h -rw-r--r-- 1 root root 19273 Sep 20 2007 codesdeps.h -rw-r--r-- 1 root root 16990 Sep 20 2007 comctrl_ex.h -rw-r--r-- 1 root root 6031 Sep 20 2007 comtypes.h -rw-r--r-- 1 root root 21390 Sep 25 2007 configcodes.h -rw-r--r-- 1 root root 55385 Sep 20 2007 configtypes.h -rw-r--r-- 1 root root 5775 Sep 20 2007 dbgfuncs.h -rw-r--r-- 1 root root 4997 Jan 18 2004 dcp.h -rw-r--r-- 1 root root 14257 Sep 20 2007 diagmgr_ex.h -rw-r--r-- 1 root root 11751 Sep 20 2007 dpaloem.h -rw-r--r-- 1 root root 28860 Sep 20 2007 framewrk.h -rw-r--r-- 1 root root 9158 Sep 25 2007 intfctrl_ex.h -rw-r--r-- 1 root root 9176 Sep 20 2007 memmgr_ex.h -rw-r--r-- 1 root root 8517 Sep 20 2007 osdiag.h -rw-r--r-- 1 root root 5894 Sep 20 2007 osmemory.h -rw-r--r-- 1 root root 10775 Sep 20 2007 osmemory_ex.h -rw-r--r-- 1 root root 5198 Sep 20 2007 osnvm.h -rw-r--r-- 1 root root 25547 Sep 20 2007 osservices.h -rw-r--r-- 1 root root 18940 Sep 20 2007 osstring_ex.h -rw-r--r-- 1 root root 4469 Sep 20 2007 ossysenv.h -rw-r--r-- 1 root root 20287 Sep 20 2007 ostime_ex.h -rw-r--r-- 1 root root 12396 Mar 27 23:47 osuniqredef.h -rw-r--r-- 1 root root 19457 Sep 20 2007 rtmgr_ex.h -rw-r--r-- 1 root root 7849 Sep 20 2007 std_defines.h -rw-r--r-- 1 root root 20634 Sep 20 2007 sysenv.h -rw-r--r-- 1 root root 7617 Sep 20 2007 targetconfigtypes.h -rw-r--r-- 1 root root 73068 Sep 20 2007 testdebug.h -rw-r--r-- 1 root root 9650 Sep 20 2007 tonetype.h -rw-r--r-- 1 root root 4234 Jun 4 2001 typedefs.h -rw-r--r-- 1 root root 20907 Jun 21 2004 usbhalos.h /usr/lib/hsfmodem/./modules/include: total 44 -rw-r--r-- 1 root root 1006 Jan 13 2006 cdbgscr_ex.h -rw-r--r-- 1 root root 584 Jan 13 2006 linux_dbgscr.h -rw-r--r-- 1 root root 1045 Jan 13 2006 osdiag_dev.h -rw-r--r-- 1 root root 1975 Dec 7 2007 oshda.h -rw-r--r-- 1 root root 647 May 7 2007 oslinux.h -rw-r--r-- 1 root root 687 Jan 13 2006 osmodule.h -rw-r--r-- 1 root root 4830 May 7 2007 osresour_ex.h -rw-r--r-- 1 root root 1371 Oct 4 2006 osstdio.h -rw-r--r-- 1 root root 4214 Jan 13 2006 osusb.h + ls -lR /lib/modules/2.6.25-gentoo-r7/misc /lib/modules/2.6.25-gentoo-r7/extra /lib/modules/2.6.25-gentoo-r7/updates /lib/modules/2.6.25-gentoo-r7/extra: total 3968 -rw-r--r-- 1 root root 2437208 Aug 17 12:38 hsfengine.ko -rw-r--r-- 1 root root 134738 Aug 17 12:38 hsfmc97ali.ko -rw-r--r-- 1 root root 121835 Aug 17 12:38 hsfmc97ati.ko -rw-r--r-- 1 root root 129894 Aug 17 12:38 hsfmc97ich.ko -rw-r--r-- 1 root root 124170 Aug 17 12:38 hsfmc97sis.ko -rw-r--r-- 1 root root 124676 Aug 17 12:38 hsfmc97via.ko -rw-r--r-- 1 root root 152068 Aug 17 12:38 hsfosspec.ko -rw-r--r-- 1 root root 123891 Aug 17 12:38 hsfpcibasic2.ko -rw-r--r-- 1 root root 250248 Aug 17 12:38 hsfpcibasic3.ko -rw-r--r-- 1 root root 26686 Aug 17 12:38 hsfserial.ko -rw-r--r-- 1 root root 242279 Aug 17 12:38 hsfsoar.ko -rw-r--r-- 1 root root 120989 Aug 17 12:38 hsfusbcd2.ko /lib/modules/2.6.25-gentoo-r7/misc: total 276 -rw-r--r-- 1 root root 232632 Aug 16 15:58 vmmon.ko -rw-r--r-- 1 root root 43392 Aug 16 15:58 vmnet.ko /lib/modules/2.6.25-gentoo-r7/updates: total 0
+ hsfstop + modprobe -v /dev/ttySHSF install /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfpcibasic3; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfsoar.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfosspec.ko dcpmajor=242 diagmajor=243 insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfengine.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfserial.ko serialmajor=240 insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfpcibasic2.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfpcibasic3.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ich.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97via.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ali.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97ati.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfmc97sis.ko insmod /lib/modules/2.6.25-gentoo-r7/extra/hsfusbcd2.ko insmod /lib/modules/2.6.25-gentoo-r7/alsa-driver/pci/hda/snd-hda-intel.ko + lsmod Module Size Used by snd_hda_intel 381080 0 hsfusbcd2 73520 0 hsfmc97sis 77856 0 hsfmc97ati 76576 0 hsfmc97ali 84328 0 hsfmc97via 78632 0 hsfmc97ich 81632 0 hsfpcibasic3 125104 0 hsfpcibasic2 74848 0 hsfserial 25188 8 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2 hsfengine 1529880 9 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial hsfosspec 101040 10 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial,hsfengine hsfsoar 108408 7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2 snd_seq 43296 0 snd_seq_device 7188 1 snd_seq snd_pcm 58248 1 snd_hda_intel snd_timer 17872 2 snd_seq,snd_pcm snd_page_alloc 8848 2 snd_hda_intel,snd_pcm nvidia 8102320 26 snd_hwdep 8008 1 snd_hda_intel snd 39304 6 snd_hda_intel,snd_seq,snd_seq_device,snd_pcm,snd_timer,snd_hwdep video 22036 24 output 5440 1 video soundcore 8608 1 snd + date Sun Aug 17 13:38:51 CEST 2008 + /usr/sbin/hsfconfig --info Conexant HSF softmodem driver, version 7.68.00.12x86_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". Note: HDA support not compiled in the driver Note: kernel module snd-intel8x0m overridden by hsfmc97ich hsfmc97sis Warning: no device detected by hsf driver - HDA modems may require reboot Note: HDA support not compiled in the driver Note: kernel module snd-intel8x0m overridden by hsfmc97ich hsfmc97sis + identify_system linux-x86_64(x86_64)-2.6.25-gentoo-r7-SMP unknown-unknown + uname -a Linux metalbox 2.6.25-gentoo-r7 #2 SMP Sat Aug 16 15:53:58 CEST 2008 x86_64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz GenuineIntel GNU/Linux + gcc -v Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix gcc version 4.1.2 (Gentoo 4.1.2 p1.1) + cat -v /proc/version Linux version 2.6.25-gentoo-r7 (root@metalbox) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #2 SMP Sat Aug 16 15:53:58 CEST 2008 + cat -v /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz stepping : 10 cpu MHz : 2400.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 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 pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm ida bogomips : 4793.19 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 T7700 @ 2.40GHz stepping : 10 cpu MHz : 2400.000 cache size : 4096 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 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 pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm ida bogomips : 4787.98 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 1.12.11.1 + dmesg Linux version 2.6.25-gentoo-r7 (root@metalbox) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #2 SMP Sat Aug 16 15:53:58 CEST 2008 Command line: root=/dev/sda6 vga=0x37D video=uvesafb:1920x1200-32,mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0 fbcon=scrollback:8192K quiet CONSOLE=/dev/tty1 BOOT_MSG="Benvenuto in Gentoo Linux!" BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009f000 (usable) BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved) BIOS-e820: 0000000000100000 - 00000000dfe6d800 (usable) BIOS-e820: 00000000dfe6d800 - 00000000e0000000 (reserved) BIOS-e820: 00000000f4000000 - 00000000f8000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved) BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved) BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved) BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100002000 - 0000000120000000 (usable) Entering add_active_range(0, 0, 159) 0 entries of 3200 used Entering add_active_range(0, 256, 917101) 1 entries of 3200 used Entering add_active_range(0, 1048578, 1179648) 2 entries of 3200 used end_pfn_map = 1179648 DMI 2.4 present. ACPI: RSDP 000FBBF0, 0024 (r2 DELL ) ACPI: XSDT DFE6F200, 005C (r1 DELL M08 27D8070B ASL 61) ACPI: FACP DFE6F09C, 00F4 (r4 DELL M08 27D8070B ASL 61) ACPI: DSDT DFE6F800, 5658 (r2 INT430 SYSFexxx 1001 INTL 20050624) ACPI: FACS DFE7E000, 0040 ACPI: HPET DFE6F300, 0038 (r1 DELL M08 1 ASL 61) ACPI: APIC DFE6F400, 0068 (r1 DELL M08 27D8070B ASL 47) ACPI: MCFG DFE6F3C0, 003E (r16 DELL M08 27D8070B ASL 61) ACPI: SLIC DFE6F49C, 0176 (r1 DELL M08 27D8070B ASL 61) ACPI: BOOT DFE6EFC0, 0028 (r1 DELL M08 27D8070B ASL 61) ACPI: SSDT DFE6D97A, 04CC (r1 PmRef CpuPm 3000 INTL 20050624) No NUMA configuration found Faking a node at 0000000000000000-0000000120000000 Entering add_active_range(0, 0, 159) 0 entries of 3200 used Entering add_active_range(0, 256, 917101) 1 entries of 3200 used Entering add_active_range(0, 1048578, 1179648) 2 entries of 3200 used Bootmem setup node 0 0000000000000000-0000000120000000 NODE_DATA [000000000000e000 - 0000000000014fff] bootmap [0000000000015000 - 0000000000038fff] pages 24 early res: 0 [0-fff] BIOS data page early res: 1 [6000-7fff] SMP_TRAMPOLINE early res: 2 [200000-8c4ba7] TEXT DATA BSS early res: 3 [37f46000-37fefd68] RAMDISK early res: 4 [9f000-9ffff] EBDA early res: 5 [8000-dfff] PGTABLE No mptable found. [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0 [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0 [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0 [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0 [ffffe20000800000-ffffe200009fffff] PMD ->ffff810002200000 on node 0 [ffffe20000a00000-ffffe20000bfffff] PMD ->ffff810002600000 on node 0 [ffffe20000c00000-ffffe20000dfffff] PMD ->ffff810002a00000 on node 0 [ffffe20000e00000-ffffe20000ffffff] PMD ->ffff810002e00000 on node 0 [ffffe20001000000-ffffe200011fffff] PMD ->ffff810003200000 on node 0 [ffffe20001200000-ffffe200013fffff] PMD ->ffff810003600000 on node 0 [ffffe20001400000-ffffe200015fffff] PMD ->ffff810003a00000 on node 0 [ffffe20001600000-ffffe200017fffff] PMD ->ffff810003e00000 on node 0 [ffffe20001800000-ffffe200019fffff] PMD ->ffff810004200000 on node 0 [ffffe20001a00000-ffffe20001bfffff] PMD ->ffff810004600000 on node 0 [ffffe20001c00000-ffffe20001dfffff] PMD ->ffff810004a00000 on node 0 [ffffe20001e00000-ffffe20001ffffff] PMD ->ffff810004e00000 on node 0 [ffffe20002000000-ffffe200021fffff] PMD ->ffff810005200000 on node 0 [ffffe20002200000-ffffe200023fffff] PMD ->ffff810005600000 on node 0 [ffffe20002400000-ffffe200025fffff] PMD ->ffff810005a00000 on node 0 [ffffe20002600000-ffffe200027fffff] PMD ->ffff810005e00000 on node 0 [ffffe20002800000-ffffe200029fffff] PMD ->ffff810006200000 on node 0 [ffffe20002a00000-ffffe20002bfffff] PMD ->ffff810006600000 on node 0 [ffffe20002c00000-ffffe20002dfffff] PMD ->ffff810006a00000 on node 0 [ffffe20002e00000-ffffe20002ffffff] PMD ->ffff810006e00000 on node 0 [ffffe20003000000-ffffe200031fffff] PMD ->ffff810007200000 on node 0 [ffffe20003800000-ffffe200039fffff] PMD ->ffff810007600000 on node 0 [ffffe20003a00000-ffffe20003bfffff] PMD ->ffff810007a00000 on node 0 [ffffe20003c00000-ffffe20003dfffff] PMD ->ffff810007e00000 on node 0 [ffffe20003e00000-ffffe20003ffffff] PMD ->ffff810008200000 on node 0 Zone PFN ranges: DMA 0 -> 4096 DMA32 4096 -> 1048576 Normal 1048576 -> 1179648 Movable zone start PFN for each node early_node_map[3] active PFN ranges 0: 0 -> 159 0: 256 -> 917101 0: 1048578 -> 1179648 On node 0 totalpages: 1048074 DMA zone: 56 pages used for memmap DMA zone: 1742 pages reserved DMA zone: 2201 pages, LIFO batch:0 DMA32 zone: 14280 pages used for memmap DMA32 zone: 898725 pages, LIFO batch:31 Normal zone: 1792 pages used for memmap Normal zone: 129278 pages, LIFO batch:31 Movable zone: 0 pages used for memmap ACPI: PM-Timer IO Port: 0x1008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Processor #0 (Bootup-CPU) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Processor #1 ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Setting APIC routing to flat ACPI: HPET id: 0x8086a201 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 PM: Registered nosave memory: 00000000dfe6d000 - 00000000dfe6e000 PM: Registered nosave memory: 00000000dfe6e000 - 00000000e0000000 PM: Registered nosave memory: 00000000e0000000 - 00000000f4000000 PM: Registered nosave memory: 00000000f4000000 - 00000000f8000000 PM: Registered nosave memory: 00000000f8000000 - 00000000fec00000 PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000 PM: Registered nosave memory: 00000000fec10000 - 00000000fed18000 PM: Registered nosave memory: 00000000fed18000 - 00000000fed1c000 PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 PM: Registered nosave memory: 00000000fed20000 - 00000000fed90000 PM: Registered nosave memory: 00000000fed90000 - 00000000feda0000 PM: Registered nosave memory: 00000000feda0000 - 00000000feda6000 PM: Registered nosave memory: 00000000feda6000 - 00000000fee00000 PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000 PM: Registered nosave memory: 00000000fee10000 - 00000000fff00000 PM: Registered nosave memory: 00000000fff00000 - 0000000100000000 PM: Registered nosave memory: 0000000100000000 - 0000000100002000 Allocating PCI resources starting at e2000000 (gap: e0000000:14000000) SMP: Allowing 2 CPUs, 0 hotplug CPUs PERCPU: Allocating 34584 bytes of per cpu data Built 1 zonelists in Node order, mobility grouping on. Total pages: 1030204 Policy zone: Normal Kernel command line: root=/dev/sda6 vga=0x37D video=uvesafb:1920x1200-32,mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0 fbcon=scrollback:8192K quiet CONSOLE=/dev/tty1 BOOT_MSG="Benvenuto in Gentoo Linux!" Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) Extended CMOS year: 2000 TSC calibrated against PM_TIMER time.c: Detected 2393.998 MHz processor. Console: colour dummy device 80x25 console [tty0] enabled Checking aperture... PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Placing software IO TLB between 0x841e000 - 0xc41e000 Memory: 4058908k/4718592k available (3574k kernel code, 133388k reserved, 1950k data, 412k init) CPA: page pool initialized 1 of 1 pages preallocated hpet clockevent registered Calibrating delay using timer specific routine.. 4793.19 BogoMIPS (lpj=9586395) Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Mount-cache hash table entries: 256 CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 4096K CPU 0/0 -> Node 0 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 CPU0: Thermal monitoring enabled (TM2) using mwait in idle threads. ACPI: Core revision 20070126 Using local APIC timer interrupts. APIC timer calibration result 12468748 Detected 12.468 MHz APIC timer. Booting processor 1/2 APIC 0x1 Initializing CPU#1 Calibrating delay using timer specific routine.. 4787.98 BogoMIPS (lpj=9575964) CPU: L1 I cache: 32K, L1 D cache: 32K CPU: L2 cache: 4096K CPU 1/1 -> Node 0 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 1 CPU1: Thermal monitoring enabled (TM2) Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz stepping 0a checking TSC synchronization [CPU#0 -> CPU#1]: passed. Brought up 2 CPUs net_namespace: 408 bytes NET: Registered protocol family 16 No dock devices found. ACPI: bus type pci registered PCI: Using MMCONFIG at f4000000 - f7ffffff PCI: Using configuration type 1 ACPI: EC: Look up EC in DSDT ACPI: Interpreter enabled ACPI: (supports S0 S3 S4 S5) ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [PCI0] (0000:00) pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO pci 0000:00:1f.0: quirk: region 1080-10bf claimed by ICH6 GPIO PCI: Transparent bridge - 0000:00:1e.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 11) *7 ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10 ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *4 ACPI: PCI Interrupt Link [LNKD] (IRQs *5 7 9 10 11) ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init ACPI: bus type pnp registered 00:0b: mem resource (0xdff00000-0xe06fffff) overlaps 0000:00:01.0 BAR 9 (0xe0000000-0xefffffff), disabling pnp: PnP ACPI: found 12 devices ACPI: ACPI bus type pnp unregistered SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report Bluetooth: Core ver 2.11 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized PCI-GART: No AMD northbridge found. hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 hpet0: 3 64-bit timers, 14318180 Hz system 00:05: ioport range 0xc80-0xcff could not be reserved system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved system 00:09: ioport range 0x900-0x97f has been reserved system 00:09: ioport range 0x4d0-0x4d1 has been reserved system 00:09: ioport range 0x1000-0x1005 has been reserved system 00:09: ioport range 0x1008-0x100f has been reserved system 00:0a: ioport range 0xf400-0xf4fe has been reserved system 00:0a: ioport range 0x1006-0x1007 has been reserved system 00:0a: ioport range 0x100a-0x1059 could not be reserved system 00:0a: ioport range 0x1060-0x107f has been reserved system 00:0a: ioport range 0x1080-0x10bf has been reserved system 00:0a: ioport range 0x10c0-0x10df has been reserved system 00:0a: ioport range 0x1010-0x102f has been reserved system 00:0a: ioport range 0x809-0x809 has been reserved system 00:0b: iomem range 0x0-0x9efff could not be reserved system 00:0b: iomem range 0x9f000-0x9ffff could not be reserved system 00:0b: iomem range 0xc0000-0xcffff has been reserved system 00:0b: iomem range 0xe0000-0xfffff has been reserved system 00:0b: iomem range 0x100000-0xdfe6d7ff could not be reserved system 00:0b: iomem range 0xdfe6d800-0xdfefffff could not be reserved system 00:0b: iomem range 0xdff00000-0xdfffffff could not be reserved system 00:0b: iomem range 0xfff00000-0xffffffff could not be reserved system 00:0b: iomem range 0xffa00000-0xffafffff has been reserved system 00:0b: iomem range 0xfec00000-0xfec0ffff could not be reserved system 00:0b: iomem range 0xfee00000-0xfee0ffff could not be reserved system 00:0b: iomem range 0xfed20000-0xfed8ffff could not be reserved system 00:0b: iomem range 0xfeda0000-0xfeda3fff could not be reserved system 00:0b: iomem range 0xfeda4000-0xfeda4fff could not be reserved system 00:0b: iomem range 0xfeda5000-0xfeda5fff could not be reserved system 00:0b: iomem range 0xfeda6000-0xfeda6fff has been reserved system 00:0b: iomem range 0xfed18000-0xfed1bfff could not be reserved system 00:0b: iomem range 0xf4000000-0xf7ffffff could not be reserved PCI: Bridge: 0000:00:01.0 IO window: e000-efff MEM window: 0xfa000000-0xfeafffff PREFETCH window: 0x00000000e0000000-0x00000000efffffff PCI: Bridge: 0000:00:1c.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:00:1c.3 IO window: d000-dfff MEM window: 0xf9e00000-0xf9ffffff PREFETCH window: 0x00000000f0000000-0x00000000f01fffff PCI: Bridge: 0000:00:1e.0 IO window: disabled. MEM window: 0xf9d00000-0xf9dfffff PREFETCH window: disabled. ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:01.0 to 64 ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:00:1c.0 to 64 ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 19 PCI: Setting latency timer of device 0000:00:1c.3 to 64 PCI: Setting latency timer of device 0000:00:1e.0 to 64 NET: Registered protocol family 2 IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) TCP established hash table entries: 524288 (order: 11, 8388608 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 524288 bind 65536) TCP reno registered checking if image is initramfs... it is Freeing initrd memory: 679k freed Simple Boot Flag at 0x79 set to 0x1 Total HugeTLB memory allocated, 0 Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). NTFS driver 2.1.29 [Flags: R/O]. fuse init (API version 7.9) io scheduler noop registered io scheduler deadline registered io scheduler cfq registered (default) pci 0000:01:00.0: Boot video device PCI: Setting latency timer of device 0000:00:01.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:01.0:pcie00] Allocate Port Service[0000:00:01.0:pcie02] Allocate Port Service[0000:00:01.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.0:pcie00] Allocate Port Service[0000:00:1c.0:pcie02] Allocate Port Service[0000:00:1c.0:pcie03] PCI: Setting latency timer of device 0000:00:1c.3 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:1c.3:pcie00] Allocate Port Service[0000:00:1c.3:pcie02] Allocate Port Service[0000:00:1c.3:pcie03] Real Time Clock Driver v1.12ac hpet_resources: 0xfed00000 is busy Linux agpgart interface v0.103 uvesafb: NVIDIA Corporation, G84 Board - p410h1 , Chip Rev , OEM: NVIDIA, VBE v3.0 uvesafb: VBIOS/hardware doesn't support DDC transfers uvesafb: no monitor limits have been set, default refresh rate will be used uvesafb: scrolling: redraw Console: switching to colour frame buffer device 240x75 fbcondecor: console 0 using theme 'livecd-2007.0' fbcondecor: switched decor state to 'on' on console 0 uvesafb: framebuffer at 0xfb000000, mapped to 0xffffc20005100000, using 14336k, total 14336k fb0: VESA VGA frame buffer device vesafb: cannot reserve video memory at 0xfb000000 vesafb: framebuffer at 0xfb000000, mapped to 0xffffc20006800000, using 14336k, total 14336k vesafb: mode is 1920x1200x32, linelength=7680, pages=1 vesafb: scrolling: redraw vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 fb1: VESA VGA frame buffer device ACPI: AC Adapter [AC] (on-line) ACPI: Battery Slot [BAT0] (battery present) input: Lid Switch as /class/input/input0 ACPI: Lid Switch [LID] input: Power Button (CM) as /class/input/input1 ACPI: Power Button (CM) [PBTN] input: Sleep Button (CM) as /class/input/input2 ACPI: Sleep Button (CM) [SBTN] ACPI: SSDT DFE6E4B0, 02C8 (r1 PmRef Cpu0Ist 3000 INTL 20050624) ACPI: SSDT DFE6DE46, 05E5 (r1 PmRef Cpu0Cst 3001 INTL 20050624) Monitor-Mwait will be used to enter C-1 state Monitor-Mwait will be used to enter C-2 state Monitor-Mwait will be used to enter C-3 state ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3]) ACPI: ACPI0007:00 is registered as cooling_device0 ACPI: Processor [CPU0] (supports 8 throttling states) ACPI: SSDT DFE6E778, 00C4 (r1 PmRef Cpu1Ist 3000 INTL 20050624) ACPI: SSDT DFE6E42B, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20050624) ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3]) ACPI: ACPI0007:01 is registered as cooling_device1 ACPI: Processor [CPU1] (supports 8 throttling states) ACPI: LNXTHERM:01 is registered as thermal_zone0 ACPI: Thermal Zone [THM] (62 C) Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled Floppy drive(s): fd0 is 1.44M Marking TSC unstable due to possible TSC halt in C2 Clocksource tsc unstable (delta = -255307462 ns) floppy0: no floppy controllers found brd: module loaded loop: module loaded ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 17 ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0 b44.c:v2.0 eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:1c:23:b4:f8:0e PPP generic driver version 2.4.2 PPP Deflate Compression module registered PPP BSD Compression module registered PPP MPPE Compression module registered tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> console [netcon0] enabled netconsole: network logging started Uniform Multi-Platform E-IDE driver ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH8M: IDE controller (0x8086:0x2850 rev 0x02) at PCI slot 0000:00:1f.1 ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16 ICH8M: not 100% native mode: will probe irqs later ICH8M: IDE port disabled ide0: BM-DMA at 0x6fa0-0x6fa7, BIOS settings: hda:DMA, hdb:PIO Probing IDE interface ide0... hda: TSSTcorp DVD+/-RW TS-L632H, ATAPI CD/DVD-ROM drive hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 hda: UDMA/33 mode selected ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hda: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache Uniform CD-ROM driver Revision: 3.20 Driver 'sd' needs updating - please use bus_type methods Driver 'sr' needs updating - please use bus_type methods ahci 0000:00:1f.2: version 3.0 ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 17 ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part PCI: Setting latency timer of device 0000:00:1f.2 to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci ata1: SATA max UDMA/133 abar m2048@0xfebfb800 port 0xfebfb900 irq 1276 ata2: DUMMY ata3: SATA max UDMA/133 abar m2048@0xfebfb800 port 0xfebfba00 irq 1276 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-8: SAMSUNG HM320JI, 2SS00_01, max UDMA7 ata1.00: 625142448 sectors, multi 8: LBA48 NCQ (depth 31/32) ata1.00: configured for UDMA/133 ata3: SATA link down (SStatus 0 SControl 300) scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM320JI 2SS0 PQ: 0 ANSI: 5 sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 > sd 0:0:0:0: [sda] Attached SCSI disk sd 0:0:0:0: Attached scsi generic sg0 type 0 Fusion MPT base driver 3.04.06 Copyright (c) 1999-2007 LSI Corporation Fusion MPT SPI Host driver 3.04.06 ACPI: PCI Interrupt 0000:03:01.0[A] -> GSI 19 (level, low) -> IRQ 19 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19] MMIO=[f9dfd800-f9dfdfff] Max Packet=[2048] IR/IT contexts=[4/4] ieee1394: raw1394: /dev/raw1394 device initialized ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 22 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1a.7 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 PCI: cache line size of 32 is not supported by device 0000:00:1a.7 ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400 ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.7 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 PCI: cache line size of 32 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1a.0 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 20, io base 0x00006f20 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1a.1 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 0x00006f00 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 2 ports detected hub 1-0:1.0: unable to enumerate USB device on port 2 ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20 PCI: Setting latency timer of device 0000:00:1d.0 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 20, io base 0x00006f80 usb usb5: configuration #1 chosen from 1 choice hub 5-0:1.0: USB hub found hub 5-0:1.0: 2 ports detected ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1d.1 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 21, io base 0x00006f60 usb usb6: configuration #1 chosen from 1 choice hub 6-0:1.0: USB hub found hub 6-0:1.0: 2 ports detected usb 2-6: new high speed USB device using ehci_hcd and address 2 ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 22 (level, low) -> IRQ 22 PCI: Setting latency timer of device 0000:00:1d.2 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 22, io base 0x00006f40 usb usb7: configuration #1 chosen from 1 choice hub 7-0:1.0: USB hub found hub 7-0:1.0: 2 ports detected usb 2-6: configuration #1 chosen from 1 choice usb 3-2: new full speed USB device using uhci_hcd and address 2 usb 3-2: configuration #1 chosen from 1 choice hub 3-2:1.0: USB hub found hub 3-2:1.0: 3 ports detected ieee1394: Host added: ID:BUS[0-00:1023] GUID[474fc000103ea870] usb 3-2.1: new full speed USB device using uhci_hcd and address 3 usb 3-2.1: configuration #1 chosen from 1 choice usb 3-2.2: new full speed USB device using uhci_hcd and address 4 usb 3-2.2: configuration #1 chosen from 1 choice usb 3-2.3: new full speed USB device using uhci_hcd and address 5 usb 3-2.3: configuration #1 chosen from 1 choice usbcore: registered new interface driver usblp Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard as /class/input/input3 i2c /dev entries driver ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17 input: PS/2 Mouse as /class/input/input4 input: AlpsPS/2 ALPS GlidePoint as /class/input/input5 device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@xxxxxxxxxx Bluetooth: HCI USB driver ver 2.9 usbcore: registered new interface driver hci_usb Bluetooth: Virtual HCI driver ver 1.2 Bluetooth: HCI UART driver ver 2.2 Bluetooth: HCI H4 protocol initialized Bluetooth: HCI BCSP protocol initialized Bluetooth: Broadcom Blutonium firmware driver ver 1.1 usbcore: registered new interface driver bcm203x Bluetooth: Digianswer Bluetooth USB driver ver 0.9 usbcore: registered new interface driver bpa10x Bluetooth: BlueFRITZ! USB driver ver 1.1 usbcore: registered new interface driver bfusb input: Broadcom Corp as /class/input/input6 input: USB HID v1.11 Keyboard [Broadcom Corp] on usb-0000:00:1a.0-2.2 input: Broadcom Corp as /class/input/input7 input: USB HID v1.11 Mouse [Broadcom Corp] on usb-0000:00:1a.0-2.3 usbcore: registered new interface driver usbhid drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver oprofile: using NMI interrupt. TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 10 IPv6 over IPv4 tunneling driver NET: Registered protocol family 17 Bluetooth: L2CAP ver 2.9 Bluetooth: L2CAP socket layer initialized Bluetooth: SCO (Voice Link) ver 0.5 Bluetooth: SCO socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 Bluetooth: BNEP (Ethernet Emulation) ver 1.2 Bluetooth: BNEP filters: protocol multicast Bluetooth: HIDP (Human Interface Emulation) ver 1.2 RPC: Registered udp transport module. RPC: Registered tcp transport module. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 412k freed ACPI: device:32 is registered as cooling_device2 input: Video Bus as /class/input/input8 ACPI: Video Device [VID] (multi-head: yes rom: no post: no) ACPI: device:37 is registered as cooling_device3 input: Video Bus as /class/input/input9 ACPI: Video Device [VID1] (multi-head: yes rom: no post: no) input: Video Bus as /class/input/input10 ACPI: Video Device [VID2] (multi-head: yes rom: no post: no) nvidia: module license 'NVIDIA' taints kernel. ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16 PCI: Setting latency timer of device 0000:01:00.0 to 64 NVRM: loading NVIDIA UNIX x86_64 Kernel Module 173.14.09 Wed Jun 4 23:40:50 PDT 2008 ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1b.0 to 64 patch_cxthsfmodem: symbol_request(cnxthwhda_probe) failed fbcondecor: console 0 using theme 'livecd-2007.0' fbcondecor: switched decor state to 'on' on console 0 EXT3 FS on sda6, internal journal kjournald starting. Commit interval 5 seconds EXT3-fs warning: maximal mount count reached, running e2fsck is recommended EXT3 FS on sda7, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 4192892k swap on /dev/sda5. Priority:-1 extents:1 across:4192892k ADDRCONF(NETDEV_UP): eth0: link is not ready hci_cmd_task: hci0 command tx timeout usbcore: registered new interface driver hsfusbcd2 input: Logitech (3) Button Mouse as /class/input/input11 b44: eth0: Link is up at 100 Mbps, full duplex. b44: eth0: Flow control is off for TX and off for RX. ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready eth0: no IPv6 routers present usbcore: deregistering interface driver hsfusbcd2 ACPI: PCI interrupt for device 0000:00:1b.0 disabled usbcore: registered new interface driver hsfusbcd2 ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21 PCI: Setting latency timer of device 0000:00:1b.0 to 64 patch_cxthsfmodem: symbol_request(cnxthwhda_probe) failed + lspci -n 00:00.0 0600: 8086:2a00 (rev 0c) 00:01.0 0604: 8086:2a01 (rev 0c) 00:1a.0 0c03: 8086:2834 (rev 02) 00:1a.1 0c03: 8086:2835 (rev 02) 00:1a.7 0c03: 8086:283a (rev 02) 00:1b.0 0403: 8086:284b (rev 02) 00:1c.0 0604: 8086:283f (rev 02) 00:1c.3 0604: 8086:2845 (rev 02) 00:1d.0 0c03: 8086:2830 (rev 02) 00:1d.1 0c03: 8086:2831 (rev 02) 00:1d.2 0c03: 8086:2832 (rev 02) 00:1d.7 0c03: 8086:2836 (rev 02) 00:1e.0 0604: 8086:2448 (rev f2) 00:1f.0 0601: 8086:2815 (rev 02) 00:1f.1 0101: 8086:2850 (rev 02) 00:1f.2 0106: 8086:2829 (rev 02) 00:1f.3 0c05: 8086:283e (rev 02) 01:00.0 0300: 10de:0407 (rev a1) 03:00.0 0200: 14e4:170c (rev 02) 03:01.0 0c00: 1180:0832 (rev 05) 03:01.1 0805: 1180:0822 (rev 22) 03:01.2 0880: 1180:0843 (rev 12) 03:01.3 0880: 1180:0592 (rev 12) 03:01.4 0880: 1180:0852 (rev 12) + lspci -v 00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 0c) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 0 Capabilities: [e0] Vendor Specific Information <?> 00:01.0 PCI bridge: Intel Corporation Mobile PCI Express Root Port (rev 0c) (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: 0000e000-0000efff Memory behind bridge: fa000000-feafffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Capabilities: [88] Subsystem: Dell Unknown device 01f2 Capabilities: [80] Power Management version 3 Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [a0] Express Root Port (Slot+), MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [140] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 20 I/O ports at 6f20 [size=32] Kernel driver in use: uhci_hcd 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 21 I/O ports at 6f00 [size=32] Kernel driver in use: uhci_hcd 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02) (prog-if 20 [EHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 22 Memory at fed1c400 (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 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 0, IRQ 21 Memory at febfc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [130] Root Complex Link <?> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0 Capabilities: [40] Express Root Port (Slot+), MSI 00 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Dell Unknown device 01f2 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=0c, subordinate=0d, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9ffffff Prefetchable memory behind bridge: 00000000f0000000-00000000f01fffff Capabilities: [40] Express Root Port (Slot+), MSI 00 Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Capabilities: [90] Subsystem: Dell Unknown device 01f2 Capabilities: [a0] Power Management version 2 Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 20 I/O ports at 6f80 [size=32] Kernel driver in use: uhci_hcd 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 21 I/O ports at 6f60 [size=32] Kernel driver in use: uhci_hcd 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 22 I/O ports at 6f40 [size=32] Kernel driver in use: uhci_hcd 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02) (prog-if 20 [EHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 20 Memory at fed1c000 (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 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2) (prog-if 01 [Subtractive decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=32 Memory behind bridge: f9d00000-f9dfffff Capabilities: [50] Subsystem: Dell Unknown device 01f2 00:1f.0 ISA bridge: Intel Corporation Mobile LPC Interface Controller (rev 02) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0 Capabilities: [e0] Vendor Specific Information <?> 00:1f.1 IDE interface: Intel Corporation Mobile IDE Controller (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 0, IRQ 16 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 6fa0 [size=16] Kernel driver in use: PIIX_IDE 00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: Dell Unknown device 01f2 Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 1276 I/O ports at 6eb0 [size=8] I/O ports at 6eb8 [size=4] I/O ports at 6ec0 [size=8] I/O ports at 6ec8 [size=4] I/O ports at 6ee0 [size=32] Memory at febfb800 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/2 Enable+ Capabilities: [70] Power Management version 3 Capabilities: [a8] SATA HBA <?> Kernel driver in use: ahci 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02) Subsystem: Dell Unknown device 01f2 Flags: medium devsel, IRQ 17 Memory at febfb700 (32-bit, non-prefetchable) [size=256] I/O ports at 10c0 [size=32] Kernel driver in use: i801_smbus 01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0407 (rev a1) (prog-if 00 [VGA controller]) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Memory at e0000000 (64-bit, prefetchable) [size=256M] Memory at fa000000 (64-bit, non-prefetchable) [size=32M] I/O ports at ef00 [size=128] [virtual] Expansion ROM at fea00000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Capabilities: [78] Express Endpoint, MSI 00 Capabilities: [100] Virtual Channel <?> Capabilities: [128] Power Budgeting <?> Capabilities: [600] Vendor Specific Information <?> Kernel driver in use: nvidia Kernel modules: nvidia 03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) Subsystem: Dell Unknown device 01f2 Flags: bus master, fast devsel, latency 64, IRQ 17 Memory at f9dfe000 (32-bit, non-prefetchable) [size=8K] Capabilities: [40] Power Management version 2 Kernel driver in use: b44 03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05) (prog-if 10 [OHCI]) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 19 Memory at f9dfd800 (32-bit, non-prefetchable) [size=2K] Capabilities: [dc] Power Management version 2 Kernel driver in use: ohci1394 03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22) (prog-if 01) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd400 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 12) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd500 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd600 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12) Subsystem: Dell Unknown device 01f2 Flags: bus master, medium devsel, latency 64, IRQ 4 Memory at f9dfd700 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 + lspci -n -vvv 00:00.0 0600: 8086:2a00 (rev 0c) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information <?> 00:01.0 0604: 8086:2a01 (rev 0c) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fa000000-feafffff Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [88] Subsystem: 1028:01f2 Capabilities: [80] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0300c Data: 4159 Capabilities: [a0] Express (v1) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #2, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise- Slot # 1, PowerLimit 75.000000; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd On, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [100] Virtual Channel <?> Capabilities: [140] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1a.0 0c03: 8086:2834 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 6f20 [size=32] Kernel driver in use: uhci_hcd 00:1a.1 0c03: 8086:2835 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 6f00 [size=32] Kernel driver in use: uhci_hcd 00:1a.7 0c03: 8086:283a (rev 02) (prog-if 20 [EHCI]) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 0: Memory at fed1c400 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Kernel driver in use: ehci_hcd 00:1b.0 0403: 8086:284b (rev 02) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 21 Region 0: Memory at febfc000 (64-bit, non-prefetchable) [size=16K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited ExtTag- RBE- FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Virtual Channel <?> Capabilities: [130] Root Complex Link <?> Kernel driver in use: HDA Intel Kernel modules: snd-hda-intel 00:1c.0 0604: 8086:283f (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0 I/O behind bridge: 0000f000-00000fff Memory behind bridge: fff00000-000fffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us ClockPM- Suprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+ Slot # 2, PowerLimit 6.500000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal+ PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0300c Data: 4161 Capabilities: [90] Subsystem: 1028:01f2 Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1c.3 0604: 8086:2845 (rev 02) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Bus: primary=00, secondary=0c, subordinate=0d, sec-latency=0 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: f9e00000-f9ffffff Prefetchable memory behind bridge: 00000000f0000000-00000000f01fffff Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #4, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <4us ClockPM- Suprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+ Slot # 5, PowerLimit 6.500000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+ Address: fee0300c Data: 4169 Capabilities: [90] Subsystem: 1028:01f2 Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel <?> Capabilities: [180] Root Complex Link <?> Kernel driver in use: pcieport-driver 00:1d.0 0c03: 8086:2830 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 4: I/O ports at 6f80 [size=32] Kernel driver in use: uhci_hcd 00:1d.1 0c03: 8086:2831 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 21 Region 4: I/O ports at 6f60 [size=32] Kernel driver in use: uhci_hcd 00:1d.2 0c03: 8086:2832 (rev 02) (prog-if 00 [UHCI]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin C routed to IRQ 22 Region 4: I/O ports at 6f40 [size=32] Kernel driver in use: uhci_hcd 00:1d.7 0c03: 8086:2836 (rev 02) (prog-if 20 [EHCI]) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 20 Region 0: Memory at fed1c000 (32-bit, non-prefetchable) [size=1K] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [58] Debug port: BAR=1 offset=00a0 Kernel driver in use: ehci_hcd 00:1e.0 0604: 8086:2448 (rev f2) (prog-if 01 [Subtractive decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=32 I/O behind bridge: 0000f000-00000fff Memory behind bridge: f9d00000-f9dfffff Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Subsystem: 1028:01f2 00:1f.0 0601: 8086:2815 (rev 02) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Capabilities: [e0] Vendor Specific Information <?> 00:1f.1 0101: 8086:2850 (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: 1028:01f2 Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 0: I/O ports at 01f0 [size=8] Region 1: I/O ports at 03f4 [size=1] Region 2: I/O ports at 0170 [size=8] Region 3: I/O ports at 0374 [size=1] Region 4: I/O ports at 6fa0 [size=16] Kernel driver in use: PIIX_IDE 00:1f.2 0106: 8086:2829 (rev 02) (prog-if 01 [AHCI 1.0]) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin B routed to IRQ 1276 Region 0: I/O ports at 6eb0 [size=8] Region 1: I/O ports at 6eb8 [size=4] Region 2: I/O ports at 6ec0 [size=8] Region 3: I/O ports at 6ec8 [size=4] Region 4: I/O ports at 6ee0 [size=32] Region 5: Memory at febfb800 (32-bit, non-prefetchable) [size=2K] Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/2 Enable+ Address: fee0300c Data: 4179 Capabilities: [70] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a8] SATA HBA <?> Kernel driver in use: ahci 00:1f.3 0c05: 8086:283e (rev 02) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin B routed to IRQ 17 Region 0: Memory at febfb700 (32-bit, non-prefetchable) [size=256] Region 4: I/O ports at 10c0 [size=32] Kernel driver in use: i801_smbus 01:00.0 0300: 10de:0407 (rev a1) (prog-if 00 [VGA controller]) Subsystem: 1028:01f2 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 16 Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M] Region 5: I/O ports at ef00 [size=128] [virtual] Expansion ROM at fea00000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable- Address: 0000000000000000 Data: 0000 Capabilities: [78] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <4us ClockPM- Suprise- LLActRep- BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 128 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [100] Virtual Channel <?> Capabilities: [128] Power Budgeting <?> Capabilities: [600] Vendor Specific Information <?> Kernel driver in use: nvidia Kernel modules: nvidia 03:00.0 0200: 14e4:170c (rev 02) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 Interrupt: pin A routed to IRQ 17 Region 0: Memory at f9dfe000 (32-bit, non-prefetchable) [size=8K] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- Kernel driver in use: b44 03:01.0 0c00: 1180:0832 (rev 05) (prog-if 10 [OHCI]) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (500ns min, 1000ns max), Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 19 Region 0: Memory at f9dfd800 (32-bit, non-prefetchable) [size=2K] Capabilities: [dc] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME+ Kernel driver in use: ohci1394 03:01.1 0805: 1180:0822 (rev 22) (prog-if 01) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd400 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- 03:01.2 0880: 1180:0843 (rev 12) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd500 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- 03:01.3 0880: 1180:0592 (rev 12) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd600 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- 03:01.4 0880: 1180:0852 (rev 12) Subsystem: 1028:01f2 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 4 Region 0: Memory at f9dfd700 (32-bit, non-prefetchable) [size=256] Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) Status: D0 PME-Enable- DSel=0 DScale=2 PME- + lsusb Bus 002 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. Bus 002 Device 001: ID 1d6b:0002 Bus 007 Device 001: ID 1d6b:0001 Bus 006 Device 001: ID 1d6b:0001 Bus 005 Device 001: ID 1d6b:0001 Bus 001 Device 001: ID 1d6b:0002 Bus 004 Device 001: ID 1d6b:0001 Bus 003 Device 005: ID 0a5c:4503 Broadcom Corp. Bus 003 Device 004: ID 0a5c:4502 Broadcom Corp. Bus 003 Device 003: ID 413c:8126 Dell Computer Corp. Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. Bus 003 Device 001: ID 1d6b:0001 + lsusb -v Bus 002 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize0 64 idVendor 0x05a9 OmniVision Technologies, Inc. idProduct 0x2640 bcdDevice 1.00 iManufacturer 1 OmniVision Technologies, Inc. -2640-07.07.20.3 iProduct 2 Laptop Integrated Webcam iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 705 bNumInterfaces 2 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 500mA Interface Association: bLength 8 bDescriptorType 11 bFirstInterface 0 bInterfaceCount 2 bFunctionClass 14 Video bFunctionSubClass 3 Video Interface Collection bFunctionProtocol 0 iFunction 2 Laptop Integrated Webcam Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 14 Video bInterfaceSubClass 1 Video Control bInterfaceProtocol 0 iInterface 2 Laptop Integrated Webcam VideoControl Interface Descriptor: bLength 13 bDescriptorType 36 bDescriptorSubtype 1 (HEADER) bcdUVC 1.00 wTotalLength 109 dwClockFrequency 30.000000MHz bInCollection 1 baInterfaceNr( 0) 1 VideoControl Interface Descriptor: bLength 17 bDescriptorType 36 bDescriptorSubtype 2 (INPUT_TERMINAL) bTerminalID 1 wTerminalType 0x0201 Camera Sensor bAssocTerminal 0 iTerminal 0 wObjectiveFocalLengthMin 0 wObjectiveFocalLengthMax 0 wOcularFocalLength 0 bControlSize 2 bmControls 0x00000a00 Zoom (Absolute) PanTilt (Absolute) VideoControl Interface Descriptor: bLength 9 bDescriptorType 36 bDescriptorSubtype 3 (OUTPUT_TERMINAL) bTerminalID 3 wTerminalType 0x0101 USB Streaming bAssocTerminal 0 bSourceID 5 iTerminal 0 VideoControl Interface Descriptor: bLength 7 bDescriptorType 36 bDescriptorSubtype 4 (SELECTOR_UNIT) bUnitID 4 bNrInPins 1 baSource( 0) 1 iSelector 0 VideoControl Interface Descriptor: bLength 11 bDescriptorType 36 bDescriptorSubtype 5 (PROCESSING_UNIT) Warning: Descriptor too short bUnitID 5 bSourceID 4 wMaxMultiplier 0 bControlSize 2 bmControls 0x0000557f Brightness Contrast Hue Saturation Sharpness Gamma White Balance Temperature Backlight Compensation Power Line Frequency White Balance Temperature, Auto Digital Multiplier iProcessing 0 bmVideoStandards 0x1a NTSC - 525/60 SECAM - 625/50 NTSC - 625/50 VideoControl Interface Descriptor: bLength 26 bDescriptorType 36 bDescriptorSubtype 6 (EXTENSION_UNIT) bUnitID 7 guidExtensionCode {8a0f88dd-ba1c-5449-8a25-f7875967f0f7} bNumControl 1 bNrPins 1 baSourceID( 0) 1 bControlSize 1 bmControls( 0) 0x01 iExtension 0 VideoControl Interface Descriptor: bLength 26 bDescriptorType 36 bDescriptorSubtype 6 (EXTENSION_UNIT) bUnitID 6 guidExtensionCode {08f74a8e-ab51-2546-a2a2-31aab38e59da} bNumControl 1 bNrPins 1 baSourceID( 0) 5 bControlSize 1 bmControls( 0) 0x01 iExtension 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 16 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 14 Video bInterfaceSubClass 2 Video Streaming bInterfaceProtocol 0 iInterface 0 VideoStreaming Interface Descriptor: bLength 15 bDescriptorType 36 bDescriptorSubtype 1 (INPUT_HEADER) bNumFormats 2 wTotalLength 485 bEndPointAddress 129 bmInfo 0 bTerminalLink 3 bStillCaptureMethod 0 bTriggerSupport 0 bTriggerUsage 0 bControlSize 1 bmaControls( 0) 11 bmaControls( 1) 11 VideoStreaming Interface Descriptor: bLength 11 bDescriptorType 36 bDescriptorSubtype 6 (FORMAT_MJPEG) bFormatIndex 1 bNumFrameDescriptors 9 bFlags 1 Fixed-size samples: Yes bDefaultFrameIndex 1 bAspectRatioX 0 bAspectRatioY 0 bmInterlaceFlags 0x00 Interlaced stream or variable: No Fields per frame: 1 fields Field 1 first: No Field pattern: Field 1 only bCopyProtect 0 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 1 bmCapabilities 0x00 Still image unsupported wWidth 640 wHeight 480 dwMinBitRate 147456000 dwMaxBitRate 147456000 dwMaxVideoFrameBufferSize 614400 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 2 bmCapabilities 0x00 Still image unsupported wWidth 160 wHeight 120 dwMinBitRate 9216000 dwMaxBitRate 9216000 dwMaxVideoFrameBufferSize 38400 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 3 bmCapabilities 0x00 Still image unsupported wWidth 176 wHeight 144 dwMinBitRate 12165120 dwMaxBitRate 12165120 dwMaxVideoFrameBufferSize 50688 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 4 bmCapabilities 0x00 Still image unsupported wWidth 320 wHeight 240 dwMinBitRate 36864000 dwMaxBitRate 36864000 dwMaxVideoFrameBufferSize 153600 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 5 bmCapabilities 0x00 Still image unsupported wWidth 352 wHeight 288 dwMinBitRate 48660480 dwMaxBitRate 48660480 dwMaxVideoFrameBufferSize 202752 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 6 bmCapabilities 0x00 Still image unsupported wWidth 800 wHeight 600 dwMinBitRate 230400000 dwMaxBitRate 230400000 dwMaxVideoFrameBufferSize 960000 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 7 bmCapabilities 0x00 Still image unsupported wWidth 1024 wHeight 768 dwMinBitRate 94371840 dwMaxBitRate 94371840 dwMaxVideoFrameBufferSize 1572864 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 8 bmCapabilities 0x00 Still image unsupported wWidth 1280 wHeight 1024 dwMinBitRate 157286400 dwMaxBitRate 157286400 dwMaxVideoFrameBufferSize 2621440 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 7 (FRAME_MJPEG) bFrameIndex 9 bmCapabilities 0x00 Still image unsupported wWidth 1600 wHeight 1200 dwMinBitRate 230400000 dwMaxBitRate 230400000 dwMaxVideoFrameBufferSize 3840000 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 6 bDescriptorType 36 bDescriptorSubtype 13 (COLORFORMAT) bColorPrimaries 1 (BT.709,sRGB) bTransferCharacteristics 1 (BT.709) bMatrixCoefficients 4 (SMPTE 170M (BT.601)) VideoStreaming Interface Descriptor: bLength 27 bDescriptorType 36 bDescriptorSubtype 4 (FORMAT_UNCOMPRESSED) bFormatIndex 2 bNumFrameDescriptors 5 guidFormat {59555932-0000-1000-8000-00aa00389b71} bBitsPerPixel 16 bDefaultFrameIndex 1 bAspectRatioX 0 bAspectRatioY 0 bmInterlaceFlags 0x00 Interlaced stream or variable: No Fields per frame: 1 fields Field 1 first: No Field pattern: Field 1 only bCopyProtect 0 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 1 bmCapabilities 0x00 Still image unsupported wWidth 640 wHeight 480 dwMinBitRate 147456000 dwMaxBitRate 147456000 dwMaxVideoFrameBufferSize 614400 dwDefaultFrameInterval 1000000 bFrameIntervalType 1 dwFrameInterval( 0) 1000000 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 2 bmCapabilities 0x00 Still image unsupported wWidth 160 wHeight 120 dwMinBitRate 9216000 dwMaxBitRate 9216000 dwMaxVideoFrameBufferSize 38400 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 3 bmCapabilities 0x00 Still image unsupported wWidth 176 wHeight 144 dwMinBitRate 12165120 dwMaxBitRate 12165120 dwMaxVideoFrameBufferSize 50688 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 4 bmCapabilities 0x00 Still image unsupported wWidth 320 wHeight 240 dwMinBitRate 36864000 dwMaxBitRate 36864000 dwMaxVideoFrameBufferSize 153600 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 30 bDescriptorType 36 bDescriptorSubtype 5 (FRAME_UNCOMPRESSED) bFrameIndex 5 bmCapabilities 0x00 Still image unsupported wWidth 352 wHeight 288 dwMinBitRate 48660480 dwMaxBitRate 48660480 dwMaxVideoFrameBufferSize 202752 dwDefaultFrameInterval 333333 bFrameIntervalType 1 dwFrameInterval( 0) 333333 VideoStreaming Interface Descriptor: bLength 6 bDescriptorType 36 bDescriptorSubtype 13 (COLORFORMAT) bColorPrimaries 1 (BT.709,sRGB) bTransferCharacteristics 1 (BT.709) bMatrixCoefficients 4 (SMPTE 170M (BT.601)) Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 1 bNumEndpoints 1 bInterfaceClass 14 Video bInterfaceSubClass 2 Video Streaming bInterfaceProtocol 0 iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 5 Transfer Type Isochronous Synch Type Asynchronous Usage Type Data wMaxPacketSize 0x03fc 1x 1020 bytes bInterval 1 ** UNRECOGNIZED: 30 ff 42 49 53 54 00 01 08 01 10 00 00 00 00 00 d1 03 f4 01 d2 04 f4 01 d3 05 f4 01 d4 06 f4 01 d5 07 f4 01 d6 08 f4 01 d7 09 f4 01 d8 0a f4 01 Device Qualifier (for other device speed): bLength 10 bDescriptorType 6 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 ? bDeviceProtocol 1 Interface Association bMaxPacketSize0 8 bNumConfigurations 1 Device Status: 0x0000 (Bus Powered) Bus 002 Device 001: ID 1d6b:0002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 0000:00:1d.7 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 6 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Port 5: 0000.0100 power Port 6: 0000.0503 highspeed power enable connect Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 007 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1d.2 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 006 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1d.1 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 005 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1d.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 001 Device 001: ID 1d6b:0002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 1 Single TT bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0002 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 0000:00:1a.7 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 12 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 4 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection TT think time 8 FS bits bPwrOn2PwrGood 10 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Port 3: 0000.0100 power Port 4: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 004 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1a.1 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0100 power Device Status: 0x0003 Self Powered Remote Wakeup Enabled Bus 003 Device 005: ID 0a5c:4503 Broadcom Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x0a5c Broadcom Corp. idProduct 0x4503 bcdDevice 1.00 iManufacturer 1 Broadcom Corp iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 113 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 10 Device Status: 0x0001 Self Powered Bus 003 Device 004: ID 0a5c:4502 Broadcom Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x0a5c Broadcom Corp. idProduct 0x4502 bcdDevice 1.00 iManufacturer 1 Broadcom Corp iProduct 0 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 1 Keyboard iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.11 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 54 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Device Status: 0x0001 Self Powered Bus 003 Device 003: ID 413c:8126 Dell Computer Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 224 Wireless bDeviceSubClass 1 Radio Frequency bDeviceProtocol 1 Bluetooth bMaxPacketSize0 64 idVendor 0x413c Dell Computer Corp. idProduct 0x8126 bcdDevice 3.67 iManufacturer 1 Broadcom Corp iProduct 2 BCM2045 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 216 bNumInterfaces 4 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0010 1x 16 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x82 EP 2 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x02 EP 2 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0000 1x 0 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0000 1x 0 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 1 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0009 1x 9 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0009 1x 9 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 2 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0011 1x 17 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0011 1x 17 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 3 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 4 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 1 bAlternateSetting 5 bNumEndpoints 2 bInterfaceClass 224 Wireless bInterfaceSubClass 1 Radio Frequency bInterfaceProtocol 1 Bluetooth iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x03 EP 3 OUT bmAttributes 1 Transfer Type Isochronous Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 2 bAlternateSetting 0 bNumEndpoints 2 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x84 EP 4 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0020 1x 32 bytes bInterval 1 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 3 bAlternateSetting 0 bNumEndpoints 0 bInterfaceClass 254 Application Specific Interface bInterfaceSubClass 1 Device Firmware Update bInterfaceProtocol 0 iInterface 0 ** UNRECOGNIZED: 07 21 07 88 13 40 00 Device Status: 0x0001 Self Powered Bus 003 Device 002: ID 0a5c:4500 Broadcom Corp. Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 8 idVendor 0x0a5c Broadcom Corp. idProduct 0x4500 bcdDevice 1.00 iManufacturer 1 Broadcom iProduct 2 BCM2045B2 iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0001 1x 1 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 3 wHubCharacteristic 0x0004 Ganged power switching Compound device Ganged overcurrent protection bPwrOn2PwrGood 50 * 2 milli seconds bHubContrCurrent 100 milli Ampere DeviceRemovable 0x0e PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0103 power enable connect Port 2: 0000.0103 power enable connect Port 3: 0000.0103 power enable connect Device Status: 0x0000 (Bus Powered) Bus 003 Device 001: ID 1d6b:0001 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b idProduct 0x0001 bcdDevice 2.06 iManufacturer 3 Linux 2.6.25-gentoo-r7 uhci_hcd iProduct 2 UHCI Host Controller iSerial 1 0000:00:1a.0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 25 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xe0 Self Powered Remote Wakeup MaxPower 0mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 9 Hub bInterfaceSubClass 0 Unused bInterfaceProtocol 0 Full speed (or root) hub iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0002 1x 2 bytes bInterval 255 Hub Descriptor: bLength 9 bDescriptorType 41 nNbrPorts 2 wHubCharacteristic 0x000a No power switching (usb 1.0) Per-port overcurrent protection bPwrOn2PwrGood 1 * 2 milli seconds bHubContrCurrent 0 milli Ampere DeviceRemovable 0x00 PortPwrCtrlMask 0xff Hub Port Status: Port 1: 0000.0100 power Port 2: 0000.0103 power enable connect Device Status: 0x0003 Self Powered Remote Wakeup Enabled + cat -v /proc/bus/usb/devices T: Bus=07 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.2 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=06 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.1 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=05 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1d.0 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=04 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1a.1 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 49/900 us ( 5%), #Int= 4, #Iso= 1 D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0001 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 uhci_hcd S: Product=UHCI Host Controller S: SerialNumber=0000:00:1a.0 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 3 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0a5c ProdID=4500 Rev= 1.00 S: Manufacturer=Broadcom S: Product=BCM2045B2 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=255ms T: Bus=03 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=e0(unk. ) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=413c ProdID=8126 Rev= 3.67 S: Manufacturer=Broadcom Corp S: Product=BCM2045 C:* #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms I: If#= 1 Alt= 0 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms I:* If#= 1 Alt= 2 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 32 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 32 Ivl=1ms I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 64 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 64 Ivl=1ms I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(unk. ) Sub=01 Prot=01 Driver=hci_usb E: Ad=83(I) Atr=01(Isoc) MxPS= 64 Ivl=1ms E: Ad=03(O) Atr=01(Isoc) MxPS= 64 Ivl=1ms I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none) E: Ad=84(I) Atr=02(Bulk) MxPS= 32 Ivl=0ms E: Ad=04(O) Atr=02(Bulk) MxPS= 32 Ivl=0ms I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=00 Driver=(none) T: Bus=03 Lev=02 Prnt=02 Port=01 Cnt=02 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0a5c ProdID=4502 Rev= 1.00 S: Manufacturer=Broadcom Corp C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms T: Bus=03 Lev=02 Prnt=02 Port=02 Cnt=03 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0a5c ProdID=4503 Rev= 1.00 S: Manufacturer=Broadcom Corp C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=10ms T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 6 B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0002 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 ehci_hcd S: Product=EHCI Host Controller S: SerialNumber=0000:00:1d.7 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms T: Bus=02 Lev=01 Prnt=01 Port=05 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=ef(unk. ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=05a9 ProdID=2640 Rev= 1.00 S: Manufacturer=OmniVision Technologies, Inc. -2640-07.07.20.3 S: Product=Laptop Integrated Webcam C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA A: FirstIf#= 0 IfCount= 2 Cls=0e(video) Sub=03 Prot=00 I:* If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=(none) E: Ad=83(I) Atr=03(Int.) MxPS= 8 Ivl=4096ms I:* If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=(none) I: If#= 1 Alt= 1 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=(none) E: Ad=81(I) Atr=05(Isoc) MxPS=1020 Ivl=125us T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 4 B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=1d6b ProdID=0002 Rev= 2.06 S: Manufacturer=Linux 2.6.25-gentoo-r7 ehci_hcd S: Product=EHCI Host Controller S: SerialNumber=0000:00:1a.7 C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA I:* If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 4 Ivl=256ms + cat -v /proc/pci cat: /proc/pci: No such file or directory + cat -v /proc/cmdline root=/dev/sda6 vga=0x37D video=uvesafb:1920x1200-32,mtrr:3,ywrap splash=silent,fadein,theme:livecd-2007.0 fbcon=scrollback:8192K quiet CONSOLE=/dev/tty1 BOOT_MSG="Benvenuto in Gentoo Linux!" + cat -v /proc/uptime 585.24 551.01 + cat -v /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 /dev/vc/0 4 tty 4 ttyS 5 /dev/tty 5 /dev/console 5 /dev/ptmx 7 vcs 10 misc 13 input 14 sound 21 sg 29 fb 89 i2c 108 ppp 116 alsa 128 ptm 136 pts 162 raw 171 ieee1394 180 usb 189 usb_device 195 nvidia 202 cpu/msr 203 cpu/cpuid 216 rfcomm 240 ttySHSF 242 hsfdcp 243 hsfdiag 253 usb_endpoint 254 usbmon Block devices: 1 ramdisk 3 ide0 7 loop 8 sd 11 sr 65 sd 66 sd 67 sd 68 sd 69 sd 70 sd 71 sd 128 sd 129 sd 130 sd 131 sd 132 sd 133 sd 134 sd 135 sd 179 mmc 254 device-mapper + cat -v /proc/misc 58 network_throughput 59 network_latency 60 cpu_dma_latency 61 vhci 62 device-mapper 1 psaux 200 tun 63 fbcondecor 228 hpet 135 rtc 229 fuse 231 snapshot 227 mcelog + cat -v /proc/filesystems nodev sysfs nodev rootfs nodev bdev nodev proc nodev debugfs nodev sockfs nodev usbfs nodev pipefs nodev anon_inodefs nodev futexfs nodev tmpfs nodev inotifyfs nodev configfs nodev devpts ext3 ext2 nodev ramfs nodev hugetlbfs msdos vfat iso9660 nodev nfs nodev nfsd nodev smbfs nodev cifs ntfs nodev autofs nodev fuse fuseblk nodev fusectl nodev mqueue nodev oprofilefs nodev rpc_pipefs + cat -v /proc/interrupts CPU0 CPU1 0: 71230 74722 IO-APIC-edge timer 1: 366 432 IO-APIC-edge i8042 8: 1 0 IO-APIC-edge rtc 9: 25 26 IO-APIC-fasteoi acpi 12: 49 58 IO-APIC-edge i8042 14: 2508 2561 IO-APIC-edge ide0 16: 16558 16462 IO-APIC-fasteoi nvidia 17: 1159 1174 IO-APIC-fasteoi eth0 19: 1 1 IO-APIC-fasteoi ohci1394 20: 31587 31736 IO-APIC-fasteoi ehci_hcd:usb2, uhci_hcd:usb3, uhci_hcd:usb5 21: 7263 98 IO-APIC-fasteoi uhci_hcd:usb4, uhci_hcd:usb6, HDA Intel 22: 1 1 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb7 1276: 7247 7165 PCI-MSI-edge ahci NMI: 0 0 Non-maskable interrupts LOC: 75084 71535 Local timer interrupts RES: 8029 10045 Rescheduling interrupts CAL: 133 196 function call interrupts TLB: 274 295 TLB shootdowns TRM: 0 0 Thermal event interrupts THR: 0 0 Threshold APIC interrupts SPU: 0 0 Spurious interrupts ERR: 0 + cat -v /proc/iomem 00000000-0009efff : System RAM 0009f000-0009ffff : reserved 000c0000-000cffff : pnp 00:0b 000e0000-000fffff : pnp 00:0b 00100000-dfe6d7ff : System RAM 00200000-0057d8aa : Kernel code 0057d8ab-00765167 : Kernel data 00813000-008c4ba7 : Kernel bss dfe6d800-dfffffff : reserved e0000000-efffffff : PCI Bus #01 e0000000-efffffff : 0000:01:00.0 f0000000-f01fffff : PCI Bus #0c f4000000-f7ffffff : PCI MMCONFIG 0 f4000000-f7ffffff : reserved f9d00000-f9dfffff : PCI Bus #03 f9dfd400-f9dfd4ff : 0000:03:01.1 f9dfd500-f9dfd5ff : 0000:03:01.2 f9dfd600-f9dfd6ff : 0000:03:01.3 f9dfd700-f9dfd7ff : 0000:03:01.4 f9dfd800-f9dfdfff : 0000:03:01.0 f9dfd800-f9dfdfff : ohci1394 f9dfe000-f9dfffff : 0000:03:00.0 f9dfe000-f9dfffff : 0000:03:00.0 f9e00000-f9ffffff : PCI Bus #0c fa000000-feafffff : PCI Bus #01 fa000000-fbffffff : 0000:01:00.0 fb000000-fbdfffff : uvesafb fd000000-fdffffff : 0000:01:00.0 fd000000-fdffffff : nvidia fea00000-fea1ffff : 0000:01:00.0 febfb700-febfb7ff : 0000:00:1f.3 febfb800-febfbfff : 0000:00:1f.2 febfb800-febfbfff : ahci febfc000-febfffff : 0000:00:1b.0 febfc000-febfffff : ICH HD audio fec00000-fec0ffff : reserved fec00000-fec00fff : IOAPIC 0 fed00000-fed003ff : HPET 0 fed00000-fed003ff : pnp 00:08 fed18000-fed1bfff : reserved fed1c000-fed1c3ff : 0000:00:1d.7 fed1c000-fed1c3ff : ehci_hcd fed1c400-fed1c7ff : 0000:00:1a.7 fed1c400-fed1c7ff : ehci_hcd fed20000-fed8ffff : reserved feda0000-feda5fff : reserved feda6000-feda6fff : pnp 00:0b fee00000-fee00fff : Local APIC ffa00000-ffafffff : pnp 00:0b fff00000-ffffffff : reserved 100002000-11fffffff : System RAM + cat -v /proc/ioports 0000-001f : dma1 0020-0021 : pic1 0040-0043 : timer0 0050-0053 : timer1 0060-006f : keyboard 0070-0077 : rtc 0080-008f : dma page reg 00a0-00a1 : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : 0000:00:1f.1 01f0-01f7 : 0000:00:1f.1 01f0-01f7 : ide0 0376-0376 : 0000:00:1f.1 03c0-03df : uvesafb 03f6-03f6 : 0000:00:1f.1 03f6-03f6 : ide0 04d0-04d1 : pnp 00:09 0809-0809 : pnp 00:0a 0900-097f : pnp 00:09 0cf8-0cff : PCI conf1 1000-107f : 0000:00:1f.0 1000-1005 : pnp 00:09 1000-1003 : ACPI PM1a_EVT_BLK 1004-1005 : ACPI PM1a_CNT_BLK 1006-1007 : pnp 00:0a 1008-100f : pnp 00:09 1008-100b : ACPI PM_TMR 1010-102f : pnp 00:0a 1010-1015 : ACPI CPU throttle 1020-1020 : ACPI PM2_CNT_BLK 1028-102f : ACPI GPE0_BLK 1060-107f : pnp 00:0a 1080-10bf : 0000:00:1f.0 1080-10bf : pnp 00:0a 10c0-10df : 0000:00:1f.3 10c0-10df : pnp 00:0a 10c0-10df : i801_smbus 6eb0-6eb7 : 0000:00:1f.2 6eb0-6eb7 : ahci 6eb8-6ebb : 0000:00:1f.2 6eb8-6ebb : ahci 6ec0-6ec7 : 0000:00:1f.2 6ec0-6ec7 : ahci 6ec8-6ecb : 0000:00:1f.2 6ec8-6ecb : ahci 6ee0-6eff : 0000:00:1f.2 6ee0-6eff : ahci 6f00-6f1f : 0000:00:1a.1 6f00-6f1f : uhci_hcd 6f20-6f3f : 0000:00:1a.0 6f20-6f3f : uhci_hcd 6f40-6f5f : 0000:00:1d.2 6f40-6f5f : uhci_hcd 6f60-6f7f : 0000:00:1d.1 6f60-6f7f : uhci_hcd 6f80-6f9f : 0000:00:1d.0 6f80-6f9f : uhci_hcd 6fa0-6faf : 0000:00:1f.1 6fa0-6fa7 : ide0 d000-dfff : PCI Bus #0c e000-efff : PCI Bus #01 ef00-ef7f : 0000:01:00.0 f400-f4fe : pnp 00:0a + cat -v /proc/dma 4: cascade + cat -v /proc/mtrr reg00: base=0x00000000 ( 0MB), size=2048MB: write-back, count=1 reg01: base=0x80000000 (2048MB), size=1024MB: write-back, count=1 reg02: base=0xc0000000 (3072MB), size= 512MB: write-back, count=1 reg03: base=0x100000000 (4096MB), size=4096MB: write-back, count=1 reg04: base=0xdff00000 (3583MB), size= 1MB: uncachable, count=1 reg05: base=0xfb000000 (4016MB), size= 8MB: write-combining, count=1 + cat -v /proc/partitions major minor #blocks name 1 0 4096 ram0 1 1 4096 ram1 1 2 4096 ram2 1 3 4096 ram3 1 4 4096 ram4 1 5 4096 ram5 1 6 4096 ram6 1 7 4096 ram7 1 8 4096 ram8 1 9 4096 ram9 1 10 4096 ram10 1 11 4096 ram11 1 12 4096 ram12 1 13 4096 ram13 1 14 4096 ram14 1 15 4096 ram15 8 0 312571224 sda 8 1 120456 sda1 8 2 10485760 sda2 8 3 83883397 sda3 8 4 1 sda4 8 5 4192902 sda5 8 6 31455238 sda6 8 7 31455238 sda7 8 8 148344178 sda8 8 9 2620416 sda9 + cat -v /proc/mounts rootfs / rootfs rw 0 0 /dev/root / ext3 rw,noatime,errors=continue,data=ordered 0 0 proc /proc proc rw,nosuid,nodev,noexec 0 0 sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0 udev /dev tmpfs rw,nosuid,size=10240k,mode=755 0 0 devpts /dev/pts devpts rw,nosuid,noexec,gid=5,mode=620 0 0 cachedir /lib64/splash/cache tmpfs rw,size=4096k,mode=644 0 0 /dev/sda7 /mnt/data ext3 rw,noatime,errors=continue,data=ordered 0 0 /dev/sda8 /mnt/shared_disk fuseblk rw,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096 0 0 shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0 usbfs /proc/bus/usb usbfs rw,nosuid,noexec,devgid=85,devmode=664 0 0 + cat -v /proc/swaps Filename Type Size Used Priority /dev/sda5 partition 4192892 0 -1 + cat -v /proc/meminfo MemTotal: 4060000 kB MemFree: 3584676 kB Buffers: 17364 kB Cached: 204872 kB SwapCached: 0 kB Active: 234588 kB Inactive: 152000 kB SwapTotal: 4192892 kB SwapFree: 4192892 kB Dirty: 224 kB Writeback: 0 kB AnonPages: 164420 kB Mapped: 61040 kB Slab: 32396 kB SReclaimable: 15196 kB SUnreclaim: 17200 kB PageTables: 10700 kB NFS_Unstable: 0 kB Bounce: 0 kB CommitLimit: 6222892 kB Committed_AS: 302952 kB VmallocTotal: 34359738367 kB VmallocUsed: 155520 kB VmallocChunk: 34359575035 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB + cat -v /proc/stat cpu 5176 0 1252 99303 10754 58 489 0 0 cpu0 2664 0 722 49341 5387 50 363 0 0 cpu1 2511 0 530 49962 5367 8 126 0 0 intr 272433 145953 798 0 0 0 0 0 0 1 51 0 0 107 0 5069 0 33020 2333 0 2 63324 7361 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14412 0 0 0 ctxt 430537 btime 1218972546 processes 7890 procs_running 2 procs_blocked 0 + cat -v /proc/apm cat: /proc/apm: No such file or directory + cat -v /proc/modules snd_hda_intel 381080 0 - Live 0xffffffff88a75000 hsfusbcd2 73520 0 - Live 0xffffffff88a62000 hsfmc97sis 77856 0 - Live 0xffffffff88a4d000 hsfmc97ati 76576 0 - Live 0xffffffff88a39000 hsfmc97ali 84328 0 - Live 0xffffffff88a23000 hsfmc97via 78632 0 - Live 0xffffffff88a0e000 hsfmc97ich 81632 0 - Live 0xffffffff889f9000 hsfpcibasic3 125104 0 - Live 0xffffffff889d9000 hsfpcibasic2 74848 0 - Live 0xffffffff88832000 hsfserial 25188 8 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2, Live 0xffffffff8882a000 hsfengine 1529880 9 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial, Live 0xffffffff88862000 (P) hsfosspec 101040 10 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic3,hsfpcibasic2,hsfserial,hsfengine, Live 0xffffffff88810000 hsfsoar 108408 7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2, Live 0xffffffff887f4000 snd_seq 43296 0 - Live 0xffffffff88856000 snd_seq_device 7188 1 snd_seq, Live 0xffffffff88853000 snd_pcm 58248 1 snd_hda_intel, Live 0xffffffff887e4000 snd_timer 17872 2 snd_seq,snd_pcm, Live 0xffffffff887de000 snd_page_alloc 8848 2 snd_hda_intel,snd_pcm, Live 0xffffffff887da000 nvidia 8102320 26 - Live 0xffffffff8801e000 (P) snd_hwdep 8008 1 snd_hda_intel, Live 0xffffffff8801b000 snd 39304 6 snd_hda_intel,snd_seq,snd_seq_device,snd_pcm,snd_timer,snd_hwdep, Live 0xffffffff88010000 video 22036 24 - Live 0xffffffff88007000 output 5440 1 video, Live 0xffffffff88004000 soundcore 8608 1 snd, Live 0xffffffff88000000 + cat -v /proc/ldiscs cat: /proc/ldiscs: No such file or directory + sysctl -a kernel.sched_rt_period_us = 1000000 kernel.sched_rt_runtime_us = 950000 kernel.sched_compat_yield = 0 kernel.panic = 0 kernel.core_uses_pid = 0 kernel.core_pattern = core kernel.tainted = 1 kernel.real-root-dev = 0 kernel.print-fatal-signals = 0 kernel.ctrl-alt-del = 0 kernel.hotplug = kernel.sg-big-buff = 32768 kernel.sysrq = 1 kernel.cad_pid = 1 kernel.threads-max = 73728 kernel.random.poolsize = 4096 kernel.random.entropy_avail = 3628 kernel.random.read_wakeup_threshold = 64 kernel.random.write_wakeup_threshold = 128 kernel.random.boot_id = 0a091ca9-f5b6-4b0b-be81-cdc7a70044bd kernel.random.uuid = 3274dffc-df02-4727-8f63-66bd1c2fdc94 kernel.overflowuid = 65534 kernel.overflowgid = 65534 kernel.pid_max = 32768 kernel.panic_on_oops = 0 kernel.printk = 1 4 1 7 kernel.printk_ratelimit = 5 kernel.printk_ratelimit_burst = 10 kernel.ngroups_max = 65536 kernel.unknown_nmi_panic = 0 kernel.nmi_watchdog = 0 kernel.panic_on_unrecovered_nmi = 0 kernel.bootloader_type = 113 kernel.kstack_depth_to_print = 12 kernel.io_delay_type = 0 kernel.randomize_va_space = 1 kernel.acpi_video_flags = 0 kernel.softlockup_thresh = 60 kernel.hung_task_check_count = 1024 kernel.hung_task_timeout_secs = 120 kernel.hung_task_warnings = 10 kernel.compat-log = 1 kernel.max_lock_depth = 1024 kernel.maps_protect = 0 kernel.poweroff_cmd = /sbin/poweroff kernel.fbcondecor = /sbin/fbcondecor_helper kernel.vsyscall64 = 1 kernel.ostype = Linux kernel.osrelease = 2.6.25-gentoo-r7 kernel.version = #2 SMP Sat Aug 16 15:53:58 CEST 2008 kernel.hostname = metalbox kernel.domainname = (none) kernel.shmmax = 33554432 kernel.shmall = 2097152 kernel.shmmni = 4096 kernel.msgmax = 8192 kernel.msgmni = 16 kernel.msgmnb = 16384 kernel.sem = 250 32000 32 128 kernel.pty.max = 4096 kernel.pty.nr = 3 vm.overcommit_memory = 0 vm.panic_on_oom = 0 vm.oom_kill_allocating_task = 0 vm.oom_dump_tasks = 0 vm.overcommit_ratio = 50 vm.page-cluster = 3 vm.dirty_background_ratio = 5 vm.dirty_ratio = 10 vm.dirty_writeback_centisecs = 500 vm.dirty_expire_centisecs = 3000 vm.nr_pdflush_threads = 2 vm.swappiness = 60 vm.nr_hugepages = 0 vm.hugetlb_shm_group = 0 vm.hugepages_treat_as_movable = 0 vm.nr_overcommit_hugepages = 0 vm.lowmem_reserve_ratio = 256 256 32 vm.drop_caches = 0 vm.min_free_kbytes = 8119 vm.percpu_pagelist_fraction = 0 vm.max_map_count = 65536 vm.laptop_mode = 0 vm.block_dump = 0 vm.vfs_cache_pressure = 100 vm.legacy_va_layout = 0 vm.zone_reclaim_mode = 0 vm.min_unmapped_ratio = 1 vm.min_slab_ratio = 5 vm.stat_interval = 1 vm.numa_zonelist_order = default fs.inode-nr = 16146 349 fs.inode-state = 16146 349 0 0 0 0 0 fs.file-nr = 2048 0 372871 fs.file-max = 372871 fs.nr_open = 1048576 fs.dentry-state = 26957 21429 45 0 0 0 fs.overflowuid = 65534 fs.overflowgid = 65534 fs.leases-enable = 1 fs.dir-notify-enable = 1 fs.lease-break-time = 45 fs.aio-nr = 0 fs.aio-max-nr = 65536 fs.inotify.max_user_instances = 128 fs.inotify.max_user_watches = 8192 fs.inotify.max_queued_events = 16384 fs.suid_dumpable = 0 fs.nfs.nfs_mountpoint_timeout = 500 fs.nfs.nfs_congestion_kb = 64448 fs.nfs.nlm_grace_period = 0 fs.nfs.nlm_timeout = 10 fs.nfs.nlm_udpport = 0 fs.nfs.nlm_tcpport = 0 fs.nfs.nsm_use_hostnames = 0 fs.nfs.nsm_local_state = 0 fs.mqueue.queues_max = 256 fs.mqueue.msg_max = 10 fs.mqueue.msgsize_max = 8192 debug.exception-trace = 1 dev.scsi.logging_level = 0 dev.rtc.max-user-freq = 64 dev.hpet.max-user-freq = 64 dev.cdrom.info = CD-ROM information, Id: cdrom.c 3.20 2003/12/17 dev.cdrom.info = dev.cdrom.info = drive name: hda dev.cdrom.info = drive speed: 24 dev.cdrom.info = drive # of slots: 1 dev.cdrom.info = Can close tray: 1 dev.cdrom.info = Can open tray: 1 dev.cdrom.info = Can lock tray: 1 dev.cdrom.info = Can change speed: 1 dev.cdrom.info = Can select disk: 0 dev.cdrom.info = Can read multisession: 1 dev.cdrom.info = Can read MCN: 1 dev.cdrom.info = Reports media changed: 1 dev.cdrom.info = Can play audio: 1 dev.cdrom.info = Can write CD-R: 1 dev.cdrom.info = Can write CD-RW: 1 dev.cdrom.info = Can read DVD: 1 dev.cdrom.info = Can write DVD-R: 1 dev.cdrom.info = Can wrierror: permission denied on key 'net.ipv4.route.flush' te DVD-RAM: 0 dev.cdrom.info = Can read MRW: 1 dev.cdrom.info = Can write MRW: 1 dev.cdrom.info = Can write RAM: 1 dev.cdrom.info = dev.cdrom.info = dev.cdrom.autoclose = 1 dev.cdrom.autoeject = 0 dev.cdrom.debug = 0 dev.cdrom.lock = 1 dev.cdrom.check_media = 0 net.ipv4.neigh.default.mcast_solicit = 3 net.ipv4.neigh.default.ucast_solicit = 3 net.ipv4.neigh.default.app_solicit = 0 net.ipv4.neigh.default.retrans_time = 100 net.ipv4.neigh.default.base_reachable_time = 30 net.ipv4.neigh.default.delay_first_probe_time = 5 net.ipv4.neigh.default.gc_stale_time = 60 net.ipv4.neigh.default.unres_qlen = 3 net.ipv4.neigh.default.proxy_qlen = 64 net.ipv4.neigh.default.anycast_delay = 100 net.ipv4.neigh.default.proxy_delay = 80 net.ipv4.neigh.default.locktime = 100 net.ipv4.neigh.default.retrans_time_ms = 1000 net.ipv4.neigh.default.base_reachable_time_ms = 30000 net.ipv4.neigh.default.gc_interval = 30 net.ipv4.neigh.default.gc_thresh1 = 128 net.ipv4.neigh.default.gc_thresh2 = 512 net.ipv4.neigh.default.gc_thresh3 = 1024 net.ipv4.neigh.lo.mcast_solicit = 3 net.ipv4.neigh.lo.ucast_solicit = 3 net.ipv4.neigh.lo.app_solicit = 0 net.ipv4.neigh.lo.retrans_time = 100 net.ipv4.neigh.lo.base_reachable_time = 30 net.ipv4.neigh.lo.delay_first_probe_time = 5 net.ipv4.neigh.lo.gc_stale_time = 60 net.ipv4.neigh.lo.unres_qlen = 3 net.ipv4.neigh.lo.proxy_qlen = 64 net.ipv4.neigh.lo.anycast_delay = 100 net.ipv4.neigh.lo.proxy_delay = 80 net.ipv4.neigh.lo.locktime = 100 net.ipv4.neigh.lo.retrans_time_ms = 1000 net.ipv4.neigh.lo.base_reachable_time_ms = 30000 net.ipv4.neigh.eth0.mcast_solicit = 3 net.ipv4.neigh.eth0.ucast_solicit = 3 net.ipv4.neigh.eth0.app_solicit = 0 net.ipv4.neigh.eth0.retrans_time = 100 net.ipv4.neigh.eth0.base_reachable_time = 30 net.ipv4.neigh.eth0.delay_first_probe_time = 5 net.ipv4.neigh.eth0.gc_stale_time = 60 net.ipv4.neigh.eth0.unres_qlen = 3 net.ipv4.neigh.eth0.proxy_qlen = 64 net.ipv4.neigh.eth0.anycast_delay = 100 net.ipv4.neigh.eth0.proxy_delay = 80 net.ipv4.neigh.eth0.locktime = 100 net.ipv4.neigh.eth0.retrans_time_ms = 1000 net.ipv4.neigh.eth0.base_reachable_time_ms = 30000 net.ipv4.neigh.sit0.mcast_solicit = 3 net.ipv4.neigh.sit0.ucast_solicit = 3 net.ipv4.neigh.sit0.app_solicit = 0 net.ipv4.neigh.sit0.retrans_time = 100 net.ipv4.neigh.sit0.base_reachable_time = 30 net.ipv4.neigh.sit0.delay_first_probe_time = 5 net.ipv4.neigh.sit0.gc_stale_time = 60 net.ipv4.neigh.sit0.unres_qlen = 3 net.ipv4.neigh.sit0.proxy_qlen = 64 net.ipv4.neigh.sit0.anycast_delay = 100 net.ipv4.neigh.sit0.proxy_delay = 80 net.ipv4.neigh.sit0.locktime = 100 net.ipv4.neigh.sit0.retrans_time_ms = 1000 net.ipv4.neigh.sit0.base_reachable_time_ms = 30000 net.ipv4.tcp_timestamps = 1 net.ipv4.tcp_window_scaling = 1 net.ipv4.tcp_sack = 1 net.ipv4.tcp_retrans_collapse = 1 net.ipv4.ip_default_ttl = 64 net.ipv4.ip_no_pmtu_disc = 0 net.ipv4.ip_nonlocal_bind = 0 net.ipv4.tcp_syn_retries = 5 net.ipv4.tcp_synack_retries = 5 net.ipv4.tcp_max_orphans = 65536 net.ipv4.tcp_max_tw_buckets = 180000 net.ipv4.ip_dynaddr = 0 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.tcp_keepalive_probes = 9 net.ipv4.tcp_keepalive_intvl = 75 net.ipv4.tcp_retries1 = 3 net.ipv4.tcp_retries2 = 15 net.ipv4.tcp_fin_timeout = 60 net.ipv4.tcp_tw_recycle = 0 net.ipv4.tcp_abort_on_overflow = 0 net.ipv4.tcp_stdurg = 0 net.ipv4.tcp_rfc1337 = 0 net.ipv4.tcp_max_syn_backlog = 1024 net.ipv4.ip_local_port_range = 32768 61000 net.ipv4.icmp_echo_ignore_all = 0 net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.icmp_ignore_bogus_error_responses = 1 net.ipv4.icmp_errors_use_inbound_ifaddr = 0 net.ipv4.route.gc_thresh = 131072 net.ipv4.route.max_size = 2097152 net.ipv4.route.gc_min_interval = 0 net.ipv4.route.gc_min_interval_ms = 500 net.ipv4.route.gc_timeout = 300 net.ipv4.route.gc_interval = 60 net.ipv4.route.redirect_load = 5 net.ipv4.route.redirect_number = 9 net.ipv4.route.redirect_silence = 5120 net.ipv4.route.error_cost = 250 net.ipv4.route.error_burst = 1250 net.ipv4.route.gc_elasticity = 8 net.ipv4.route.mtu_expires = 600 net.ipv4.route.min_pmtu = 552 net.ipv4.route.min_adv_mss = 256 net.ipv4.route.secret_interval = 600 net.ipv4.igmp_max_memberships = 20 net.ipv4.igmp_max_msf = 10 net.ipv4.inet_peer_threshold = 65664 net.ipv4.inet_peer_minttl = 120 net.ipv4.inet_peer_maxttl = 600 net.ipv4.inet_peer_gc_mintime = 10 net.ipv4.inet_peer_gc_maxtime = 120 net.ipv4.tcp_orphan_retries = 0 net.ipv4.tcp_fack = 1 net.ipv4.tcp_reordering = 3 net.ipv4.tcp_ecn = 0 net.ipv4.tcp_dsack = 1 net.ipv4.tcp_mem = 386304 515072 772608 net.ipv4.tcp_wmem = 4096 16384 4194304 net.ipv4.tcp_rmem = 4096 87380 4194304 net.ipv4.tcp_app_win = 31 net.ipv4.tcp_adv_win_scale = 2 net.ipv4.icmp_ratelimit = 250 net.ipv4.icmp_ratemask = 6168 net.ipv4.tcp_tw_reuse = 0 net.ipv4.tcp_frto = 2 net.ipv4.tcp_frto_response = 0 net.ipv4.tcp_low_latency = 0 net.ipv4.tcp_no_metrics_save = 0 net.ipv4.tcp_moderate_rcvbuf = 1 net.ipv4.tcp_tso_win_divisor = 3 net.ipv4.tcp_congestion_control = cubic net.ipv4.tcp_abc = 0 net.ipv4.tcp_mtu_probing = 0 net.ipv4.tcp_base_mss = 512 net.ipv4.tcp_workaround_signed_windows = 0 net.ipv4.tcp_slow_start_after_idle = 1 net.ipv4.tcp_available_congestion_control = cubic reno net.ipv4.tcp_allowed_congestion_control = cubic reno net.ipv4.tcp_max_ssthresh = 0 net.ipv4.udp_mem = 386304 515072 772608 net.ipv4.udp_rmem_min = 4096 net.ipv4.udp_wmem_min = 4096 net.ipv4.conf.all.forwarding = 0 net.ipv4.conf.all.mc_forwarding = 0 net.ipv4.conf.all.accept_redirects = 1 net.ipv4.conf.all.secure_redirects = 1 net.ipv4.conf.all.shared_media = 1 net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.all.send_redirects = 1 net.ipv4.conf.all.accept_source_route = 0 net.ipv4.conf.all.proxy_arp = 0 net.ipv4.conf.all.medium_id = 0 net.ipv4.conf.all.bootp_relay = 0 net.ipv4.conf.all.log_martians = 0 net.ipv4.conf.all.tag = 0 net.ipv4.conf.all.arp_filter = 0 net.ipv4.conf.all.arp_announce = 0 net.ipv4.conf.all.arp_ignore = 0 net.ipv4.conf.all.arp_accept = 0 net.ipv4.conf.all.disable_xfrm = 0 net.ipv4.conf.all.disable_policy = 0 net.ipv4.conf.all.force_igmp_version = 0 net.ipv4.conf.all.promote_secondaries = 0 net.ipv4.conf.default.forwarding = 0 net.ipv4.conf.default.mc_forwarding = 0 net.ipv4.conf.default.accept_redirects = 1 net.ipv4.conf.default.secure_redirects = 1 net.ipv4.conf.default.shared_media = 1 net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.default.accept_source_route = 1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.default.medium_id = 0 net.ipv4.conf.default.bootp_relay = 0 net.ipv4.conf.default.log_martians = 0 net.ipv4.conf.default.tag = 0 net.ipv4.conf.default.arp_filter = 0 net.ipv4.conf.default.arp_announce = 0 net.ipv4.conf.default.arp_ignore = 0 net.ipv4.conf.default.arp_accept = 0 net.ipv4.conf.default.disable_xfrm = 0 net.ipv4.conf.default.disable_policy = 0 net.ipv4.conf.default.force_igmp_version = 0 net.ipv4.conf.default.promote_secondaries = 0 net.ipv4.conf.lo.forwarding = 0 net.ipv4.conf.lo.mc_forwarding = 0 net.ipv4.conf.lo.accept_redirects = 1 net.ipv4.conf.lo.secure_redirects = 1 net.ipv4.conf.lo.shared_media = 1 net.ipv4.conf.lo.rp_filter = 1 net.ipv4.conf.lo.send_redirects = 1 net.ipv4.conf.lo.accept_source_route = 1 net.ipv4.conf.lo.proxy_arp = 0 net.ipv4.conf.lo.medium_id = 0 net.ipv4.conf.lo.bootp_relay = 0 net.ipv4.conf.lo.log_martians = 0 net.ipv4.conf.lo.tag = 0 net.ipv4.conf.lo.arp_filter = 0 net.ipv4.conf.lo.arp_announce = 0 net.ipv4.conf.lo.arp_ignore = 0 net.ipv4.conf.lo.arp_accept = 0 net.ipv4.conf.lo.disable_xfrm = 1 net.ipv4.conf.lo.disable_policy = 1 net.ipv4.conf.lo.force_igmp_version = 0 net.ipv4.conf.lo.promote_secondaries = 0 net.ipv4.conf.eth0.forwarding = 0 net.ipv4.conf.eth0.mc_forwarding = 0 net.ipv4.conf.eth0.accept_redirects = 1 net.ipv4.conf.eth0.secure_redirects = 1 net.ipv4.conf.eth0.shared_media = 1 net.ipv4.conf.eth0.rp_filter = 1 net.ipv4.conf.eth0.send_redirects = 1 net.ipv4.conf.eth0.accept_source_route = 1 net.ipv4.conf.eth0.proxy_arp = 0 net.ipv4.conf.eth0.medium_id = 0 net.ipv4.conf.eth0.bootp_relay = 0 net.ipv4.conf.eth0.log_martians = 0 net.ipv4.conf.eth0.tag = 0 net.ipv4.conf.eth0.arp_filter = 0 net.ipv4.conf.eth0.arp_announce = 0 net.ipverror: permission denied on key 'net.ipv6.route.flush' 4.conf.eth0.arp_ignore = 0 net.ipv4.conf.eth0.arp_accept = 0 net.ipv4.conf.eth0.disable_xfrm = 0 net.ipv4.conf.eth0.disable_policy = 0 net.ipv4.conf.eth0.force_igmp_version = 0 net.ipv4.conf.eth0.promote_secondaries = 0 net.ipv4.conf.sit0.forwarding = 0 net.ipv4.conf.sit0.mc_forwarding = 0 net.ipv4.conf.sit0.accept_redirects = 1 net.ipv4.conf.sit0.secure_redirects = 1 net.ipv4.conf.sit0.shared_media = 1 net.ipv4.conf.sit0.rp_filter = 1 net.ipv4.conf.sit0.send_redirects = 1 net.ipv4.conf.sit0.accept_source_route = 1 net.ipv4.conf.sit0.proxy_arp = 0 net.ipv4.conf.sit0.medium_id = 0 net.ipv4.conf.sit0.bootp_relay = 0 net.ipv4.conf.sit0.log_martians = 0 net.ipv4.conf.sit0.tag = 0 net.ipv4.conf.sit0.arp_filter = 0 net.ipv4.conf.sit0.arp_announce = 0 net.ipv4.conf.sit0.arp_ignore = 0 net.ipv4.conf.sit0.arp_accept = 0 net.ipv4.conf.sit0.disable_xfrm = 0 net.ipv4.conf.sit0.disable_policy = 0 net.ipv4.conf.sit0.force_igmp_version = 0 net.ipv4.conf.sit0.promote_secondaries = 0 net.ipv4.ip_forward = 0 net.ipv4.ipfrag_high_thresh = 262144 net.ipv4.ipfrag_low_thresh = 196608 net.ipv4.ipfrag_time = 30 net.ipv4.ipfrag_secret_interval = 600 net.ipv4.ipfrag_max_dist = 64 net.ipv6.neigh.default.mcast_solicit = 3 net.ipv6.neigh.default.ucast_solicit = 3 net.ipv6.neigh.default.app_solicit = 0 net.ipv6.neigh.default.retrans_time = 250 net.ipv6.neigh.default.base_reachable_time = 30 net.ipv6.neigh.default.delay_first_probe_time = 5 net.ipv6.neigh.default.gc_stale_time = 60 net.ipv6.neigh.default.unres_qlen = 3 net.ipv6.neigh.default.proxy_qlen = 64 net.ipv6.neigh.default.anycast_delay = 100 net.ipv6.neigh.default.proxy_delay = 80 net.ipv6.neigh.default.locktime = 0 net.ipv6.neigh.default.retrans_time_ms = 1000 net.ipv6.neigh.default.base_reachable_time_ms = 30000 net.ipv6.neigh.default.gc_interval = 30 net.ipv6.neigh.default.gc_thresh1 = 128 net.ipv6.neigh.default.gc_thresh2 = 512 net.ipv6.neigh.default.gc_thresh3 = 1024 net.ipv6.neigh.lo.mcast_solicit = 3 net.ipv6.neigh.lo.ucast_solicit = 3 net.ipv6.neigh.lo.app_solicit = 0 net.ipv6.neigh.lo.retrans_time = 250 net.ipv6.neigh.lo.base_reachable_time = 30 net.ipv6.neigh.lo.delay_first_probe_time = 5 net.ipv6.neigh.lo.gc_stale_time = 60 net.ipv6.neigh.lo.unres_qlen = 3 net.ipv6.neigh.lo.proxy_qlen = 64 net.ipv6.neigh.lo.anycast_delay = 100 net.ipv6.neigh.lo.proxy_delay = 80 net.ipv6.neigh.lo.locktime = 0 net.ipv6.neigh.lo.retrans_time_ms = 1000 net.ipv6.neigh.lo.base_reachable_time_ms = 30000 net.ipv6.neigh.eth0.mcast_solicit = 3 net.ipv6.neigh.eth0.ucast_solicit = 3 net.ipv6.neigh.eth0.app_solicit = 0 net.ipv6.neigh.eth0.retrans_time = 250 net.ipv6.neigh.eth0.base_reachable_time = 30 net.ipv6.neigh.eth0.delay_first_probe_time = 5 net.ipv6.neigh.eth0.gc_stale_time = 60 net.ipv6.neigh.eth0.unres_qlen = 3 net.ipv6.neigh.eth0.proxy_qlen = 64 net.ipv6.neigh.eth0.anycast_delay = 100 net.ipv6.neigh.eth0.proxy_delay = 80 net.ipv6.neigh.eth0.locktime = 0 net.ipv6.neigh.eth0.retrans_time_ms = 1000 net.ipv6.neigh.eth0.base_reachable_time_ms = 30000 net.ipv6.neigh.sit0.mcast_solicit = 3 net.ipv6.neigh.sit0.ucast_solicit = 3 net.ipv6.neigh.sit0.app_solicit = 0 net.ipv6.neigh.sit0.retrans_time = 250 net.ipv6.neigh.sit0.base_reachable_time = 30 net.ipv6.neigh.sit0.delay_first_probe_time = 5 net.ipv6.neigh.sit0.gc_stale_time = 60 net.ipv6.neigh.sit0.unres_qlen = 3 net.ipv6.neigh.sit0.proxy_qlen = 64 net.ipv6.neigh.sit0.anycast_delay = 100 net.ipv6.neigh.sit0.proxy_delay = 80 net.ipv6.neigh.sit0.locktime = 0 net.ipv6.neigh.sit0.retrans_time_ms = 1000 net.ipv6.neigh.sit0.base_reachable_time_ms = 30000 net.ipv6.route.gc_thresh = 1024 net.ipv6.route.max_size = 4096 net.ipv6.route.gc_min_interval = 0 net.ipv6.route.gc_timeout = 60 net.ipv6.route.gc_interval = 30 net.ipv6.route.gc_elasticity = 0 net.ipv6.route.mtu_expires = 600 net.ipv6.route.min_adv_mss = 4 net.ipv6.route.gc_min_interval_ms = 500 net.ipv6.icmp.ratelimit = 250 net.ipv6.bindv6only = 0 net.ipv6.mld_max_msf = 64 net.ipv6.conf.all.forwarding = 0 net.ipv6.conf.all.hop_limit = 64 net.ipv6.conf.all.mtu = 1280 net.ipv6.conf.all.accept_ra = 1 net.ipv6.conf.all.accept_redirects = 1 net.ipv6.conf.all.autoconf = 1 net.ipv6.conf.all.dad_transmits = 1 net.ipv6.conf.all.router_solicitations = 3 net.ipv6.conf.all.router_solicitation_interval = 4 net.ipv6.conf.all.router_solicitation_delay = 1 net.ipv6.conf.all.force_mld_version = 0 net.ipv6.conf.all.max_addresses = 16 net.ipv6.conf.all.accept_ra_defrtr = 1 net.ipv6.conf.all.accept_ra_pinfo = 1 net.ipv6.conf.all.proxy_ndp = 0 net.ipv6.conf.all.accept_source_route = 0 net.ipv6.conf.default.forwarding = 0 net.ipv6.conf.default.hop_limit = 64 net.ipv6.conf.default.mtu = 1280 net.ipv6.conf.default.accept_ra = 1 net.ipv6.conf.default.accept_redirects = 1 net.ipv6.conf.default.autoconf = 1 net.ipv6.conf.default.dad_transmits = 1 net.ipv6.conf.default.router_solicitations = 3 net.ipv6.conf.default.router_solicitation_interval = 4 net.ipv6.conf.default.router_solicitation_delay = 1 net.ipv6.conf.default.force_mld_version = 0 net.ipv6.conf.default.max_addresses = 16 net.ipv6.conf.default.accept_ra_defrtr = 1 net.ipv6.conf.default.accept_ra_pinfo = 1 net.ipv6.conf.default.proxy_ndp = 0 net.ipv6.conf.default.accept_source_route = 0 net.ipv6.conf.lo.forwarding = 0 net.ipv6.conf.lo.hop_limit = 64 net.ipv6.conf.lo.mtu = 16436 net.ipv6.conf.lo.accept_ra = 1 net.ipv6.conf.lo.accept_redirects = 1 net.ipv6.conf.lo.autoconf = 1 net.ipv6.conf.lo.dad_transmits = 1 net.ipv6.conf.lo.router_solicitations = 3 net.ipv6.conf.lo.router_solicitation_interval = 4 net.ipv6.conf.lo.router_solicitation_delay = 1 net.ipv6.conf.lo.force_mld_version = 0 net.ipv6.conf.lo.max_addresses = 16 net.ipv6.conf.lo.accept_ra_defrtr = 1 net.ipv6.conf.lo.accept_ra_pinfo = 1 net.ipv6.conf.lo.proxy_ndp = 0 net.ipv6.conf.lo.accept_source_route = 0 net.ipv6.conf.eth0.forwarding = 0 net.ipv6.conf.eth0.hop_limit = 64 net.ipv6.conf.eth0.mtu = 1500 net.ipv6.conf.eth0.accept_ra = 1 net.ipv6.conf.eth0.accept_redirects = 1 net.ipv6.conf.eth0.autoconf = 1 net.ipv6.conf.eth0.dad_transmits = 1 net.ipv6.conf.eth0.router_solicitations = 3 net.ipv6.conf.eth0.router_solicitation_interval = 4 net.ipv6.conf.eth0.router_solicitation_delay = 1 net.ipv6.conf.eth0.force_mld_version = 0 net.ipv6.conf.eth0.max_addresses = 16 net.ipv6.conf.eth0.accept_ra_defrtr = 1 net.ipv6.conf.eth0.accept_ra_pinfo = 1 net.ipv6.conf.eth0.proxy_ndp = 0 net.ipv6.conf.eth0.accept_source_route = 0 net.ipv6.conf.sit0.forwarding = 0 net.ipv6.conf.sit0.hop_limit = 64 net.ipv6.conf.sit0.mtu = 1480 net.ipv6.conf.sit0.accept_ra = 1 net.ipv6.conf.sit0.accept_redirects = 1 net.ipv6.conf.sit0.autoconf = 1 net.ipv6.conf.sit0.dad_transmits = 1 net.ipv6.conf.sit0.router_solicitations = 3 net.ipv6.conf.sit0.router_solicitation_interval = 4 net.ipv6.conf.sit0.router_solicitation_delay = 1 net.ipv6.conf.sit0.force_mld_version = 0 net.ipv6.conf.sit0.max_addresses = 16 net.ipv6.conf.sit0.accept_ra_defrtr = 1 net.ipv6.conf.sit0.accept_ra_pinfo = 1 net.ipv6.conf.sit0.proxy_ndp = 0 net.ipv6.conf.sit0.accept_source_route = 0 net.ipv6.ip6frag_high_thresh = 262144 net.ipv6.ip6frag_low_thresh = 196608 net.ipv6.ip6frag_time = 60 net.ipv6.ip6frag_secret_interval = 600 net.core.wmem_max = 131071 net.core.rmem_max = 131071 net.core.wmem_default = 114688 net.core.rmem_default = 114688 net.core.dev_weight = 64 net.core.netdev_max_backlog = 1000 net.core.message_cost = 5 net.core.message_burst = 10 net.core.optmem_max = 20480 net.core.somaxconn = 128 net.core.netdev_budget = 300 net.core.warnings = 1 net.unix.max_dgram_qlen = 10 abi.vsyscall32 = 2 sunrpc.rpc_debug = 0 sunrpc.nfs_debug = 0 sunrpc.nfsd_debug = 0 sunrpc.nlm_debug = 0 sunrpc.transports = tcp 1048576 sunrpc.transports = udp 32768 sunrpc.transports = sunrpc.udp_slot_table_entries = 16 sunrpc.tcp_slot_table_entries = 16 sunrpc.min_resvport = 665 sunrpc.max_resvport = 1023 + modprobe -V module-init-tools version 3.4 + modprobe -l *hsf* + modprobe -l *hcf* + modprobe -l *rip* + modprobe -l *dgc* + cat -v /etc/modules.conf ### This file is automatically generated by modules-update # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modules.d and read # the manpage for modules-update(8). # ### modules-update: start processing /etc/modules.d/aliases # Aliases to tell insmod/modprobe which modules to use # Uncomment the network protocols you don't want loaded: # alias net-pf-1 off # Unix # alias net-pf-2 off # IPv4 # alias net-pf-3 off # Amateur Radio AX.25 # alias net-pf-4 off # IPX # alias net-pf-5 off # DDP / appletalk # alias net-pf-6 off # Amateur Radio NET/ROM # alias net-pf-9 off # X.25 # alias net-pf-10 off # IPv6 # alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP # alias net-pf-19 off # Acorn Econet alias char-major-10-175 agpgart alias char-major-10-200 tun alias char-major-81 bttv alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate # Crypto modules (see http://www.kerneli.org/) alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 # Support for i2c and lm_sensors alias char-major-89 i2c-dev ### modules-update: end processing /etc/modules.d/aliases ### modules-update: start processing /etc/modules.d/i386 alias parport_lowlevel parport_pc alias char-major-10-144 nvram alias binfmt-0064 binfmt_aout alias char-major-10-135 rtc ### modules-update: end processing /etc/modules.d/i386 ### modules-update: start processing /etc/modules.d/nvidia # Nvidia drivers support alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 # To tweak the driver the following options can be used, note that # you should be careful, as it could cause instability!! For more # options see /usr/share/doc/nvidia-drivers-100.14.19/README # # To enable Side Band Adressing: NVreg_EnableAGPSBA=1 # # To enable Fast Writes: NVreg_EnableAGPFW=1 # # To enable both for instance, uncomment following line: # #options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 # If you have a mobile chip, you may need to enable this option # if you have hard lockups when starting X. # # See: Appendix I. Configuring your laptop # In /usr/share/doc/nvidia-drivers-100.14.19/README for full details # # Choose the appropriate value for NVreg_Mobile from the table: # Value Meaning # ---------- -------------------------------------------------- # 0xFFFFFFFF let the kernel module autodetect the correct value # 1 Dell laptops # 2 non-Compal Toshiba laptops # 3 all other laptops # 4 Compal Toshiba laptops # 5 Gateway laptops # #options nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=3 # !!! SECURITY WARNING !!! # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW # WHAT YOU ARE DOING. # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 ### modules-update: end processing /etc/modules.d/nvidia + cat -v /etc/modprobe.d/alsa # Alsa kernel modules' configuration file. # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore ## ## IMPORTANT: ## You need to customise this section for your specific sound card(s) ## and then run `update-modules' command. ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. ## ## ALSA portion ## alias snd-card-0 snd-interwave ## alias snd-card-1 snd-ens1371 ## OSS/Free portion ## alias sound-slot-0 snd-card-0 ## alias sound-slot-1 snd-card-1 ## # OSS/Free portion - card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ## OSS/Free portion - card #2 ## alias sound-service-1-0 snd-mixer-oss ## alias sound-service-1-3 snd-pcm-oss ## alias sound-service-1-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. options snd cards_limit=1 + cat -v /etc/modprobe.d/blacklist # This file lists modules which will not be loaded by udev, # not at coldplugging and not on hotplug events. # Add your own entries to this file # in the format "blacklist <name of module>" # Some examples: # evbug is a debug tool and should be loaded explicitly blacklist evbug # Autoloading eth1394 most of the time re-orders your network # interfaces, and with buggy kernel 2.6.21, udev persistent-net # is not able to rename these devices, so you get eth?_rename devices # plus an exceeded 30sec boot timeout blacklist eth1394 # You probably want this to not get the console beep loud on every tab :) #blacklist pcspkr # these drivers are very simple, the HID drivers are usually preferred #blacklist usbmouse #blacklist usbkbd # Sometimes loading a framebuffer driver at boot gets the console black #install pci:v*d*sv*sd*bc03sc*i* /bin/true + cat -v /etc/modprobe.d/nvidia # Nvidia drivers support alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 # To tweak the driver the following options can be used, note that # you should be careful, as it could cause instability!! For more # options see /usr/share/doc/nvidia-drivers-173.14.09/README # # !!! SECURITY WARNING !!! # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW # WHAT YOU ARE DOING. # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 + cat -v /etc/modprobe.d/pnp-aliases # /etc/modprobe.d/pnp-aliases # # These aliases are used by this udev-rule: # SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'" # # They should help to autoload drivers used by various pnp-devices # (if not blacklisted somewhere else) # alias pnp:dPNP0510 irtty-sir alias pnp:dPNP0511 irtty-sir alias pnp:dPNP0700 floppy alias pnp:dPNP0800 pcspkr alias pnp:dPNP0b00 rtc alias pnp:dPNP0303 atkbd alias pnp:dPNP0f13 psmouse alias pnp:dPNPb02f analog + cat -v /etc/modprobe.d/ppp alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-13 n_hdlc alias tty-ldisc-14 ppp_synctty alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias net-pf-24 pppoe + cat -v /etc/modprobe.conf ### This file is automatically generated by update-modules # # Please do not edit this file directly. If you want to change or add # anything please take a look at the files in /etc/modprobe.d and read # the manpage for update-modules(8). # alias char-major-10-175 agpgart alias char-major-10-200 tun alias char-major-81-* bttv alias char-major-108-* ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-14 ppp_synctty alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias loop-xfer-gen-0 loop_gen alias loop-xfer-3 loop_fish2 alias loop-xfer-gen-10 loop_gen alias cipher-2 des alias cipher-3 fish2 alias cipher-4 blowfish alias cipher-6 idea alias cipher-7 serp6f alias cipher-8 mars6 alias cipher-11 rc62 alias cipher-15 dfc2 alias cipher-16 rijndael alias cipher-17 rc5 alias char-major-89-* i2c-dev alias parport_lowlevel parport_pc alias char-major-10-144 nvram alias binfmt-0064 binfmt_aout alias char-major-10-135 rtc ### update-modules: start processing /etc/modprobe.d/alsa # Alsa kernel modules' configuration file. # ALSA portion alias char-major-116 snd # OSS/Free portion alias char-major-14 soundcore ## ## IMPORTANT: ## You need to customise this section for your specific sound card(s) ## and then run `update-modules' command. ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. ## ## ALSA portion ## alias snd-card-0 snd-interwave ## alias snd-card-1 snd-ens1371 ## OSS/Free portion ## alias sound-slot-0 snd-card-0 ## alias sound-slot-1 snd-card-1 ## # OSS/Free portion - card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ## OSS/Free portion - card #2 ## alias sound-service-1-0 snd-mixer-oss ## alias sound-service-1-3 snd-pcm-oss ## alias sound-service-1-12 snd-pcm-oss alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss # Set this to the correct number of cards. options snd cards_limit=1 ### update-modules: end processing /etc/modprobe.d/alsa ### update-modules: start processing /etc/modprobe.d/blacklist # This file lists modules which will not be loaded by udev, # not at coldplugging and not on hotplug events. # Add your own entries to this file # in the format "blacklist <name of module>" # Some examples: # evbug is a debug tool and should be loaded explicitly blacklist evbug # Autoloading eth1394 most of the time re-orders your network # interfaces, and with buggy kernel 2.6.21, udev persistent-net # is not able to rename these devices, so you get eth?_rename devices # plus an exceeded 30sec boot timeout blacklist eth1394 # You probably want this to not get the console beep loud on every tab :) #blacklist pcspkr # these drivers are very simple, the HID drivers are usually preferred #blacklist usbmouse #blacklist usbkbd # Sometimes loading a framebuffer driver at boot gets the console black #install pci:v*d*sv*sd*bc03sc*i* /bin/true ### update-modules: end processing /etc/modprobe.d/blacklist ### update-modules: start processing /etc/modprobe.d/nvidia # Nvidia drivers support alias char-major-195 nvidia alias /dev/nvidiactl char-major-195 # To tweak the driver the following options can be used, note that # you should be careful, as it could cause instability!! For more # options see /usr/share/doc/nvidia-drivers-173.14.09/README # # !!! SECURITY WARNING !!! # DO NOT MODIFY OR REMOVE THE DEVICE FILE RELATED OPTIONS UNLESS YOU KNOW # WHAT YOU ARE DOING. # ONLY ADD TRUSTED USERS TO THE VIDEO GROUP, THESE USERS MAY BE ABLE TO CRASH, # COMPROMISE, OR IRREPARABLY DAMAGE THE MACHINE. options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=27 NVreg_ModifyDeviceFiles=1 ### update-modules: end processing /etc/modprobe.d/nvidia ### update-modules: start processing /etc/modprobe.d/pnp-aliases # /etc/modprobe.d/pnp-aliases # # These aliases are used by this udev-rule: # SUBSYSTEM=="pnp", ENV{MODALIAS}!="?*", RUN+="/bin/sh -c '/sbin/modprobe -a $$(while read id; do echo pnp:d$$id; done < /sys$devpath/id)'" # # They should help to autoload drivers used by various pnp-devices # (if not blacklisted somewhere else) # alias pnp:dPNP0510 irtty-sir alias pnp:dPNP0511 irtty-sir alias pnp:dPNP0700 floppy alias pnp:dPNP0800 pcspkr alias pnp:dPNP0b00 rtc alias pnp:dPNP0303 atkbd alias pnp:dPNP0f13 psmouse alias pnp:dPNPb02f analog ### update-modules: end processing /etc/modprobe.d/pnp-aliases ### update-modules: start processing /etc/modprobe.d/ppp alias char-major-108 ppp_generic alias /dev/ppp ppp_generic alias tty-ldisc-3 ppp_async alias tty-ldisc-13 n_hdlc alias tty-ldisc-14 ppp_synctty alias ppp-compress-18 ppp_mppe alias ppp-compress-21 bsd_comp alias ppp-compress-24 ppp_deflate alias ppp-compress-26 ppp_deflate alias net-pf-24 pppoe ### update-modules: end processing /etc/modprobe.d/ppp install snd-intel8x0m /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ich hsfmc97sis alias /dev/ttySHSF[0-9]* /dev/ttySHSF alias /dev/modem /dev/ttySHSF alias char-major-240 /dev/ttySHSF alias char-major-240-* /dev/ttySHSF options hsfserial serialmajor=240 alias char-major-242 hsfosspec alias char-major-242-* hsfosspec alias /dev/hsfdiag hsfosspec alias /dev/hsfdiag* /dev/hsfdiag alias char-major-243 /dev/hsfdiag alias char-major-243-* /dev/hsfdiag options hsfosspec dcpmajor=242 diagmajor=243 install /dev/ttySHSF /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfpcibasic3; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true alias symbol:cnxthwhda_probe hsfhda alias symbol:cnxthwhda_resume hsfhda alias symbol:cnxthwhda_suspend hsfhda + depmod -e -a + cat -v /proc/tty/drivers /dev/tty /dev/tty 5 0 system:/dev/tty /dev/console /dev/console 5 1 system:console /dev/ptmx /dev/ptmx 5 2 system /dev/vc/0 /dev/vc/0 4 0 system:vtmaster hsfserial /dev/ttySHSF 240 64-71 serial rfcomm /dev/rfcomm 216 0-255 serial serial /dev/ttyS 4 64-67 serial pty_slave /dev/pts 136 0-1048575 pty:slave pty_master /dev/ptm 128 0-1048575 pty:master pty_slave /dev/ttyp 3 0-255 pty:slave pty_master /dev/pty 2 0-255 pty:master unknown /dev/tty 4 1-63 console + cat -v /proc/tty/driver/hsfserial serinfo:1.0 driver revision: 0: uart:Conexant HSF softmodem port:00000000 irq:0 1: uart:Conexant HSF softmodem port:00000000 irq:0 2: uart:Conexant HSF softmodem port:00000000 irq:0 3: uart:Conexant HSF softmodem port:00000000 irq:0 4: uart:Conexant HSF softmodem port:00000000 irq:0 5: uart:Conexant HSF softmodem port:00000000 irq:0 6: uart:Conexant HSF softmodem port:00000000 irq:0 7: uart:Conexant HSF softmodem port:00000000 irq:0 + cat -v /proc/tty/driver/rfcomm + cat -v /proc/tty/driver/serial serinfo:1.0 driver revision: 0: uart:unknown port:000003F8 irq:4 1: uart:unknown port:000002F8 irq:3 2: uart:unknown port:000003E8 irq:4 3: uart:unknown port:000002E8 irq:3 + ls -l /dev/modem* lrwxrwxrwx 1 root root 8 Aug 17 13:38 /dev/modem -> ttySHSF0 + ls -l /dev/*HSF[0-9]* crw-rw---- 1 root dialout 240, 64 Aug 17 13:38 /dev/ttySHSF0 crw-rw---- 1 root uucp 240, 65 Aug 17 13:38 /dev/ttySHSF1 crw-rw---- 1 root uucp 240, 66 Aug 17 13:38 /dev/ttySHSF2 crw-rw---- 1 root uucp 240, 67 Aug 17 13:38 /dev/ttySHSF3 crw-rw---- 1 root uucp 240, 68 Aug 17 13:38 /dev/ttySHSF4 crw-rw---- 1 root uucp 240, 69 Aug 17 13:38 /dev/ttySHSF5 crw-rw---- 1 root uucp 240, 70 Aug 17 13:38 /dev/ttySHSF6 crw-rw---- 1 root uucp 240, 71 Aug 17 13:38 /dev/ttySHSF7 + ls -l /dev/ttyS* crw-rw---- 1 root uucp 4, 64 Aug 17 2008 /dev/ttyS0 crw-rw---- 1 root uucp 4, 65 Aug 17 2008 /dev/ttyS1 crw-rw---- 1 root uucp 4, 66 Aug 17 2008 /dev/ttyS2 crw-rw---- 1 root uucp 4, 67 Aug 17 2008 /dev/ttyS3 crw-rw---- 1 root dialout 240, 64 Aug 17 13:38 /dev/ttySHSF0 crw-rw---- 1 root uucp 240, 65 Aug 17 13:38 /dev/ttySHSF1 crw-rw---- 1 root uucp 240, 66 Aug 17 13:38 /dev/ttySHSF2 crw-rw---- 1 root uucp 240, 67 Aug 17 13:38 /dev/ttySHSF3 crw-rw---- 1 root uucp 240, 68 Aug 17 13:38 /dev/ttySHSF4 crw-rw---- 1 root uucp 240, 69 Aug 17 13:38 /dev/ttySHSF5 crw-rw---- 1 root uucp 240, 70 Aug 17 13:38 /dev/ttySHSF6 crw-rw---- 1 root uucp 240, 71 Aug 17 13:38 /dev/ttySHSF7 + ls -l /dev/tts* ls: cannot access /dev/tts*: No such file or directory + cat -v /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA Intel at 0xfebfc000 irq 21 + ls /proc/asound/card* /proc/asound/cards /proc/asound/card0: codec#0 codec#1 id pcm0c pcm0p pcm1p + cat -v /proc/asound/card0/codec#0 Codec: SigmaTel STAC9205 Address: 0 Vendor Id: 0x838476a0 Subsystem Id: 0x102801f2 Revision Id: 0x100204 No Modem Function Group found Default PCM: rates [0x7e0]: 44100 48000 88200 96000 176400 192000 bits [0xe]: 16 20 24 formats [0x1]: PCM Default Amp-In caps: ofs=0x00, nsteps=0x0f, stepsize=0x05, mute=0 Default Amp-Out caps: ofs=0x7f, nsteps=0x7f, stepsize=0x02, mute=1 GPIO: io=5, o=0, i=0, unsolicited=1, wake=1 IO[0]: enable=1, dir=1, wake=0, sticky=0, data=1 IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0 IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0 IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0 IO[4]: enable=0, dir=0, wake=0, sticky=0, data=0 Node 0x0a [Pin Complex] wcaps 0x400181: Stereo Pincap 0x08173f: IN OUT HP Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x0321101f: [Jack] HP Out at Ext Left Conn = 1/8, Color = Black DefAssociation = 0x1, Sequence = 0xf Pin-ctls: 0xc0: OUT HP VREF_HIZ Unsolicited: tag=30, enabled=1 Connection: 2 0x10* 0x11 Node 0x0b [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x03a11020: [Jack] Mic at Ext Left Conn = 1/8, Color = Black DefAssociation = 0x2, Sequence = 0x0 Pin-ctls: 0x24: IN VREF_80 Unsolicited: tag=00, enabled=0 Connection: 2 0x10* 0x11 Node 0x0c [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x400003fa: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xa Misc = NO_PRESENCE Pin-ctls: 0x00: VREF_HIZ Unsolicited: tag=00, enabled=0 Connection: 1 0x11 Node 0x0d [Pin Complex] wcaps 0x400181: Stereo Pincap 0x083f: IN OUT HP Detect Trigger ImpSense Pin Default 0x90170310: [Fixed] Speaker at Int N/A Conn = Analog, Color = Unknown DefAssociation = 0x1, Sequence = 0x0 Misc = NO_PRESENCE Pin-ctls: 0x40: OUT Unsolicited: tag=00, enabled=0 Connection: 1 0x10 Node 0x0e [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x400003fb: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xb Misc = NO_PRESENCE Pin-ctls: 0x00: VREF_HIZ Unsolicited: tag=00, enabled=0 Connection: 1 0x10 Node 0x0f [Pin Complex] wcaps 0x400181: Stereo Pincap 0x081737: IN OUT Detect Trigger ImpSense Vref caps: HIZ 50 GRD 80 Pin Default 0x400003fc: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xc Misc = NO_PRESENCE Pin-ctls: 0x00: VREF_HIZ Unsolicited: tag=00, enabled=0 Connection: 1 0x11 Node 0x10 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L Amp-Out caps: N/A Amp-Out vals: [0xff 0xff] Converter: stream=0, channel=0 Power: setting=D0, actual=D0 Delay: 13 samples Node 0x11 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L Amp-Out caps: N/A Amp-Out vals: [0xff 0xff] Converter: stream=0, channel=0 Power: setting=D0, actual=D0 Delay: 13 samples Node 0x12 [Audio Input] wcaps 0x1d0541: Stereo Converter: stream=0, channel=0 SDI-Select: 0 Power: setting=D0, actual=D0 Delay: 13 samples Connection: 1 0x1d Processing caps: benign=0, ncoeff=0 Node 0x13 [Audio Input] wcaps 0x1d0541: Stereo Converter: stream=0, channel=0 SDI-Select: 0 Power: setting=D0, actual=D0 Delay: 13 samples Connection: 1 0x1e Processing caps: benign=0, ncoeff=0 Node 0x14 [Pin Complex] wcaps 0x40010c: Mono Amp-Out Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=1 Amp-Out vals: [0x00] Pincap 0x0810: OUT Pin Default 0x400003fd: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xd Misc = NO_PRESENCE Pin-ctls: 0x00: Connection: 1 0x15 Node 0x15 [Audio Mixer] wcaps 0x200100: Mono Connection: 1 0x10 Node 0x16 [Pin Complex] wcaps 0x400001: Stereo Pincap 0x0820: IN Pin Default 0x40f000f9: [N/A] Other at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0x9 Pin-ctls: 0x00: Node 0x17 [Pin Complex] wcaps 0x400001: Stereo Pincap 0x0820: IN Pin Default 0x90a60330: [Fixed] Mic at Int N/A Conn = Digital, Color = Unknown DefAssociation = 0x3, Sequence = 0x0 Misc = NO_PRESENCE Pin-ctls: 0x20: IN Node 0x18 [Pin Complex] wcaps 0x400001: Stereo Pincap 0x0820: IN Pin Default 0x400003ff: [N/A] Line Out at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xf Misc = NO_PRESENCE Pin-ctls: 0x20: IN Node 0x19 [Audio Selector] wcaps 0x30010d: Stereo Amp-Out Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0 Amp-Out vals: [0x00 0x00] Connection: 7 0x0e 0x16 0x0f 0x0b* 0x0c 0x0d 0x0a Node 0x1a [Audio Selector] wcaps 0x30010d: Stereo Amp-Out Amp-Out caps: ofs=0x00, nsteps=0x04, stepsize=0x27, mute=0 Amp-Out vals: [0x00 0x00] Connection: 7 0x0e 0x16 0x0f 0x0b* 0x0c 0x0d 0x0a Node 0x1b [Audio Selector] wcaps 0x300103: Stereo Amp-In Amp-In caps: N/A Amp-In vals: [0x00 0x00] Connection: 1 0x19 Node 0x1c [Audio Selector] wcaps 0x300103: Stereo Amp-In Amp-In caps: N/A Amp-In vals: [0x00 0x00] Connection: 1 0x1a Node 0x1d [Audio Selector] wcaps 0x30090d: Stereo Amp-Out R/L Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 Amp-Out vals: [0x80 0x80] Connection: 3 0x1b* 0x17 0x18 Node 0x1e [Audio Selector] wcaps 0x30090d: Stereo Amp-Out R/L Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1 Amp-Out vals: [0x80 0x80] Connection: 3 0x1c* 0x17 0x18 Node 0x1f [Audio Output] wcaps 0x40211: Stereo Digital Converter: stream=0, channel=0 Digital: Digital category: 0x0 PCM: rates [0x5e0]: 44100 48000 88200 96000 192000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Delay: 4 samples Node 0x20 [Audio Input] wcaps 0x140311: Stereo Digital Converter: stream=0, channel=0 SDI-Select: 0 Digital: Digital category: 0x0 PCM: rates [0x160]: 44100 48000 96000 bits [0xe]: 16 20 24 formats [0x5]: PCM AC3 Delay: 4 samples Connection: 1 0x22 Node 0x21 [Pin Complex] wcaps 0x400301: Stereo Digital Pincap 0x0810: OUT Pin Default 0x0144131f: [Jack] SPDIF Out at Ext Rear Conn = RCA, Color = Black DefAssociation = 0x1, Sequence = 0xf Misc = NO_PRESENCE Pin-ctls: 0x40: OUT Connection: 3 0x1f* 0x1d 0x1e Node 0x22 [Pin Complex] wcaps 0x430681: Stereo Digital Pincap 0x0810024: IN EAPD Detect EAPD 0x0: Pin Default 0x40c003fe: [N/A] SPDIF In at Ext N/A Conn = Unknown, Color = Unknown DefAssociation = 0xf, Sequence = 0xe Misc = NO_PRESENCE Pin-ctls: 0x00: Unsolicited: tag=00, enabled=0 Power: setting=D0, actual=D0 Delay: 3 samples Node 0x23 [Beep Generator Widget] wcaps 0x70000c: Mono Amp-Out Amp-Out caps: ofs=0x03, nsteps=0x03, stepsize=0x17, mute=0 Amp-Out vals: [0x00] Node 0x24 [Volume Knob Widget] wcaps 0x600000: Mono Volume-Knob: delta=1, steps=127, direct=1, val=127 Connection: 2 0x10* 0x11 Node 0x25 [Vendor Defined Widget] wcaps 0xf00001: Stereo + cat -v /proc/asound/card0/codec#1 Codec: Conexant HSF Address: 1 Vendor Id: 0x14f12c06 Subsystem Id: 0x14f1000f Revision Id: 0x100000 Modem Function Group: 0x2 + cd /etc/hsfmodem/nvm && find . -maxdepth 2 -ls 1507492 4 drwxr-xr-x 10 root root 4096 Aug 17 13:27 . 1508303 0 lrwxrwxrwx 1 root root 7 Aug 17 13:27 ./hsfmc97sis -> hsfmc97 1507494 4 drwxr-xr-x 2 root root 4096 Aug 17 13:27 ./hsfcadmus2smart 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfcadmus2smart/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfcadmus2smart/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfcadmus2smart/CONSTTONEPARAMS 1281859 4 -rw-r--r-- 2 root root 19 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I50 1281821 4 -rw-r--r-- 2 root root 23 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I52 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfcadmus2smart/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfcadmus2smart/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfcadmus2smart/MOD_THRESHOLD 1509296 0 lrwxrwxrwx 1 root root 27 Aug 17 13:27 ./hsfcadmus2smart/Region -> ../hsfpcibasic2smart/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfcadmus2smart/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_GCAP 1281866 4 -rw-r--r-- 1 root root 12 Aug 17 13:26 ./hsfcadmus2smart/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfcadmus2smart/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfcadmus2smart/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_FMR 1264825 4 -rw-r--r-- 57 root root 3 Aug 17 13:26 ./hsfcadmus2smart/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 13:26 ./hsfcadmus2smart/OEM_SMARTDAA_PARAMSK3 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfcadmus2smart/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfcadmus2smart/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_GMI 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfcadmus2smart/DC_CALC_PARAMS 1281832 4 -rw-r--r-- 2 root root 13 Aug 17 13:26 ./hsfcadmus2smart/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_GMR 1281788 4 -rw-r--r-- 3 root root 326 Aug 17 13:26 ./hsfcadmus2smart/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 13:26 ./hsfcadmus2smart/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfcadmus2smart/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfcadmus2smart/SREG 1509300 0 lrwxrwxrwx 1 root root 28 Aug 17 13:27 ./hsfcadmus2smart/Profile -> ../hsfpcibasic2smart/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfcadmus2smart/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfcadmus2smart/ATPLUSID_FMI 1281844 4 -rw-r--r-- 2 root root 34 Aug 17 13:26 ./hsfcadmus2smart/ATMESSAGE_I51 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfcadmus2smart/MS_PARAMS 1281714 4 -rw-r--r-- 2 root root 27 Aug 17 13:26 ./hsfcadmus2smart/OEM_HWDATA 1507498 4 drwxr-xr-x 2 root root 4096 Aug 17 13:27 ./hsfpcibasic2smart 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfpcibasic2smart/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfpcibasic2smart/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic2smart/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfpcibasic2smart/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfpcibasic2smart/CONSTTONEPARAMS 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfpcibasic2smart/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfpcibasic2smart/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfpcibasic2smart/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfpcibasic2smart/MOD_THRESHOLD 1508305 0 lrwxrwxrwx 1 root root 22 Aug 17 13:27 ./hsfpcibasic2smart/Region -> ../hsfpcibasic2/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic2smart/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfpcibasic2smart/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_GCAP 1267920 4 -rw-r--r-- 6 root root 12 Aug 17 13:26 ./hsfpcibasic2smart/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfpcibasic2smart/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfpcibasic2smart/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic2smart/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_FMR 1264825 4 -rw-r--r-- 57 root root 3 Aug 17 13:26 ./hsfpcibasic2smart/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 13:26 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMSK3 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfpcibasic2smart/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfpcibasic2smart/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_GMI 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfpcibasic2smart/DC_CALC_PARAMS 1267931 4 -rw-r--r-- 3 root root 13 Aug 17 13:26 ./hsfpcibasic2smart/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_GMR 1281652 4 -rw-r--r-- 2 root root 326 Aug 17 13:26 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 13:26 ./hsfpcibasic2smart/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfpcibasic2smart/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfpcibasic2smart/SREG 1508310 0 lrwxrwxrwx 1 root root 23 Aug 17 13:27 ./hsfpcibasic2smart/Profile -> ../hsfpcibasic2/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfpcibasic2smart/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic2smart/ATPLUSID_FMI 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfpcibasic2smart/MS_PARAMS 1281714 4 -rw-r--r-- 2 root root 27 Aug 17 13:26 ./hsfpcibasic2smart/OEM_HWDATA 1508311 0 lrwxrwxrwx 1 root root 7 Aug 17 13:27 ./hsfmc97ich -> hsfmc97 1507515 4 drwxr-xr-x 2 root root 4096 Aug 17 13:27 ./hsfhda 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfhda/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfhda/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfhda/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfhda/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfhda/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfhda/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfhda/CONSTTONEPARAMS 1281872 4 -rw-r--r-- 1 root root 326 Aug 17 13:26 ./hsfhda/OEM_SMARTDAA_PARAMSHAL 1281859 4 -rw-r--r-- 2 root root 19 Aug 17 13:26 ./hsfhda/ATMESSAGE_I50 1281873 4 -rw-r--r-- 1 root root 22 Aug 17 13:26 ./hsfhda/ATMESSAGE_I52 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfhda/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfhda/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfhda/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfhda/MOD_THRESHOLD 1508322 0 lrwxrwxrwx 1 root root 27 Aug 17 13:27 ./hsfhda/Region -> ../hsfpcibasic2smart/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfhda/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfhda/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfhda/ATPLUSID_GCAP 1281876 4 -rw-r--r-- 1 root root 12 Aug 17 13:26 ./hsfhda/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfhda/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfhda/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfhda/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfhda/ATPLUSID_FMR 1264825 4 -rw-r--r-- 57 root root 3 Aug 17 13:26 ./hsfhda/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 13:26 ./hsfhda/OEM_SMARTDAA_PARAMSK3 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfhda/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfhda/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfhda/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfhda/ATPLUSID_GMI 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfhda/DC_CALC_PARAMS 1281878 4 -rw-r--r-- 1 root root 13 Aug 17 13:26 ./hsfhda/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfhda/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfhda/ATPLUSID_GMR 1281879 4 -rw-r--r-- 1 root root 95 Aug 17 13:26 ./hsfhda/OEM_SOFT_RING_PARAMS 1281788 4 -rw-r--r-- 3 root root 326 Aug 17 13:26 ./hsfhda/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 13:26 ./hsfhda/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfhda/CPU_FREQ_CHANGE 1281880 4 -rw-r--r-- 1 root root 135 Aug 17 13:26 ./hsfhda/SREG 1508324 0 lrwxrwxrwx 1 root root 28 Aug 17 13:27 ./hsfhda/Profile -> ../hsfpcibasic2smart/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfhda/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfhda/ATPLUSID_FMI 1281886 4 -rw-r--r-- 1 root root 34 Aug 17 13:26 ./hsfhda/ATMESSAGE_I51 1281887 4 -rw-r--r-- 1 root root 83 Aug 17 13:26 ./hsfhda/MS_PARAMS 1281889 4 -rw-r--r-- 1 root root 27 Aug 17 13:26 ./hsfhda/OEM_HWDATA 1507516 4 drwxr-xr-x 3 root root 4096 Aug 17 13:27 ./hsfpcibasic3 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfpcibasic3/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfpcibasic3/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic3/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfpcibasic3/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfpcibasic3/CONSTTONEPARAMS 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfpcibasic3/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfpcibasic3/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfpcibasic3/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfpcibasic3/MOD_THRESHOLD 1508326 0 lrwxrwxrwx 1 root root 22 Aug 17 13:27 ./hsfpcibasic3/Region -> ../hsfpcibasic2/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic3/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfpcibasic3/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_GCAP 1267920 4 -rw-r--r-- 6 root root 12 Aug 17 13:26 ./hsfpcibasic3/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfpcibasic3/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfpcibasic3/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic3/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_FMR 1264825 4 -rw-r--r-- 57 root root 3 Aug 17 13:26 ./hsfpcibasic3/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 13:26 ./hsfpcibasic3/OEM_SMARTDAA_PARAMSK3 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfpcibasic3/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfpcibasic3/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_GMI 1267929 4 -rw-r--r-- 3 root root 41 Aug 17 13:26 ./hsfpcibasic3/ATMESSAGE_I90 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfpcibasic3/DC_CALC_PARAMS 1281749 4 -rw-r--r-- 1 root root 13 Aug 17 13:26 ./hsfpcibasic3/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_GMR 1281652 4 -rw-r--r-- 2 root root 326 Aug 17 13:26 ./hsfpcibasic3/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 13:26 ./hsfpcibasic3/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfpcibasic3/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfpcibasic3/SREG 1507518 4 drwxr-xr-x 5 root root 4096 Aug 17 13:27 ./hsfpcibasic3/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfpcibasic3/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic3/ATPLUSID_FMI 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfpcibasic3/MS_PARAMS 1281765 4 -rw-r--r-- 1 root root 27 Aug 17 13:26 ./hsfpcibasic3/OEM_HWDATA 1507556 4 drwxr-xr-x 4 root root 4096 Aug 17 13:27 ./hsfpcibasic2 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfpcibasic2/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfpcibasic2/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic2/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfpcibasic2/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfpcibasic2/CONSTTONEPARAMS 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfpcibasic2/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfpcibasic2/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfpcibasic2/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfpcibasic2/MOD_THRESHOLD 1507558 16 drwxr-xr-x 93 root root 16384 Aug 17 13:27 ./hsfpcibasic2/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic2/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfpcibasic2/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_GCAP 1267920 4 -rw-r--r-- 6 root root 12 Aug 17 13:26 ./hsfpcibasic2/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfpcibasic2/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfpcibasic2/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic2/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_FMR 1267924 4 -rw-r--r-- 6 root root 3 Aug 17 13:26 ./hsfpcibasic2/OEM_DAATYPE 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfpcibasic2/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfpcibasic2/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_GMI 1267929 4 -rw-r--r-- 3 root root 41 Aug 17 13:26 ./hsfpcibasic2/ATMESSAGE_I90 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfpcibasic2/DC_CALC_PARAMS 1267931 4 -rw-r--r-- 3 root root 13 Aug 17 13:26 ./hsfpcibasic2/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_GMR 1267932 4 -rw-r--r-- 2 root root 16 Aug 17 13:26 ./hsfpcibasic2/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfpcibasic2/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfpcibasic2/SREG 1508232 4 drwxr-xr-x 5 root root 4096 Aug 17 13:27 ./hsfpcibasic2/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfpcibasic2/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic2/ATPLUSID_FMI 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfpcibasic2/MS_PARAMS 1267937 4 -rw-r--r-- 1 root root 27 Aug 17 13:26 ./hsfpcibasic2/OEM_HWDATA 1508251 4 drwxr-xr-x 2 root root 4096 Aug 17 13:27 ./hsfcadmus2 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfcadmus2/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfcadmus2/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfcadmus2/CONSTTONEPARAMS 1281818 4 -rw-r--r-- 1 root root 22 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I50 1281821 4 -rw-r--r-- 2 root root 23 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I52 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfcadmus2/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfcadmus2/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfcadmus2/MOD_THRESHOLD 1508257 0 lrwxrwxrwx 1 root root 22 Aug 17 13:27 ./hsfcadmus2/Region -> ../hsfpcibasic2/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfcadmus2/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_GCAP 1267920 4 -rw-r--r-- 6 root root 12 Aug 17 13:26 ./hsfcadmus2/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfcadmus2/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfcadmus2/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_FMR 1267924 4 -rw-r--r-- 6 root root 3 Aug 17 13:26 ./hsfcadmus2/OEM_DAATYPE 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfcadmus2/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfcadmus2/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_GMI 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfcadmus2/DC_CALC_PARAMS 1281832 4 -rw-r--r-- 2 root root 13 Aug 17 13:26 ./hsfcadmus2/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_GMR 1267932 4 -rw-r--r-- 2 root root 16 Aug 17 13:26 ./hsfcadmus2/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfcadmus2/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfcadmus2/SREG 1508261 0 lrwxrwxrwx 1 root root 23 Aug 17 13:27 ./hsfcadmus2/Profile -> ../hsfpcibasic2/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfcadmus2/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfcadmus2/ATPLUSID_FMI 1281844 4 -rw-r--r-- 2 root root 34 Aug 17 13:26 ./hsfcadmus2/ATMESSAGE_I51 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfcadmus2/MS_PARAMS 1281848 4 -rw-r--r-- 1 root root 27 Aug 17 13:26 ./hsfcadmus2/OEM_HWDATA 1509268 0 lrwxrwxrwx 1 root root 7 Aug 17 13:27 ./hsfmc97ali -> hsfmc97 1508263 4 drwxr-xr-x 2 root root 4096 Aug 17 13:27 ./hsfmc97 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfmc97/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfmc97/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfmc97/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfmc97/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfmc97/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfmc97/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfmc97/CONSTTONEPARAMS 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfmc97/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfmc97/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfmc97/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfmc97/MOD_THRESHOLD 1509269 0 lrwxrwxrwx 1 root root 27 Aug 17 13:27 ./hsfmc97/Region -> ../hsfpcibasic2smart/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfmc97/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfmc97/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfmc97/ATPLUSID_GCAP 1267920 4 -rw-r--r-- 6 root root 12 Aug 17 13:26 ./hsfmc97/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfmc97/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfmc97/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfmc97/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfmc97/ATPLUSID_FMR 1264825 4 -rw-r--r-- 57 root root 3 Aug 17 13:26 ./hsfmc97/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 13:26 ./hsfmc97/OEM_SMARTDAA_PARAMSK3 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfmc97/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfmc97/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfmc97/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfmc97/ATPLUSID_GMI 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfmc97/DC_CALC_PARAMS 1281779 4 -rw-r--r-- 1 root root 13 Aug 17 13:26 ./hsfmc97/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfmc97/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfmc97/ATPLUSID_GMR 1281788 4 -rw-r--r-- 3 root root 326 Aug 17 13:26 ./hsfmc97/OEM_SMARTDAA_PARAMS 1281676 4 -rw-r--r-- 5 root root 16 Aug 17 13:26 ./hsfmc97/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfmc97/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfmc97/SREG 1509276 0 lrwxrwxrwx 1 root root 28 Aug 17 13:27 ./hsfmc97/Profile -> ../hsfpcibasic2smart/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfmc97/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfmc97/ATPLUSID_FMI 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfmc97/MS_PARAMS 1281802 4 -rw-r--r-- 1 root root 27 Aug 17 13:26 ./hsfmc97/OEM_HWDATA 1508269 0 lrwxrwxrwx 1 root root 7 Aug 17 13:27 ./hsfmc97via -> hsfmc97 1508275 4 drwxr-xr-x 3 root root 4096 Aug 17 13:27 ./hsfpcibasic2hsfi 1264666 4 -rw-r--r-- 8 root root 32 Aug 17 13:26 ./hsfpcibasic2hsfi/ATMESSAGE_I3 1264671 4 -rw-r--r-- 8 root root 248 Aug 17 13:26 ./hsfpcibasic2hsfi/COUNTRY_CODE_LIST 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic2hsfi/ATMESSAGE_I1 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_GOI 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_GMM 1264706 4 -rw-r--r-- 8 root root 144 Aug 17 13:26 ./hsfpcibasic2hsfi/CADENCE 1264710 4 -rw-r--r-- 8 root root 887 Aug 17 13:26 ./hsfpcibasic2hsfi/CONSTTONEPARAMS 1264714 4 -rw-r--r-- 8 root root 6 Aug 17 13:26 ./hsfpcibasic2hsfi/AT+MSSTR 1264720 4 -rw-r--r-- 8 root root 12 Aug 17 13:26 ./hsfpcibasic2hsfi/CSA_FLAGS 1264727 4 -rw-r--r-- 8 root root 8 Aug 17 13:26 ./hsfpcibasic2hsfi/ATMESSAGE_I0 1264742 4 -rw-r--r-- 8 root root 181 Aug 17 13:26 ./hsfpcibasic2hsfi/MOD_THRESHOLD 1508283 0 lrwxrwxrwx 1 root root 22 Aug 17 13:27 ./hsfpcibasic2hsfi/Region -> ../hsfpcibasic2/Region 1264684 4 -rw-r--r-- 16 root root 25 Aug 17 13:26 ./hsfpcibasic2hsfi/ATMESSAGE_I4 1267918 4 -rw-r--r-- 8 root root 7 Aug 17 13:26 ./hsfpcibasic2hsfi/OEM_SPKR_MUTE_DELAY 1267919 4 -rw-r--r-- 8 root root 22 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_GCAP 1267920 4 -rw-r--r-- 6 root root 12 Aug 17 13:26 ./hsfpcibasic2hsfi/OEM_FLAGS 1267921 4 -rw-r--r-- 8 root root 111 Aug 17 13:26 ./hsfpcibasic2hsfi/DTMF_COMP_LEVEL 1267922 4 -rw-r--r-- 8 root root 13 Aug 17 13:26 ./hsfpcibasic2hsfi/PROPERTIES 1264676 4 -rw-r--r-- 16 root root 6 Aug 17 13:26 ./hsfpcibasic2hsfi/ATMESSAGE_I7 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_FMR 1267924 4 -rw-r--r-- 6 root root 3 Aug 17 13:26 ./hsfpcibasic2hsfi/OEM_DAATYPE 1281644 4 -rw-r--r-- 6 root root 326 Aug 17 13:26 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMSK3 1267925 4 -rw-r--r-- 8 root root 26 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_FMM 1267926 4 -rw-r--r-- 8 root root 517 Aug 17 13:26 ./hsfpcibasic2hsfi/TONEPARAMS 1267927 4 -rw-r--r-- 8 root root 733 Aug 17 13:26 ./hsfpcibasic2hsfi/V25TER 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_GMI 1267929 4 -rw-r--r-- 3 root root 41 Aug 17 13:26 ./hsfpcibasic2hsfi/ATMESSAGE_I90 1267930 4 -rw-r--r-- 8 root root 41 Aug 17 13:26 ./hsfpcibasic2hsfi/DC_CALC_PARAMS 1267931 4 -rw-r--r-- 3 root root 13 Aug 17 13:26 ./hsfpcibasic2hsfi/HW_ADAPTER_TYPE 1264678 4 -rw-r--r-- 16 root root 3 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_GSN 1267923 4 -rw-r--r-- 16 root root 23 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_GMR 1281724 4 -rw-r--r-- 1 root root 326 Aug 17 13:26 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMS 1281725 4 -rw-r--r-- 1 root root 16 Aug 17 13:26 ./hsfpcibasic2hsfi/DLG_PARAMS 1267933 4 -rw-r--r-- 8 root root 27 Aug 17 13:26 ./hsfpcibasic2hsfi/CPU_FREQ_CHANGE 1267934 4 -rw-r--r-- 7 root root 127 Aug 17 13:26 ./hsfpcibasic2hsfi/SREG 1508288 4 drwxr-xr-x 5 root root 4096 Aug 17 13:27 ./hsfpcibasic2hsfi/Profile 1267935 4 -rw-r--r-- 8 root root 55 Aug 17 13:26 ./hsfpcibasic2hsfi/AT_MISC_DEF 1267928 4 -rw-r--r-- 16 root root 11 Aug 17 13:26 ./hsfpcibasic2hsfi/ATPLUSID_FMI 1267936 4 -rw-r--r-- 7 root root 83 Aug 17 13:26 ./hsfpcibasic2hsfi/MS_PARAMS 1281745 4 -rw-r--r-- 1 root root 27 Aug 17 13:26 ./hsfpcibasic2hsfi/OEM_HWDATA 1508301 0 lrwxrwxrwx 1 root root 7 Aug 17 13:27 ./hsfmc97ati -> hsfmc97 + cd /etc/hsfmodem/nvm && find dynamic -follow -print -type f -exec cat {} \; find: `dynamic': No such file or directory + ls -lR /usr/lib/hsfmodem/. /usr/lib/hsfmodem/.: total 24 -r--r--r-- 1 root root 3702 Aug 17 13:27 LICENSE -rw-r--r-- 1 root root 3914 Sep 25 2007 config.mak drwxr-xr-x 6 root root 12288 Aug 17 13:28 modules -rwx------ 1 root root 186 Aug 17 13:27 rchsf /usr/lib/hsfmodem/./modules: total 360 drwxr-xr-x 3 root root 4096 Aug 17 13:28 GPL -rw-r--r-- 1 root root 21015 Aug 17 13:26 Makefile drwxr-xr-x 2 root root 4096 Aug 17 13:27 binaries -rw-r--r-- 1 root root 1516 Jan 13 2006 cdbgscr.c -rw-r--r-- 1 root root 1307 Jan 27 2006 cnxthw_common.c -rw-r--r-- 1 root root 7337 Dec 7 2007 cnxthwhda_common.c -rw-r--r-- 1 root root 8306 Mar 1 2007 cnxthwpci_common.c -rw-r--r-- 1 root root 15192 Jan 21 2007 cnxthwusb_common.c drwxr-xr-x 3 root root 4096 Aug 17 13:27 imported drwxr-xr-x 2 root root 4096 Aug 17 13:27 include -rwxr-xr-x 1 root root 1858 Sep 5 2007 kernelcompiler.sh -rw-r--r-- 1 root root 1271 Jan 13 2006 mod_engine.c -rw-r--r-- 1 root root 492 Jan 26 2006 mod_hda.c -rw-r--r-- 1 root root 1024 Jan 13 2006 mod_mc97ali.c -rw-r--r-- 1 root root 760 Jan 13 2006 mod_mc97ati.c -rw-r--r-- 1 root root 1578 Jan 13 2006 mod_mc97ich.c -rw-r--r-- 1 root root 682 Jan 13 2006 mod_mc97sis.c -rw-r--r-- 1 root root 678 Jan 13 2006 mod_mc97via.c -rw-r--r-- 1 root root 10072 Nov 9 2006 mod_osspec.c -rw-r--r-- 1 root root 8199 Sep 25 2007 mod_pcibasic2.c -rw-r--r-- 1 root root 1001 Jul 16 17:31 mod_pcibasic3.c -rw-r--r-- 1 root root 835 Jan 13 2006 mod_soar.c -rw-r--r-- 1 root root 1346 Sep 25 2007 mod_usbcd2.c -rw-r--r-- 1 root root 13000 May 7 2007 osdcp.c -rw-r--r-- 1 root root 23135 Aug 14 2006 osdiag.c -rw-r--r-- 1 root root 3709 Jun 20 18:48 osfloat.c -rw-r--r-- 1 root root 2865 Jan 13 2006 osmemory.c -rw-r--r-- 1 root root 1102 Jan 13 2006 osmodule.c -rw-r--r-- 1 root root 31139 Sep 28 2007 osnvm.c -rw-r--r-- 1 root root 8496 Aug 27 2007 osresour.c -rw-r--r-- 1 root root 3749 Jan 27 2006 osscr.c -rw-r--r-- 1 root root 38744 May 9 06:41 osservices.c -rw-r--r-- 1 root root 5424 Jan 13 2006 osstdio.c -rw-r--r-- 1 root root 2555 Jan 13 2006 osstring.c -rw-r--r-- 1 root root 52165 Dec 16 2006 osusb.c /usr/lib/hsfmodem/./modules/GPL: total 164 -rw-r--r-- 1 root root 18860 Aug 23 2003 COPYING drwxr-xr-x 2 root root 4096 Aug 17 13:28 hda -rw-r--r-- 1 root root 16947 Jun 20 18:48 oscompat.h -rw-r--r-- 1 root root 37087 Jun 20 18:48 serial_cnxt.c -rw-r--r-- 1 root root 3379 Apr 30 2007 serial_cnxt.h -rw-r--r-- 1 root root 58060 Apr 30 2007 serial_core.c -rw-r--r-- 1 root root 9789 Aug 22 2003 serial_core.h /usr/lib/hsfmodem/./modules/GPL/hda: total 928 -rw-r--r-- 1 root root 365 Oct 25 2007 Makefile -rw-r--r-- 1 root root 67585 May 9 06:41 hda_codec.c -rw-r--r-- 1 root root 18379 Sep 25 2007 hda_codec.h -rw-r--r-- 1 root root 28354 Apr 13 2007 hda_generic.c -rw-r--r-- 1 root root 51869 Apr 14 2007 hda_intel.c -rw-r--r-- 1 root root 12437 Sep 25 2007 hda_local.h -rw-r--r-- 1 root root 961 Apr 13 2007 hda_patch.h -rw-r--r-- 1 root root 11235 Apr 14 2007 hda_proc.c -rw-r--r-- 1 root root 120 Aug 16 16:33 modules.order -rw-r--r-- 1 root root 100325 Sep 24 2007 patch_analog.c -rw-r--r-- 1 root root 4430 Apr 13 2007 patch_atihdmi.c -rw-r--r-- 1 root root 22135 Apr 13 2007 patch_cmedia.c -rw-r--r-- 1 root root 79524 Dec 7 2007 patch_conexant.c -rw-r--r-- 1 root root 339906 Apr 14 2007 patch_realtek.c -rw-r--r-- 1 root root 8815 Apr 13 2007 patch_si3054.c -rw-r--r-- 1 root root 93108 Oct 25 2007 patch_sigmatel.c -rw-r--r-- 1 root root 38504 Apr 14 2007 patch_via.c -rw-r--r-- 1 root root 6728 Apr 14 2007 sound_typedefs.h /usr/lib/hsfmodem/./modules/binaries: total 0 /usr/lib/hsfmodem/./modules/imported: total 3920 -rw-r--r-- 1 root root 2430632 Aug 17 13:27 hsfengine-x86_64.O -rw-r--r-- 1 root root 243368 Aug 17 13:27 hsfhda-x86_64.O -rw-r--r-- 1 root root 122984 Aug 17 13:27 hsfmc97ali-x86_64.O -rw-r--r-- 1 root root 110952 Aug 17 13:27 hsfmc97ati-x86_64.O -rw-r--r-- 1 root root 117592 Aug 17 13:27 hsfmc97ich-x86_64.O -rw-r--r-- 1 root root 113448 Aug 17 13:27 hsfmc97sis-x86_64.O -rw-r--r-- 1 root root 113920 Aug 17 13:27 hsfmc97via-x86_64.O -rw-r--r-- 1 root root 99432 Aug 17 13:27 hsfpcibasic2-x86_64.O -rw-r--r-- 1 root root 238960 Aug 17 13:27 hsfpcibasic3-x86_64.O -rw-r--r-- 1 root root 237520 Aug 17 13:27 hsfsoar-x86_64.O -rw-r--r-- 1 root root 107720 Aug 17 13:27 hsfusbcd2-x86_64.O drwxr-xr-x 2 root root 4096 Aug 17 13:27 include -rw-r--r-- 1 root root 725 Jul 18 16:10 makeflags.mak /usr/lib/hsfmodem/./modules/imported/include: total 620 -rw-r--r-- 1 root root 6327 Sep 20 2007 build_modules.h -rw-r--r-- 1 root root 41866 Jun 22 2004 c2firmware.h -rw-r--r-- 1 root root 22731 Sep 20 2007 cnxt_diag_codes_ex.h -rw-r--r-- 1 root root 19273 Sep 20 2007 codesdeps.h -rw-r--r-- 1 root root 16990 Sep 20 2007 comctrl_ex.h -rw-r--r-- 1 root root 6031 Sep 20 2007 comtypes.h -rw-r--r-- 1 root root 21390 Sep 25 2007 configcodes.h -rw-r--r-- 1 root root 55385 Sep 20 2007 configtypes.h -rw-r--r-- 1 root root 5775 Sep 20 2007 dbgfuncs.h -rw-r--r-- 1 root root 4997 Jan 18 2004 dcp.h -rw-r--r-- 1 root root 14257 Sep 20 2007 diagmgr_ex.h -rw-r--r-- 1 root root 11751 Sep 20 2007 dpaloem.h -rw-r--r-- 1 root root 28860 Sep 20 2007 framewrk.h -rw-r--r-- 1 root root 9158 Sep 25 2007 intfctrl_ex.h -rw-r--r-- 1 root root 9176 Sep 20 2007 memmgr_ex.h -rw-r--r-- 1 root root 8517 Sep 20 2007 osdiag.h -rw-r--r-- 1 root root 5894 Sep 20 2007 osmemory.h -rw-r--r-- 1 root root 10775 Sep 20 2007 osmemory_ex.h -rw-r--r-- 1 root root 5198 Sep 20 2007 osnvm.h -rw-r--r-- 1 root root 25547 Sep 20 2007 osservices.h -rw-r--r-- 1 root root 18940 Sep 20 2007 osstring_ex.h -rw-r--r-- 1 root root 4469 Sep 20 2007 ossysenv.h -rw-r--r-- 1 root root 20287 Sep 20 2007 ostime_ex.h -rw-r--r-- 1 root root 12396 Jul 18 16:08 osuniqredef.h -rw-r--r-- 1 root root 19457 Sep 20 2007 rtmgr_ex.h -rw-r--r-- 1 root root 7849 Sep 20 2007 std_defines.h -rw-r--r-- 1 root root 20634 Sep 20 2007 sysenv.h -rw-r--r-- 1 root root 7617 Sep 20 2007 targetconfigtypes.h -rw-r--r-- 1 root root 73068 Sep 20 2007 testdebug.h -rw-r--r-- 1 root root 9650 Sep 20 2007 tonetype.h -rw-r--r-- 1 root root 4234 Jun 4 2001 typedefs.h -rw-r--r-- 1 root root 20907 Jun 21 2004 usbhalos.h /usr/lib/hsfmodem/./modules/include: total 44 -rw-r--r-- 1 root root 1006 Jan 13 2006 cdbgscr_ex.h -rw-r--r-- 1 root root 584 Jan 13 2006 linux_dbgscr.h -rw-r--r-- 1 root root 1045 Jan 13 2006 osdiag_dev.h -rw-r--r-- 1 root root 1975 Dec 7 2007 oshda.h -rw-r--r-- 1 root root 647 May 7 2007 oslinux.h -rw-r--r-- 1 root root 687 Jan 13 2006 osmodule.h -rw-r--r-- 1 root root 4830 May 7 2007 osresour_ex.h -rw-r--r-- 1 root root 1371 Oct 4 2006 osstdio.h -rw-r--r-- 1 root root 4214 Jan 13 2006 osusb.h + ls -lR /lib/modules/2.6.25-gentoo-r7/misc /lib/modules/2.6.25-gentoo-r7/extra /lib/modules/2.6.25-gentoo-r7/updates /lib/modules/2.6.25-gentoo-r7/extra: total 3968 -rw-r--r-- 1 root root 2437208 Aug 17 13:28 hsfengine.ko -rw-r--r-- 1 root root 134738 Aug 17 13:28 hsfmc97ali.ko -rw-r--r-- 1 root root 121835 Aug 17 13:28 hsfmc97ati.ko -rw-r--r-- 1 root root 129894 Aug 17 13:28 hsfmc97ich.ko -rw-r--r-- 1 root root 124170 Aug 17 13:28 hsfmc97sis.ko -rw-r--r-- 1 root root 124676 Aug 17 13:28 hsfmc97via.ko -rw-r--r-- 1 root root 151908 Aug 17 13:28 hsfosspec.ko -rw-r--r-- 1 root root 123891 Aug 17 13:28 hsfpcibasic2.ko -rw-r--r-- 1 root root 250160 Aug 17 13:28 hsfpcibasic3.ko -rw-r--r-- 1 root root 26573 Aug 17 13:28 hsfserial.ko -rw-r--r-- 1 root root 242279 Aug 17 13:28 hsfsoar.ko -rw-r--r-- 1 root root 120989 Aug 17 13:28 hsfusbcd2.ko /lib/modules/2.6.25-gentoo-r7/misc: total 276 -rw-r--r-- 1 root root 232632 Aug 16 15:58 vmmon.ko -rw-r--r-- 1 root root 43392 Aug 16 15:58 vmnet.ko /lib/modules/2.6.25-gentoo-r7/updates: total 0