* Tascam US-122: tascam_firmware-0.1 and alsa-firmware
@ 2003-11-27 14:35 JoDaY
2003-11-27 14:46 ` Takashi Iwai
2003-11-27 14:56 ` Karsten Wiese
0 siblings, 2 replies; 6+ messages in thread
From: JoDaY @ 2003-11-27 14:35 UTC (permalink / raw)
To: alsa-devel
Hi,
I've succesfully installed tascam_firmware-0.1 from
http://usb-midi-fw.sf.net :
The Tascam US-122 is "LED lighted", the firmwares are loaded.(by hotplug)
I've just compiled cvs version of alsa (2003/11/27)
All seems ok: lsmod command show this modules:
snd-usb-usx2y
snd-usb-audio
snd-rawmidi
snd-seq-device
snd-pcm
snd-timer
snd-hwdep
snd-page-alloc
snd
usbcore
May I ask you if the alsa-firmware and tascam_firmware-0.1 meet them in
conflict ?
I can see a link USX2Y in /proc/asound wich point to card0.
But I can't see it in any mixer: alsamixer return No mixer elems found.
Thanks for your great work!
Hope this is the right mailing list.
JoDaY.
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tascam US-122: tascam_firmware-0.1 and alsa-firmware
2003-11-27 14:35 Tascam US-122: tascam_firmware-0.1 and alsa-firmware JoDaY
@ 2003-11-27 14:46 ` Takashi Iwai
2003-11-27 14:56 ` Karsten Wiese
1 sibling, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2003-11-27 14:46 UTC (permalink / raw)
To: JoDaY; +Cc: alsa-devel
At Thu, 27 Nov 2003 15:35:22 +0100,
JoDaY wrote:
>
> Hi,
>
> I've succesfully installed tascam_firmware-0.1 from
> http://usb-midi-fw.sf.net :
the newer version is already incldued in alsa-tools package,
usx2loader. you'll need the firmware for that in alsa-firmware
package, too.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tascam US-122: tascam_firmware-0.1 and alsa-firmware
2003-11-27 14:35 Tascam US-122: tascam_firmware-0.1 and alsa-firmware JoDaY
2003-11-27 14:46 ` Takashi Iwai
@ 2003-11-27 14:56 ` Karsten Wiese
2003-11-27 19:24 ` Martin Langer
1 sibling, 1 reply; 6+ messages in thread
From: Karsten Wiese @ 2003-11-27 14:56 UTC (permalink / raw)
To: JoDaY, alsa-devel
Am Donnerstag, 27. November 2003 15:35 schrieb JoDaY:
> Hi,
>
> I've succesfully installed tascam_firmware-0.1 from
> http://usb-midi-fw.sf.net :
this is not needed anymore. please try alsa-tools/usx2yloader from cvs or
1.0.0pre3.
It is based an the works of usb-midi-fw.sf.net (Thanks !!) and integrates with
alsa hwdep-layer and hotplug.
>
> The Tascam US-122 is "LED lighted", the firmwares are loaded.(by hotplug)
>
> I've just compiled cvs version of alsa (2003/11/27)
>
> All seems ok: lsmod command show this modules:
>
> snd-usb-usx2y
> snd-usb-audio
> snd-rawmidi
> snd-seq-device
> snd-pcm
> snd-timer
> snd-hwdep
> snd-page-alloc
> snd
> usbcore
>
> May I ask you if the alsa-firmware and tascam_firmware-0.1 meet them in
> conflict ?
don't really remember. usx2yloader uses the alsa hwdep-layer to download the
firmware. please try usx2yloader.
>
> I can see a link USX2Y in /proc/asound wich point to card0.
>
> But I can't see it in any mixer: alsamixer return No mixer elems found.
there is no mixer support yet. but it is certainly implementable ;-)
>
> Thanks for your great work!
you're welcome!
Karsten
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tascam US-122: tascam_firmware-0.1 and alsa-firmware
2003-11-27 14:56 ` Karsten Wiese
@ 2003-11-27 19:24 ` Martin Langer
2003-11-29 17:10 ` JoDaY
0 siblings, 1 reply; 6+ messages in thread
From: Martin Langer @ 2003-11-27 19:24 UTC (permalink / raw)
To: Karsten Wiese; +Cc: JoDaY, alsa-devel
On Thu, Nov 27, 2003 at 03:56:36PM +0100, Karsten Wiese wrote:
> Am Donnerstag, 27. November 2003 15:35 schrieb JoDaY:
> >
> > But I can't see it in any mixer: alsamixer return No mixer elems found.
> there is no mixer support yet. but it is certainly implementable ;-)
>
The mixer is implemented in the hardware: some knobs for changing input or
output level and a switch for changing the input source! It's absolutely
mixerless on the sw side and the windows driver is also mixerless (IIRC).
Finally: Play/Record/MIDI will work without such software mixer!
martin
--
The only nice thing about spam is that it doesn't ring.
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tascam US-122: tascam_firmware-0.1 and alsa-firmware
2003-11-27 19:24 ` Martin Langer
@ 2003-11-29 17:10 ` JoDaY
2003-11-30 15:26 ` Martin Langer
0 siblings, 1 reply; 6+ messages in thread
From: JoDaY @ 2003-11-29 17:10 UTC (permalink / raw)
To: Martin Langer; +Cc: Karsten Wiese, alsa-devel
Hi,
Thanks for your quicker reponses Takashi Iwai, Karsten Wiese, Marten
Langer !
Martin Langer wrote:
> On Thu, Nov 27, 2003 at 03:56:36PM +0100, Karsten Wiese wrote:
>
>>Am Donnerstag, 27. November 2003 15:35 schrieb JoDaY:
>>
>>>But I can't see it in any mixer: alsamixer return No mixer elems found.
>>
>>there is no mixer support yet. but it is certainly implementable ;-)
>>
>
>
> The mixer is implemented in the hardware: some knobs for changing input or
> output level and a switch for changing the input source! It's absolutely
> mixerless on the sw side and the windows driver is also mixerless (IIRC).
>
> Finally: Play/Record/MIDI will work without such software mixer!
>
> martin
>
It's ok :) I'm sorry for my bad question ... I should have ask you where
can I reach the US-122, my problem in fact is that I can't find this
card in /dev in order to point a sound or midi player to it so that the
US-122 make noise (sound :) ).
I've also noticed that the Midi in LED is lighting, the US-122 's owner
doesn't seem to have this when he uses it on windows.
I use the cvs version from 2003/11/27.
I'm working on Knoppix, my aim is to make one with US-122 support,
US-122 is now lighting on live-cd when hotplug is starting :)
Ps: I hope my english is understanding ;)
Bien le bonjour de Normandie !
JoDaY
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Tascam US-122: tascam_firmware-0.1 and alsa-firmware
2003-11-29 17:10 ` JoDaY
@ 2003-11-30 15:26 ` Martin Langer
0 siblings, 0 replies; 6+ messages in thread
From: Martin Langer @ 2003-11-30 15:26 UTC (permalink / raw)
To: JoDaY; +Cc: Karsten Wiese, alsa-devel
On Sat, Nov 29, 2003 at 06:10:59PM +0100, JoDaY wrote:
>
> It's ok :) I'm sorry for my bad question ... I should have ask you where
> can I reach the US-122, my problem in fact is that I can't find this
> card in /dev in order to point a sound or midi player to it so that the
> US-122 make noise (sound :) ).
The card should be listed in /proc/asound/cards.
aplay, arecord, aconnect and pmidi are running fine here (with alsa access).
What do you try? OSS access (/dev/dspX)?
Have you ever run ./snddevices in alsa-driver?
> I've also noticed that the Midi in LED is lighting, the US-122 's owner
> doesn't seem to have this when he uses it on windows.
Hmmm, my LED is only burning when MIDI data is passing the port. But if you
send weird data to the port it will burn until christmas, that's correct. I
don't know how to reset it. I guess the solution is somewhere in the
firmware, but the firmware is the original Tascam/Frontier firmware and
we've never got any docs from them. And I fear we don't get them in the
future :-(
Nevertheless my MIDI keyboard at MIDI IN doesn't produce errors and the LED
is only blinking. Same with pmidi during sending data to MIDI OUT. In both
cases it will stop blinking if no MIDI data is passing the ports.
martin
--
The only nice thing about spam is that it doesn't ring.
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-11-30 15:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-27 14:35 Tascam US-122: tascam_firmware-0.1 and alsa-firmware JoDaY
2003-11-27 14:46 ` Takashi Iwai
2003-11-27 14:56 ` Karsten Wiese
2003-11-27 19:24 ` Martin Langer
2003-11-29 17:10 ` JoDaY
2003-11-30 15:26 ` Martin Langer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.