[PlanetCCRMA] Turtle Beach USB MIDI cable not recognized in Jack

David Hill cardinalrg2@verizon.net
Tue Feb 1 15:12:01 2005


On Tue, 2005-02-01 at 12:29 -0800, Mark Knecht wrote:
> > [root@shock ~]# cat /proc/asound/cards
> > 0 [ICH5           ]: ICH4 - Intel ICH5
> >                      Intel ICH5 with AD1985 at 0xfebff800, irq 169
> > 
> <SNIP>
> > [root@shock ~]# cat //etc/modprobe.conf
> > alias eth0 e100
> > alias scsi_hostadapter ata_piix
> > alias snd-card-0 snd-intel8x0
> > options snd-card-0 index=0
> > install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0
> > && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
> > remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1
> > || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
> > alias usb-controller ehci-hcd
> > alias usb-controller1 uhci-hcd
> > alias net-pf-10 off
> > alias ipv6 off
> > alias char-major-195* nvidia
> > 
> 
> David,
>    OK, to me it looks like you are not trying to load the Alsa USB
> MIDI support stuff. I *THINK* it would go somethign like this, but
> look at the Planet site or Planet archives for better info:
> 
> alias eth0 e100
> alias scsi_hostadapter ata_piix
> alias snd-card-0 snd-intel8x0
> options snd-card-0 index=0
> #USB stuff
> alias snd-card-1 snd-usbmidi
> options snd-card-1 index=1
> snd card_limit=2
> #End USB stuff
> install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0
> && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
> remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1
> || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
> 
> that's a total hack and guaranteed not to work but it should give you
> an idea what you are looking for.
> 
> When it's instaleld and running you should see your USB device under
> /proc/asound/cards
> 
> Good luck,
> Mark

Thanks for your help Mark, Fernando's fix worked. I am curious though,
is this more functionality I should have? Or is it another work around
to the problem?

Dave