[Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread kunt1z

Hi guys,
my Alsa system doesn't work! Here's what happens if I try to play a 
sound file with aplay:


$ aplay test.wav
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
aplay: main:547: audio open error: No such file or directory

Something similar happens when I try to run the speaker-test program:

$ speaker-test

speaker-test 1.0.11rc2

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
[...]

It does not work even from root user, and it does not work with or 
without a .asoundrc file. Here's the file I use:


$ cat .asoundrc
pcm.intel8x0 {

   type hw
   card 0

}

ctl.intel8x0 {

   type hw
   card 0
}

I try to modify my /etc/modules.conf file, but the result is the same 
(it does not work!). Here's the Alsa section of my /etc/modules.conf file:


# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-intel8x0
#module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

In a few words: IT DOES NOT WORK ANYWAY!!!
Some data:

- Debian testing
- Kernel 2.6.10
- KDE 3.4.3
- Alsa 1.0.11rc2

Here's the content of Sound index in KInfoCenter:


Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
Kernel: Linux Alita 2.6.10 #2 Tue Apr 12 01:19:14 CEST 2005 i686
Config options: 0

Installed drivers:
Type 10: ALSA emulation

Card config:
Intel 82801 DB-ICH4 with AD1981B at 0x2800, irq 11

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
7: system timer

Mixers: NOT ENABLED IN CONFIG


I think the NOT ENABLED IN CONFIG means that I do not start aRts daemon.
Any suggestion? Thanx!
ByEz!!!



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Lee Revell
On Fri, 2006-01-13 at 18:43 +0100, kunt1z wrote:
 Hi guys,
 my Alsa system doesn't work! Here's what happens if I try to play a 
 sound file with aplay:
 
 $ aplay test.wav
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 aplay: main:547: audio open error: No such file or directory

Try strace aplay test.wav and post the output.

Lee



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Peter Zubaj
Hi,

Try to remove .asoundrc file

Peter Zubaj

On Friday 13 January 2006 18:43, kunt1z wrote:
 Hi guys,
 my Alsa system doesn't work! Here's what happens if I try to play a
 sound file with aplay:

 $ aplay test.wav
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 aplay: main:547: audio open error: No such file or directory

 Something similar happens when I try to run the speaker-test program:

 $ speaker-test

 speaker-test 1.0.11rc2

 Playback device is default
 Stream parameters are 48000Hz, S16_LE, 1 channels
 Using 16 octaves of pink noise
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 Playback open error: -2,No such file or directory
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 Playback open error: -2,No such file or directory
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 Playback open error: -2,No such file or directory
 [...]

 It does not work even from root user, and it does not work with or
 without a .asoundrc file. Here's the file I use:

 $ cat .asoundrc
 pcm.intel8x0 {

 type hw
 card 0

 }

 ctl.intel8x0 {

 type hw
 card 0
 }

 I try to modify my /etc/modules.conf file, but the result is the same
 (it does not work!). Here's the Alsa section of my /etc/modules.conf file:

  # ALSA portion
 alias char-major-116 snd
 alias snd-card-0 snd-intel8x0
 #module options should go here

 # OSS/Free portion
 alias char-major-14 soundcore
 alias sound-slot-0 snd-card-0

 # card #1
 alias sound-service-0-0 snd-mixer-oss
 alias sound-service-0-1 snd-seq-oss
 alias sound-service-0-3 snd-pcm-oss
 alias sound-service-0-8 snd-seq-oss
 alias sound-service-0-12 snd-pcm-oss

 In a few words: IT DOES NOT WORK ANYWAY!!!
 Some data:

 - Debian testing
 - Kernel 2.6.10
 - KDE 3.4.3
 - Alsa 1.0.11rc2

 Here's the content of Sound index in KInfoCenter:


 Sound Driver:3.8.1a-980706 (ALSA v1.0.11rc2 emulation code)
 Kernel: Linux Alita 2.6.10 #2 Tue Apr 12 01:19:14 CEST 2005 i686
 Config options: 0

 Installed drivers:
 Type 10: ALSA emulation

 Card config:
 Intel 82801 DB-ICH4 with AD1981B at 0x2800, irq 11

 Audio devices: NOT ENABLED IN CONFIG

 Synth devices: NOT ENABLED IN CONFIG

 Midi devices: NOT ENABLED IN CONFIG

 Timers:
 7: system timer

 Mixers: NOT ENABLED IN CONFIG


 I think the NOT ENABLED IN CONFIG means that I do not start aRts daemon.
 Any suggestion? Thanx!
 ByEz!!!



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Rene Herman

kunt1z wrote:

my Alsa system doesn't work! Here's what happens if I try to play a 
sound file with aplay:


$ aplay test.wav
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
aplay: main:547: audio open error: No such file or directory


Driver simply not loaded?

I try to modify my /etc/modules.conf file, but the result is the same 
(it does not work!). Here's the Alsa section of my /etc/modules.conf file:


[ snip ]


- Kernel 2.6.10


Please note that modules.conf is the file used by the old, 2.4-, version 
of the module tools. For 2.6, the new tools use /etc/modprobe.conf.


Do things work if you first simply insert the driver manually? As root:

modprobe snd-intel8x0

Rene.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread kunt1z

Lee Revell ha scritto:


On Fri, 2006-01-13 at 18:43 +0100, kunt1z wrote:
 


Hi guys,
my Alsa system doesn't work! Here's what happens if I try to play a 
sound file with aplay:


$ aplay test.wav
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
aplay: main:547: audio open error: No such file or directory
   



Try strace aplay test.wav and post the output.

Lee

 


Here it is:

$ strace aplay test.wav
execve(/usr/bin/aplay, [aplay, test.wav], [/* 39 vars */]) = 0
uname({sys=Linux, node=Alita, ...}) = 0
brk(0)  = 0x8054000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or 
directory)
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = 0xb7fea000
open(/usr/local/qt/lib/tls/i686/sse2/cmov/libasound.so.2, O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64(/usr/local/qt/lib/tls/i686/sse2/cmov, 0xbfffee14) = -1 ENOENT 
(No such file or directory)
open(/usr/local/qt/lib/tls/i686/sse2/libasound.so.2, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/local/qt/lib/tls/i686/sse2, 0xbfffee14) = -1 ENOENT (No 
such file or directory)
open(/usr/local/qt/lib/tls/i686/cmov/libasound.so.2, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/local/qt/lib/tls/i686/cmov, 0xbfffee14) = -1 ENOENT (No 
such file or directory)
open(/usr/local/qt/lib/tls/i686/libasound.so.2, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/local/qt/lib/tls/i686, 0xbfffee14) = -1 ENOENT (No such 
file or directory)
open(/usr/local/qt/lib/tls/sse2/cmov/libasound.so.2, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/local/qt/lib/tls/sse2/cmov, 0xbfffee14) = -1 ENOENT (No 
such file or directory)
open(/usr/local/qt/lib/tls/sse2/libasound.so.2, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/local/qt/lib/tls/sse2, 0xbfffee14) = -1 ENOENT (No such 
file or directory)
open(/usr/local/qt/lib/tls/cmov/libasound.so.2, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/local/qt/lib/tls/cmov, 0xbfffee14) = -1 ENOENT (No such 
file or directory)
open(/usr/local/qt/lib/tls/libasound.so.2, O_RDONLY) = -1 ENOENT (No 
such file or directory)
stat64(/usr/local/qt/lib/tls, 0xbfffee14) = -1 ENOENT (No such file or 
directory)
open(/usr/local/qt/lib/i686/sse2/cmov/libasound.so.2, O_RDONLY) = -1 
ENOENT (No such file or directory)
stat64(/usr/local/qt/lib/i686/sse2/cmov, 0xbfffee14) = -1 ENOENT (No 
such file or directory)
open(/usr/local/qt/lib/i686/sse2/libasound.so.2, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/local/qt/lib/i686/sse2, 0xbfffee14) = -1 ENOENT (No such 
file or directory)
open(/usr/local/qt/lib/i686/cmov/libasound.so.2, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/local/qt/lib/i686/cmov, 0xbfffee14) = -1 ENOENT (No such 
file or directory)
open(/usr/local/qt/lib/i686/libasound.so.2, O_RDONLY) = -1 ENOENT (No 
such file or directory)
stat64(/usr/local/qt/lib/i686, 0xbfffee14) = -1 ENOENT (No such file 
or directory)
open(/usr/local/qt/lib/sse2/cmov/libasound.so.2, O_RDONLY) = -1 ENOENT 
(No such file or directory)
stat64(/usr/local/qt/lib/sse2/cmov, 0xbfffee14) = -1 ENOENT (No such 
file or directory)
open(/usr/local/qt/lib/sse2/libasound.so.2, O_RDONLY) = -1 ENOENT (No 
such file or directory)
stat64(/usr/local/qt/lib/sse2, 0xbfffee14) = -1 ENOENT (No such file 
or directory)
open(/usr/local/qt/lib/cmov/libasound.so.2, O_RDONLY) = -1 ENOENT (No 
such file or directory)
stat64(/usr/local/qt/lib/cmov, 0xbfffee14) = -1 ENOENT (No such file 
or directory)
open(/usr/local/qt/lib/libasound.so.2, O_RDONLY) = -1 ENOENT (No such 
file or directory)

stat64(/usr/local/qt/lib, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open(/usr/src/glut-3.7/lib/glut/tls/i686/sse2/cmov/libasound.so.2, 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/src/glut-3.7/lib/glut/tls/i686/sse2/cmov, 0xbfffee14) = -1 
ENOENT (No such file or directory)
open(/usr/src/glut-3.7/lib/glut/tls/i686/sse2/libasound.so.2, 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/src/glut-3.7/lib/glut/tls/i686/sse2, 0xbfffee14) = -1 
ENOENT (No such file or directory)
open(/usr/src/glut-3.7/lib/glut/tls/i686/cmov/libasound.so.2, 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/src/glut-3.7/lib/glut/tls/i686/cmov, 0xbfffee14) = -1 
ENOENT (No such file or directory)
open(/usr/src/glut-3.7/lib/glut/tls/i686/libasound.so.2, O_RDONLY) = 
-1 ENOENT (No such file or directory)
stat64(/usr/src/glut-3.7/lib/glut/tls/i686, 0xbfffee14) = -1 ENOENT 
(No such file or directory)
open(/usr/src/glut-3.7/lib/glut/tls/sse2/cmov/libasound.so.2, 
O_RDONLY) = -1 ENOENT (No such file or directory)
stat64(/usr/src/glut-3.7/lib/glut/tls/sse2/cmov, 0xbfffee14) = -1 
ENOENT (No such file or directory)
open(/usr/src/glut-3.7/lib/glut/tls/sse2/libasound.so.2, O_RDONLY) = 
-1 ENOENT (No such 

Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Lee Revell
On Fri, 2006-01-13 at 19:16 +0100, Rene Herman wrote:
 kunt1z wrote:
 
  my Alsa system doesn't work! Here's what happens if I try to play a 
  sound file with aplay:
  
  $ aplay test.wav
  ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
  aplay: main:547: audio open error: No such file or directory
 
 Driver simply not loaded?
 
  I try to modify my /etc/modules.conf file, but the result is the same 
  (it does not work!). Here's the Alsa section of my /etc/modules.conf file:
 
 [ snip ]
 
  - Kernel 2.6.10
 
 Please note that modules.conf is the file used by the old, 2.4-, version 
 of the module tools. For 2.6, the new tools use /etc/modprobe.conf.

Not quite, my system has no /etc/modprobe.conf - it has
an /etc/modprobe.d directory with a bunch of files in it.

Every distro seems to do this slightly differently, for no good reason.

Lee




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread kunt1z

Rene Herman ha scritto:


kunt1z wrote:

my Alsa system doesn't work! Here's what happens if I try to play a 
sound file with aplay:


$ aplay test.wav
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
aplay: main:547: audio open error: No such file or directory



Driver simply not loaded?

I try to modify my /etc/modules.conf file, but the result is the same 
(it does not work!). Here's the Alsa section of my /etc/modules.conf 
file:



[ snip ]


- Kernel 2.6.10



Please note that modules.conf is the file used by the old, 2.4-, 
version of the module tools. For 2.6, the new tools use 
/etc/modprobe.conf.


Do things work if you first simply insert the driver manually? As root:

modprobe snd-intel8x0

Rene.


The drivers are loaded correctly. Take a look:

$ lsmod | grep snd
snd_seq_dummy   3588  0
snd_seq54672  1 snd_seq_dummy
snd_seq_device  8876  2 snd_seq_dummy,snd_seq
snd_pcm_oss53984  0
snd_mixer_oss  20288  1 snd_pcm_oss
snd_intel8x0   34236  0
snd_ac97_codec 98176  1 snd_intel8x0
snd_ac97_bus2016  1 snd_ac97_codec
snd_pcm94952  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer  26116  2 snd_seq,snd_pcm
snd60704  9 
snd_seq_dummy,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer

soundcore  10176  1 snd
snd_page_alloc 10888  2 snd_intel8x0,snd_pcm



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Lee Revell
On Fri, 2006-01-13 at 19:20 +0100, kunt1z wrote:
 Lee Revell ha scritto:
 
 On Fri, 2006-01-13 at 18:43 +0100, kunt1z wrote:
   
 
 Hi guys,
 my Alsa system doesn't work! Here's what happens if I try to play a 
 sound file with aplay:
 
 $ aplay test.wav
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 aplay: main:547: audio open error: No such file or directory
 
 
 
 Try strace aplay test.wav and post the output.
 
 Lee
 
   
 
 Here it is:
 
 $ strace aplay test.wav

Is this a really old distro?

If you are not using udev, did you run the snddevices.sh script that
comes with ALSA?

Lee



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Rene Herman

kunt1z wrote:


The drivers are loaded correctly.


And do you have a /dev/snd directory with a bunch of 116,* nodes in it? 
If not, the standalone version of the alsa-driver package contains or 
contained a shell script to create the nodes.


Rene.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread kunt1z

Lee Revell ha scritto:


On Fri, 2006-01-13 at 19:20 +0100, kunt1z wrote:
 


Lee Revell ha scritto:

   


On Fri, 2006-01-13 at 18:43 +0100, kunt1z wrote:


 


Hi guys,
my Alsa system doesn't work! Here's what happens if I try to play a 
sound file with aplay:


$ aplay test.wav
ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
aplay: main:547: audio open error: No such file or directory
  

   


Try strace aplay test.wav and post the output.

Lee



 


Here it is:

$ strace aplay test.wav
   



Is this a really old distro?

If you are not using udev, did you run the snddevices.sh script that
comes with ALSA?

Lee
 

I don't think it's a really old distro. I'm not using udev, I'm using 
hotplug, and I didn't run the snddevices.sh script. Should I do it?




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Lee Revell
On Fri, 2006-01-13 at 19:28 +0100, kunt1z wrote:
 Lee Revell ha scritto:
 
 On Fri, 2006-01-13 at 19:20 +0100, kunt1z wrote:
   
 
 Lee Revell ha scritto:
 
 
 
 On Fri, 2006-01-13 at 18:43 +0100, kunt1z wrote:
  
 
   
 
 Hi guys,
 my Alsa system doesn't work! Here's what happens if I try to play a 
 sound file with aplay:
 
 $ aplay test.wav
 ALSA lib pcm_dmix.c:852:(snd_pcm_dmix_open) unable to open slave
 aplay: main:547: audio open error: No such file or directory

 
 
 
 Try strace aplay test.wav and post the output.
 
 Lee
 
  
 
   
 
 Here it is:
 
 $ strace aplay test.wav
 
 
 
 Is this a really old distro?
 
 If you are not using udev, did you run the snddevices.sh script that
 comes with ALSA?
 
 Lee
   
 
 I don't think it's a really old distro. I'm not using udev, I'm using 
 hotplug, and I didn't run the snddevices.sh script. Should I do it?
 

Yeah, can't hurt.

Lee



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread kunt1z

Rene Herman ha scritto:


kunt1z wrote:


The drivers are loaded correctly.



And do you have a /dev/snd directory with a bunch of 116,* nodes in 
it? If not, the standalone version of the alsa-driver package contains 
or contained a shell script to create the nodes.


Rene.


Here's the content of /dev/snd:

# ls /dev/snd
controlC0  hwC2D2midiC0D7  midiC2D4  pcmC0D1p  pcmC1D1c  pcmC1D7p  
pcmC2D6c  pcmC3D4p
controlC2  hwC2D3midiC1D0  midiC2D5  pcmC0D2c  pcmC1D1p  pcmC2D0c  
pcmC2D6p  pcmC3D5c
controlC3  hwC3D0midiC1D1  midiC2D6  pcmC0D2p  pcmC1D2c  pcmC2D0p  
pcmC2D7c  pcmC3D5p
hwC0D0 hwC3D1midiC1D2  midiC2D7  pcmC0D3c  pcmC1D2p  pcmC2D1c  
pcmC2D7p  pcmC3D6c
hwC0D1 hwC3D2midiC1D3  midiC3D0  pcmC0D3p  pcmC1D3c  pcmC2D1p  
pcmC3D0c  pcmC3D6p
hwC0D2 hwC3D3midiC1D4  midiC3D1  pcmC0D4c  pcmC1D3p  pcmC2D2c  
pcmC3D0p  pcmC3D7c
hwC0D3 midiC0D0  midiC1D5  midiC3D2  pcmC0D4p  pcmC1D4c  pcmC2D2p  
pcmC3D1c  pcmC3D7p
hwC1D0 midiC0D1  midiC1D6  midiC3D3  pcmC0D5c  pcmC1D4p  pcmC2D3c  
pcmC3D1p  seq
hwC1D1 midiC0D2  midiC1D7  midiC3D4  pcmC0D5p  pcmC1D5c  pcmC2D3p  
pcmC3D2c  timer
hwC1D2 midiC0D3  midiC2D0  midiC3D5  pcmC0D6c  pcmC1D5p  pcmC2D4c  
pcmC3D2p
hwC1D3 midiC0D4  midiC2D1  midiC3D6  pcmC0D6p  pcmC1D6c  pcmC2D4p  
pcmC3D3c
hwC2D0 midiC0D5  midiC2D2  midiC3D7  pcmC0D7c  pcmC1D6p  pcmC2D5c  
pcmC3D3p
hwC2D1 midiC0D6  midiC2D3  pcmC0D1c  pcmC0D7p  pcmC1D7c  pcmC2D5p  
pcmC3D4c


But I use the /dev/dsp sound device. Here it is:

# ll /dev/dsp*
lrwxrwxrwx  1 root audio  9 2006-01-05 21:44 /dev/dsp - /dev/dsp0
crw-rw-rw-  1 root audio 14,  3 2005-06-22 16:50 /dev/dsp0
crw-rw-rw-  1 root audio 14, 35 2005-06-22 16:50 /dev/dsp2
crw-rw-rw-  1 root audio 14, 51 2005-06-22 16:50 /dev/dsp3



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Rene Herman

kunt1z wrote:


Here's the content of /dev/snd


That's fine then... Your alsa-lib may be too old. If it's pre-1.0.10 
(finding out which one it is is distribution dependent) try upgrading 
it. If you have a recent distribution, there's probably an official 
alsa-lib upgrade available.


Rene.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread kunt1z

THANK YOU LEE! IT WORKS!!!
I run the snddevices.sh script and it works!!! Thanx!!



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Rene Herman

kunt1z wrote:


THANK YOU LEE! IT WORKS!!!
I run the snddevices.sh script and it works!!! Thanx!!


That's odd, since you already had the nodes. I'll wager a guess that the 
Great Undying Udevd cleared permissions on the /dev/snd directory as it 
does here from time to time (check ps ax before you say you aren't using 
it).


If so, it'll happen again. ls -ld /dev/snd, and chmod go+rx /dev/snd 
when it does, or figure out how to disable that bloody thing for good.


Rene.


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work!!!

2006-01-13 Thread Takashi Iwai
At Fri, 13 Jan 2006 19:43:53 +0100,
Rene Herman wrote:
 
 kunt1z wrote:
 
  THANK YOU LEE! IT WORKS!!!
  I run the snddevices.sh script and it works!!! Thanx!!
 
 That's odd, since you already had the nodes. I'll wager a guess that the 
 Great Undying Udevd cleared permissions on the /dev/snd directory as it 
 does here from time to time (check ps ax before you say you aren't using 
 it).

udev may delete the existing device files at unloading modules.


Takashi


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] Alsa doesn't work on my A7V8X-X!

2003-08-30 Thread Clemens Ladisch
Bahman Movaqar wrote:
 I used alsamixer to trun up the volume.
 But,
 when I use an audio player(such as XMMS or KMidi or
 mpg123) to play any kind of audio files, there is no
 error, but no sound is played back to me.

Did you unmute the channels (with 'M')?

Some motherboards route the audio outputs strangely. Please try
all audio jacks.


HTH
Clemens




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] Alsa doesn't work on my A7V8X-X!

2003-08-29 Thread Bahman Movaqar
Hi!

I'm using Redhat Linux 8.0 on an ASUS A7V8X-X
motherboard. redhat-config-soundcard identifies my
sound card as below:
VT8233 AC97 Audio Controller
via82cxxx_audio

I downloaded alsa-*-0.9.6 and installed them as
described in
http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Analog+Devicescard=AD1980chip=AD1980module=via82xx,
carefully and step by step. No errors occured, nothing
went wrong. I used alsamixer to trun up the volume.
Everything was right.

But,
when I use an audio player(such as XMMS or KMidi or
mpg123) to play any kind of audio files, there is no
error, but no sound is played back to me. In fact I
have no sound! And in addition, none of my MP3 players
accept a MP3 file to play...except mpg123(this one
with no sound output!)

Can anybody help me get my soundcard outputting some
kind of noise back to me?! Notice that there is no
error, anywhere!

Any kind of help is appreciated...

Bahman

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user