blackfrog
Unregistered
|
|
Posted: June 09 2005,05:55 |
|
i had the exact same problem, i went as far as apt-get install'ing alsa, then removing it, then i had downloaded the sources to alsa and was going to compile from sources, when i ran into the problem of not having the kernel source, so i came here to find info on how i could get it and found this post and made the file exactly like you said (mind you im on a dell latitude xpi m166st cd laptop - p1 166 mmx w/ 48mb but it has onboard ess 1887 sound) and low and behold.....
it didnt work x.x
however, i decided to mess with it and see if i could get it working so i searched arount the net for a bit and ran into this post on some yahoo forum which eventually led to me figuring out based on this forum and that one what to do to ----KIND OF---- get it working
so
for those under a similar situation, i just added a file called /etc/modutils/ess which contained the following:
Code Sample | alias sound-slot-0 sb options sb io=0x230 irq=5 dma=1 dma16=3 mpu_ip=0x388 esstype=1887 isapnp=0 alias synth0 opl3 options opl3 io=0x388] # use next line if it stutters # options dmabuf=1
|
and then ran "update-modules", then rebooted, and then i had to run "modprobe sb" after all that, sound in the terminal mode works, that is, i get beeps when i hit tab (i didnt used to) but xmms wont play so i dunno im gonna keep fiddling with it and hopefully get something goin here
on a side note, where can i get the kernel sources to dsl 1.2 kernel (im assuming its custom?) if i decided to recompile alsa?
thanks for the distro, happy coding
|