| JohnJS  
 
 
 
 
 Group: Members
 Posts: 200
 Joined: Oct. 2006
 | 
|  | Posted: Jan. 11 2007,17:57 |  |  Am getting this error:
 In dmseg reads near end reads:
 soundblaster audio driver
 sb301 detected ok (220)
 eschip es1869 detected
 ym3812 and opl-3 driver
 i8253 count too high resetting
 i8253 count too high resetting
 sound: dma(output) timed out irq/drq config error?
 (multiple lines)
 My sound setup is:
 modprobe sb io=0x220 irq=5 dma=0 dma16=5 mpu_io=0x3
 Modprobe sb io=0x220 irq=5 dma=1 dma16=0 mpu_io=330 isapnp=1.
 30 isapnp=0
 modprobe opl3 io=0x388.
 Any suggestions please?
 
 edit 1 that should read dmesg
 Edit 2:
 Found solution:
 works with: modprobe sb io=0x220 irq=5 dma=1 dma16=0 mpu_io=330 isapnp=1
 Found the dma settings in Bios setup.
 |