ke4nt1
Group: Members
Posts: 2329
Joined: Oct. 2003 |
|
Posted: May 16 2004,02:52 |
|
Here are the alias and option lines to add for the IBM thinkpad 770/765/etc. line of laptops.
FOr a HD install, you can edit your /etc/modutils...
alias sound-slot-0 cs4232 alias synth0 opl3 options sound dmabuf=1 options opl3 io=0x388 options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5
From a live cd, I would also type into a terminal as root....
cd /lib/modules/2.4.22xfs/kernel//drivers/sound insmod uart401 insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5
That usually works....
73 ke4nt
|