piccolo
Group: Members
Posts: 286
Joined: Mar. 2006 |
|
Posted: April 12 2006,12:59 |
|
Quote | io port=0x530 irq=5 dma=1 dma2=0 mpu/io=0x330 and mpu irq=5 |
WARNING: You assing the same irq to different sound chipset functions. That can produce from the noise problem to can't install the sound driver.
Remember you the command: cat /proc/interrupts?
Code Sample | root@box:/home/dsl# cat /proc/interrupts CPU0 0: 10784844 XT-PIC timer 1: 27945 XT-PIC keyboard 2: 0 XT-PIC cascade 3: 310046 XT-PIC orinoco_cs 8: 1 XT-PIC rtc 11: 0 XT-PIC Texas Instruments PCI1251A, Texas Instruments PCI1251A (#2), usb-uhci 12: 1380425 XT-PIC PS/2 Mouse 14: 74469 XT-PIC ide0 15: 2202 XT-PIC ide1 NMI: 0 LOC: 0 ERR: 0 MIS: 0 |
First column is the assigned interrupts (assigned irqs). With that you can know free irqs. For example, your free irqs are: 6, 7, 9, 10, 13.
Then you can to try this resources assignation:
io port=0x530 irq=5 dma=1 dma2=0 mpu/io=0x330 and mpu-irq=7
Note you the difference?
Quote | like if i turn the computer off and reboot, will i have to use sndconfig |
Question: When computer boot, few before launch the desktop, read you a line like to: soundcard: driver= xxxxxx
What is xxxxxx?
-------------- Robin Hood used Linux
|