Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-12 Thread eespjl
Quoting Lee Revell [EMAIL PROTECTED]:

 On Wed, 2006-10-11 at 22:02 +0100, [EMAIL PROTECTED] wrote:
 Hi,

   I just tried arecord with my m-audio 1010LT

 arecord x.wav

   On playback it sounds like it is repeating chunks of the sound then
 skipping to the next chunk.


 arecord -f cd x.wav

   Nothing on playback.

   I have had success recording/playback using the javax.sound.sampled API.

   Do we need somethging in .asoundrc ?  This file is a mystry to me.
 What is ttable ?

 arecord file.wav with no arguments records 8 bit mono at 8Khz.  Does
 arecord -f dat file.wav sound OK?



arecord x.wav (8KhZ low is broken with repeating chunks)

arecord -f dat x.wav is silent

arecord -r 441000 x.wav  is not broken but distorted more then 8 bit 
quantization.


cheers Paul.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Trying to get sound from FC5 + Audigy

2006-10-12 Thread James Courtier-Dutton
Jack Orenstein wrote:
 I have a Linux box with a Creative Labs Audigy sound card. Running RH9
 and FC4, sound worked fine. With FC5 it does not. Googling reveals
 that this is a common problem, and identified many
 different fixes involving alsa. I've been unable to get any of these
 to work.
 
 Rather than ask for help on wild goose chases, I thought I'd start by
 asking the experts here to start with diagnosis of the problem.
 
 My kernel is 2.6.15-1.2054_FC5smp. lsmod output is below. Why isn't
 sound working and how can I fix this?
 
 Thanks in advance for any help.
 
 Jack Orenstein
 
 
 Module  Size  Used by
 ppdev  12741  0
 autofs422981  1
 hidp   24001  2
 rfcomm 42709  0
 l2cap  31681  10 hidp,rfcomm
 bluetooth  52901  5 hidp,rfcomm,l2cap
 sunrpc140925  1
 dm_mirror  24081  0
 dm_mod 54745  1 dm_mirror
 video  18885  0
 button 10577  0
 battery13253  0
 ac  8901  0
 ipv6  246433  56
 lp 16265  0
 parport_pc 29413  1
 parport38281  3 ppdev,lp,parport_pc
 floppy 61829  0
 nvram  12617  0
 snd_ca0106 32837  2
 snd_emu10k1_synth  10945  0
 snd_emux_synth 35521  1 snd_emu10k1_synth
 snd_seq_virmidi11201  1 snd_emux_synth
 snd_seq_midi_emul   9921  1 snd_emux_synth
 snd_emu10k1   108357  1 snd_emu10k1_synth
 snd_rawmidi28097  3 snd_ca0106,snd_seq_virmidi,snd_emu10k1
 snd_ac97_codec 87905  2 snd_ca0106,snd_emu10k1
 snd_util_mem9025  2 snd_emux_synth,snd_emu10k1
 snd_hwdep  13637  2 snd_emux_synth,snd_emu10k1
 snd_seq_dummy   7749  0
 snd_seq_oss33345  0
 snd_seq_midi_event 11073  2 snd_seq_virmidi,snd_seq_oss
 snd_seq52401  8 
 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
 snd_seq_device 12877  7 
 snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
 snd_pcm_oss49105  0
 snd_mixer_oss  20417  2 snd_pcm_oss
 snd_pcm81093  4 
 snd_ca0106,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
 ehci_hcd   33229  0
 uhci_hcd   33233  0
 snd_timer  26693  3 snd_emu10k1,snd_seq,snd_pcm
 snd55109  16 
 snd_ca0106,snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
 soundcore  13345  2 snd
 snd_ac97_bus6465  1 snd_ac97_codec
 e1000 103853  0
 snd_page_alloc 14537  3 snd_ca0106,snd_emu10k1,snd_pcm
 i82875p_edac   10692  0
 i2c_i801   12365  0
 edac_mc18069  1 i82875p_edac
 i2c_core   24897  1 i2c_i801
 hw_random   9817  0
 ext3  121929  3
 jbd57173  1 ext3
 ata_piix   14149  0
 libata 58321  1 ata_piix
 sd_mod 20545  0
 scsi_mod  129641  2 libata,sd_mod
 [EMAIL PROTECTED] alsa-driver-1.0.13]#
 
 
Please follow the trouble shooter on the wiki
http://alsa.opensrc.org/TroubleShooting

What does the following output:
cat /proc/asound/cards


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-12 Thread Udo van den Heuvel
[EMAIL PROTECTED] wrote:
 Quoting Harald Gutmann [EMAIL PROTECTED]:
 
 arecord -f dat file.wav sounds okay.
 seems that this is the problem.
 
 
 Hmmm
 
 arecord -f dat file.wav
 
 and I get silence so what is different ?
 
 just tried
 
 arecord -r 48000 -f S16
 
 this is fine.
 
 So it looks like my problem is recording stereo.

I have the same issue on a DiO2496 from M-Audio.

 Do I need something in .asoundrc ?

Dunno. I posted some links to archived posts a efw days ago about this
issue. Got no response yet.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-12 Thread Lee Revell
On Thu, 2006-10-12 at 08:32 +0100, [EMAIL PROTECTED] wrote:
 Quoting Lee Revell [EMAIL PROTECTED]:
 
  On Wed, 2006-10-11 at 22:02 +0100, [EMAIL PROTECTED] wrote:
  Hi,
 
I just tried arecord with my m-audio 1010LT
 
  arecord x.wav
 
On playback it sounds like it is repeating chunks of the sound then
  skipping to the next chunk.
 
 
  arecord -f cd x.wav
 
Nothing on playback.
 
I have had success recording/playback using the javax.sound.sampled API.
 
Do we need somethging in .asoundrc ?  This file is a mystry to me.
  What is ttable ?
 
  arecord file.wav with no arguments records 8 bit mono at 8Khz.  Does
  arecord -f dat file.wav sound OK?
 
 
 
 arecord x.wav (8KhZ low is broken with repeating chunks)
 
 arecord -f dat x.wav is silent
 
 arecord -r 441000 x.wav  is not broken but distorted more then 8 bit 
 quantization.
 

I guess you mean 44100?

Anyway that last command will record 8 bit audio at 44100Hz which still
won't sound good.

Try arecord -r 44100 -f S16_LE

 
 cheers Paul.
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] sound card

2006-10-12 Thread sercan sen
hi,

my OS is scientific linux cern 4 (SLC4) and my sound
card is intel corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller, module is
snd-intel8x0.

the problem is that i cannot heard the sample sound
when i detect the sound card. i cannot listen
anything, too.

what must i do for reconfigure my sound card, please
help me on this topic...

sercan

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Alsa on RedHat EL4 With Creative SoundBlaster live! value 5.1 card

2006-10-12 Thread Jason
Hello,list,
   I install one creative soundblaster live! value 5.1 card, my os
is RedHat EL4(AS4) Update4,it's kenel is 2.6.9-42EL, I used alsa
1.0.13rc2 ,I configured alsa-driver with option --with-cards=emu10k1x
and make,make install. Then I configured,maked,make installed alsa-lib
and alsa-util.After that,system detected that card is Creative Labs
[SoundBlaster Live! Value] emu10k1x,and it's driver is emu10k1x.But I
run system-config-soundcard,no sound out put but one error
message:aplay pcm_write:1258 write error,input/output error.I'm
confused with that,everything seems ok.
Any help is appreciated.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa on RedHat EL4 With Creative SoundBlaster live! value 5.1 card

2006-10-12 Thread Lee Revell
On Fri, 2006-10-13 at 00:49 +0800, Jason wrote:
 Hello,list,
I install one creative soundblaster live! value 5.1 card, my os
 is RedHat EL4(AS4) Update4,it's kenel is 2.6.9-42EL, I used alsa
 1.0.13rc2 ,I configured alsa-driver with option --with-cards=emu10k1x
 and make,make install. Then I configured,maked,make installed alsa-lib
 and alsa-util.After that,system detected that card is Creative Labs
 [SoundBlaster Live! Value] emu10k1x,and it's driver is emu10k1x.But I
 run system-config-soundcard,no sound out put but one error
 message:aplay pcm_write:1258 write error,input/output error.I'm
 confused with that,everything seems ok.
 Any help is appreciated.

Wrong driver.  Use emu10k1 not emu10k1x.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa on RedHat EL4 With Creative SoundBlaster live! value 5.1 card

2006-10-12 Thread Jason
But before I use RedHat EL4(AS4) update4,I use RedHat EL4(AS4) ,not
update4,OS load emu10k1,but same thing occured.BTW,how to change
driver?

Thanks for advice!
JASON

2006/10/13, Lee Revell [EMAIL PROTECTED]:
 On Fri, 2006-10-13 at 00:49 +0800, Jason wrote:
  Hello,list,
 I install one creative soundblaster live! value 5.1 card, my os
  is RedHat EL4(AS4) Update4,it's kenel is 2.6.9-42EL, I used alsa
  1.0.13rc2 ,I configured alsa-driver with option --with-cards=emu10k1x
  and make,make install. Then I configured,maked,make installed alsa-lib
  and alsa-util.After that,system detected that card is Creative Labs
  [SoundBlaster Live! Value] emu10k1x,and it's driver is emu10k1x.But I
  run system-config-soundcard,no sound out put but one error
  message:aplay pcm_write:1258 write error,input/output error.I'm
  confused with that,everything seems ok.
  Any help is appreciated.

 Wrong driver.  Use emu10k1 not emu10k1x.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa on RedHat EL4 With Creative SoundBlaster live! value 5.1 card

2006-10-12 Thread Lee Revell
On Fri, 2006-10-13 at 01:04 +0800, Jason wrote:
 But before I use RedHat EL4(AS4) update4,I use RedHat EL4(AS4) ,not
 update4,OS load emu10k1,but same thing occured.BTW,how to change
 driver?
 

No idea, 2.6.9 is a very old kernel.  Ask RedHat why it does not work.

Just build ALSA with --with-cards=emu10k1x rather than
--with-cards=emu10k1.

Lee

 Thanks for advice!
 JASON
 
 2006/10/13, Lee Revell [EMAIL PROTECTED]:
  On Fri, 2006-10-13 at 00:49 +0800, Jason wrote:
   Hello,list,
  I install one creative soundblaster live! value 5.1 card, my os
   is RedHat EL4(AS4) Update4,it's kenel is 2.6.9-42EL, I used alsa
   1.0.13rc2 ,I configured alsa-driver with option --with-cards=emu10k1x
   and make,make install. Then I configured,maked,make installed alsa-lib
   and alsa-util.After that,system detected that card is Creative Labs
   [SoundBlaster Live! Value] emu10k1x,and it's driver is emu10k1x.But I
   run system-config-soundcard,no sound out put but one error
   message:aplay pcm_write:1258 write error,input/output error.I'm
   confused with that,everything seems ok.
   Any help is appreciated.
 
  Wrong driver.  Use emu10k1 not emu10k1x.
 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Capturing audio with mencoder and alsa

2006-10-12 Thread Carl Weidling
Hello,I have an abit av8 MB running slackware 10.1 (just build anew 2.6.18 kernel for it). I am using the built-in VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audiocontroller.All I am trying to do is get stuff from my VCR onto the computer
using mencoder (part of the MPlayer suite) and my TV capturecard. Now I also built Linux From Scratch on a different partition,using the old OSS sound system, and that works just find. I usethe ancient xmix program to select CD as my input and I record
sound and video with mencoder. I can even play back the filesI capture under slackware using mplayer or xine. But, when Icapture videos under slackware with alsa, I get no sound. Iused:amixer set CD capture, and GUIs like kmix and alsamixer to try
to select CD input for sound. When I run alsamixer it showsCD as capture (only after using the amixer command, I haven´tfigured out how to actually switch on capture in alsamixer), butit always shows volume as zero. When I use kmix it shows CD
as input with a high volume, but when I go to switches it only givesme input1 and input2 as input source select. Why can it not beas simple as with xmix and oss? I tried installing OSS as a replacementfor alsa on my slackware system but never succeeded in that either,
only when I build everything from scratch. While building linux fromscratch was an interesting exercise I don´t want to have to do it allthe time.I´ve looked on the net and I seem to be the only person with this
problem. Any help would be much appreciated.Regards,Carl
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Trying to get sound from FC5 + Audigy

2006-10-12 Thread Jack Orenstein
James Courtier-Dutton wrote:
 Jack Orenstein wrote:
 I have a Linux box with a Creative Labs Audigy sound card. Running RH9
 and FC4, sound worked fine. With FC5 it does not. Googling reveals
 that this is a common problem, and identified many
 different fixes involving alsa. I've been unable to get any of these
 to work.
 ...
 Please follow the trouble shooter on the wiki
 http://alsa.opensrc.org/TroubleShooting
 
 What does the following output:
 cat /proc/asound/cards

/proc/asound/cards says:

  0 [CA0106 ]: CA0106 - CA0106
   Live! 7.1 24bit [SB0410] at 0xbc00 irq 20

Based on the troubleshooting guide, I ran aadebug. Output is below.
It says at the end:

 03:02.0 Multimedia audio controller: Creative Labs SB Audigy LS

Since I have an Audigy LS card I checked
http://alsa.opensrc.org/audigyls, which says:

 Note: With ALSA 1.0.8, snd-audigyls module is being
 replaced by snd-ca0106.

Following the ca0106 link I see:

 Important: Audigy LS cards do not work with the EMU10K1-driver!

which I apparently have loaded (see aadebug output).

And the bottom of this page says:

 Model: SB0410

 * P17 Chip: CA0106-DAT
 * AC97 Codec: None
 * ADC: WM8775EDS (4 Channel)
 * DAC: CS4382 (114 dB, 24-Bit, 192 kHz, 8-Channel D/A Converter with DSD 
Support)
 * SPDIF Out control switches between Mic in and SPDIF out.
 * No sound out or mic input working yet.

I assume that No sound out means that I won't get sound.  Yet I used
to get sound under FC4 (I'm now on FC5). So did FC4 load different
drivers?

I'm very puzzled.

Jack Orenstein


aadebug output:

ALSA Audio Debug v0.1.0 - Thu Oct 12 23:18:29 EDT 2006
http://alsa.opensrc.org/index.php?page=aadebug
http://www.gnu.org/licenses/gpl.txt

Kernel 
Linux localhost.localdomain 2.6.15-1.2054_FC5smp #1 SMP Tue Mar 14 16:05:46 EST 
2006 i686 
i686 i386 GNU/Linux

Loaded Modules 
snd_seq_midi   12609  0
snd_ca0106 32837  2
snd_emu10k1_synth  10945  0
snd_emux_synth 35521  1 snd_emu10k1_synth
snd_seq_virmidi11201  1 snd_emux_synth
snd_seq_midi_emul   9921  1 snd_emux_synth
snd_emu10k1   108357  1 snd_emu10k1_synth
snd_rawmidi28097  4 
snd_seq_midi,snd_ca0106,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec 87905  2 snd_ca0106,snd_emu10k1
snd_util_mem9025  2 snd_emux_synth,snd_emu10k1
snd_hwdep  13637  2 snd_emux_synth,snd_emu10k1
snd_seq_dummy   7749  0
snd_seq_oss33345  0
snd_seq_midi_event 11073  3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq52401  9 
snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 12877  8 
snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss49105  0
snd_mixer_oss  20417  2 snd_pcm_oss
snd_pcm81093  4 
snd_ca0106,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_timer  26693  3 snd_emu10k1,snd_seq,snd_pcm
snd55109  17 
snd_ca0106,snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
snd_ac97_bus6465  1 snd_ac97_codec
snd_page_alloc 14537  3 snd_ca0106,snd_emu10k1,snd_pcm

Modprobe Conf -
# alias snd-card-0 snd-ca0106
# options snd-card-0 index=0
# options snd-ca0106 index=0
# remove snd-ca0106 { /usr/sbin/alsactl store 0 /dev/null 21 || : ; }; 
/sbin/modprobe 
-r --ignore-remove snd-ca0106
alias snd-card-0 snd-emu10k1
alias snd-card-1 snd-via82xx
options snd-emu10k1 index=0
options snd-card-1 index=1

Proc Asound ---
Advanced Linux Sound Architecture Driver Version 1.0.11rc2 (Wed Jan 04 08:57:20 
2006 UTC).
  0 [CA0106 ]: CA0106 - CA0106
   Live! 7.1 24bit [SB0410] at 0xbc00 irq 20
   2:: timer
   3:: sequencer
   4: [ 0- 0]: raw midi
   5: [ 0- 3]: digital audio playback
   6: [ 0- 3]: digital audio capture
   7: [ 0- 2]: digital audio playback
   8: [ 0- 2]: digital audio capture
   9: [ 0- 1]: digital audio playback
  10: [ 0- 1]: digital audio capture
  11: [ 0- 0]: digital audio playback
  12: [ 0- 0]: digital audio capture
  13: [ 0]   : control
00-03: ca0106 : CA0106 : playback 1 : capture 1
00-02: ca0106 : CA0106 : playback 1 : capture 1
00-01: ca0106 : CA0106 : playback 1 : capture 1
00-00: ca0106 : CA0106 : playback 1 : capture 1
Client info
   cur  clients : 4
   peak clients : 4
   max  clients : 192

Client   0 : System [Kernel]
   Port   0 : Timer (Rwe-)
   Port   1 : Announce (R-e-)
 Connecting To: 15:0
Client  14 : Midi Through [Kernel]
   Port   0 : Midi Through Port-0 (RWe-)
Client  

[Alsa-user] snd_pcm_lib_preallocate_pages_for_all in armlinux

2006-10-12 Thread littertiger
Hi,all

In armlinux, there's no isa,pci...  
What should I set type and data to in the following function:
int snd_pcm_lib_preallocate_pages_for_all(snd_pcm_t *pcm,
  int type, void *data,
  size_t size, size_t max)

BEST RIGARDS
littertiger 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user