Laptops :: need Sound
hello,
i need sound on my laptop toshiba portege 3010ct.
i have follow informations from my bios:
WSS IO = 530h
SB Pro = 220h
Synth IO = 388h
WSS & SB Pro = IRQ5
DMA = 1
RDMA = 0
Ctrl IO = 370h
MPU 401 = 330h
How can i make sound in dsl for this?
thx
Try "modprobe sb". You may need to restart X to get wmix to activate. If it works add it to /opt/bootlocal.sh to have it start at boot.
I think you have the Yamaha OPL3-SA3 audio chip, which is supported by the OSS opl3sa2 module. See here -
http://damnsmalllinux.org/cgi-bin....;t=3056
*edit*
#modprobe opl3sa2 io=0x370 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 dma2=0
Add this to your /opt/bootlocal.sh and KAPOW -thanks tempestuous-
Maybe one of these will help you
http://tuxmobil.org/toshiba.html
Brian
AwPhuch
@All: Thank you for Help!!
@tempestuous: Thats works for me
Yeah - now i have Sound.
Next Page...
original here.