Kein Sound

Jens-Uwe Bremeier jens at electriggas.de
Die Aug 29 13:01:18 CEST 2000


----- Original Message -----
From: "Johannes Vieweg" <jvg at gmx.net>
To: <liste at tlug.de>
Sent: Tuesday, August 29, 2000 12:49 PM
Subject: Kein Sound


Hallo zusammen,

ich habe vor einiger Zeit nach dem OSS gefragt. Vielen Dank für die
Hinweise. Nun versuche ich es mit den "Bordmitteln" (sprich: FreeOSS) von
Linux. Leider ohne Erfolg. Daher habe ich mal alles angehängt, was ich so
an Soundconfigfiles habe:

/etc/conf.modules:

[...]

# alias char-major-14 off
# alias sound off
# alias midi off

[...]

alias char-major-14 sb
post-install sb /sbin/modprobe "-k" "adlib_card"
options sb io=0x220 irq=5  dma=3 dma16=7 mpu_io=0x330
options adlib_card io=0x388

Das wären die Hardwareeinstellungen (ist eine AWE32).
Erkannt wird die Karte auf alle Fälle - dmesg liefert:

Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
SB 4.16 detected OK (220)
YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft
1993-1996

lsmod bringt zu Tage:

Module                  Size  Used by
adlib_card               836   0  (autoclean)
opl3                   11304   0  (autoclean) [adlib_card]
sb                     33460   0  (autoclean)
uart401                 6128   0  (autoclean) [sb]
sound                  57400   0  (autoclean) [adlib_card opl3 sb
uart401]soundlow                 344   0  (autoclean) [sound]
soundcore               2340   6  (autoclean) [sb sound]
hisax                 404816   6
isdn                  113452   7  [hisax]
slhc                    4504   2  [isdn]
ne2k-pci                4584   1  (autoclean)
8390                    6228   0  (autoclean) [ne2k-pci]
serial                 42932   1  (autoclean)
memstat                 1604   0  (unused)
aic7xxx               110648   0  (unused)

Und cat /dev/sndstat erzählt:

OSS/Free:3.8s2++-971130
Load type: Driver loaded as a module
Kernel: Linux BigBrother 2.2.13 #1 Sat Nov 13 11:05:47 GMT 1999 i686
Config options: 0

Installed drivers:

Card config:

Audio devices:
0: Sound Blaster 16 (4.16) (DUPLEX)

Synth devices:
0: Yamaha OPL3

Midi devices:
0: Sound Blaster 16

Timers:
0: System clock

Mixers:
0: Sound Blaster

So, das wärs. Wenn ich allerdings versuche, mit freeamp oder sox einige
Töne zu hören, wird mir das präsentiert:

sox:

jvg at BigBrother:~ > play /usr/share/sounds/wav/applause.wav
sox: Can't open output file '/dev/dsp': Keine Berechtigung

freeamp:

jvg at BigBrother:~ > freeamp /pub\ \(ftp\)/mp3/limp\ bizkit\ -\ mission\
impossible\ theme.mp3
/usr/lib/freeamp/plugins/ncurses.ui: undefined symbol: color_set
Error: Cannot open audio device. Please make sure that the audio device is
properly configured.

Was habe ich vergessen einzustellen? Das Device /dev/dsp existiert, als
root kommt 'Devices or resource busy'.

Johannes



Hast du soundon schon eingegeben ?


Jens-Uwe Bremeier