From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 06 Sep 2006 20:47:25 +0100 (BST) Received: from mail.syneticon.net ([213.239.212.131]:55262 "EHLO mail2.syneticon.net") by ftp.linux-mips.org with ESMTP id S20038457AbWIFTrX (ORCPT ); Wed, 6 Sep 2006 20:47:23 +0100 Received: from localhost (localhost [127.0.0.1]) by mail2.syneticon.net (Postfix) with ESMTP id A58A03C301 for ; Wed, 6 Sep 2006 21:47:16 +0200 (CEST) Received: from mail2.syneticon.net ([127.0.0.1]) by localhost (linux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04700-05 for ; Wed, 6 Sep 2006 21:47:11 +0200 (CEST) Received: from [192.168.10.145] (xdsl-84-44-195-254.netcologne.de [84.44.195.254]) by mail2.syneticon.net (Postfix) with ESMTP for ; Wed, 6 Sep 2006 21:47:11 +0200 (CEST) Message-ID: <44FF25BE.5020901@wpkg.org> Date: Wed, 06 Sep 2006 21:47:10 +0200 From: Tomasz Chmielewski User-Agent: Thunderbird 1.5.0.5 (X11/20060814) MIME-Version: 1.0 Cc: linux-mips@linux-mips.org Subject: Re: no USB device other than storage detected References: <44FD6CE4.6010001@wpkg.org> In-Reply-To: <44FD6CE4.6010001@wpkg.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at syneticon.de To: unlisted-recipients:; (no To-header on input) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 12524 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: mangoo@wpkg.org Precedence: bulk X-list: linux-mips Tomasz Chmielewski wrote: > I have a tiny router (ASUS WL-500g deluxe, MIPS CPU, 32 MB RAM, 2x > USB2), and would like to make it work with a USB DSL modem. > > Right now, it's running Debian and kernel 2.6.17, and boots off a > USB-stick. > > My problem is, that it only sees USB storage devices (USB sticks etc.). > > When I connect other devices (USB modem, webcam, microphone, keyboard, > printer etc.), they are not detected. > By "not detected" I mean there are no "dmesg" entries with the device > name, and no devices, other than "USB storage", listed with "lsusb". > > I even compiled "USB verbose logging" in, but it only gives me a couple > of debug infos, no clue why the devices doesn't show up. It looks that something's borked in 2.6.17 kernel. When I load ohci module, it complains a lot: USB Universal Host Controller Interface driver v3.0 PCI: Fixing up device 0000:01:02.0 uhci_hcd 0000:01:02.0: no i/o regions available uhci_hcd 0000:01:02.0: init 0000:01:02.0 fail, -16 uhci_hcd: probe of 0000:01:02.0 failed with error -16 PCI: Fixing up device 0000:01:02.1 uhci_hcd 0000:01:02.1: no i/o regions available uhci_hcd 0000:01:02.1: init 0000:01:02.1 fail, -16 uhci_hcd: probe of 0000:01:02.1 failed with error -16 With 2.4.30 kernel, ohci module loads fine, and I can use all USB devices: # lsusb Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 001 Device 004: ID 03f0:3011 Hewlett-Packard Bus 001 Device 003: ID 0471:0310 Philips PCVC730K WebCam [pwc] Ideas what can be wrong? -- Tomasz Chmielewski http://wpkg.org From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.syneticon.net ([213.239.212.131]:55262 "EHLO mail2.syneticon.net") by ftp.linux-mips.org with ESMTP id S20038457AbWIFTrX (ORCPT ); Wed, 6 Sep 2006 20:47:23 +0100 Received: from localhost (localhost [127.0.0.1]) by mail2.syneticon.net (Postfix) with ESMTP id A58A03C301 for ; Wed, 6 Sep 2006 21:47:16 +0200 (CEST) Received: from mail2.syneticon.net ([127.0.0.1]) by localhost (linux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04700-05 for ; Wed, 6 Sep 2006 21:47:11 +0200 (CEST) Received: from [192.168.10.145] (xdsl-84-44-195-254.netcologne.de [84.44.195.254]) by mail2.syneticon.net (Postfix) with ESMTP for ; Wed, 6 Sep 2006 21:47:11 +0200 (CEST) Message-ID: <44FF25BE.5020901@wpkg.org> Date: Wed, 06 Sep 2006 21:47:10 +0200 From: Tomasz Chmielewski MIME-Version: 1.0 Subject: Re: no USB device other than storage detected References: <44FD6CE4.6010001@wpkg.org> In-Reply-To: <44FD6CE4.6010001@wpkg.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org Cc: linux-mips@linux-mips.org Message-ID: <20060906194710.PUYqIM3CKUZMjTJrqAj1V5w8yEEI9mYu-kX-eV-vUYo@z> Tomasz Chmielewski wrote: > I have a tiny router (ASUS WL-500g deluxe, MIPS CPU, 32 MB RAM, 2x > USB2), and would like to make it work with a USB DSL modem. > > Right now, it's running Debian and kernel 2.6.17, and boots off a > USB-stick. > > My problem is, that it only sees USB storage devices (USB sticks etc.). > > When I connect other devices (USB modem, webcam, microphone, keyboard, > printer etc.), they are not detected. > By "not detected" I mean there are no "dmesg" entries with the device > name, and no devices, other than "USB storage", listed with "lsusb". > > I even compiled "USB verbose logging" in, but it only gives me a couple > of debug infos, no clue why the devices doesn't show up. It looks that something's borked in 2.6.17 kernel. When I load ohci module, it complains a lot: USB Universal Host Controller Interface driver v3.0 PCI: Fixing up device 0000:01:02.0 uhci_hcd 0000:01:02.0: no i/o regions available uhci_hcd 0000:01:02.0: init 0000:01:02.0 fail, -16 uhci_hcd: probe of 0000:01:02.0 failed with error -16 PCI: Fixing up device 0000:01:02.1 uhci_hcd 0000:01:02.1: no i/o regions available uhci_hcd 0000:01:02.1: init 0000:01:02.1 fail, -16 uhci_hcd: probe of 0000:01:02.1 failed with error -16 With 2.4.30 kernel, ohci module loads fine, and I can use all USB devices: # lsusb Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 Bus 001 Device 004: ID 03f0:3011 Hewlett-Packard Bus 001 Device 003: ID 0471:0310 Philips PCVC730K WebCam [pwc] Ideas what can be wrong? -- Tomasz Chmielewski http://wpkg.org