Welcome, Guest. Please login or register.

Author Topic: SoundBlaster Live in my AmigaOne  (Read 1826 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline JurassicCamper

  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 635
    • Show all replies
Re: SoundBlaster Live in my AmigaOne
« on: June 28, 2003, 06:14:30 PM »
open a shell

modconf

answer the questions like you did when you first installed debian

select kernal/sound/pci/emu10k

then snd-emu10k1

select kernal/sound/acore/oss

then snd-pcm-oss

then you need a sound mixer to set the levels

apt -get -f install aumix

once aumix is installed

run aumix from the shell and set the levels

apt -get -f install xmms

this is a mp3 / cdplayer etc you can now test your sound output
A1200T PPC 330Mhz in a Custom Modified Fractal Design R3 Case
 

Offline JurassicCamper

  • Hero Member
  • *****
  • Join Date: May 2002
  • Posts: 635
    • Show all replies
Re: SoundBlaster Live in my AmigaOne
« Reply #1 on: June 29, 2003, 06:21:15 AM »
open a shell

type

ls -al /dev/dsp

look at the file permissions

should look like this

crwxrwxrwx    1 root     audio     14,   3 Mar 14  2002 dsp

if it doesn't

chmod 777 /dev/dsp should do it
A1200T PPC 330Mhz in a Custom Modified Fractal Design R3 Case