Sponsored Content
Full Discussion: sound issues and hangging up
Top Forums UNIX for Dummies Questions & Answers sound issues and hangging up Post 9784 by dabrock on Friday 2nd of November 2001 12:33:18 PM
Old 11-02-2001
Java

Check out the sound HOWTO's and MINI-HOWTO's at the linux documentation project <i>www.linuxdoc.org</i>. I had the same problem and found the answer there. Basically, my BIOS settings had to be altered to force the sound cards IRQ to 9 from 10 (10 is the CD's IRQ). I was able to get my sound working by telling my BIOS that IRQ10 was for ISA/EISA legacy hardware. This change moved the sound card to IRQ 9 where it should be.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Please help me with my sound card...

Hello, I have recently installed Red Hat 7.3 next to my Windows XP. Everything works fine, except for the sound card (Sound Blaster Audigy), which is not supported yet. I heard that I can install SB Live! drivers to get it to work, but being a complete linux newbie I don't know how to do that. Can... (3 Replies)
Discussion started by: LittleMan
3 Replies

2. UNIX for Advanced & Expert Users

Sound Problems

Hi All I am having difficulty configuring sound on my system an wonder if anyone can help me. xmms refuses to play telling me that oss_open(): Failed to open audio device (/dev/sound/dsp): No such file or directory what I have done to try and fix this is 1. create /dev/sound/dsp ... (7 Replies)
Discussion started by: silvaman
7 Replies

3. UNIX for Dummies Questions & Answers

Does this sound right?

A user's default permissions when creating new files or directories is set by the umask of either the system or in the startup script of the user itself. For example, I have 'umask 022' in my .profile which means that my default permissions will be 755. Typically, the system default umask is 022,... (1 Reply)
Discussion started by: wmosley2
1 Replies

4. Linux

sound cards

i installed Red Hat Fedora (successfully this time) and my sound card wasnt automticly found or what ever. so how do i get my sound working and stuff? how do i gonfigure the sound card? how do i get it to detect the sound card? (4 Replies)
Discussion started by: xcaliber
4 Replies

5. AIX

Onboard Sound

Is there a command to make the onboard sound beep? (0 Replies)
Discussion started by: dig1tal
0 Replies

6. OS X (Apple)

Sound under OS 10.4.11 and 10.7.2

There is a change with UnIX version concerning these two platforms. I own a Power G4 Mac with OS 10.4.11 and a Mac Book Pro with Lion OS 10.7.2. There are some problems of compatibilities between the two UNIX versions. Under OS 10.4.11, these three UNIX commands work, in order to produce sounds,... (4 Replies)
Discussion started by: shub22
4 Replies

7. Linux

No sound

I reformatted my hard drive and installed Mandriva 2011. It works fine. I can go to the Internet The problem is no sound. I want to listen to songs from YouTube. Sound doesn't come. I see a man is singing on the screen. No sound. I had no problem with my old Mandriva. Sound and everything... (11 Replies)
Discussion started by: Toxic
11 Replies

8. Ubuntu

Ubuntu 10.10 headphone/headset sound issues

I just installed Ubuntu 10.10 linux kernal 2.6.39-3-bb03 on my Asus U52F-BBG6 laptop and the sound works but only thru my internal speakers and I cant use my headphones that have a mic on them. well technically they are headsets. but can't get any sound out of them when i plug them into and cant... (4 Replies)
Discussion started by: stephen45ss
4 Replies

9. Shell Programming and Scripting

Play sound

hi i want to produce digit sounds.for ex: if my input text is four five six then code should able to produce sounds corresponding to digits which are stored in some directory as four.wav,five.wav etc.Please help me (8 Replies)
Discussion started by: sreejithalokkan
8 Replies

10. UNIX for Beginners Questions & Answers

No sound hdmi

i am having a problem with putting a sound via HDMi.Its muted, nothing. When I tested like this: speaker-test -D hw:PCH,DEV=7 -c 2 i hear that,. this is aplay -L aplay -L null Discard all samples (playback) or generate zero samples (capture) pulse PulseAudio Sound Server... (2 Replies)
Discussion started by: tomislav91
2 Replies
SND_GUSC(4)						   BSD Kernel Interfaces Manual 					       SND_GUSC(4)

NAME
snd_gusc -- Gravis UltraSound ISA bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_gusc Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_gusc_load="YES" Non-PnP cards require the following lines in device.hints(5): hint.gusc.0.at="isa" hint.gusc.0.port="0x220" hint.gusc.0.irq="5" hint.gusc.0.drq="1" hint.gusc.0.flags="0x13" DESCRIPTION
The snd_gusc bridge driver allows the generic audio driver sound(4) to attach to Gravis UltraSound sound cards. The value of flags specifies the secondary DMA channel. If the secondary DMA channel is C, set the flags to (C | 0x10). For a sound card without the secondary DMA channel, the flags should be set to zero. HARDWARE
The snd_gusc driver supports the following sound cards: o Gravis UltraSound MAX o Gravis UltraSound PnP DIAGNOSTICS
xxx: gus pcm not attached, out of memory There are not enough memory to drive the device. SEE ALSO
sound(4) HISTORY
The snd_gusc device driver first appeared in FreeBSD 4.0. AUTHORS
Ville-Pertti Keinonen <will@iki.fi> Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp> BUGS
Recording pcm sound data is not supported yet. BSD
December 15, 2005 BSD
All times are GMT -4. The time now is 12:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy