Messages in this thread |  | | Date | Fri, 09 Aug 1996 12:26:22 +0000 | From | Martin Schneider <> | Subject | Oops in aci.c (sound driver) |
| |
Hello Hackers,
I compiled the kernel 2.0.11 with module sound support for my Miro PCM1pro, (MAD16 wih lowlevel driver aci.c). After inserting the module with
insmod sound.o
following violation occured:
Aug 9 10:24:23 gaul kernel: <ACI 03, id 6d 41 (PCM1 pro / early PCM12)> at 0x354 Aug 9 10:24:23 gaul kernel: Unable to handle kernel paging request at virtual address 01446ed4 Aug 9 10:24:23 gaul kernel: current->tss.cr3 = 013ff000, Aug 9 10:24:23 gaul kernel: *pde = 00000000 Aug 9 10:24:23 gaul kernel: Oops: 0000 Aug 9 10:24:23 gaul kernel: CPU: 0 Aug 9 10:24:23 gaul kernel: EIP: 0010:[<0284cd2c>] Aug 9 10:24:23 gaul kernel: EFLAGS: 00010297 Aug 9 10:24:23 gaul kernel: eax: c0044d04 ebx: 01446ed4 ecx: 00000004 edx: 028570b8 Aug 9 10:24:23 gaul kernel: esi: 02850236 edi: 0285e024 ebp: 0008da98 esp: 01446eb4 Aug 9 10:24:23 gaul kernel: ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018 Aug 9 10:24:23 gaul kernel: Process insmod (pid: 159, process nr: 6, stackpage=01446000) Aug 9 10:24:23 gaul kernel: Stack: 01446ed4 0283fad0 00000001 c0044d04 01446ed4 00000000 000000c8 012c8018 Aug 9 10:24:23 gaul kernel: 00006464 0283f1c5 0283d497 0283d58e 012c8018 00000000 0018b084 000012c8 Aug 9 10:24:23 gaul kernel: 00000293 0011c769 00000003 00000001 00000246 00000b88 0283d5ae 0805f850 Aug 9 10:24:23 gaul kernel: Call Trace: [<0283fad0>] [<0283f1c5>] [<0283d497>] [<0283d58e>] [<0011c769>] [<0283d5ae>] [<001138a6>] Aug 9 10:24:23 gaul kernel: [<00113a67>] [<0011879f>] [<0283d517>] [<0283d5ae>] [<0010f9d8>] [<0010f89c>] [<0010a53d>] [<0010a3de>] Aug 9 10:24:23 gaul kernel: Code: 64 8b 03 50 51 52 e8 8c fd ff ff 50 53 e8 c6 02 ff ff 83 c4
The modules remains in uninitialized in memory.
When I install the sound not as a module, everything works fine!
Any ideas?
P.S.: How can i switch the amplifier of the soundcard on?
|  |