You are not logged in.

#1 2010-10-15 04:18:59

gwarlek
Member
From: Moscow
Registered: 2010-10-13
Posts: 6

[SOLVED] USB sound broblem.

Greetings everyone. Kinda sucks making my first post on new boards this way.

Can't say I am very experienced linux-wise, but until now I successfully overcame all problems I've encountered. On this one I can't even think where to start, because all this kernel stuff is kinda complicated to me yet.

After initial install all hardware were detected and working well. During days of polishing system I lost track of changes and can't really say what triggered my USB sound card disappearance. At first I was blaming ALSA, but then I checked kernel.log:

Before wrote:

Oct 13 03:02:41 localhost kernel: usb 6-1: new full speed USB device using uhci_hcd and address 2
Oct 13 03:02:41 localhost kernel: Console: switching to colour frame buffer device 240x75
Oct 13 03:02:41 localhost kernel: fb0: radeondrmfb frame buffer device
Oct 13 03:02:41 localhost kernel: drm: registered panic notifier
Oct 13 03:02:41 localhost kernel: Slow work thread pool: Starting up
Oct 13 03:02:41 localhost kernel: Slow work thread pool: Ready
Oct 13 03:02:41 localhost kernel: [drm] Initialized radeon 2.5.0 20080528 for 0000:02:00.0 on minor 0
Oct 13 03:02:41 localhost kernel: usbcore: registered new interface driver hiddev
Oct 13 03:02:41 localhost kernel: input: TeraDak  Electronics TeraDak 96K USB Audio as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input2
Oct 13 03:02:41 localhost kernel: generic-usb 0003:1852:7022.0001: input,hidraw0: USB HID v1.00 Device [TeraDak  Electronics TeraDak 96K USB Audio] on usb-0000:00:1d.0-1/input0

Oct 13 03:02:41 localhost kernel: usbcore: registered new interface driver usbhid
Oct 13 03:02:41 localhost kernel: usbhid: USB HID core driver
Oct 13 03:02:41 localhost kernel: usbcore: registered new interface driver snd-usb-audio
Oct 13 03:02:41 localhost kernel: usb 6-2: new low speed USB device using uhci_hcd and address 3
Oct 13 03:02:41 localhost kernel: input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input3
Oct 13 03:02:41 localhost kernel: generic-usb 0003:04D9:1503.0002: input,hidraw1: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1d.0-2/input0
Oct 13 03:02:41 localhost kernel: input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input4
Oct 13 03:02:41 localhost kernel: generic-usb 0003:04D9:1503.0003: input,hidraw2: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1d.0-2/input1
Oct 13 03:02:41 localhost kernel: usb 8-2: new low speed USB device using uhci_hcd and address 2
Oct 13 03:02:41 localhost kernel: input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input5
Oct 13 03:02:41 localhost kernel: generic-usb 0003:045E:0047.0004: input,hidraw3: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0

After wrote:

Oct 15 11:37:47 localhost kernel: usb 6-2: new low speed USB device using uhci_hcd and address 2
Oct 15 11:37:47 localhost kernel: Console: switching to colour frame buffer device 240x67
Oct 15 11:37:47 localhost kernel: fb0: radeondrmfb frame buffer device
Oct 15 11:37:47 localhost kernel: drm: registered panic notifier
Oct 15 11:37:47 localhost kernel: Slow work thread pool: Starting up
Oct 15 11:37:47 localhost kernel: Slow work thread pool: Ready
Oct 15 11:37:47 localhost kernel: [drm] Initialized radeon 2.5.0 20080528 for 0000:02:00.0 on minor 0
Oct 15 11:37:47 localhost kernel: usbcore: registered new interface driver hiddev
Oct 15 11:37:47 localhost kernel: input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input2
Oct 15 11:37:47 localhost kernel: generic-usb 0003:04D9:1503.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1d.0-2/input0
Oct 15 11:37:47 localhost kernel: input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.1/input/input3
Oct 15 11:37:47 localhost kernel: generic-usb 0003:04D9:1503.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1d.0-2/input1
Oct 15 11:37:47 localhost kernel: usbcore: registered new interface driver usbhid
Oct 15 11:37:47 localhost kernel: usbhid: USB HID core driver
Oct 15 11:37:47 localhost kernel: usb 8-2: new low speed USB device using uhci_hcd and address 2
Oct 15 11:37:47 localhost kernel: input: Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1d.2/usb8/8-2/8-2:1.0/input/input4
Oct 15 11:37:47 localhost kernel: generic-usb 0003:045E:0047.0003: input,hidraw2: USB HID v1.10 Mouse [Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)] on usb-0000:00:1d.2-2/input0

As you can see: there is no usb 6-1 "After". Let ALSA messing alone (because it seems unrelated) so far I tried:
- different USB ports
- reinstalling kernel

Any tips or solutions are welcome.

Last edited by gwarlek (2010-10-16 06:41:47)


Russo turisto! Obliko morale!

Offline

#2 2010-10-15 10:38:43

gwarlek
Member
From: Moscow
Registered: 2010-10-13
Posts: 6

Re: [SOLVED] USB sound broblem.

After reinstalling udev, I atleast started to getting following things:

Oct 15 18:22:36 localhost kernel: usb 7-1: new full speed USB device using uhci_hcd and address 2
Oct 15 18:22:36 localhost kernel: usb 7-1: device descriptor read/64, error -71
Oct 15 18:22:36 localhost kernel: usb 7-1: new full speed USB device using uhci_hcd and address 3
Oct 15 18:22:36 localhost kernel: usb 7-1: device descriptor read/64, error -71
Oct 15 18:22:36 localhost kernel: usb 7-1: new full speed USB device using uhci_hcd and address 4
Oct 15 18:22:36 localhost kernel: usb 7-1: device descriptor read/64, error -71
Oct 15 18:22:36 localhost kernel: usb 7-1: new full speed USB device using uhci_hcd and address 5
Oct 15 18:22:36 localhost kernel: usb 7-1: device descriptor read/64, error -71

I tried echo -1 >/sys/module/usbcore/parameters/autosuspend as somewhere suggested, but didn't help a bit.
There is also solution to disable USB 2.0 via modprobe -r ehci_hcd, but I cannot allow that because through this device I stream much bigger bandwidth, than USB1.0/1.1 can handle.

EDIT:
- tried to remove and modify /etc/modprobe.d/usb-load-ehci-first.conf to ohci load first
- tried to add "irqpoll" as kernel option
- echo Y > /sys/module/usbcore/parameters/old_scheme_first
No luck.

EDIT2:
Alright people. The device is gone for good. Other computers cannot see it as well, neither Windows 7 on media center or Ubuntu on laptop. Dunno if Arch fried it somehow ^_^

Last edited by gwarlek (2010-10-15 12:38:33)


Russo turisto! Obliko morale!

Offline

#3 2010-10-17 10:55:42

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: [SOLVED] USB sound broblem.

Maybe too obvious, but could it be broken  connectors/cables?

Offline

#4 2010-10-17 12:11:12

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: [SOLVED] USB sound broblem.

Is it still under warranty? If so, let a technician have a look at it.

Offline

Board footer

Powered by FluxBB