outanet
Group: Awaiting Authorisation
Posts: 22
Joined: Nov. 2004 |
|
Posted: Nov. 24 2004,19:11 |
|
Ico2, your description along with the one from Hyper, makes me think that it should be there at boot. it is not. im willing to bet that this is because i have to insmod the drivers to my thinkpad 600e after booting to get any sound.
(i write this incase anyone else needs to know, if knowledge is power, this is an LR44)
create a file called sound.sh on your drive partition and fill it with the following :-
Code Sample | #! /bin/bash
insmod sound insmod ad1848 insmod uart401 insmod cs4232 io=0x530 irq=5 dma=1 dma2-0 mpuio=0x330 mpuirq=9
echo sound done!
|
then as root chmod 700 sound.sh to make it executable then type ./sound.sh to run it.
ibm thinkpad 600 e sound (for search purposes)
-------------- i remember using windows, ...... it was warm and sunny outside as i recall.
|