ALT Linux kernel packages development
 help / color / mirror / Atom feed
* [d-kernel] Alsa 0.9 + kernel 2.4 help
@ 2003-09-04 12:44 Yury Aliaev
  2003-09-04 13:32 ` Michael Shigorin
  0 siblings, 1 reply; 8+ messages in thread
From: Yury Aliaev @ 2003-09-04 12:44 UTC (permalink / raw)
  To: devel-kernel

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

Здравствуйте, господа!

Обращаюсь в этот список рассылки в надежде, что меня услышат люди, 
хорошо разбирающиеся во внутренностях ядра, ибо проблема у меня 
нетривиальная. Итак:

Собрал я ядро из исходников 2.4.20-alt5, вместе со штатной (кажется 
0.9.0-rc7) альсой. Ядро пашет на ура, при попытке сделать modprobe 
snd-card-1 (или из alsaconf, результат один):

Starting sound driver: snd-cd4281 Oops: 0000

<Здесь распечатка регистров, стека и т.п.>

<0> Kernel panic: Aiee, killing interrupt handler!
In interrupt handler, not syncing.

После чего система мёртво повисает, мигая светодиодами "Caps Lock" и 
"Scroll Lock".

В результате я перепробовал:

2.4.20-alt5 + alsa-0.9.0-rc7, 0.9.4, 0.9.5;
ванильное 2.4.20 с приведёнными выше версиями альсы;
ванильное 2.4.21 + alsa-0.9.6

Результат: в точности как описано выше.

В настоящее время стоит 2.2.22-altнепомнючто + alsa 0.9.0-rc7, всё работает.

Для пущего запутывания ситуации прилаю modules.conf и распечатку lspci 
-v. Железо: AMD K6-II, ALI Aladdin мать, Crystal CS4281 звук.

С уважением, Юрий.

[-- Attachment #2: modules.conf --]
[-- Type: text/plain, Size: 883 bytes --]

alias scsi_hostadapter ncr53c8xx
alias parport_lowlevel parport_pc
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
# ALSA portion
alias snd-card-0 snd-cs4281
# OSS/Free portion
alias sound-slot-0 snd-card-0
# OSS/Free portion - card #1
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 major=116 cards_limit=1
options snd-cs4281 index=0

alias usb-interface usb-ohci
alias block-major-11 scsi_hostadapter
pre-install plip modprobe parport_pc ; echo 7 > /proc/parport/0/irq

options ide-cd ignore=hdd
alias scd0 sr_mod
alias sg0  sg
pre-install sg modprobe ide-scsi
pre-install sr_mod modprobe ide-scsi
pre-install ide-scsi modprobe ide-cd

alias net-pf-3 off
alias net-pf-4 off
alias net-pf-5 off

[-- Attachment #3: lspci.txt --]
[-- Type: text/plain, Size: 2066 bytes --]

00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1541 (rev 04)
	Subsystem: Acer Laboratories Inc. [ALi] ALI M1541 Aladdin V/V+ AGP System Controller
	Flags: bus master, slow devsel, latency 32
	Memory at d0000000 (32-bit, non-prefetchable)
	Capabilities: <available only to root>

00:01.0 PCI bridge: Acer Laboratories Inc. [ALi] M5243 (rev 04) (prog-if 00 [Normal decode])
	Flags: bus master, slow devsel, latency 32
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: d8000000-d9ffffff
	Prefetchable memory behind bridge: d4000000-d7ffffff

00:02.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03) (prog-if 10 [OHCI])
	Flags: bus master, medium devsel, latency 32, IRQ 9
	Memory at da012000 (32-bit, non-prefetchable)
	Capabilities: <available only to root>

00:07.0 ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Aladdin IV] (rev c3)
	Flags: bus master, medium devsel, latency 0
	Capabilities: <available only to root>

00:0b.0 SCSI storage controller: LSI Logic / Symbios Logic (formerly NCR) 53c810 (rev 02)
	Flags: bus master, medium devsel, latency 64, IRQ 10
	I/O ports at f000
	Memory at da010000 (32-bit, non-prefetchable)

00:0c.0 Multimedia audio controller: Cirrus Logic Crystal CS4281 PCI Audio (rev 01)
	Flags: bus master, medium devsel, latency 32, IRQ 4
	Memory at da011000 (32-bit, non-prefetchable)
	Memory at da000000 (32-bit, non-prefetchable)
	Capabilities: <available only to root>

00:0f.0 IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev c2) (prog-if fa)
	Flags: bus master, medium devsel, latency 32
	I/O ports at f400
	Capabilities: <available only to root>

01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 PF (prog-if 00 [VGA])
	Subsystem: ATI Technologies Inc: Unknown device 0008
	Flags: bus master, stepping, 66Mhz, medium devsel, latency 32, IRQ 11
	Memory at d4000000 (32-bit, prefetchable)
	I/O ports at e000
	Memory at d9000000 (32-bit, non-prefetchable)
	Capabilities: <available only to root>


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

end of thread, other threads:[~2003-09-18  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-04 12:44 [d-kernel] Alsa 0.9 + kernel 2.4 help Yury Aliaev
2003-09-04 13:32 ` Michael Shigorin
2003-09-08  8:16   ` Yury Aliaev
2003-09-08 10:41     ` Michael Shigorin
2003-09-15 13:16       ` [d-kernel] Wonders in kernel [was] " Yury Aliaev
2003-09-15 13:41         ` [d-kernel] " Sergey Vlasov
2003-09-15 14:42           ` Yury Aliaev
2003-09-18  8:39           ` Yury Aliaev

ALT Linux kernel packages development

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/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 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
		devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
	public-inbox-index devel-kernel

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


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