langerlandscapes
Google
 
Web langerland.de
home  |||  linux  |||  bonanza  |||  links  |||  martin
home > linux > rme32
status and usage
Please follow the instructions you found in the alsa docs.
So, after loading the module "snd-rme32" you should have an entry in /proc/asound/cards:

0 [Digi32         ]: Digi32 - RME Digi32
                     RME Digi32 (Rev. 192) at 0xd8000000, irq 9
		     
The status of the card can be checked with "cat /proc/asound/card0/rme32" which depends on your card-number. Finally it would produce some output in this style:

RME Digi32 (Rev. 192) at 0xd8000000, irq 9 (index #1)

General settings
  receiver: CS8412
  format: 16 bit, Stereo
    
Input settings
  input: optical
  sample rate: no valid signal
    
Output settings
  output signal: normal playback (muted)
  sample rate: 44100 Hz
  sample clock source: Internal
  format: IEC958 (consumer)
  emphasis: off
                     
Change of that values is possible with mixers like amixer. This card has no typical volume control like other cards, so it's possible to have a mixer which won't work. Another way is to use a graphical frontend like rmedigicontrol for this job.
rmedigicontrol
Rmedigicontrol is a graphical frontend for the switches of the RME Digi32 and Digi96 which is based on rmedigi96control by Robert Vetter. It's a Gtk+ interface for rme32 and rme96 drivers of the ALSA 0.9.x (or higher) series.
Rmedigicontrol is included in the official alsa-tools package which is available from the homepage of the ALSA project. But here are still some old versions of rmedigicontrol.
Date Release Notes
2003-05-11 v0.3.5 for all rme32 and new rme96 driver up to ALSA v0.9.4
(md5: f77741c7721f4af361a507a43f3fe0ad)
2003-05-13 v0.3.5a for all rme32 and new rme96 driver between ALSA v0.9.5 and v1.0.7
(md5: 0ee1cba5d34fa7adfc04c5aad0141931)
Further versions of rmedigicontrol will be available only as part of the alsa-tools package.
amixer
Amixer is a command line tool which is included in the alsa-utils.
Like all command line tools it's easy and complicated :-)