From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 646C21381F3 for ; Sun, 6 Oct 2013 18:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A659FE0ABE; Sun, 6 Oct 2013 18:36:54 +0000 (UTC) Received: from mail-ye0-f174.google.com (mail-ye0-f174.google.com [209.85.213.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FE95E0AB8 for ; Sun, 6 Oct 2013 18:36:53 +0000 (UTC) Received: by mail-ye0-f174.google.com with SMTP id q1so743646yen.33 for ; Sun, 06 Oct 2013 11:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=mYOXU9ve9WpOcAWR9bMOwzjzkpu5WOQLwCBRYBmgsvk=; b=gvaXsCtsTnMjc9vFnOT+xPwIsLp3xqG26mGJsIBx/CUFJRpaN5Tl971MiXANKRw0mL qDQuf2qFY1DocfyUpdCNwWEf3DxM0CE5PwwHkj+uWZ7x8quPalyASZphEl4vQemkoysX zsWVvqebs7PFn5rkuQMhQHPhgKiDPgBcXXigJF1RD9U1Glm1z9jxe5fSNNkl80bO0wsK XlqR6ie4kf92HFeggXmMUu3dkW/EpJbiO5/pl5iJVidFu0dnRre2R2GFgR6JqUgoEa6w aMjDZmvQ/lLGJh9LObh0iBTjAgq0FAL+7atTprYJMezoEMmxQwaZIhx8gM0K/P3m7g3q vWLQ== X-Received: by 10.236.63.10 with SMTP id z10mr21153588yhc.28.1381084612738; Sun, 06 Oct 2013 11:36:52 -0700 (PDT) Received: from [192.168.2.5] (adsl-65-0-94-233.jan.bellsouth.net. [65.0.94.233]) by mx.google.com with ESMTPSA id e39sm37272663yhq.15.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 11:36:51 -0700 (PDT) Message-ID: <5251ADC2.6020701@gmail.com> Date: Sun, 06 Oct 2013 13:36:50 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 SeaMonkey/2.21 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Network failed and weird error message References: <524EE833.8030905@gmail.com> <524F1885.7050806@gmail.com> <524F22EC.60808@gmail.com> <524FD3DD.5030304@gmail.com> In-Reply-To: <524FD3DD.5030304@gmail.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8cd581a0-a5e0-4e26-a8ad-13f81fd82ef2 X-Archives-Hash: 172172631c1fbc92d563bf6f41e9aa6e Alan McKinnon wrote: > These days all you need is ehci for usb2 and xhci for usb3 (unless you > are using ancient hardware with physical usb1 ports) Well, I rebuilt the kernel and removed the OHCI and UHCI. When I rebooted, it couldn't see my UPS and nut couldn't start its services. So, it appears that mine must be "ancient" hardware. My messages file is still full of the same error after this change. That would be adding back the OHCI part. BTW, I didn't have XHCI enabled so maybe now some things will be faster when using USB ports. ;-) Is it safe to disable this and will this kill the messages: USB verbose debug messages This is a grep of USB stuff. root@fireball / # zcat /proc/config.gz | grep -i hci CONFIG_SATA_AHCI=y # CONFIG_SATA_AHCI_PLATFORM is not set # CONFIG_SATA_ACARD_AHCI is not set # CONFIG_FIREWIRE_OHCI is not set CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_XHCI_HCD=y # CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set CONFIG_USB_EHCI_PCI=y CONFIG_USB_OHCI_HCD=y # CONFIG_USB_OHCI_HCD_PLATFORM is not set # CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_UHCI_HCD is not set CONFIG_PROVIDE_OHCI1394_DMA_INIT=y root@fireball / # So, now what? Can I tell syslog to ignore that error or do I need to beat something into the kernel? Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words!