Hi Wil,

On Tue, 2002-05-21 at 15:57, Wil Snyder wrote:

> I do modprobe snd-via8233, and lsmod gives
> Module                  Size  Used by
> snd-via8233             4880   0
> snd-pcm                46752   0  [snd-via8233]
> snd-timer               9296   0  [snd-pcm]
> snd-ac97-codec         22800   0  [snd-via8233]
> snd                    23408   0  [snd-via8233 snd-pcm snd-timer
> snd-ac97-codec]

julian:/home/elmar# lsmod |grep snd |sort
snd                    25512   0  [snd-seq-oss snd-seq-midi-event
                                   snd-seq snd-seq-device snd-pcm-oss
                                   snd-mixer-oss snd-via8233 snd-pcm
                                   snd-timer snd-ac97-codec]
snd-ac97-codec         22688   0  [snd-via8233]
snd-mixer-oss           9152   0  [snd-pcm-oss]
snd-pcm                49312   0  [snd-pcm-oss snd-via8233]
snd-pcm-oss            36032   1 
snd-seq                37484   2  [snd-seq-oss snd-seq-midi-event]
snd-seq-device          4080   0  [snd-seq-oss snd-seq]
snd-seq-midi-event      2920   0  [snd-seq-oss]
snd-seq-oss            24608   0  (unused)
snd-timer              10528   0  [snd-seq snd-pcm]
snd-via8233             4960   1 
julian:/home/elmar# 


> cat /proc/asounds/cards gives
> 0 [card0          ]: VIA8233 - VIA 8233
>                      VIA 8233 at 0xe000, irq 5

julian:/home/elmar# cat /proc/asound/cards 
0 [CARD_0         ]: VIA8233 - VIA 8233
                     VIA 8233 at 0x1000, irq 5
julian:/home/elmar# 


> My modules.conf is:
> depfile=/lib/modules/2.4.7-10custom/modules.dep
> alias parport_lowlevel parport_pc
> alias eth0 8139too
> #alias usb-controller usb-uhci
> 
> #Alsa portion
> alias char-major-116 snd
> alias snd-card-0 snd-via8233
> #Oss/Free portion
> 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

/etc/modules.conf, alsa related lines:
----------------------------------------------------
alias char-major-116 snd
alias char-major-14 soundcore

options snd snd_major=116 snd_cards_limit=4 snd_device_mode=0660
snd_device_gid=29 snd_device_uid=0 # in one line

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

alias snd-card-0 snd-via8233

alias sound-slot-0 snd-card-0

options snd-via8233 snd_index=0 snd_id=CARD_0

# Debian ALSA modules path
# Do not edit this unless you understand what you're doing.
path=/lib/modules/`uname -r`/alsa
----------------------------------------------------

With this setup I can play sounds.

Ciao,
 Elmar
-- 
[EMAIL PROTECTED]


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to