On Sunday 18 February 2007 18:28, Mikael Backman wrote: > sön 2007-02-18 klockan 16:40 +0100 skrev Nigel Henry: > > On Saturday 17 February 2007 21:31, Mikael Backman wrote: > > > > On Saturday 17 February 2007 18:00, Mikael Backman wrote: > > > > > I use Debian Stable. Everything seems ok.. The sound card is > > > > > detected.. I've rune alsaconf.. Used alsamixer to adjust the > > > > > voloume.. It's just that there is no sound. Not a beep :( > > > > > > [EMAIL PROTECTED]:~$ cat /proc/asound/cards > > > 0 [I82801DBICH4 ]: ICH4 - Intel 82801DB-ICH4 > > > Intel 82801DB-ICH4 with AD1981B at 0xcfdffe00, irq > > > 11 > > > 1 [Modem ]: ICH-MODEM - Intel 82801DB-ICH4 Modem > > > Intel 82801DB-ICH4 Modem at 0xba00, irq 11 > > > > > > This irq 11 hangs the cumputer whwn I boot sometimes.. > > > > Sorry for the delay in replying. I booted up Sarge to see how I had the > > sound set up, and got distracted. > > > > Your lsmod looks ok, but I see on my Sarge install I have 2 OSS modules > > in /etc/hotplug/blacklist. Some older kernels still had the OSS modules > > "audio" , and "usb_midi" in them, and it was necessary to blacklist them > > to prevent them being loaded. If you run. > > cat /proc/asound/oss/sndstat you should see 2 lines saying something > > like. > > > > Installed drivers: > > Type 10: ALSA emulation > > > > If there are no such lines, OSS is being used. > > > > Also run lsmod to see if "audio" , and "usb_midi" are on the list. If > > they are, su to root on the CLI, and with a text editor add both those > > modules on separate lines to /etc/hotplug/blacklist without the quotes. > > > > I must say I'm a bit short on ideas when it comes to laptops, as many of > > them have really cheapo soundcards, and some of which just don't seem to > > want to work on Linux. > > > > Anyway have a look for those 2 OSS modules. At least will eliminate > > something else. > > > > Nigel. > > I tried yesterday to change the kernel to 2.6.8-3 as I had no clue.. > It worked in a way. The sound system is functional now.. Sort of. I get > the sound effects in gnome.. But alas no sound in the java online game > I love to play ( www.runescape.com) I tried to play mp3-files in XMMS > but it hang... But these are maybe entirely differnet issues?
To play mp3's you will need to have the "lame" package installed, at least I need that using the mhwaveedit player/editor. https://gna.org/projects/mhwaveedit/ To compile it you need to have libsndfile-dev, and libsamplerate-dev installed, obviously lame as well if you want to play mp3's. To get the lame package you will need packages from. http://debian-multimedia.org/ Add to /etc/apt/sources.list deb http://www.debian-multimedia.org sarge main Now go to http://debian-multimedia.org/ , and go to the FAQ's menu. You can download the gpg key here which verifies the packages. To install the key if you downloaded it to your /home/user directory, just do. gpg --import gpgkey.pub I'm not sure if lame is needed for Xmms. Another package worth looking at is mpg123. I'm looking at all these packages with synaptic. sorry. I don't anything about sounds on games, as I'm not a gamer. Nigel.