From: Jeffrey Scott Flesher Gmail <jeffrey.scott.flesher@gmail.com>
To: Daniel Mack <zonque@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: GR-55 Driver
Date: Mon, 16 May 2011 14:33:03 -0700 [thread overview]
Message-ID: <1305581583.2594.40.camel@TrinaryDragon> (raw)
In-Reply-To: <BANLkTimD7pPS6ErrWA6rVKzjV1KoOj-yWw@mail.gmail.com>
Results:
# cat /proc/asound/card3/stream0
cat: /proc/asound/card3/stream0: No such file or directory
***
# alsamixer -D hw:GR55
This sound device does not have any controls.
***
# amixer -D hw:GR55 controls
[Nothing]
***
# cat /proc/asound/GR55/stream0
Roland GR-55 at usb-0000:00:12.2-4, high speed : USB Audio
Playback:
Status: Stop
Interface 0
Altset 1
Format: S32_LE
Channels: 2
Endpoint: 5 OUT (ASYNC)
Rates: 44100
Data packet interval: 125 us
Capture:
Status: Stop
Interface 1
Altset 1
Format: S32_LE
Channels: 2
Endpoint: 4 IN (ASYNC)
Rates: 44100
Data packet interval: 125 us
***
# cat /proc/asound/GR55/midi0
GR-55
***
# aplay -D plughw:GR55,0,0 /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit
Little Endian, Rate 48000 Hz, Mono
[No sound]
***
I am facing two problems, I am unfamiliar with this piece of equipment
and as a result, I'm unsure how to test it.
Testing Audio function:
I tested it with Audacity in Windozes and it works; in Linux I set it
up the same way: GR-55 USB Audio (hw:1,0) as recording device; no sound.
Using Logitech Webcam software I can record the guitar output; Using
Cheese, I do not get Audio.
Testing MIDI function:
I'm going to call tech support on this one; I have not found a Windows
app that seems to work with the MIDI; so I can not expect to test this
in Linux yet; I would like to be able to convert notes into sheet music;
I tried TuxGuitar, but must admit I don't know how to get it to work
with MIDI input, or if it even does.
So far I have not been impressed with how this device works in Windows;
asking questions at forums I get users say to use Windows, I have no
idea why, the quality was not that good.
I must say it works great with just the headphones connected to the
device.
I'm thinking about getting M-Audio Fast track pro to provide an input
for the GR-55 as well as my NTG-1 mic; can you tell me the status of the
driver for this unit; I have seen talk about the driver here, but not
sure if the Fast track, and fast track pro are the same, or if this unit
will even work with the GR-55, I have ask at other forums and have
gotten no reply.
I'm going to keep on this till I get it 100%; I have patience; lets hope
you do too.
Thanks
Jeff
-----Original Message-----
From: Daniel Mack <zonque@gmail.com>
To: Jeffrey Scott Flesher Gmail <jeffrey.scott.flesher@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [alsa-devel] GR-55 Driver
Date: Mon, 16 May 2011 09:05:54 +0200
On Mon, May 16, 2011 at 1:13 AM, Jeffrey Scott Flesher Gmail
<jeffrey.scott.flesher@gmail.com> wrote:
> Still no luck; I spent most of the day researching and trying things.
>
> This is a file of what information I could dig up; it should be useful
> http://vetshelpcenter.com/media/trouble-shoot-gr-55.txt
>
> Are there any programs/scripts I can install/run that will help trouble
> shoot this?
You most probably just have a confusion about the four cards connected
to your computer.
As you can see from your output of /proc/asound/cards, the GR55 is not
the first one, and hence not the default picked by tools like aplay or
amixer. However, it is present, which is a good sign. For further
parsing the contents of /proc/asound, you need to refer to the device
number, which is not 1 (as in "card1") but 3. What does "cat
/proc/asound/card3/stream0" show?
Just try "alsamixer -D hw:GR55" to control the volume levels, or
"amixer -D hw:GR55 controls" to dump them.
And then, try "aplay -D plughw:GR55,0,0 file.wav" for a first output test.
Does that help?
Daniel
next prev parent reply other threads:[~2011-05-16 21:33 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-12 18:20 GR-55 Driver Jeffrey Scott Flesher Gmail
2011-05-12 19:47 ` Daniel Mack
[not found] ` <1305233604.8214.2.camel@TrinaryDragon>
2011-05-13 0:16 ` Daniel Mack
[not found] ` <1305253856.5076.65.camel@TrinaryDragon>
2011-05-13 7:29 ` Daniel Mack
[not found] ` <BANLkTi=jj7cjxgmOpH+EHnUMuazqLOEsZA@mail.gmail.com>
2011-05-15 6:39 ` Jeffrey Scott Flesher Gmail
2011-05-15 11:36 ` Daniel Mack
2011-05-15 23:13 ` Jeffrey Scott Flesher Gmail
2011-05-16 7:05 ` Daniel Mack
2011-05-16 21:33 ` Jeffrey Scott Flesher Gmail [this message]
2011-05-17 10:11 ` Daniel Mack
2011-05-18 5:24 ` Jeffrey Scott Flesher Gmail
2011-05-18 15:34 ` Jeffrey Scott Flesher Gmail
2011-05-18 17:39 ` Daniel Mack
2011-05-19 21:09 ` Jeffrey Scott Flesher Gmail
2011-05-23 16:01 ` Keith A. Milner
2011-05-23 17:08 ` Daniel Mack
2011-05-24 13:30 ` Keith A. Milner
2011-05-24 18:28 ` Jeffrey Scott Flesher Gmail
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1305581583.2594.40.camel@TrinaryDragon \
--to=jeffrey.scott.flesher@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=zonque@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.