>> >> >hi all
>> >> >this is about AMR modems again
>> >> >well I have i810 MB with i810 video card & crystal CS4280 sound
>chib
>> >> >built-in.
>> >> >my modem is volcano AMR modem (ICH82801AA chib on it).
>> >> >so easily I managed to configure the video card with support from
>> >Intel
>> >> >website. I had troubles configuring the sound chib even after
>using
>> >> >ALSA drivers which I discovered that their drivers configure the
>> >chibs
>> >> >built on cards (not built in the MB) like they got a module
>> >called "snd-
>> >> >card-cs461x" but the module I should use is "snd-cs461x" which is
>> >> >already provided in my linux distribution and loaded successfully
>BUT
>> >> >with no sound in the end !!!
>> >> I'm pretty sure that snd-card-cs461x is correct regardless of
>weather
>> >your
>> >> sound card is built into the motherboard or not.
>> >> --
>> >> Ray
>> >I'm afraid that it's not !
>> >when I do "modprobe snd-card-cs461x" it gives me "device busy or not
>> >found" error !
>> >also, when I do "cat /proc/modules" or "lsmod" it lists all the sound
>> >modules loaded succefully but "not used" !!!
>> >I think I should use "amixer" to unmute the sound.
>> >anyway..any other ideas??
>> Well them maybe something else is wrong but you really do want to load
>> snd-card-something. Just snd-something won't ever initialize the
>card.
>> FWIW here's the appropriate part of my modules.conf (might be
>conf.modules
>> on your system):
>> # --- ALSACONF verion 0.4.2 ---
>> alias char-major-116 snd
>> alias snd-card-0 snd-card-opl3sa2
>> 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-pcm1-oss
>> alias sound-service-0-12 snd-pcm1-oss
>> options snd snd_major=116 snd_cards_limit=4 snd_device_mode=0660
>> snd_device_gid
>> options snd-card-opl3sa2 snd_port=0x370 \
>> snd_sb_port=0x220 snd_wss_port=0x530 snd_fm_port=0x388
>snd_midi_port=0x330 \
>> snd_irq=9 snd_dma1=1 snd_dma2=3 snd_isapnp=0
>> # --- END: Generated by ALSACONF, do not edit. ---
>> Here's the output of lsmod when everything's working:
>> ppp_deflate 39404 2 (autoclean)
>> bsd_comp 3892 0 (autoclean)
>> ppp 20140 2 (autoclean) [ppp_deflate bsd_comp]
>> slhc 4372 1 (autoclean) [ppp]
>> snd-pcm1-oss 13192 0 (autoclean)
>> snd-mixer-oss 3992 1 (autoclean)
>> snd-card-opl3sa2 9148 1
>> snd-seq-device 3472 1 [snd-card-opl3sa2]
>> isapnp 25065 0 [snd-card-opl3sa2]
>> snd-cs4231 17516 0 [snd-card-opl3sa2]
>> snd-mixer 25728 0 [snd-mixer-oss snd-card-opl3sa2
>> snd-cs4231]
>> snd-pcm1 16956 0 [snd-pcm1-oss snd-cs4231]
>> snd-pcm 9068 0 [snd-pcm1-oss snd-card-opl3sa2 snd-
>cs4231
>> snd-pcm1]
>> snd-mpu401-uart 1880 0 [snd-card-opl3sa2]
>> snd-midi 12844 0 [snd-card-opl3sa2 snd-mpu401-uart]
>> snd-opl3 2052 0 [snd-card-opl3sa2]
>> snd-timer 7964 0 [snd-cs4231 snd-pcm1 snd-opl3]
>> snd-hwdep 2700 0 [snd-card-opl3sa2 snd-opl3]
>> snd 34956 1 [snd-pcm1-oss snd-mixer-oss
>> snd-card-opl3sa2 snd-seq-device snd-cs4231 snd-mixer snd-pcm1 snd-pcm
>> snd-mpu401-uart snd-midi snd-opl3 snd-timer snd-hwdep]
>> soundcore 2596 4 [snd]
>> ds 6536 2
>> i82365 28516 2
>> pcmcia_core 44384 0 [ds i82365]
>> toshiba 2409 0
>> If you havn't already check out the Alsa mailing list archives linked
>of the
>> main site.
>> Good Luck
>> --
>> Ray
>that's another problem...when I do "modprobe snd-card-*" nothing really
>loaded...but when I do "modprobe snd-*" I find a a lot of modules
>loaded but whith no use !!!
Well it could be that the cs461x driver doesn't support your particular
sound chip or that it needs you to specify certain parameters (io port, dmas
etc). A look at the alsa mailing list archives should tell you if your
wasting your time. When you try to load snd-card-cs461x are any errors
logged (use 'dmesg' to check)? Have you tried compiling alsa with the
"--with-debug=full" option? At the very least with debugging on you should
be able to determine if the driver either isn't finding a supported sound
device at all or is finding it but having trouble using it.
Quote:>here's a part of my modules.conf:
># ALSA portion
>alias char-major-116 snd
>alias snd-card-0 snd-cs461x <---- not snd-card-cs461x which is not
>working !!!
It will never in a million years work without snd-card-something on that
line.
--
Ray