GbMax78
  
 
  
 
 
Group: Members 
Posts: 28 
Joined: Dec. 2007 | 
  | 
Posted: Aug. 16 2008,12:11 | 
   | 
 
 
  
I have read on this forum (http://damnsmalllinux.org/static/act=ST;f=6;t=19879;hl=isa+sound) how it is possible to load isa sound card.
  On my notebook I have this settings: Audio [Enabled ESS1878 sound chip.] I/O Base Address: [220h] IRQ Channel: [IRQ5] 1st DMA Channel: [DMA CH1] 2nd DMA Channel: [DMA CH0] FM I/O Base Address: [388h] MPU I/O Base Address: [330h]
  As root I have find info about sb: # modinfo sb
  After I have write: # modprobe sb io int 0x220 irq int 5 (without errors) I have open xmms and now I can play cd...
  I have edit: # nano /opt/bootlocal.sh
  and after i have put modprobe: #!/bin/bash # put other system startup command here /sbin/syslogd loadkeys us modprobe  sb io int 0x220 irq int 5
  Now when i start DSL, before log-in, i have: sb: No ISAPnP cards found, trying standard ones... sb: Interrupt test on IRQ7 failed – Portable IRQ conflict  
  but when i start DSL the sound card work ! How i can close this problem ?
  GbMax78 
 |