ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] MaxSelect A7Wide: SiS sound controller
@ 2005-01-29 21:28 Leonid Shalupov
  2005-01-30  8:30 ` Anton Farygin
  0 siblings, 1 reply; 4+ messages in thread
From: Leonid Shalupov @ 2005-01-29 21:28 UTC (permalink / raw)
  To: hardware

Здравствуйте!

Никто не знает, как бороться с такими симптомами:
$ aumix
<пусто>
$ alsamixer
No mixer elems found
При этом модули загружены, xmms играет, но звука нет...

# uname -r
2.6.10-std26-up-alt2

# rpm -qa | egrep "alsa|hotplug|libhw"
libhw-tools-0.2.6-alt1
libhw-0.2.6-alt1
hotplug-2004_09_23-alt5
libalsa-1.0.7-alt1
alsa-utils-1.0.7-alt1

# lsmod | grep snd
snd_pcm_oss            51236  0 
snd_mixer_oss          18560  1 snd_pcm_oss
snd_intel8x0           31520  0 
snd_intel8x0m          17988  0 
snd_ac97_codec         68576  2 snd_intel8x0,snd_intel8x0m
snd_pcm                92680  4 snd_pcm_oss,snd_intel8x0,
                                snd_intel8x0m,snd_ac97_codec
snd_timer              25092  1 snd_pcm
snd                    53732  7 snd_pcm_oss,snd_mixer_oss,
                                snd_intel8x0,snd_intel8x0m,snd_ac97_codec,
                                snd_pcm,snd_timer
soundcore               9696  1 snd
snd_page_alloc          9732  3 snd_intel8x0,snd_intel8x0m,snd_pcm

lspci -v:
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
    Subsystem: FIRST INTERNATIONAL Computer Inc: Unknown device 3140
    Flags: bus master, medium devsel, latency 173, IRQ 10
    I/O ports at 1c00
    I/O ports at 1800 [size=128]
    Capabilities: [48] Power Management version 2

pciscan -v:
snd-intel8x0           Silicon Integrated Systems [SiS] Sound Controller [Multimedia audio controller]
                       1039:7012:1509:3140  drivers: snd-intel8x0  class:004:01:00
                       hwid: 386D7940E03B0F9A
                       
--
Live long and prosper,
Leonid Shalupov.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Hardware] MaxSelect A7Wide: SiS sound controller
  2005-01-29 21:28 [Hardware] MaxSelect A7Wide: SiS sound controller Leonid Shalupov
@ 2005-01-30  8:30 ` Anton Farygin
  2005-01-30  9:15   ` Leonid Shalupov
  2005-01-30 13:14   ` Sergey Vlasov
  0 siblings, 2 replies; 4+ messages in thread
From: Anton Farygin @ 2005-01-30  8:30 UTC (permalink / raw)
  To: hardware

Вот прямо с a7wide:
$ cat /etc/modules.conf
options snd-intel8x0 index=0
options snd-intel8x0m index=1


Leonid Shalupov wrote:

>Здравствуйте!
>
>Никто не знает, как бороться с такими симптомами:
>$ aumix
><пусто>
>$ alsamixer
>No mixer elems found
>При этом модули загружены, xmms играет, но звука нет...
>
># uname -r
>2.6.10-std26-up-alt2
>
># rpm -qa | egrep "alsa|hotplug|libhw"
>libhw-tools-0.2.6-alt1
>libhw-0.2.6-alt1
>hotplug-2004_09_23-alt5
>libalsa-1.0.7-alt1
>alsa-utils-1.0.7-alt1
>
># lsmod | grep snd
>snd_pcm_oss            51236  0 
>snd_mixer_oss          18560  1 snd_pcm_oss
>snd_intel8x0           31520  0 
>snd_intel8x0m          17988  0 
>snd_ac97_codec         68576  2 snd_intel8x0,snd_intel8x0m
>snd_pcm                92680  4 snd_pcm_oss,snd_intel8x0,
>                                snd_intel8x0m,snd_ac97_codec
>snd_timer              25092  1 snd_pcm
>snd                    53732  7 snd_pcm_oss,snd_mixer_oss,
>                                snd_intel8x0,snd_intel8x0m,snd_ac97_codec,
>                                snd_pcm,snd_timer
>soundcore               9696  1 snd
>snd_page_alloc          9732  3 snd_intel8x0,snd_intel8x0m,snd_pcm
>
>lspci -v:
>0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
>    Subsystem: FIRST INTERNATIONAL Computer Inc: Unknown device 3140
>    Flags: bus master, medium devsel, latency 173, IRQ 10
>    I/O ports at 1c00
>    I/O ports at 1800 [size=128]
>    Capabilities: [48] Power Management version 2
>
>pciscan -v:
>snd-intel8x0           Silicon Integrated Systems [SiS] Sound Controller [Multimedia audio controller]
>                       1039:7012:1509:3140  drivers: snd-intel8x0  class:004:01:00
>                       hwid: 386D7940E03B0F9A
>                       
>--
>Live long and prosper,
>Leonid Shalupov.
>_______________________________________________
>Hardware mailing list
>Hardware@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/hardware
>  
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Hardware] MaxSelect A7Wide: SiS sound controller
  2005-01-30  8:30 ` Anton Farygin
@ 2005-01-30  9:15   ` Leonid Shalupov
  2005-01-30 13:14   ` Sergey Vlasov
  1 sibling, 0 replies; 4+ messages in thread
From: Leonid Shalupov @ 2005-01-30  9:15 UTC (permalink / raw)
  To: hardware

On Sun, Jan 30, 2005 at 11:30:38AM +0300, Anton Farygin wrote:
> Вот прямо с a7wide:
> $ cat /etc/modules.conf
> options snd-intel8x0 index=0
> options snd-intel8x0m index=1
Работает. Спасибо!

--
Live long and prosper,
Leonid Shalupov.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Hardware] MaxSelect A7Wide: SiS sound controller
  2005-01-30  8:30 ` Anton Farygin
  2005-01-30  9:15   ` Leonid Shalupov
@ 2005-01-30 13:14   ` Sergey Vlasov
  1 sibling, 0 replies; 4+ messages in thread
From: Sergey Vlasov @ 2005-01-30 13:14 UTC (permalink / raw)
  To: hardware

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

On Sun, Jan 30, 2005 at 11:30:38AM +0300, Anton Farygin wrote:
> Вот прямо с a7wide:
> $ cat /etc/modules.conf
> options snd-intel8x0 index=0
> options snd-intel8x0m index=1

Кстати, в alsa всадили объезд для подобного безобразия хотя бы в самом
простом случае - запретили модемным драйверам занимать index=0.
Правда, это было уже после 1.0.8 - пока лежит в тамошнем CVS.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-30 13:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-29 21:28 [Hardware] MaxSelect A7Wide: SiS sound controller Leonid Shalupov
2005-01-30  8:30 ` Anton Farygin
2005-01-30  9:15   ` Leonid Shalupov
2005-01-30 13:14   ` Sergey Vlasov

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.hardware


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git