[PlanetCCRMA] midiman usb audio4 kudzu???
Fernando Pablo Lopez-Lezcano
nando@ccrma.Stanford.EDU
Sat Aug 21 18:52:01 2004
On Sat, 2004-08-21 at 15:45, abi wrote:
> Fernando Pablo Lopez-Lezcano a écrit :
> > > options snd major=116 cards_limit=3 device_mode=066 device_gid=0
> > > device_uid=0
> > >
> >
> > I don't know if the previous two lines were wrapped in the email, they
> > should be one.
> They are one!
> >
> > What do you see in /proc/asound? Try:
> > cat /proc/asound/cards
> > cat /proc/asound/devices
> >
> no usb
> [root@localhost root]# cat /proc/asound/cards
> 0 [A5451 ]: ALI5451 - ALI 5451
> ALI 5451 at 0x8000, irq 10
> [root@localhost root]# cat /proc/asound/devices
> 0: [0- 0]: ctl
> 16: [0- 0]: digital audio playback
> 24: [0- 0]: digital audio capture
> 33: : timer
> [root@localhost root]#
So no usb card has been recognized at this point.
> > It would be interesting to find our why the device is busy. It could be
> > that somehow you are getting a kernel oops (when something inside the
> > kernel itself find internal inconsistencies, or segfaults - very bad
> > :-). Check the contents of /var/log/messages to see if you see something
> > that has the work "Oops" in it, or something that looks like a stack
> > trace.
> >
> some strange things should be
> Aug 22 00:16:46 localhost kernel: usb_control/bulk_msg: timeout
> Aug 22 00:16:46 localhost last message repeated 53 times
> Aug 22 00:16:46 localhost kernel: usb_control/bulk_msg: timeout
> Aug 22 00:16:46 localhost last message repeated 2 times
Those are suspicious... but no kernel oops which is good.
I would do this, reboot the machine with the usb card disconnected. Once
you are logged in su root and type:
tail -f /var/log/messages
(so you see what happens next)
Then plug in the usb card. There should be messages appearing that
recognize the card (from hotplug).
-- Fernando