| [tlinux-users:02528] |
sound
on tecra 8200 |
|
|
07/25/02
|
I'm
trying to get the sound drivers working
on my tecra 8200. I
installed the alsa drivers and tools (initially
using emerge on gentoo
but finally getting the source and compiling
myself).
Problem is, whenever
I try modprobe snd-opl3sa2 I get an
invalid IRQ
parameters error. Anyone know what I'm
doing wrong?
|
| [tlinux-users:02529]
|
|
|
|
07/25/02 |
I was never able
to get opl3sa2 to work using ALSA, so I
used the kernel
sound drivers and now have sound working.
On my Protege 3020CT I needed
to add 'append="opl3sa2=0x370,5,1,0,0x530,0x330"'
in lilo.conf to make it
work. |
| [tlinux-users:02532] |
|
|
|
07/26/02 |
Here's my ALSA block:
# --- BEGIN: Generated by ALSACONF, do not
edit. ---
# --- ALSACONF verion 0.4.3b ---
alias char-major-116 snd
alias snd-card-0 snd-ymfpci
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
options snd snd_major=116 snd_cards_limit=1
snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0
options snd-card-ymfpci snd_index=0 snd_id="YMFPCI"
# --- END: Generated by ALSACONF, do not
edit. ---
this is alsa 0.9.0rc1
|
| [tlinux-users:02533]
|
|
|
|
07/26/02 |
| Here's mine. Not
much different from Pete's.
# --- BEGIN: ALSA config, hacked by ndw.
---
# For ALSA:
#
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-ymfpci
# For OSS/Free:
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
# --- END: ALSA config, hacked by ndw.
---
|
|
|