Mailinglist Archive: opensuse-mobile (25 mails)
| < Previous | Next > |
Re: [opensuse-mobile] TP-T43, sound and 10.3
- From: "Dieter Kluenter" <dieter@xxxxxxxxxxxx>
- Date: Wed, 10 Oct 2007 16:14:06 +0200
- Message-id: <871wc39hw1.fsf@xxxxxxxxxxxxxx>
"Dieter Kluenter" <dieter@xxxxxxxxxxxx> writes:
> Hi,
> i just updated my thinkpad T43 from SuSE-9.3 to
> openSUSE-10.3. Unfortunately sound is not working anymore:
[...]
> The error from rcalsasound status
> /usr/sbin/alsactl: save_state:1253: No soundcards found...
Now a strace put me in the right direction:
,----[ strace output ]
| open("/usr/share/alsa/pcm/dsnoop.conf", O_RDONLY) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=1532, ...}) = 0
| mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7
| f0a000
| read(5, "#\n# dsnoop\n#\n\npcm.!dsnoop {\n\t@ar"..., 4096) = 1532
| read(5, "", 4096) = 0
| close(5) = 0
| munmap(0xb7f0a000, 4096) = 0
| read(4, "", 4096) = 0
| read(4, "", 4096) = 0
| close(4) = 0
| munmap(0xb7f0b000, 4096) = 0
| open("/dev/snd/controlC0", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/dev/snd/controlC1", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/dev/snd/controlC2", O_RDONLY) = -1 ENOENT (No such file or directory)
|.....................................
| write(2, "ALSA lib confmisc.c:768:(parse_c"..., 37) = 37
| write(2, "cannot find card \'0\'", 20) = 20
| write(2, "\n", 1) = 1
`----
dsnoop.conf defines 'device=$DEV' It seems that $DEV is somewhere
defined as /dev/snd, but the directory /dev/snd does not exist on my
system. All relevant files are in the /dev directory, that is,
/dev/control0, /dev/dsp, /dev/mixer etc.
How and where can I configure alsa to read from the valid directory?
-Dieter
--
Dieter Klünter | Systemberatung
http://www.dkluenter.de
GPG Key ID:8EF7B6C6
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-mobile+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-mobile+help@xxxxxxxxxxxx
> Hi,
> i just updated my thinkpad T43 from SuSE-9.3 to
> openSUSE-10.3. Unfortunately sound is not working anymore:
[...]
> The error from rcalsasound status
> /usr/sbin/alsactl: save_state:1253: No soundcards found...
Now a strace put me in the right direction:
,----[ strace output ]
| open("/usr/share/alsa/pcm/dsnoop.conf", O_RDONLY) = 5
| fstat64(5, {st_mode=S_IFREG|0644, st_size=1532, ...}) = 0
| mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7
| f0a000
| read(5, "#\n# dsnoop\n#\n\npcm.!dsnoop {\n\t@ar"..., 4096) = 1532
| read(5, "", 4096) = 0
| close(5) = 0
| munmap(0xb7f0a000, 4096) = 0
| read(4, "", 4096) = 0
| read(4, "", 4096) = 0
| close(4) = 0
| munmap(0xb7f0b000, 4096) = 0
| open("/dev/snd/controlC0", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/dev/snd/controlC1", O_RDONLY) = -1 ENOENT (No such file or directory)
| open("/dev/snd/controlC2", O_RDONLY) = -1 ENOENT (No such file or directory)
|.....................................
| write(2, "ALSA lib confmisc.c:768:(parse_c"..., 37) = 37
| write(2, "cannot find card \'0\'", 20) = 20
| write(2, "\n", 1) = 1
`----
dsnoop.conf defines 'device=$DEV' It seems that $DEV is somewhere
defined as /dev/snd, but the directory /dev/snd does not exist on my
system. All relevant files are in the /dev directory, that is,
/dev/control0, /dev/dsp, /dev/mixer etc.
How and where can I configure alsa to read from the valid directory?
-Dieter
--
Dieter Klünter | Systemberatung
http://www.dkluenter.de
GPG Key ID:8EF7B6C6
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-mobile+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-mobile+help@xxxxxxxxxxxx
| < Previous | Next > |