Laptops :: Can't get sound in my thinkpad 770z



How do you set sound in live cd mode I have DSLinux 0.7?

It says something that the config file is read only file system
I have a crytal sound card

anyone know how to get this working please

Thanks in advance

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

cd /usr/lib/modules/"kernel"/drivers/sound

folder doesn't exist i can get to "cd /usr/lib/modules/"

not more please help me I'm on live mode still and want to continue like that

cd /usr/lib/modules/"kernel"/drivers/sound
Folder not found

What can I do ?

My bad....

Try this....

type "sudo su" <enter>
to get to root.

type "cd /lib/modules/2.4.22-xfs/kernel/drivers/sound <enter>
( or type "mc" <enter> - and use up/down keys and enter to get to path )

then type "insmod uart401" <enter>

then type "insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 mpuirq=5" <enter>

I think you can press "ctrl-alt-backspace" <enter>
to exit X server,
then type "startx" <enter>
to restart X server
right click to menu - go to "Desktop - Full Enhanced Desktop"
and left click..
You should see the wmixer on the bottom of your slit.

73
ke4nt

Next Page...
original here.