From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762149Ab3DBSgW (ORCPT ); Tue, 2 Apr 2013 14:36:22 -0400 Received: from solon02.hs-niederrhein.de ([194.94.120.29]:39824 "EHLO solon02.hs-niederrhein.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762052Ab3DBSgU convert rfc822-to-8bit (ORCPT ); Tue, 2 Apr 2013 14:36:20 -0400 Message-Id: <515B413C02000097000051FD@gwia02n.pmx.stud.hn.de> X-Mailer: Novell GroupWise Internet Agent 12.0.1 Date: Tue, 02 Apr 2013 20:36:12 +0200 From: "Florian Scholz" To: Cc: , Subject: Antw: Re: ALSA: problems setting up usb devices using kernel 3.9.0-rc4+ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry for the first message being HTML, I'm using the webmailer and the default setting is HTML and not TEXT [florian@localhost ~]$ diff diff1.txt diff2.txt 476c476 < Bus 001 Device 005: ID 041e:30d7 Creative Technology, Ltd --- > Bus 001 Device 007: ID 041e:30d7 Creative Technology, Ltd I had problems to reproduce the error: reboot -> it worked shutdown and boot -> my old, beloved error (usb_set_interface_failed ...) >>> Takashi Iwai 02.04.13 11.32 Uhr >>> At Mon, 25 Mar 2013 22:53:02 +0100, Florian Scholz wrote: > > Hi Jarsolav and Takashi, > > I'm experiencing some ALSA problems during the set up of my Creative X-Fi HD USB sound card and the device isn't in the device list. The kernel is 3.9.0-rc4+ (GIT) > > ... > [ 39.949914] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.950291] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.950918] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.951292] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.951665] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.952056] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.952542] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.953294] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.953665] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > [ 39.954047] ALSA sound/usb/pcm.c:346 5:4:1: usb_set_interface failed (-32) > ... > > But after a replug, the sound card works until the next reboot > > [ 274.487794] usb 1-1.5: USB disconnect, device number 5 > [ 275.432461] usb 1-1.5: new full-speed USB device number 6 using ehci-pci > [ 275.520713] usb 1-1.5: New USB device found, idVendor=041e, idProduct=30d7 > [ 275.520718] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 > [ 275.520721] usb 1-1.5: Product: USB Sound Blaster HD > [ 275.520724] usb 1-1.5: Manufacturer: Creative Technology > [ 275.520726] usb 1-1.5: SerialNumber: 00000AFE > [ 275.542566] ALSA sound/usb/mixer.c:932 2:0: cannot get min/max values for control 2 (id 2) > [ 275.545621] input: Creative Technology USB Sound Blaster HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.5/input/input7 > [ 275.546064] hid-generic 0003:041E:30D7.0006: input,hidraw4: USB HID v1.11 Device [Creative Technology USB Sound Blaster HD] on usb-0000:00:1a.0-1.5/input5 > [ 277.909789] ALSA sound/usb/mixer.c:2263 status interrupt: c0 02 Do you see any difference in "lsusb -v" output before and after replug? Takashi