Re: [gentoo-user] problems with usb audio and midi

2014-04-26 Thread Mick
On Saturday 26 Apr 2014 01:26:32 luis jure wrote:
 el 2014-04-25 a las 06:41 Mick escribió:
  Oops!  I gave a bum steer, my apologies!
  I meant to have typed:
  lspci -v | grep -i OHCI
 
 he, should have noticed that myself... :-)
 
 the output here is very similar to yours, OHCI is used only by the
 firewire controller (which i don't use, anyway).
 
 i got the midi controllers working on csound, where i can set the midi
 device in the command line. but nothing on the gui applications (qtractor,
 rosegarden, musescore...). i have to investigate more...

I have no experience with midi devices, but from my understanding you need to 
get jack configured first.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] problems with usb audio and midi

2014-04-26 Thread luis jure

el 2014-04-26 a las 10:13 Mick escribió:

 I have no experience with midi devices, but from my understanding you
 need to get jack configured first.

jack is an additional (and optional) layer that provides low latency audio
(and midi) communication between different applications, and between them
and the sound card. if you don't need that, you don't need jack. in no way
is it mandatory.



Re: [gentoo-user] problems with usb audio and midi

2014-04-25 Thread luis jure

el 2014-04-25 a las 06:41 Mick escribió:

 Oops!  I gave a bum steer, my apologies!
 I meant to have typed:
 lspci -v | grep -i OHCI

he, should have noticed that myself... :-)

the output here is very similar to yours, OHCI is used only by the
firewire controller (which i don't use, anyway).

i got the midi controllers working on csound, where i can set the midi
device in the command line. but nothing on the gui applications (qtractor,
rosegarden, musescore...). i have to investigate more...

thanks for your help.


lj



Re: [gentoo-user] problems with usb audio and midi

2014-04-24 Thread Mick
On Thursday 24 Apr 2014 03:47:35 luis jure wrote:
 i have an internal pci card (m-audio 2496) that works fine on my gentoo
 machine, but i'm having problems with usb audio cards and midi devices.
[snip ...]

 difference i see is that gentoo uses uhci_hcd, while xubuntu uses
 ohci-pci, not that i know what that means...

It means USB-1.1 as defined by AMD (I think).

lspci | grep OHCI should show if you need it.


 i would appreciate any help.
 here is the result of zcat /proc/config.gz | grep -i usb
[snip ...]

 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PCI=y
 # CONFIG_USB_OHCI_HCD_PLATFORM is not set

Try enabling the last module above and see what you get.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] problems with usb audio and midi

2014-04-24 Thread luis jure


thanks for your answer!

actually, i just realized that it's working now. unfortunately i don't
know what of all the things i've been trying made the difference...

$ cat /proc/asound/cards 
 0 [M2496  ]: ICE1712 - M Audio Audiophile 24/96
  M Audio Audiophile 24/96 at 0xec00, irq 16
 1 [CODEC  ]: USB-Audio - USB Audio CODEC
  Burr-Brown from TI USB Audio CODEC at
usb-:00:1a.1-2, full speed 
 2 [nanoKONTROL2   ]: USB-Audio - nanoKONTROL2 KORG INC. nanoKONTROL2 at
usb-:00:1a.1-1, full speed

the usb audio card is working.

the midi controllers, on the other hand, although recognized by the
system, are not seen by the midi sequencers i tried (rosegarden and
qtractor). i'll have to investigate more, because it's the midi
controllers what i'm interested in.

 It means USB-1.1 as defined by AMD (I think).
 
 lspci | grep OHCI should show if you need it.

mmm... lspci | grep OHCI gives nothing, so i guess i'll disable these
modules in the kernel.

thanks again, and if anyone knows how i could actually use those midi
controllers, i would appreciate any help.

lj



Re: [gentoo-user] problems with usb audio and midi

2014-04-24 Thread Mick
On Thursday 24 Apr 2014 17:32:25 luis jure wrote:
  lspci | grep OHCI should show if you need it.
 
 mmm... lspci | grep OHCI gives nothing, so i guess i'll disable these
 modules in the kernel.

Oops!  I gave a bum steer, my apologies!

I meant to have typed:

  lspci -v | grep -i OHCI


As an example, this is what my firewire is using:

# lspci -v | grep -i OHCI
09:00.3 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller 
(rev 01) (prog-if 10 [OHCI])
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.