Weblog entry #1 for unicornrose

Adventures on a Debian System in Linux....
Posted by unicornrose on Sun 5 Feb 2006 at 14:25
Tags: none.
Let me tell you the switch from a windows based system to a Linux system has been quite the adventure and education. What's even more interesting is the huge differance between Debian and well all the other differant types of Linux systems. Its completely amazing to me.

Anyway I have been experimenting and learning lots of lessons. The biggest one was not to uninstall the kernel well because then the computer will not work. LOL

My biggest issue as of this moment is no freaking sound. I am at a complete loss as to what to do. I am runnig a normal Debian system NOT a Debian woody system. I am running the 2.4.27-2-686 kernel and even tried to compile the kernel to get my sound card to work.

I tried isapnptools among other suggested things that I found online to try to get my sound card working. Nothing has worked so far. EEEEPPP What shall I do? Anyone got any suggestions?

 

Comments on this Entry

Posted by Steve (82.41.xx.xx) on Sun 5 Feb 2006 at 15:29
[ Send Message | View Steve's Scratchpad | View Weblogs ]

The first thing you should do is find out what type of sound card you have, once you know that you can start doing more directed attempts to make it work.Assuming you're running x86 with on-board sound you'll probably succeed if you run, as root, this:

apt-get install lspci
lspci -v -v

The first command installs the "lspci" package, which will allow you to see what is connected to your PCI bus.

The second command uses the newly installed tool to output whatever it can.

When I run this upon my host, for example, I see this output:

skx@itchy:~$ lspci -v -v | grep -i audio
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)

This tells me I'm using some kind of SiS audio card. For me running "modprobe i810_audio" gets it working - but you might need to use another module.

I would guess that you won't need to recompile your kernel yourself if you're using the Debian supplied one, since that has modules for almost all the common hardware already enabled.

Steve

[ Parent | Reply to this comment ]

Posted by unicornrose (69.235.xx.xx) on Sun 5 Feb 2006 at 16:41
[ Send Message | View unicornrose's Scratchpad | View Weblogs ]
Well I realized much after I wrote that and well now again you reminded me that I forgot to mention what kind of sound card I have. DOH! I know that already. But thank you nonetheless for the help. I have a SoundBlaster AWE64 PNP card. I managed since this posting to get ALSA to aknowledge the card and it will play sound when I click the test sound button. Also it will play all the sound files in a player however when it comes to the rest of the programs that have sounds with them and midi sounds its not playing them. Any other suggestions?

Beth


Be very very quiet I am hunting penguins....

[ Parent | Reply to this comment ]

Posted by Anonymous (67.68.xx.xx) on Tue 7 Feb 2006 at 01:31
Check the preferences for the program, make sure it's using ALSA, forinstance XMMS has options to use OSS, ALSA, or a couple of other outputs.

Check your volume levels with a mixer program, make sure they're all up.

[ Parent | Reply to this comment ]

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search