From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 12 Jan 2003 14:34:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 12 Jan 2003 14:34:47 -0500 Received: from evrtwa1-ar9-4-65-247-036.evrtwa1.dsl-verizon.net ([4.65.247.36]:60171 "EHLO omgwallhack.org") by vger.kernel.org with ESMTP id ; Sun, 12 Jan 2003 14:33:55 -0500 Subject: PROBLEM: ACPI failes to use ECDT, and disables itself. From: Jules Kongslie To: andrew.grover@intel.com Cc: linux-kernel@vger.kernel.org Content-Type: multipart/mixed; boundary="=-LmyiRlA5i5jO9DaWjZGk" Organization: Message-Id: <1042400549.1382.31.camel@festa.omgwallhack.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 12 Jan 2003 11:42:29 -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org --=-LmyiRlA5i5jO9DaWjZGk Content-Type: text/plain Content-Transfer-Encoding: 7bit I apologize if you aren't the person this should be sent to, but I haven't recieved a reply to my last message, so I'm resending with a bit more information. I've also CC'd this message to the linux-kernel mailing list. On linux kernel version 2.5.50+ (I haven't checked below that, 2.4 and 2.4-ac work fine) I am unable to use ACPI features to check battery level, etc. on my laptop. ACPI is enabled in the kernel, and I enter ACPI mode at boot, but it fails to use the ECDT table, and disables ACPI mode before init starts. APM works fine. Output of "dmesg | grep ACPI" for kernel version 2.5.56: ACPI: Wakeup code way too big, will crash on attempt to suspend ACPI: have wakeup address 0xc0001000 ACPI: RSDP (v002 IBM ) @ 0x000f7440 ACPI: XSDT (v001 IBM TP-1E 00000.04416) @ 0x27f6f070 ACPI: FADT (v001 IBM TP-1E 00000.04416) @ 0x27f6f0b4 ACPI: SSDT (v001 IBM TP-1E 00000.04416) @ 0x27f6f168 ACPI: ECDT (v001 IBM TP-1E 00000.04416) @ 0x27f79f87 ACPI: BOOT (v001 IBM TP-1E 00000.04416) @ 0x27f79fd8 ACPI: DSDT (v001 IBM TP-1E 00000.04416) @ 0x00000000 ACPI: BIOS passes blacklist ACPI: MADT not present ACPI: Subsystem revision 20030109 tbxface-0098 [03] acpi_load_tables : ACPI Tables successfully acquired ACPI Namespace successfully loaded at root c05f81fc evxfevnt-0073 [04] acpi_enable : Transition to ACPI mode successful ACPI: Found ECDT ACPI: Could not use ECDT evxfevnt-0118 [06] acpi_disable : ACPI mode disabled ACPI: ACPI tables contain no PCI IRQ routing entries PCI: Invalid ACPI-PCI IRQ routing table utmisc-0720 [02] ut_acquire_mutex : Thread 1 could not acquire Mutex [ACPI_MTX_Memory] AE_BAD_PARAMETER There might be more above this, unfortunately, the dmesg gets cut off before the system finishes booting. If you want, I can compile a lightweight kernel to try to capture any missed messages. By inserting a heapload of printks, I narrowed down the failure in using the ECDT table to the acpi_ns_lookup call made by acpi_ns_get_node_by_path, which is called by acpi_get_handle, which in turn is called by acpi_ec_ecdt_probe in drivers/acpi/ec.c. I can try to narrow it down further, this was all I had the patience for. On a somewhat related note, the prediction of "crashing on suspend" is completely accurate. Fortunately, I never need to suspend this laptop, so I don't really care. Being able to check the battery level would be nice, however. This is an IBM Thinkpad a30p Laptop (that's a single Pentium 3, 684 megs of RAM, one battery, one thermal sensor, one ac adaptor, two case buttons, one internal fan). Attached is a standard BUG_REPORTING set of information, as well as my entime dmesg and .config. -- -Jules Kongslie --=-LmyiRlA5i5jO9DaWjZGk Content-Disposition: attachment; filename=problem-details Content-Type: text/plain; name=problem-details; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: quoted-printable [1.] ACPI fails to use the ECDT table, and disables itself. [2.] See above. [3.] ACPI, IBM, Laptop, Thinkpad, power management [4.] Linux version 2.5.56 (root@festa) (gcc version 3.2.2 20030109 (Debian = prerelease)) #7 Sun Jan 12 11:06:58 PST 2003 [5.] No Oops. [6.] Happens every boot, without fail. [7.1.] Linux festa 2.5.56 #7 Sun Jan 12 11:06:58 PST 2003 i686 unknown unknown GNU= /Linux =20 Gnu C 3.2.2 Gnu make 3.80 util-linux 2.11y mount 2.11y module-init-tools 0.9.7 e2fsprogs 1.32 pcmcia-cs 3.2.2 PPP 2.4.1 Linux C Library 2.3.1 Dynamic linker (ldd) 2.3.1 Procps 3.1.5 Net-tools 1.60 Console-tools 0.2.3 Sh-utils 4.5.4 Modules Loaded binfmt_misc nls_iso8859_1 nls_cp437 vfat fat [7.2.] processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 11 model name : Intel(R) Pentium(R) III Mobile CPU 1200MHz stepping : 1 cpu MHz : 1198.946 cache size : 512 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca = cmov pat pse36 mmx fxsr sse bogomips : 2375.68 [7.3.] binfmt_misc 8676 1 - nls_iso8859_1 3552 1 - nls_cp437 5216 1 - vfat 12608 1 - fat 42272 1 vfat, [7.4.] /proc/ioports: 0000-001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0070-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 02f8-02ff : serial 0376-0376 : ide1 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial 04d0-04d1 : pnp 00:0b 0cf8-0cff : PCI conf1 1000-105f : pnp 00:0b 1060-107f : pnp 00:0b 1060-106f : i810 TCO 1180-11bf : pnp 00:0b 1400-14ff : PCI CardBus #03 1800-181f : Intel Corp. 82801CA/CAM USB (Hub 1800-181f : uhci-hcd 1820-183f : Intel Corp. 82801CA/CAM USB (Hub 1820-183f : uhci-hcd 1840-185f : Intel Corp. 82801CA/CAM USB (Hub 1840-185f : uhci-hcd 1860-186f : Intel Corp. 82801CAM IDE U100 1860-1867 : ide0 1868-186f : ide1 1880-189f : Intel Corp. 82801CA/CAM SMBus 18c0-18ff : Intel Corp. 82801CA/CAM AC'97 Au 18c0-18ff : Intel 82801CA-ICH3 - Controller 1c00-1cff : Intel Corp. 82801CA/CAM AC'97 Au 1c00-1cff : Intel 82801CA-ICH3 - AC'97 2000-207f : Intel Corp. 82801CA/CAM AC'97 Mo 2400-24ff : Intel Corp. 82801CA/CAM AC'97 Mo 2800-28ff : PCI CardBus #03 2c00-2cff : PCI CardBus #06 3000-3fff : PCI Bus #01 3000-30ff : ATI Technologies Inc Radeon Mobility M6 L 4000-40ff : PCI CardBus #06 8000-803f : Intel Corp. 82801CAM (ICH3) PRO/ 8000-803f : e100 /proc/iomem: 00000000-0009efff : System RAM 0009f000-0009ffff : reserved 000a0000-000bffff : Video RAM area 000c0000-000c7fff : Video ROM 000d0000-000d0fff : Extension ROM 000d1000-000d1fff : Extension ROM 000e0000-000effff : Extension ROM 000f0000-000fffff : System ROM 00100000-27f5ffff : System RAM 00100000-00458a9b : Kernel code 00458a9c-00596143 : Kernel data 27f60000-27f79fff : ACPI Tables 27f7a000-27f7bfff : ACPI Non-volatile Storage 27f7c000-27ffffff : reserved 28000000-280003ff : Intel Corp. 82801CAM IDE U100 28400000-287fffff : PCI CardBus #03 28800000-28bfffff : PCI CardBus #03 28c00000-28ffffff : PCI CardBus #06 29000000-293fffff : PCI CardBus #06 50000000-50000fff : Ricoh Co Ltd RL5c478 50100000-50100fff : Ricoh Co Ltd RL5c478 (#2) c0100000-c01fffff : PCI Bus #01 c0100000-c010ffff : ATI Technologies Inc Radeon Mobility M6 L c0200000-c0200fff : Intel Corp. 82801CAM (ICH3) PRO/ c0200000-c0200fff : e100 c0201000-c02017ff : Ricoh Co Ltd R5C522 IEEE 1394 Con d0000000-dfffffff : Intel Corp. 82830 830 Chipset Ho e0000000-e7ffffff : PCI Bus #01 e0000000-e7ffffff : ATI Technologies Inc Radeon Mobility M6 L f0000000-f0000fff : Harris Semiconductor Prism 2.5 Wavelan ch ff800000-ffffffff : reserved [7.5.] 00:00.0 Host bridge: Intel Corp. 82830 830 Chipset Host Bridge (rev 02) Subsystem: IBM ThinkPad A/T/X Series Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Steppi= ng- SERR+ FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=3Dfast >TAbort- SERR- TAbort- SERR- Reset- FastB2B- 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 01) (prog= -if 00 [UHCI]) Subsystem: IBM ThinkPad A/T/X Series Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Steppi= ng- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=3Dmedium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- Reset- FastB2B- 00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 01) Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Steppi= ng- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=3Dmedium >TAbort- SERR- TAbort- SERR- Region 1: I/O ports at Region 2: I/O ports at Region 3: I/O ports at Region 4: I/O ports at 1860 [size=3D16] Region 5: Memory at 28000000 (32-bit, non-prefetchable) [size=3D1K] 00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 01) Subsystem: IBM ThinkPad A/T/X Series Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Steppi= ng- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=3Dmedium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- [disabled] [size=3D128K] Capabilities: [58] AGP version 2.0 Status: RQ=3D47 SBA+ 64bit- FW- Rate=3Dx1,x2,x4 Command: RQ=3D31 SBA+ AGP+ 64bit- FW- Rate=3Dx1 Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=3D0mA PME(D0-,D1-,D2-,D3hot-,D3col= d-) Status: D0 PME-Enable- DSel=3D0 DScale=3D0 PME- 02:00.0 CardBus bridge: Ricoh Co Ltd RL5c478 (rev a0) Subsystem: IBM ThinkPad A30p (2653-64G) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Steppi= ng- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=3Dmedium >TAbort- SERR- Reset- 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 02:00.1 CardBus bridge: Ricoh Co Ltd RL5c478 (rev a0) Subsystem: IBM ThinkPad A30p (2653-64G) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Steppi= ng- SERR- FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=3Dmedium >TAbort- SERR- Reset- 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 02:00.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C522 IEEE 1394 Controller (pro= g-if 10 [OHCI]) Subsystem: IBM ThinkPad A30p (2653-64G) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Steppi= ng- SERR+ FastB2B- Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=3Dmedium >TAbort- SERR- TAbort- SERR- TAbort- SERR- /dev -> /dev/console -> /root CPU: L1 I cache: 16K, L1 D cache: 16K CPU: L2 cache: 512K CPU: After generic, caps: 0383fbff 00000000 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU: Intel(R) Pentium(R) III Mobile CPU 1200MHz stepping 01 Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. POSIX conformance testing by UNIFIX enabled ExtINT on CPU#0 ESR value before enabling vector: 00000000 ESR value after enabling vector: 00000000 Using local APIC timer interrupts. calibrating APIC timer ... ..... CPU clock speed is 1198.0771 MHz. ..... host bus clock speed is 133.0196 MHz. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket mtrr: v2.0 (20020519) device class 'cpu': registering device class cpu: adding driver system:cpu PCI: PCI BIOS revision 2.10 entry at 0xfd8fe, last bus=3D8 PCI: Using configuration type 1 device class cpu: adding device CPU 0 interfaces: adding device CPU 0 BIO: pool of 256 setup, 15Kb (60 bytes/bio) biovec pool[0]: 1 bvecs: 256 entries (12 bytes) biovec pool[1]: 4 bvecs: 256 entries (48 bytes) biovec pool[2]: 16 bvecs: 256 entries (192 bytes) biovec pool[3]: 64 bvecs: 256 entries (768 bytes) biovec pool[4]: 128 bvecs: 256 entries (1536 bytes) biovec pool[5]: 256 bvecs: 256 entries (3072 bytes) ACPI: Subsystem revision 20030109 tbxface-0098 [03] acpi_load_tables : ACPI Tables successfully acquire= d Parsing all Control Methods:...............................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ....................................... Table [DSDT] - 1259 Objects with 63 Devices 386 Methods 18 Regions Parsing all Control Methods: Table [SSDT] - 0 Objects with 0 Devices 0 Methods 0 Regions ACPI Namespace successfully loaded at root c05f81fc evxfevnt-0073 [04] acpi_enable : Transition to ACPI mode successf= ul evgpe-0262: *** Info: GPE Block0 defined as GPE0 to GPE15 evgpe-0262: *** Info: GPE Block1 defined as GPE16 to GPE31 ACPI: Found ECDT ACPI: Could not use ECDT evxfevnt-0118 [06] acpi_disable : ACPI mode disabled utalloc-0967 [05] ut_dump_allocations : No outstanding allocations. Linux Plug and Play Support v0.93 (c) Adam Belay pnp: the driver 'system' has been registered pnp: Enabling Plug and Play Card Services. PnPBIOS: Found PnP BIOS installation structure at 0xc00f7470 PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xa154, dseg 0x400 pnp: pnp: match found with the PnP device '00:00' and the driver 'system' pnp: pnp: match found with the PnP device '00:02' and the driver 'system' pnp: pnp: match found with the PnP device '00:0b' and the driver 'system' pnp: 00:0b: ioport range 0x4d0-0x4d1 has been reserved pnp: 00:0b: ioport range 0x1000-0x105f has been reserved pnp: 00:0b: ioport range 0x1060-0x107f has been reserved pnp: 00:0b: ioport range 0x1180-0x11bf has been reserved pnp: pnp: match found with the PnP device '00:0e' and the driver 'system' pnp: pnp: match found with the PnP device '00:0f' and the driver 'system' PnPBIOS: 22 nodes reported by PnP BIOS; 22 recorded by driver block request queues: 128 requests per read queue 128 requests per write queue 8 requests per batch enter congestion at 31 exit congestion at 33 drivers/usb/core/usb.c: registered new driver usbfs drivers/usb/core/usb.c: registered new driver hub ACPI: ACPI tables contain no PCI IRQ routing entries PCI: Invalid ACPI-PCI IRQ routing table PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) Transparent bridge - Intel Corp. 82801BAM/CAM PCI Bri PCI: Discovered primary peer bus 09 [IRQ] PCI: Using IRQ router PIIX [8086/248c] at 00:1f.0 PCI: IRQ 0 for device 00:1f.1 doesn't match PIRQ mask - try pci=3Dusepirqma= sk PCI: Found IRQ 10 for device 00:1f.1 PCI: Sharing IRQ 10 with 00:1d.2 PCI: Sharing IRQ 10 with 02:00.2 PCI: Sharing IRQ 10 with 02:02.0 NET4: Frame Diverter 0.46 divert: not allocating divert_blk for non-ethernet device teql0 Bluetooth: Core ver 2.2 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized SBF: Simple Boot Flag extension found and enabled. SBF: Setting boot flags 0x1 IA-32 Microcode Update Driver: v1.11 apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) Enabling SEP on CPU 0 Total HugeTLB memory allocated, 0 aio_setup: sizeof(struct page) =3D 40 VFS: Disk quotas dquot_6.5.1 Journalled Block Device driver loaded devfs: v1.22 (20021013) Richard Gooch (rgooch@atnf.csiro.au) devfs: boot_options: 0x1 Capability LSM initialized Initializing Cryptographic API utmisc-0720 [02] ut_acquire_mutex : Thread 1 could not acquire Mutex= [ACPI_MTX_Memory] AE_BAD_PARAMETER isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Serial: 8250/16550 driver $Revision: 1.90 $ IRQ sharing disabled tts/0 at I/O 0x3f8 (irq =3D 4) is a 16550A tts/1 at I/O 0x2f8 (irq =3D 3) is a 16550A PCI: Enabling device 00:1f.6 (0000 -> 0001) PCI: Found IRQ 9 for device 00:1f.6 PCI: Sharing IRQ 9 with 00:1f.3 PCI: Sharing IRQ 9 with 00:1f.5 PCI: Sharing IRQ 9 with 02:00.1 pnp: the driver 'serial' has been registered pnp: pnp: match found with the PnP device '00:13' and the driver 'serial' device class 'tty': registering pty: 256 Unix98 ptys configured Real Time Clock Driver v1.11 Non-volatile memory driver v1.2 i810_rng: RNG not detected i810 TCO timer, v0.05: timer margin: 30 sec (0x1060) (nowayout=3D0) Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected Intel i830M chipset agpgart: Maximum main memory to use for agp memory: 564M agpgart: AGP aperture is 256M @ 0xd0000000 [drm] Initialized radeon 1.7.0 20020828 on minor 0 Floppy drive(s): fd0 is 1.44M FDC 0 is a National Semiconductor PC87306 RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize loop: loaded (max 8 devices) Intel(R) PRO/100 Network Driver - version 2.1.29-k1 Copyright (c) 2002 Intel Corporation PCI: Found IRQ 7 for device 02:08.0 e100: selftest OK. Freeing alive device e7cea800, eth%d divert: allocating divert_blk for eth0 e100: eth0: Intel(R) PRO/100 VE Network Connection Hardware receive checksums enabled Universal TUN/TAP device driver 1.5 (C)1999-2002 Maxim Krasnyansky Linux video capture interface: v1.00 Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=3D= xx ICH3M: IDE controller at PCI slot 00:1f.1 PCI: Enabling device 00:1f.1 (0005 -> 0007) PCI: Found IRQ 10 for device 00:1f.1 PCI: Sharing IRQ 10 with 00:1d.2 PCI: Sharing IRQ 10 with 02:00.2 PCI: Sharing IRQ 10 with 02:02.0 ICH3M: chipset revision 1 ICH3M: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:DMA, hdd:pio hda: IC25T048ATDA05-0, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hdc: TOSHIBA DVD-ROM SD-R2002, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hda: host protected area =3D> 1 hda: 93759120 sectors (48005 MB) w/1806KiB Cache, CHS=3D93015/16/63, UDMA(1= 00) /dev/ide/host0/bus0/target0/lun0: p1 p2 p3 p4 hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.12 end_request: I/O error, dev hdc, sector 0 Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] [pm] PCI: Found IRQ 7 for device 02:00.0 PCI: Sharing IRQ 7 with 00:1d.0 PCI: Sharing IRQ 7 with 01:00.0 PCI: Found IRQ 9 for device 02:00.1 PCI: Sharing IRQ 9 with 00:1f.3 PCI: Sharing IRQ 9 with 00:1f.5 PCI: Sharing IRQ 9 with 00:1f.6 Intel PCIC probe: not found. Databook TCIC-2 PCMCIA probe: not found. drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver= v2.0 PCI: Found IRQ 7 for device 00:1d.0 PCI: Sharing IRQ 7 with 01:00.0 PCI: Sharing IRQ 7 with 02:00.0 PCI: Setting latency timer of device 00:1d.0 to 64 uhci-hcd 00:1d.0: Intel Corp. 82801CA/CAM USB (Hub uhci-hcd 00:1d.0: irq 7, io base 00001800 Please use the 'usbfs' filetype instead, the 'usbdevfs' name is deprecated. uhci-hcd 00:1d.0: new USB bus registered, assigned bus number 1 Yenta IRQ list 0038, PCI irq7 Socket status: 30000006 Yenta IRQ list 0038, PCI irq9 Socket status: 30000006 hub 1-0:0: USB hub found hub 1-0:0: 2 ports detected PCI: Found IRQ 11 for device 00:1d.1 PCI: Setting latency timer of device 00:1d.1 to 64 uhci-hcd 00:1d.1: Intel Corp. 82801CA/CAM USB (Hub uhci-hcd 00:1d.1: irq 11, io base 00001820 uhci-hcd 00:1d.1: new USB bus registered, assigned bus number 2 hub 2-0:0: USB hub found hub 2-0:0: 2 ports detected PCI: Found IRQ 10 for device 00:1d.2 PCI: Sharing IRQ 10 with 00:1f.1 PCI: Sharing IRQ 10 with 02:00.2 PCI: Sharing IRQ 10 with 02:02.0 PCI: Setting latency timer of device 00:1d.2 to 64 uhci-hcd 00:1d.2: Intel Corp. 82801CA/CAM USB (Hub uhci-hcd 00:1d.2: irq 10, io base 00001840 uhci-hcd 00:1d.2: new USB bus registered, assigned bus number 3 hub 3-0:0: USB hub found hub 3-0:0: 2 ports detected drivers/usb/core/usb.c: registered new driver audio drivers/usb/class/audio.c: v1.0.0:USB Audio Class driver drivers/usb/core/usb.c: registered new driver usblp drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver drivers/usb/core/usb.c: registered new driver hiddev drivers/usb/core/usb.c: registered new driver hid drivers/usb/input/hid-core.c: v2.0:USB HID core driver device class 'input': registering register interface 'mouse' with class 'input' mice: PS/2 mouse device common for all mice input: PC Speaker input: PS/2 Generic Mouse on isa0060/serio1 serio: i8042 AUX port at 0x60,0x64 irq 12 input: AT Set 2 keyboard on isa0060/serio0 serio: i8042 KBD port at 0x60,0x64 irq 1 i2c-dev.o: i2c /dev entries driver module version 2.6.4 (20020719) i2c-proc.o version 2.6.4 (20020719) Advanced Linux Sound Architecture Driver Version 0.9.0rc6 (Tue Dec 17 19:01= :13 2002 UTC). request_module[snd-card-0]: not ready request_module[snd-card-1]: not ready request_module[snd-card-2]: not ready request_module[snd-card-3]: not ready request_module[snd-card-4]: not ready request_module[snd-card-5]: not ready request_module[snd-card-6]: not ready request_module[snd-card-7]: not ready PCI: Enabling device 00:1f.5 (0000 -> 0001) PCI: Found IRQ 9 for device 00:1f.5 PCI: Sharing IRQ 9 with 00:1f.3 PCI: Sharing IRQ 9 with 00:1f.6 PCI: Sharing IRQ 9 with 02:00.1 PCI: Setting latency timer of device 00:1f.5 to 64 intel8x0: clocking to 48000 drivers/usb/core/usb.c: registered new driver snd-usb-audio ALSA device list: #0: Intel 82801CA-ICH3 at 0x1c00, irq 9 LLC 2.0 by Procom, 1997, Arnaldo C. Melo, 2001, 2002 NET 4.0 IEEE 802.2 extended support NET4.0 IEEE 802.2 BSD sockets, Jay Schulist, 2001, Arnaldo C. Melo, 2002 NET4: Linux TCP/IP 1.0 for NET4.0 IP: routing cache hash table of 8192 buckets, 64Kbytes TCP: Hash tables configured (established 262144 bind 65536) IPv4 over IPv4 tunneling driver divert: not allocating divert_blk for non-ethernet device tunl0 GRE over IPv4 tunneling driver divert: not allocating divert_blk for non-ethernet device gre0 Linux IP multicast router 0.06 plus PIM-SM ip_conntrack version 2.1 (5115 buckets, 40920 max) - 300 bytes per conntrac= k ip_tables: (C) 2000-2002 Netfilter core team arp_tables: (C) 2002 David S. Miller Initializing IPsec netlink socket NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. IPv6 v0.8 for NET4.0 IPv6 over IPv4 tunneling driver divert: not allocating divert_blk for non-ethernet device sit0 ip6_tables: (C) 2000-2002 Netfilter core team registering ipv6 mark target NET4: Ethernet Bridge 008 for NET4.0 Bridge firewalling registered Ebtables v2.0 registered<6>NET4: Linux IPX 0.50 for NET4.0 IPX Portions Copyright (c) 1995 Caldera, Inc. IPX Portions Copyright (c) 2000-2002 Conectiva, Inc. NET4: AppleTalk 0.20 for Linux NET4.0 NET4: LAPB for Linux. Version 0.01 for NET4.0 Bluetooth: L2CAP ver 2.1 Bluetooth: L2CAP socket layer initialized Bluetooth: SCO (Voice Link) ver 0.3 Bluetooth: SCO socket layer initialized Bluetooth: RFCOMM ver 0.3 Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: BNEP (Ethernet Emulation) ver 1.0 Bluetooth: BNEP filters: protocol multicast 802.1Q VLAN Support v1.8 Ben Greear All bugs added by David S. Miller found reiserfs format "3.6" with standard journal Reiserfs journal params: device ide0(3,2), size 8192, journal first block 1= 8, max trans len 1024, max batch 900, max commit age 30, max trans age 30 reiserfs: checking transaction log (ide0(3,2)) for (ide0(3,2)) Using r5 hash to sort names VFS: Mounted root (reiserfs filesystem) readonly. Mounted devfs on /dev Freeing unused kernel memory: 200k freed Adding 1247392k swap on /dev/ide/host0/bus0/target0/lun0/part4. Priority:-= 1 extents:1 found reiserfs format "3.6" with standard journal Reiserfs journal params: device ide0(3,3), size 8192, journal first block 1= 8, max trans len 1024, max batch 900, max commit age 30, max trans age 30 reiserfs: checking transaction log (ide0(3,3)) for (ide0(3,3)) Using r5 hash to sort names divert: not allocating divert_blk for non-ethernet device tun2 e100: eth0 NIC Link is Up 100 Mbps Full duplex --=-LmyiRlA5i5jO9DaWjZGk--