I got three option for sound and none work. I tried raising volume and toggling mute and no luck. Two sound cards have the same IRQ (SIS and SB) which I think that is the issue.
Card: SIS S17012
Chip: Realtek Alc655 Rev.0
Card: Logitech USB Headset
Chip: USB Mixer
Card: SB Audigty 2
Chip: Sigmatel STAC9759 , 51
It's weird that Linux just isn't plug and play like Windows and Mac. Btw Audigty 2 worked on XP and headset worked on Vista PC. I'm not sure if the SIS sound card works at all, I didn't have all the motherboard drivers when I ran XP on it. It's Foxconn motherboard, yeah I cut corners with my first computer build.
topic title: Getting Sound Working
8 posts
• Page 1 of 1
-
Posts: 21
- Joined: 13 Jan 2013
-
Posts: 13
- Joined: 10 Feb 2013
#2
The Audigy 2 is probably not yet supported if the info on the alsa wiki is up-to-date:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://alsa.opensrc.org/Audigy_2_PCMCIA"
linktext was:"http://alsa.opensrc.org/Audigy_2_PCMCIA"
====================================
The card with Realtek Alc655 Rev.0 Chip, is the one I would try to get working. Use alsaconf and alsamixer from terminal. In alsamixer you can switch between sound cards. Maybe it helps.
A alternative to the ALSA driver are OSS4 drivers (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.opensound.com/download.cgi"
linktext was:"http://www.opensound.com/download.cgi"
====================================
). But the support of OSS4 for USB audio devices is rather bad.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://alsa.opensrc.org/Audigy_2_PCMCIA"
linktext was:"http://alsa.opensrc.org/Audigy_2_PCMCIA"
====================================
The card with Realtek Alc655 Rev.0 Chip, is the one I would try to get working. Use alsaconf and alsamixer from terminal. In alsamixer you can switch between sound cards. Maybe it helps.
A alternative to the ALSA driver are OSS4 drivers (
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.opensound.com/download.cgi"
linktext was:"http://www.opensound.com/download.cgi"
====================================
). But the support of OSS4 for USB audio devices is rather bad.
-
Posts: 21
- Joined: 13 Jan 2013
#3
alsaconf doesn't work as it was removed from Debian Squeeze. There seems to be many versions of OSS4, do you know which one I should install and the command to type in Terminal?
Here is the list of them:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://packages.debian.org/search?searchon=names&keywords=oss4"
linktext was:"http://packages.debian.org/search?searc ... words=oss4"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.gr.debian.org/debian/pool/main/o/"
linktext was:"http://ftp.gr.debian.org/debian/pool/main/o/"
====================================
Here is the list of them:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://packages.debian.org/search?searchon=names&keywords=oss4"
linktext was:"http://packages.debian.org/search?searc ... words=oss4"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://ftp.gr.debian.org/debian/pool/main/o/"
linktext was:"http://ftp.gr.debian.org/debian/pool/main/o/"
====================================
-
Posts: 13
- Joined: 10 Feb 2013
#4
I installed OSS like described here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/guide-how-to-use-ossv4-instead-of-alsa-t4170.html"
linktext was:"antix.freeforu ms.org/guide-how-t ... t4170.html"
====================================
I had issues with the OSS packages from the Debian Wheezy repo. DKMS didn't built the kernel modules.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/guide-how-to-use-ossv4-instead-of-alsa-t4170.html"
linktext was:"antix.freeforu ms.org/guide-how-t ... t4170.html"
====================================
I had issues with the OSS packages from the Debian Wheezy repo. DKMS didn't built the kernel modules.
-
Posts: 21
- Joined: 13 Jan 2013
#5
I got an error when trying to uninstall ALSA.
Also after downloading the OSS tar.bz2 file I got errors. Terminal thinks the file is messed up. I don't have the log as I tried to paste it and terminal got cleared __{{emoticon}}__
I even tried a older version of oss but got the same error.
I was thinking about changing the file from tar.bz2 to .deb using a Windows computer to change it. Perhaps Debian Testing has issues with tar.bz2? Or since I download it in Iceweasel with private browsing that was the issue?
Also after downloading the OSS tar.bz2 file I got errors. Terminal thinks the file is messed up. I don't have the log as I tried to paste it and terminal got cleared __{{emoticon}}__
I even tried a older version of oss but got the same error.
I was thinking about changing the file from tar.bz2 to .deb using a Windows computer to change it. Perhaps Debian Testing has issues with tar.bz2? Or since I download it in Iceweasel with private browsing that was the issue?
-
Posts: 13
- Joined: 10 Feb 2013
#6
thanks for testing the guide. I have now tested it on a fresh antiX Beta 13 live system.
I updated my guide. You have to only remove alsa-base. Maybe it is not even necessary to remove it.
And I forgot to add gcc as package which has to be installed.
you can use wget to download the OSS tar.bz2 archive:
Afterwards I would open the archive with Xarchiver to extract it. Then cd into the directory:
If you have any ALSA sound drivers loaded, you will get following output at the end:
I updated my guide. You have to only remove alsa-base. Maybe it is not even necessary to remove it.
And I forgot to add gcc as package which has to be installed.
Code: Select all
apt-get install gcc
Code: Select all
wget http://www.4front-tech.com/developer/sources/stable/gpl/oss-v4.2-build2007-src-gpl.tar.bz2
Code: Select all
cd ./oss-v4.2-build2007-src-gpl
mkdir ./BUILD
../configure
make
su -c 'make install'
if you get this message, just reboot. Then execute"ossxmix" to open the mixer program. With osstest you can test the sound. Or use soundon as root to see if the OSS module is loaded.[...]
Error: Module snd_seq_device is in use by: snd_rawmidi
Error: Module snd_timer is in use by: snd_pcm
Failed to disable conflicting sound drivers
Reboot and try running soundon again
Also check that you have not compiled sound support statically
into the kernel.
make: *** [install] Fehler 50
-
Alanarchy
Posts 0 Alanarchy
#7
For configuring Alsa, there is a handy tool called Alsacap available here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.volkerschatz.com/noise/alsa.html"
linktext was:"http://www.volkerschatz.com/noise/alsa.html"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.volkerschatz.com/noise/alsa.html"
linktext was:"http://www.volkerschatz.com/noise/alsa.html"
====================================
-
Posts: 4
- Joined: 25 Feb 2013
#8
HardwareGuru
Can we see your IRQs pls and inxi info for sound
Can you do screenshots and upload them somewhere? EDIT of alsamixer in a terminal, press F6 to get to choose a different device pls
FWIW press the M key to mute or unmute outputs, press the space to activate or disable inputs for mic
Can we see your IRQs pls and inxi info for sound
Code: Select all
cat /proc/interrupts
inxi -Ax
FWIW press the M key to mute or unmute outputs, press the space to activate or disable inputs for mic