Re: (solved) Re: sound card problem
David Christensen wrote: > I would expect personal computer sound card line-in and microphone > inputs to use the same design analog-to-digital converter. So, the > sampling rates and bit depths should be the same. > > > But, microphone inputs are usually monaural. So, if you use a stereo > patch cable from your television to your computer, you will only hear > the left channel. > > > And, microphone inputs usually have more analog gain. So, you will need > to turn the television volume down and/or reduce the microphone gain in > your mixer application. Either can reduce the signal quality. Failure > to do so will result in clipping. > > > You will get the best recording if you connect the television line-out > to the computer line-in and match the signal levels. He does not know what brand his PC is and no info on the card - it is hard to say where and how it should be plugged in. regards
Re: (solved) Re: sound card problem
On 09/05/2018 05:35 PM, Long Wind wrote: PS: is recording quality of mic same as linein? I would expect personal computer sound card line-in and microphone inputs to use the same design analog-to-digital converter. So, the sampling rates and bit depths should be the same. But, microphone inputs are usually monaural. So, if you use a stereo patch cable from your television to your computer, you will only hear the left channel. And, microphone inputs usually have more analog gain. So, you will need to turn the television volume down and/or reduce the microphone gain in your mixer application. Either can reduce the signal quality. Failure to do so will result in clipping. You will get the best recording if you connect the television line-out to the computer line-in and match the signal levels. David
Re: sound card problem
On Wed 05 Sep 2018 at 00:15:23 (+), Long Wind wrote: > sorry, this question isn't linux specific It's unspecific in several other ways. > TV audio output What sort of output? Intended for speakers, or headphones, or a line-style output. > is connected to linein of my sound card What sound card is that? Enumerate the inputs and outputs, how they are labelled, and which ones you are using. > speaker is connected to output of sound card What, directly? Full-size passive speakers, or active ones with some sort of amplification built into them. > tv sound can be heard even when pc is shut down How loud? Just as loud as when the PC is running with the mixers turned up, turned down, muted? Or just loud enough to be a distraction if you're, say, dozing/sleeping in the same room? > i have to turn off speaker, this isn't convenient You say "turn off" rather than "disconnect". Is that because the speakers are being run from an amplifier that's independent of the sound card? > i mute all in mixer before shutting down stretch, it doesn't help > is there any solution? Thanks! Dunno. But it helps to have the problem explained. We can't do house calls! Cheers, David.
Re: sound card problem
On 9/5/18, deloptes wrote: > Long Wind wrote: > >> Thank deloptes! >> >> i'm unable to find manual for motherboardand i browse thru BIOS menu, >> unable to find related option > > you hear sound even when you turn off and unplug your computer? That's what I'm imagining from the description, too. Sounds like all power's off to the computer... so I'm imagining that... The card doesn't need "power" to work? Apparently no. This is the first time I've ever thought about that aspect. That's a constant checkpoint for things like those CHEAP $5 external hard drive adapters that have no enclosures, but it's never been a factor for PCI'ish/plugs into the motherboard type hardware. Is there some kind of direct wiring going on between the linein and lineout points? Yeah, I know, never mind on that one. There has to be something like that for it to work even when the power switch is on. Something goes in and can only go back out if there is an unbroken line of connectivity somehow within the product. :) Those thoughts are coming from sitting here reading Long Wind's description while knowing that my speakers power on and off separate from the computer. Wish I had some way to (kicks 'n' giggles) test the same to see if mine duplicates the result. Afterthought: This is a stretch of the imagination, YES, but Is there any way it could be seen as an exploitable vulnerability where it's possible to interact within the computer even when it's turned off completely? Absolute worse, hopefully totally impossible scenario would be that the boogeyman burglar busts into your office one night, plants some bad mojo on that PCI card, you boot up your computer the next morning, and off that bad mojo goes running throughout the rest of the internal workings... Yes, I do understand that the card would have to be capable of certain [tasks]. If that card's not capable, maybe others are? > input/output might be shortened on the board - why would you look at BIOS? Hail Mary pass...? Apparently because it's that annoying a (dis)feature? :) Cindy :) -- Cindy-Sue Causey Talking Rock, Pickens County, Georgia, USA * runs with duct tape *
Re: sound card problem
Long Wind wrote: > Thank deloptes! > > i'm unable to find manual for motherboardand i browse thru BIOS menu, > unable to find related option you hear sound even when you turn off and unplug your computer? input/output might be shortened on the board - why would you look at BIOS? regards
Re: sound card problem
Long Wind wrote: > i mute all in mixer before shutting down stretch, it doesn't help > is there any solution? Thanks! why do you think it is a software issue? After machine is switched off the software is dead. Look at the description of the mainboard
Re: sound card problem
On Sunday 28 January 2007 23:31, Florian Kulzer wrote: > On Sun, Jan 28, 2007 at 00:21:36 -0600, anthony givens wrote: > > I have a als62m sound card the chip is a als4000 chip I can't configure > > it for sound I try looking in different places (like linuxquestions and > > other places )and can't configure my sound card the error message I get > > is device /dev/dsp can't be opened (No such device) one do I need to > > upgrade my kernel from 2.4.27-2-386 to 2.6 thank you for your help > > Can you load the card's driver module? What happens when you try to > > modprobe snd_als4000 > > ? > > If the module cannot be found then maybe you indeed have to upgrade to > a newer kernel or at least to a newer version of ALSA. (Unfortunately I > do not know at which version of ALSA the als4000 module was added.) > > -- > Regards, > Florian Just a bit of info from my Etch booted with the 2.4.27-2-386 kernel. I couldn't find the module manually, but running, as below finds it. /sbin/modinfo snd-als4000 Last login: Sun Jan 28 21:28:26 2007 [EMAIL PROTECTED]:~$ /sbin/modinfo snd-als4000 filename:/lib/modules/2.4.27-2-386/updates/alsa/snd-als4000.o description: "Avance Logic ALS4000" author: "Bart Hartgers <[EMAIL PROTECTED]>" license: "GPL" parm:index int array (min = 1, max = 8), description "Index value for ALS4000 soundcard." parm:id string array (min = 1, max = 8), description "ID string for ALS4000 soundcard." parm:enable int array (min = 1, max = 8), description "Enable ALS4000 soundcard." parm:joystick_port int array (min = 1, max = 8), description "Joystick port address for ALS4000 soundcard. (0 = disabled)" [EMAIL PROTECTED]:~$ And cat /proc/asound/version shows the following. [EMAIL PROTECTED]:~$ cat /proc/asound/version Advanced Linux Sound Architecture Driver Version 1.0.10. Compiled on Nov 23 2005 for kernel 2.4.27-2-386 with versioned symbols. [EMAIL PROTECTED]:~$ Pardon my intruding into the thread. Nigel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sound card problem
On Sun, Jan 28, 2007 at 00:21:36 -0600, anthony givens wrote: > I have a als62m sound card the chip is a als4000 chip I can't configure it > for > sound I try looking in different places (like linuxquestions and other > places )and can't configure my sound card the error message I get is > device /dev/dsp can't be opened (No such device) one do I need to upgrade my > kernel from 2.4.27-2-386 to 2.6 thank you for your help Can you load the card's driver module? What happens when you try to modprobe snd_als4000 ? If the module cannot be found then maybe you indeed have to upgrade to a newer kernel or at least to a newer version of ALSA. (Unfortunately I do not know at which version of ALSA the als4000 module was added.) -- Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sound card problem
On Sunday 28 January 2007 21:10, Douglas Allan Tutty wrote: > On Sun, Jan 28, 2007 at 12:21:36AM -0600, anthony givens wrote: > > I have a als62m sound card the chip is a als4000 chip I can't configure > > it for sound I try looking in different places (like linuxquestions and > > other places )and can't configure my sound card the error message I get > > is device /dev/dsp can't be opened (No such device) one do I need to > > upgrade my kernel from 2.4.27-2-386 to 2.6 thank you for your help > > I'm not a DD so take a grain of salt with this. However, as I recall: > > /dev/dsp is part of OSS > > OSS is out and ALSA is in as part of the kernel itself > > ALSA needs a 2.6 kernel. With respect, thats not really true, because I've just rebooted my Etch install to the 2.4.27-2-386 kernel and Alsa works with no problems. Personally I liked the 2.4 kernel, as it has a separate Alsa-modules-2.4.27-2-386 package, and the Alsa driver was updated more often than the Alsa driver that came with the 2.6 kernel. > > 2.4 Kernel is out and 2.6 is in re moving forward. > > Etch will soon be stable and it has to use 2.6 with udev. > > > Tackle the kernel upgrade first and by itself. > > Ditto udev. > > Install all things Alsa Agreed. The Alsa stuff I have installed is, Alsa-base, Alsa-oss, Alsa-utils, and obviously for the 2.4 .27 kernel, the Alsa-modules-2.4.27-2-386 package. > > run alsaconf. If Alsaconf picks up your card ok you can see if it's truly there by running. cat /proc/asound/cards Running. cat /proc/asound/version will show you the Alsa driver version. Alsamixer is often initially muted when a card is first setup, so open alsamixer on the CLI as user. Your card appears to be supported, but I don't know what controls you will see on your alsamixer. Mine for the Audigy2 soundblaster shows "Master", "PCM", and "Front", as the main sliders to get some sound out. Also look on alsamixer for controls that are muted. The "M" key toggles the mute/unmute. Apologies for poking my nose in on this thread. Nigel. > > Search these archives (google on site:lists.debian.org alsa 2.6 udev). > > If you still have problems, ask here. > > Personally, I'm running Etch. All I had to do to get sound working was > install the alsa stuff. btw: I can't say it went so easy for me, perhaps because I've also got a usb midi keyboard, and usb on bootup starts early, and messes with the soundcard loading. Alsa was seeing my keyboard as a soundcard, and setting it as card0, and consequently the real soundcard was set as card1, resulting in no sound. It meant setting some index options for the soundcard (snd-emu10k1), and for the usb midi keyboard using (snd-usb-audio). > > Remeber to have full backups, a rescue CD (Etch's install CD works great > for this), and a way to boot the computer before you do the kernel > upgrade. > > Good luck. > > Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sound card problem
On Sun, Jan 28, 2007 at 12:21:36AM -0600, anthony givens wrote: > I have a als62m sound card the chip is a als4000 chip I can't configure it > for > sound I try looking in different places (like linuxquestions and other > places )and can't configure my sound card the error message I get is > device /dev/dsp can't be opened (No such device) one do I need to upgrade my > kernel from 2.4.27-2-386 to 2.6 thank you for your help > I'm not a DD so take a grain of salt with this. However, as I recall: /dev/dsp is part of OSS OSS is out and ALSA is in as part of the kernel itself ALSA needs a 2.6 kernel. 2.4 Kernel is out and 2.6 is in re moving forward. Etch will soon be stable and it has to use 2.6 with udev. Tackle the kernel upgrade first and by itself. Ditto udev. Install all things Alsa run alsaconf. Search these archives (google on site:lists.debian.org alsa 2.6 udev). If you still have problems, ask here. Personally, I'm running Etch. All I had to do to get sound working was install the alsa stuff. Remeber to have full backups, a rescue CD (Etch's install CD works great for this), and a way to boot the computer before you do the kernel upgrade. Good luck. Doug. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sound card problem
I have a als62m sound card the chip is a als4000 chip I can't configure it for sound I try looking in different places (like linuxquestions and other places )and can't configure my sound card the error message I get is device /dev/dsp can't be opened (No such device) one do I need to upgrade my kernel from 2.4.27-2-386 to 2.6 thank you for your help -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: sound card problem on asus a6b
gnustikos wrote: Hi I have a problem with sound card on Debian Sarge. I've built 2.6.14.4 kernel for many times, choosing different options in Sound section. I use ALSA drivers of course. When I chose all cards in section PCi devices (all sound cards in this subsection of section ALSA as a modules) the kernel (during the boot) was running only ATI IXP so I left only this driver in section PCI devices and built it in the kernel (besides it doesn't matter because I've tried to built it as a module and it wasn't a solution). The problem is that everything looks fine but there is no sound :) I am pretty sure that the card is not mute because I have been doing everything exactly like on other computers (on which it worked). On this laptop I run XMMS, set output sound driver on ALSA, play some music and there are no errors, I can see that XMMS is working correctly but there is no sound. Make sure you have the packages "alsa-base" and "alsa-utils" installed. Use the command "alsamixer" to make sure that the "Master", "Master M" and "PCM" channels are turned up and not muted. Try if "alsaconf" (as root) can find and configure your sound card. Finally, to make sure it is not a problem with XMMS, you can use the simple command line tool "speaker-test" to produce some audio output. Regards, Florian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sound card problem on asus a6b
Hi I have a problem with sound card on Debian Sarge. I've built 2.6.14.4 kernel for many times, choosing different options in Sound section. I use ALSA drivers of course. When I chose all cards in section PCi devices (all sound cards in this subsection of section ALSA as a modules) the kernel (during the boot) was running only ATI IXP so I left only this driver in section PCI devices and built it in the kernel (besides it doesn't matter because I've tried to built it as a module and it wasn't a solution). The problem is that everything looks fine but there is no sound :) I am pretty sure that the card is not mute because I have been doing everything exactly like on other computers (on which it worked). On this laptop I run XMMS, set output sound driver on ALSA, play some music and there are no errors, I can see that XMMS is working correctly but there is no sound. Here is lspci output: :00:00.0 Host bridge: ATI Technologies Inc: Unknown device 5a31 (rev 01) :00:01.0 PCI bridge: ATI Technologies Inc: Unknown device 5a3f :00:13.0 USB Controller: ATI Technologies Inc: Unknown device 4374 :00:13.1 USB Controller: ATI Technologies Inc: Unknown device 4375 :00:13.2 USB Controller: ATI Technologies Inc: Unknown device 4373 :00:14.0 SMBus: ATI Technologies Inc: Unknown device 4372 (rev 11) :00:14.1 IDE interface: ATI Technologies Inc: Unknown device 4376 :00:14.3 ISA bridge: ATI Technologies Inc: Unknown device 4377 :00:14.4 PCI bridge: ATI Technologies Inc: Unknown device 4371 :00:14.5 Multimedia audio controller: ATI Technologies Inc: Unknown device 4370 (rev 02) :00:14.6 Modem: ATI Technologies Inc: Unknown device 4378 (rev 02) :01:05.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5a62 :02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) :02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3) :02:01.1 0805: Ricoh Co Ltd: Unknown device 0822 (rev 17) :02:01.2 System peripheral: Ricoh Co Ltd: Unknown device 0592 (rev 08) :02:03.0 Network controller: Broadcom Corporation: Unknown device 4318 (rev 02) And some fragments of dmesg: Linux version 2.6.14.4 ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 PREEMPT Sat Feb 11 21:45:20 CET 2006 ATIIXP: IDE controller at PCI slot :00:14.1 ACPI: PCI Interrupt :00:14.1[A] -> GSI 16 (level, low) -> IRQ 177 ATIIXP: chipset revision 0 ATIIXP: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:pio Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12 08:13:09 2005 UTC). ALSA device list: #0: ATI IXP rev 2 with AD1986 at 0xfebfcc00, irq 185 So where is the problem? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Questions about sis7012+snd_intel8x0 sound card problem
On Sunday 10 July 2005 13:01, Trace Green wrote: > Hi, all > > My sound card is SiS7012 integrated, vendor and > device id is 1039:7012. I tried to use alsaconf to > config my sound card, it loads snd_intel8x0. > > But i cann't hear any sound, when i use alsamixer to > check, i find pcm and master channel is just 0, i > can't change the value of them. of course, it is not > muted. > > This seems an old problem, i tried to find the answer > in google, fail > > Anyideas? amixer (the mixer problem for ALSA) should "just work" (TM) But if it's not, I do have a few ideas. It's possible you are successfully setting the volume of some part of the card, but not of the part of your card you think you are. Some cards driven by the snd-intel8x0 driver have a "quirk" which means that the surround volume control and the master volume control (if you have surround sound) or the headphone volume and the master volume control, are swapped. I'm not totally sure of the details but my reading of the documentation suggests the _pins are wired into the board the wrong way round ()_ on some boards... The driver claims to be able to detect this in some cases and compensate for it -- but my board, which is different to yours, is an example of one it doesn't. Try using amixer to unmute and set the volume of your card (you may possibly have to be root to do this, I don't on my machine but I'm not sure if that's universal). amixer set Headphone 50 unmute This will unmute the Headphone setting and simultaneously set the volume to 50 (either 50 on a scale of 1 to something or 50%, not sure what controls which it does, either way 50 should be audible). If you don't have amixer on your machine, apt-get alsa-utils first then you will. Then you can use aplay to check your sound is working. amixer set Master 50 should also set master volume, amixer set pcm 100 to set PCM to 100% (then control actual volume with either Master or Headphone setting) One caveat -- I'm not sure if the settings are driver-dependent or card-dependent. My money is on driver-dependent but I've been wrong before (back in 2002 sometime I think... just kidding). Anyway, amixer's "set" commands are CASE SENSITIVE so first do: amixer | grep 'Simple mixer' and that'll give you a list of mixer settings you can change. Then be sure to use the setting EXACTLY AS IT APPEARS. For example my master volume is 'Master' so I can change my volume with: amixer set Master 50 for example. Actually I use amixer set Headphone 50 since my card has the Headphone / Master Swapped problem and I haven't fixed it yet. Headphone will probably be muted unless you've unmuted it. Actually, on my board ALL the settings using ALSA were muted until I unmuted them -- even though I'd been successfully playing sounds using OSS under a 2.4 kernel until I upgraded to 2.6 and ALSA. Summary: Make sure you are using amixer Make sure you really have unmuted the mixer settings -- it says off if muted and on if not. use amixer setto change settings Test with aplay Consider the possibility that your Headphone and Master settings are swapped if none of the above solves your problem. The driver claims it can be forced to swap settings so Master does what it says it does using module options, but I haven't got that working yet. (Info about the "quirk" involving master / headphone swap came from /Documentation/sound/ALSA Configuration.txt -- search that file for the word intel. Mark -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Questions about sis7012+snd_intel8x0 sound card problem
On Sun, 10 Jul 2005 12:01:15 +0800, Trace Green wrote: > This seems an old problem, i tried to find the answer in google, fail Search for the relevant report in the ALSA bug tracking system. https://bugtrack.alsa-project.org/alsa-bug -- Thomas Hood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Questions about sis7012+snd_intel8x0 sound card problem
Hi, all My sound card is SiS7012 integrated, vendor and device id is 1039:7012. I tried to use alsaconf to config my sound card, it loads snd_intel8x0. But i cann't hear any sound, when i use alsamixer to check, i find pcm and master channel is just 0, i can't change the value of them. of course, it is not muted. This seems an old problem, i tried to find the answer in google, fail Anyideas? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
nvidia sound card problem
Well lets first start off with my sound card. I have a k6n2 ISLR Delta. when I do # lspci this is what my sound card shows up as 00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2) 00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Contr oler (MCP) (rev a1) I have added these drivers to my kernel ac97 + NeoMagic 256AV/256ZX sound chipsetsac97_codec+ Yamaha YMF7xx PCI audio ac97_plugin_ad1980 ac97_plugin_wm97xx nvidia (which I believe was generated by install the non-free package nvidia-glx I also get this : # esd /dev/dsp: No such device Well there is my problem... I miss having sound... Thanks Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sound Card Problem
G'day, I have a motherboard with build in sound card. I've tried to configure the right module which I believe is i8x0. Currently I can use my speaker with GDM, which means that my sound card is working find, but I still not happy with it. I found a few strange things, and I hope somebody can figure it out why and what... :) /var/log/boot: .. Sat Nov 8 16:23:07 2003: Loading i810_audio module. Sat Nov 8 16:23:09 2003: Loading i810_rng module. .. Starting ALSA (version 0.9.6): warning, no drivers defined in /etc/modules.conf failed .. As root, doing "modprobe snd-intel8x0" /lib/modules/2.4.22-1-386/alsa/snd-intel8x0.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg /lib/modules/2.4.22-1-386/alsa/snd-intel8x0.o: insmod /lib/modules/2.4.22-1-386/alsa/snd-intel8x0.o failed /lib/modules/2.4.22-1-386/alsa/snd-intel8x0.o: insmod snd-intel8x0 failed Few lines at /etc/module.conf .. alias char-major-116 snd alias char-major-14 soundcore alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss ... Any clues? Best Regards, Phillip. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[OT ?] maestro1 sound card problem
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'm posting this here perhaps anyone might have any experience, I searched google, asked on the alsa mailing list but no use! I have a maestro1 sound card "ASUS PCI-AXP 201". The kernel driver reports that i have a pt101 codec, So i tried ALSA but it refuse to load # modprobe snd-es1968 /lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters /lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o: insmod /lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o failed /lib/modules/2.4.18-2uni/kernel/sound/pci/snd-es1968.o: insmod snd-es1968 failed and i found this in my logs: Jan 22 15:41:00 debian kernel: PCI: Found IRQ 11 for device 00:09.0 Jan 22 15:41:01 debian kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1554: AC'97 0:0 does not respond - RESET [REC_GAIN = 0x] alsa 0.9rc6 kernel 2.4.18 & 2.4.20 # lspci -v -v 00:09.0 Multimedia audio controller: Platform Technologies, Inc. AGOGO sound chip (aka ESS Maestro 1) (rev 10) Subsystem: Platform Technologies, Inc.: Unknown device Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR-
Re: sound card problem
On Tue, 17 Dec 2002 09:44:42 + [EMAIL PROTECTED] wrote: > Hi there, > > I am a bit desperate to have my Sound Blaster Awe 64 work... I thought I should move >to ALSA. So, I tried to update my kernel to version 2.4.16, because someone told me >it was easier with the package alsa-modules-2.4.16, but I am afraid it led me to >re-install everything!! > > So, back to my good old kernel 2.2.19pre17, with my 3 CDs version 2.2. I have a few >packages there when I run a dselect, and don't know exactly what to install... > alsa-source > alsautils > alsa-base > alsa-headers > alsaconf > alsalib0.3.0 > .. > > > Should i install all of them? And then do I need to run an install process like >described on the asla-project web site? I don't know if I fully understand the issue and am not familiar with your soundcard (I have Sound Blaster Live ! 5.1 which works with the emu10k1 module) You should try to find your cards "module/driver" and load it via modprobe; it may already be present and you wouldn't have to compile alsa at all. After a successful modprobe (i would try sb module ; but look on a list) then you need to unmute the channels to get sound (ie use aumix; amixer; kmix; gmix; rexima ) HTH Shawn > > Sorry for this question... > > Thank you > Fabien > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Shawn Lamson [EMAIL PROTECTED] Debian GNU/Linux 3.0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sound card problem
Hi there, I am a bit desperate to have my Sound Blaster Awe 64 work... I thought I should move to ALSA. So, I tried to update my kernel to version 2.4.16, because someone told me it was easier with the package alsa-modules-2.4.16, but I am afraid it led me to re-install everything!! So, back to my good old kernel 2.2.19pre17, with my 3 CDs version 2.2. I have a few packages there when I run a dselect, and don't know exactly what to install... alsa-source alsautils alsa-base alsa-headers alsaconf alsalib0.3.0 .. Should i install all of them? And then do I need to run an install process like described on the asla-project web site? Sorry for this question... Thank you Fabien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Sound card problem
> -Original Message- > From: Seneca Cunningham [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 23 November 2002 6:49 AM > To: [EMAIL PROTECTED] > Subject: Re: Sound card problem > Have you tried putting es1371 (and any necessary parameters) into your > /etc/modules? my /etc/modutils/es1370 files has this in it options es1370 joystick=0 alias char-major-14 es1370 I have run update-modules. Apparently there are different major numbers for different aspects of the hardware, so maybe more alias lines are needed - who knows? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound card problem
Seneca was roused into action on 2002-11-22 15:48 and wrote: On Fri, Nov 22, 2002 at 02:20:18PM -0500, David P James wrote: Andrew R Reid was roused into action on 2002-11-22 02:02 and wrote: I've got a es1371 as well. I've spent days trying to get it working with the OSS drives that come with 2.4.18. Absolutely no joy. I don't think it's because I'm an idiot. I got my ISA PnP SoundBlaster 16 working OK at home very quickly (although I can't get it to play .wav files through gnome or KDE's sound daemons, it can play and record .au files, play CD's and work with CivCTP) I'm having much the same problem with a SoundBlaster PCI 128 (es1371). I can get it working but it will not load the modules on boot, so I have to do it manually. Have you tried putting es1371 (and any necessary parameters) into your /etc/modules? I guess I should have mentionned that explicitly... yes, I have, though without parameters. It doesn't seem to need any parameters though. Once the system has finished booting just running 'insmod es1371' is sufficient. Yet having a listing in /etc/modules isn't, with or without them. I'm at a loss to explain why this might be. -- David P. James 4th Year Economics Student Queen's University Kingston, Ontario http://members.rogers.com/dpjames/ The bureaucratic mentality is the only constant in the universe. -Dr. Leonard McCoy, Star Trek IV -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound card problem
On Fri, Nov 22, 2002 at 02:20:18PM -0500, David P James wrote: > Andrew R Reid was roused into action on 2002-11-22 02:02 and wrote: > >I've got a es1371 as well. I've spent days trying to get it working with > >the OSS drives that come with 2.4.18. Absolutely no joy. I don't think > >it's because I'm an idiot. I got my ISA PnP SoundBlaster 16 working OK at > >home very quickly (although I can't get it to play .wav files through gnome > >or KDE's sound daemons, it can play and record .au files, play CD's and > >work > >with CivCTP) > > I'm having much the same problem with a SoundBlaster PCI 128 (es1371). I > can get it working but it will not load the modules on boot, so I have > to do it manually. Have you tried putting es1371 (and any necessary parameters) into your /etc/modules? -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound card problem
Andrew R Reid was roused into action on 2002-11-22 02:02 and wrote: I've got a es1371 as well. I've spent days trying to get it working with the OSS drives that come with 2.4.18. Absolutely no joy. I don't think it's because I'm an idiot. I got my ISA PnP SoundBlaster 16 working OK at home very quickly (although I can't get it to play .wav files through gnome or KDE's sound daemons, it can play and record .au files, play CD's and work with CivCTP) I'm having much the same problem with a SoundBlaster PCI 128 (es1371). I can get it working but it will not load the modules on boot, so I have to do it manually. Far be it from me to say - but Debian's sound configuration leaves a lot to be desired. I don't know how many hours I've spent trying to work out what devices, aliases, modutils entries permissions I need to use to get the thing going. I'd love help to sort this all out, and then I'll write a good howto specifically for Debian users. I'd do the same once I got it running in a satisfactory manner. More galling yet is that the Debian-based Knoppix Live Linux CD distribution automatically detects and configures it, so it is obviously possible. -- David P. James 4th Year Economics Student Queen's University Kingston, Ontario http://members.rogers.com/dpjames/ The bureaucratic mentality is the only constant in the universe. -Dr. Leonard McCoy, Star Trek IV -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sound card problem
I've got a es1371 as well. I've spent days trying to get it working with the OSS drives that come with 2.4.18. Absolutely no joy. I don't think it's because I'm an idiot. I got my ISA PnP SoundBlaster 16 working OK at home very quickly (although I can't get it to play .wav files through gnome or KDE's sound daemons, it can play and record .au files, play CD's and work with CivCTP) Far be it from me to say - but Debian's sound configuration leaves a lot to be desired. I don't know how many hours I've spent trying to work out what devices, aliases, modutils entries permissions I need to use to get the thing going. I'd love help to sort this all out, and then I'll write a good howto specifically for Debian users. Sorry I'm no help. -Original Message- From: Seneca Cunningham [mailto:[EMAIL PROTECTED]] Sent: Thursday, 21 November 2002 9:15 AM To: [EMAIL PROTECTED] Subject: Re: Sound card problem On Wed, Nov 20, 2002 at 08:11:57PM +0600, chanka perera wrote: > In my Debian woody box sound card is not working I'm having creative > vibra 128 card #sndconfig says Sound module not found you don't seems > to be running a kernel with modular sound enable (soundcore.o was not > found) and it's supported with Linux 2.2 but It's impossible because > it's woody ;) A quick google shows that at least one person uses es1371 as the driver for that card. Try "modprobe es1371", and if that doesn't work, check the kernel's config to see if sound is modular. > In KDE it gives an error at startup Error while initializing sound > drivers Device /dev/dsp can't be open (permision denied) even in root > I changed #chmod 777 /dev/dsp after that it says (can't open no such > device) That makes sense if the hardware is not configured (although to stop the permissions problem, you should have just added yourself to group audio). > In /dev there are 3 dsp files it might be the problem (its not > selected the correct dsp file) but what the config file for sound > cards? Probably not the problem, my system (sound working) has them. They represent different devices (according to devices.txt.gz, digital audio with dsp being the first soundcard, dsp1, second). -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound card problem
On Wed, Nov 20, 2002 at 08:11:57PM +0600, chanka perera wrote: > In my Debian woody box sound card is not working I'm having creative > vibra 128 card #sndconfig says Sound module not found you don't seems > to be running a kernel with modular sound enable (soundcore.o was not > found) and it's supported with Linux 2.2 but It's impossible because > it's woody ;) A quick google shows that at least one person uses es1371 as the driver for that card. Try "modprobe es1371", and if that doesn't work, check the kernel's config to see if sound is modular. > In KDE it gives an error at startup Error while initializing sound > drivers Device /dev/dsp can't be open (permision denied) even in root > I changed #chmod 777 /dev/dsp after that it says (can't open no such > device) That makes sense if the hardware is not configured (although to stop the permissions problem, you should have just added yourself to group audio). > In /dev there are 3 dsp files it might be the problem (its not > selected the correct dsp file) but what the config file for sound > cards? Probably not the problem, my system (sound working) has them. They represent different devices (according to devices.txt.gz, digital audio with dsp being the first soundcard, dsp1, second). -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Sound card problem
Hi, In my Debian woody box sound card is not working I'm having creative vibra 128 card #sndconfig says Sound module not found you don't seems to be running a kernel with modular sound enable (soundcore.o was not found) and it's supported with Linux 2.2 but It's impossible because it's woody ;) In KDE it gives an error at startup Error while initializing sound drivers Device /dev/dsp can't be open (permision denied) even in root I changed #chmod 777 /dev/dsp after that it says (can't open no such device) In /dev there are 3 dsp files it might be the problem (its not selected the correct dsp file) but what the config file for sound cards? Please tell me how to config my sound card Thanks in advice Chanka perera -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound Card Problem
Rik Burt wrote: > > When may machine is booting I can hear a click like my sound card is > initializing but I have completely eliminated the isapnp.conf file and > mv the isapnp call out of the boot scripts so what on earth is > initializing the card? > The sound you hear most likely is when the motherboard BIOS find the card in its Power On Self Test. As for isapnp not finding the card, I wonder if it is confused with the on board sound card. Can you try disabling the on board sound? Hope this helps -- Paul Miller [EMAIL PROTECTED] Where do all the bits go when the computer is done with them?
Sound Card Problem
My system is an old P5-100 with 48 MB RAM and a pnp modem, pnp on the motherboard CS4232 sound card (this is disabled in WIN 95), and an pnp AWE64 Sound Blaster. The trouble I am having is that pnpdump is not seeing the Sound Blaster. On a friends machine (almost the same except no no onboard sound chip) we were able to use pnpdump and configure the isapnp.conf file, recompile the kernel and modules, sound then followed. When may machine is booting I can hear a click like my sound card is initializing but I have completely eliminated the isapnp.conf file and mv the isapnp call out of the boot scripts so what on earth is initializing the card? I don't have any parameters being handed off in LILO and I am assuming that this is where my problem is originating.
Sound Card Problem
Hello Debian users!! I finnaly initilize my sound card in a Slink using kernel 2.2.9. But I had to load DOS drivers and use loalin before loading the sound modules (Without this step, I can olny use audio CD ). I can play midis and some wav without any problem. But some wav and all my MP3 sounds horrible in linux. I don't have any problem with theses files in DOS/Windows. I would like to know how to configure this soundcard for playing MP3 and how to ionitilizes this card without booting from DOS fist. This card, by Windows information, is an Aztech Sound Galaxy. Windows 95 use the folowing drivers for this card: AZT 2316/R Audio Driver I/O 0220-022F I/O 0530-0537 I/O 0388-038B IRQ 10 IRQ 11 DMA 01 DMA 00 MPU-401 Compatible I/O 0330-0331 IRQ 09 Using DOS, this sound card uses mode Sound Blaster at ports 220H, IRQ 07, DMA0 In MWSS mode, the card user port 530H MPU401 : Port 300H, IRQ2 On Linux, I use the DOS configuration for loading the modules. I'll show /dev/sndstat data: [EMAIL PROTECTED]:~$ cat /dev/sndstat OSS/Free:3.8s2++-971130 Load type: Driver loaded as a module Kernel: Linux skywalker 2.2.9 #1 sáb jun 5 12:37:20 EST 1999 i586 Config options: 0 Installed drivers: Card config: Audio devices: 0: Sound Blaster Pro (8 BIT ONLY) (3.01) Synth devices: 0: Yamaha OPL3 Midi devices: 0: Sound Blaster Timers: 0: System clock Mixers: 0: Sound Blaster Running lsmod, I receive the following module information: [EMAIL PROTECTED]:~$ lsmod Module Size Used by mpu401 18448 1 adlib_card 604 1 opl3 11208 1 [adlib_card] sb 33064 1 uart401 5968 1 [sb] sound 57152 0 [mpu401 adlib_card opl3 sb uart401] ppp19948 0 (unused) slhc4328 0 [ppp] dummy684 0 (unused) lp 5148 0 (unused) sd_mod 16956 0 (unused) scsi_mod 57256 1 [sd_mod] paride 3340 0 (unused) parport_pc 5556 1 (autoclean) parport_probe 2980 0 parport 7124 1 [lp paride parport_pc parport_probe] Getting /proc/ioports data: [EMAIL PROTECTED]:~$ cat /proc/ioports -001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 0220-022f : soundblaster 02f8-02ff : serial(set) 0376-0376 : ide1 0378-037f : parport0 0388-038b : OPL3/OPL2 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial(set) 0778-077a : parport0 9000-9007 : ide0 9008-900f : ide1 DMA [EMAIL PROTECTED]:~$ cat /proc/dma 0: SoundBlaster8 4: cascade And viewing /proc/interrupts [EMAIL PROTECTED]:~$ cat /proc/interrupts CPU0 0:2034983 XT-PIC timer 1: 14637 XT-PIC keyboard 2: 0 XT-PIC cascade 4: 275357 XT-PIC serial 7: 444695 XT-PIC soundblaster 13: 1 XT-PIC fpu 14: 145325 XT-PIC ide0 15: 29921 XT-PIC ide1 NMI: 0 I hope that someone knows how to config this soundcard for initialize it without DOS boot and play all MP3 files. But, if this sound card is one of the unsupported by the kernel, I'll buy a new sound card (SB 16, 32, any card that can be used by Windows and Linux without any problem). Thanks for any help . []'s Adilson -- |-| |Adilson dos Santos Dantas - Rio de Janeiro - Brasil | |e-mail: [EMAIL PROTECTED] [EMAIL PROTECTED]| |[EMAIL PROTECTED] [EMAIL PROTECTED] | |URL: http://www.lci.ufrj.br/~adilsond ICQ UIN# : 4542346| | http://www.geocities.com/SiliconValley/7479 | |-|