no audioForum: Multimedia Topic: no audio started by: cablehead Posted by cablehead on Mar. 26 2007,02:49
I have a thinkpad 600 P2 266mhz 60MB ram in which the "couldn't open audio" error message appears when trying to play audio from xmms. The audio was not detected during boot sequence so i used the "sudo modprobe sb" just for kicks. In dmseg it states that a sb3.02 was detected ok (220)sb:irq test on irq7 failed - probable irq conflict i think that the actual sound card is a CS4236, anyways i would like to know the command to change the irq (if possible) and see if then it will work. As well i did try to play audio from xmms after i typed in the modprobe sb command in which the system totally locked up. Thanks in advance from a n00b Posted by ^thehatsrule^ on Mar. 26 2007,04:32
The usual way to change irq's is going into your BIOS setup.Or, if it's a removable isa/pci/etc card, you can also try changing the slots that they are currently in. I'd check `lspci -v` to make sure what soundchip you actually have though. Posted by ytsuchiyama on Mar. 26 2007,18:29
cablehead;I have the same laptop and resolved the issue just last night. Search this forum with "cs4232" Try the commands below; rmmod soundcore modprobe sound insmod ad1848 insmod uart401 insmod cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330 puirq=5 ytsuchiyama Posted by ron on Mar. 27 2007,00:07
Shouldn't that be mpuirq? Posted by ytsuchiyama on Mar. 27 2007,01:57
ron,should be mpuirq. Thanks for follow. Posted by ron on Mar. 27 2007,02:09
no problem. puirq sounds like 'puke'.. get it? a poor joke
Posted by cablehead on Mar. 28 2007,03:41
Thank you very much, it worked like a charm, good thing too 'cause my wife was getting pretty mad at me spending so much time with this, once again thanks cablehead |