Slackware :: Alsaconf Doesn't Seem To Detect Any Sound Cards
May 7, 2011
I've got a problem on Slackware64 13.37, my sound is way to loud even on minimum settings, it just jumps from off to quite loud, this is not a hardware problem as when I use sound from my debian rescue partition I have full control, I have tried using alsamixer as well as the graphical volume control (I'm using xfce but a quick test on kde gives the same results), alsaconf doesn't seem to detect any sound cards, alsa mixer correctly identifies my sound card ( NVIDA ), been googling and searching these forums but all the sound problems seem to be about sound being to low or nonexistent.
View 14 Replies
ADVERTISEMENT
May 4, 2011
I updated my Slackware installation to 13.37 today. I was running current (a few weeks old).
I recently bought a new set of 2.1 speakers, so i thought of re-running alsaconf and then alsamixer.
Thats when i got this strange error:
Code:
These are the contents of my /etc/modprobe.d/sound.conf
Code:
Here is the output of lspci and dmesg:
lspci:
Code:
dmesg:
Code:
Ok...The funny thing is, the sound still works! (Alsamixer shows all the 6 channels of my previous 5.1 speaker system).
Additional Info:
*Am using a customized kernel - version 2.6.39-rc5.
**It does not work in the default Kernel 2.6.37.6, not even in 2.6.38.
*** It works in kernel version 2.6.35.x and 2.6.36.x. (I checked!)
View 7 Replies
View Related
Jan 7, 2011
I am running Slackware Linux-13.1. Recently I noticed that alsaconf has stopped working: when I run it all I get is:
Code:
However, sound works just as good as it did before I noticed the problem. The issue is present both with the generic kernel and with any custom compiled one.
Here is some diagnostics with the custom compiled 2.6.37:
Code:
Code:
View 5 Replies
View Related
Aug 24, 2010
I have a problem with my 64-bit version of Debian Linux Lenny. I have to run alsaconf every time I boot into the machine. I have tried to run this command followed by alsaclt store. It was no help, I still have to run the command every time to get sound, which makes it very annoying. Anybody know what configuration file I should be looking at, and what I should be changing. If you need a print out of any of my configuration files, just let me know what they are and where they are and I will post them. The sound was working fine for the longest time before, I think the whole mess started when installed KDE, E16, XFCE etc. I was trying out these new windows managers and seeing if I would like them. I don't really like them all that much as the gnome so I removed them.
View 6 Replies
View Related
Dec 20, 2010
I'm not a distro hopper, but I have an old laptop at home (a Toshiba Satellite 2140CDS with AMD K6-2 processor, 192 MB RAM, and 20 GB IDE HDD) that I dropped Tiny Core Linux to see if it would run. And run it did, so I figured I would install Slackware (same as my desktop) onto the hard drive. I had to use the huge.s kernal since hugesmp.s complains about a missing function and then stops booting.
The problem is Slack 13.1 doesn't even recognize the hard drive (or CD drive it would seem). There's nothing under /dev that looks like sd* (or hd*). Nothing in /etc/fstab either. I don't have the dmesg of either Slack 13.1 install CD or tiny core handy, but I noticed in TC's dmesg it referred ide_pci_generic just before showing the hard drive and CD drive info. Nothing like that in Slack's dmesg.
I looked through some of the doc's and I understand all drives are now SCSI (real or emulated) so I should see sda and sdb (for my HDD and CD) but I don't. Both TC and Slack complained about some PCI memory conflict but I don't have the specifics handy. None-the-less, TC was able to see my drives so I don't think that's the problem (in this case).
View 14 Replies
View Related
May 22, 2011
Alsaconf doesn't recognise any sound cards on my system, although the sound still works and can be changed with alsamixer. The USB speakers work perfectly well in KDE, where I can use the KDE utils to switch between the USB and built-in speakers. So I need a way to do the same thing from the command line without alsaconf or to get alsaconf working.
View 3 Replies
View Related
Jun 17, 2010
I noticed the debian was not giving me sound playback to some things, such as some games. but other games worked.
So being the ignorant idiot i am i blindly ran alsaconf and did something and now my sound dose not work at all, but if i go to the top panel, click on system- go to preffrences then sound, i can select my input out put device and I happen to use a Usb audio device with a mic.
If i play the test sound i actually get the continuous beep that plays, i can hear it.but now, the Mic dose not work for things like Skype or anything else. also, the sound dose not work when i load ANY games. I come from a windows background if that helps.
when i type the code:
I get a message that says: Rockwell International Device 4310
If i'm not a complete fool, then i believe that is my sound card.
I think that after running "alsaconf" a second time i was able to mount the correct sound device.
but it gives me the error message:Terminating processes: 3721.
Unloading ALSA sound driver modules: snd-usb-audio snd-usb-lib snd-riptide snd-ac97-codec snd-seq-dummy snd-pcm-oss snd-mixer-oss snd-pcm snd-opl3-lib snd-hwdep snd-page-alloc snd-mpu401-uart snd-seq-oss snd-seq-midi snd-rawmidi snd-seq-midi-event snd-seq snd-timer snd-seq-device.
Building card database...
Loading driver...
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.
So, is there a way to reinstall my alsa drivers or something. sound dose not work after this, by the way. And will updateing debian lenny solve this? i am not sure which version i have, but it is for sure the 32-bit version. im at my wits end. Reinstalling the whole os can be an option, but i really dont want to do that. first i would have to reinstall Windows xp and install debian useing a windows installer. booting from an ios dose not seem to work for my system. I have an old computer, it was built for windows 98 computer.
View 2 Replies
View Related
Mar 7, 2010
I have an white iBook (G3 900mz model) and it doesn't autodetect the sound card. Running lspci | grep audio doesn't produce anything but running alsaconf does detect the PowerMac sound card which works if you follow all the prompts. Unfortunatly this doesn't make anything permanent and I was looking for advice as to how to set this up so that the sound configuration is actually there across boots.
One of the screens of alsaconf after selecting PowerMac and watching it say configuring snd-powermac it asks; Would you like to modify /etc/modprobe.d/sound? (and /etc/modprobe.conf)
Which I say yes to and then it gives me the happy message about having fun with your working sound card. I then log out and back in and the sound works great.
I've tried using alsactl store but that doesn't seem to work because at every boot there is a message that scrolls past saying "alsactl restore" failed with a state of 1573: No Sound Cards found.
View 1 Replies
View Related
Mar 14, 2010
Well, when I run alsaconf, it finds my 82801H and I go on to setting it up, it says it will run, but it doesnt run.
Quote:
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.
But my song don't work, ..... works, but no sound in that, and i have tried running alsamixer to raise the volume to the peak.
I have a vague idea that, this sound card has difficulty in linux but all I get is 3 year old patches for gutsy gibbon and fixes that are non-slackware so I dont have the files and what not.
I have been trying, but never seem to understand why it says it works when it doesnt work.
Oh turns out, from thinkwiki, [url]
Its AD1984 actually, and it didn't work on 2.6.24.2 mine is 2.6.29.2 .
View 4 Replies
View Related
Feb 25, 2010
We just got a new rack server in at work, and it won't automatically detect the NIC Cards on the system, I can't seem to find any drivers on the internet for them as well. Would anyone know if they are avaliable?
View 2 Replies
View Related
Aug 10, 2010
I recently had a brain cramp and told Phonon to forget my sound card(s). I have an on-board card and I have installed an old-school Sound Blaster CT-4832. I have followed the steps listed in the comprehensive sound trouble shooting, and still no luck!
Code:
gentle@Desktop:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC888 Analog [ALC888 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
[Code]...
View 1 Replies
View Related
Oct 10, 2010
I have a fairly fresh Slack install. When I start or shutdown X, the sounds that are supposed to play do. Also, sometimes everything else that is supposed to play sounds does.
However, sometimes the sound doesn't work for flash content or pidgin. I have never had a similar problem and I don't know where to start in resolving this issue.
View 14 Replies
View Related
Aug 31, 2010
I have a PXE server.I boot one PC (optiplex 740) with hda-nvidia Sigmatel STAC9200, i have sound.I boot a second one (optiplex 380) with hda-intel Realtek ALC259, can see mixers with alsamixer, the xmms graphs moves when playing music, but i don't hear any sound.
View 1 Replies
View Related
Oct 29, 2010
When I started using Slackware I've been using USB headset. Everything ran perfectly fine. They got recognized, I could use all of it's functions and so on. Unfortunately volume control on them stopped working so I had to service them, and like in every third world country, yay I need to wait minimum three weeks just so they can press a button and say "Yup, they don't work".
I bought normal headset to use them while other one is getting fixed, and didn't expect any problems with them considering they are "old" technology, normal audio input and output.
Now problem is following, sound works fine but microphone doesn't. Once I managed to "fix" it by switching audio input from mic to something else and then back to mic, now even that doesn't work. Another... "problem" is if I leave my USB webcam plugged in while booting computer, there is no sound at all, ether on line ones or USB ones but I can easily solve that problem by unplugging webcam, rebooting and plugging it back in later.
Now everything ran fine until my computer shutdown while I was sleeping. Don't know why, but it started happening recently, don't see anything smart in logs so I assume its... something, read it could be cache, HDD, temperature and so on but since logs don't write down anything smart... will deal with it some other time.
When I talk I can actually hear myself on the headset, which probably means that they work. If I put mic boost all the way up, I can hear myself perfectly clear, but somehow... seems that that information just doesn't get to Slackware, well it gets somewhat considering that it reacts to me adjusting mic boost on KMix, but everything else... no.
Arecord doesn't record anything, TS register as microphone isn't plugged in at all, skype doesn't get any input ether.
Code:
View 1 Replies
View Related
Aug 3, 2010
I was just using the mic and watched it stop working suddenly. I was in the middle of a skype test call when the graphical mixer level died down to zero in the middle of the call. When the test call was played back, the first part sounded fine then the sound got lower until it became inaudible. Since then I can't get any sound from my mic in skype.
Also, the audio input level graphically shown in Sound Preferences shows no fluctuations in sound as it used to before. The input device is enabled. I tried using Sound Recorder to record some sound clips and that worked fine. So the mic is working but Sound Preferences and Skype seem to have the mic level really low. I'm not sure what else to think considering it was working perfectly a few minutes ago. I've tried restarting, but that didn't fix it either.
View 4 Replies
View Related
Nov 18, 2009
Greets all and congrats on the developers on bringing us another great version of Fedora. My box has an Nvidia GForce4 MMX 440 SE 64MB SDRam. I downloaded and updated from F11 to F12 last night. Before I went to bed It booted to a blank screen, GDM didn't want to start. I decided to investigate in the morning and went to bed. The first problem I found was that the F11 Legacy Nvidia Drivers were causing a problem, so I had to remove those. I also did an update with yum to get everything 100% updated. Then rebooted, more problems. GDM did NOT want to start for anything. More investigating found that the culprit was this nouveau kernel mod. Well, I had the xorg nouveau driver installed and I thought that this might be one in the same so I removed the xorg one with no avail, the nouveau kernal mod still loading. Seems that they are different and one is used for the xorg server and the other is used for the framebuffer console. I had to pass nouveau.modset=0 to the kernel at boot time to rid myself of the framebuffer. GDM starts now and I have resinstalled the xorg Nvidia nouveau driver though I have not tested it as of yet. Is there a better way at disabling the framebuffer boot up then by passing things to the kernel?
Edit: I take all that back. Upon further tinkering, reading, and investigation. The problem seems to be two fold: 1) The legacy nvidia drivers pissed and moaned about permission so I removed them. 2). This one I over looked and was causing me most of my grief. I didn't change the xorg.conf video driver from nv to nouveau. I did this and it works fine now. It seems that the "Linva-config-display" And I am sorry that I do not know exactly what this is at the moment. But this would automatically change the video driver from nvidia to nv if I manually changed it in the xorg.conf file after I removed the nvidia drivers. So I ASSUMED(my big mistake) that it would automatically see the nouveau driver and replace the nv with that. I was very wrong. After I added it manually, I rebooted and it runs fine now.
View 1 Replies
View Related
Dec 2, 2009
1. I run Suse 11.2 with two sound cards , one HDA comes with motherboard and second is USB, which I use for skype and talking. In YAST everything is fine the motherboard card is marked as prime card and the usb card is marked as second. But often when I log in alsa decides that second card is main and I have to pull out the USB card, run command "rcalsasound restart" and put the USB back afterward. It is a way that to be fixed in the way that alsa remember my choices forever. 2. The other problem is that from time to time the sound suddenly dies and I have to bring it up with rcalsasound restart again.
But I have to admit that their significant improvement with managing sound with PulseAudio.
View 6 Replies
View Related
Jan 31, 2011
tried to install linuxant drivers which failed and then I uninstalled it. Now sound does not work, installed alsa backports again, installed alsa, alsautils again as well. no luck.
aplay -l
aplay: device_list:235: no soundcards found...
This is on maverick.
View 3 Replies
View Related
Jun 16, 2011
My sound stopped working.
Code:
$ aplay -l
aplay: device_list:240: no soundcards found...
But:
Code:
$ sudo aplay -l
**** List of PLAYBACK Hardware Devices ****
Home directory /home/georgii not ours.
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
Same with alsamixer:
Code:
$ alsamixer
cannot open mixer: No such file or directory
But:
$ sudo !!
shows me the mixer.
Anyway, the sound is just gone. When I do: .....
It says: "PulseAudio seems to have crashed. Do you wish to report a bug?", then crashes.
View 1 Replies
View Related
Dec 27, 2010
I've written a "C" program which transmits audio to a number of computers over a TCP LAN connection. I'm using ALSA, the preemptive kernel, and pthread. After running for 30 minutes or so the slight variation in sampling rates (~+-.01%) among the computers accumulates and manifests as a noticeable differential delay in the sound from the speakers. I know how to detect the variation and would like to dynamically compensate for it by individually varying the sampling rate (ever so slightly) of each playback device to oppose the variation.
Does anybody out there in Linux Land know how to dynamically vary the playback sample rate? I've tried using snd_pcm_hw_params_set_rate() and snd_pcm_hw_params_set_rate() followed by snd_pcm_hw_params() to no avail. They don't seem to work when playback is running.
View 8 Replies
View Related
Sep 24, 2010
I just two days ago updated lenny, then unplugged my monitor which raised my video card out of my open system board. This made my debian com freeze and i had to restart. The sound icon looks like its muted or has an X next to it. It says 'No volume control GStreamer plugins and/or devices found.' I tried looking through forums but havent found any solutions yet. I think alsa is installed. I ran alsaconf. It said no sound cards were loaded when unloading them. Then the following cards are found on your system:
hda-intel ATI Technologies Inc SBx00 Azalia (Intel HDA)
hda-intel ATI Technologies Inc Radeon HD 3870 Audio device
legacy Probe legacy ISA (non-PnP) chips
I tried the first two, it says OK, sound driver is configured ALSA CONFIGURATOR will prepare the card for playing now. I'll run alsasound init script, then use amixer.
I then installed libesd-alsa0, replacing libesd0 or something. If I do # alsamixer, then it says alsamixer: function snd_ctl_open failed for default: No such file or directory
Then i tried this
# cat /proc/asound/cards
cat: /proc/asound/cards: No such file or directory
then # cat /proc/asound/modules
cat: /proc/asound/modules: No such file or directory
[Code]....
Did I break the onboard sound card when pulling out the video cord? I was pretty gentle, I just made it slide out i think. I've also restarted a bunch of times. It seems like alsaconf showed some sound cards. Maybe some driver is not installed, but I think I did install a newer gstreamer or part of it.
View 9 Replies
View Related
Jul 8, 2011
I'd like to make a complete switch to Debian. One of the things holding me back is not knowing the state of play regarding sound card support. I've been fiddling around on and off for three years trying to get my M-Audio FireWire Solo to work in Ubuntu without much joy. I think there might be greater support for USB sound cards but I'm not certain of this. Onboard cards aren't OK because in my experience these pick up too much noise. After years of using balanced audio lines it's pretty much impossible to go back. That said, a PCIe card isn't completely out of the picture if I can get balanced outs with it.
I'm planning on plugging KRK powered monitors via XLR or TRS cables into the sound card. But my preference at this point is firmly with USB sound cards. Is there an up-to-date list I can check of supported sound cards in Debian? Can anyone here provide a testimonial of their experience? It's important to note that I'm after playback only. I don't want to record ever. That should hopefully make things easier. I'd be looking at using Debian wheezy.
View 5 Replies
View Related
Nov 17, 2010
I have just upgraded to Fedora 14, with some hope that a F13 kernel crash issue would be resolved. Alas, not, and I have lost audio in one of my sound cards. I am using 2 sound cards in my computer. The first one (VT 1708 on the M2V MX SE motherboard) is used for FLDIGI (ham radio program). The other one (Creative Labs SB Live!) is tied to a speaker/microphone. At some point in mid 2010, I started getting kernel crash reports (not sure which kernel version this started), and the VIA VT 1708 audio controller stopped working. The SB Live! card works fine.
From mesg, I get:
[9.181148] WARNING: at drivers/pci/pci.c:105 pci_ioremap_bar+0x2c/0x5b()
[9.181186] [<c05c36ad>] ? pci_ioremap_bar+0x2c/0x5b
[9.181194] [<c05c36ad>] pci_ioremap_bar+0x2c/0x5b
[9.181299] ALSA sound/pci/hda/hda_intel.c:2510: ioremap error
I've just pulled out the SB LIVE! card to see if it is causing the VT 1708 controller to fail...there appears to be no interaction.
From lspci -v, I get:
20:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)
Subsystem: ASUSTeK Computer Inc. Device 8290
Flags: fast devsel, IRQ 17
Memory at <ignored> (64-bit, non-prefetchable)
Capabilities: <access denied>
Kernel modules: snd-hda-intel
So it seems to know it's there. How to get my sound back (and get rid of this kernel crash every time I start my computer)?
View 1 Replies
View Related
Sep 29, 2010
I have seen several posts on various message boards that touch on the no sound over hdmi on nvidia cards issue (mine is an 8400 gs) and the general consensus seems to be create a custom edid and tell x to use it. So here is the heart of the post: I downloaded http://analogbit.com/sites/default/file /edid_disable_exts_v1.2.tgz to modify my edid but I don't know what to do with it. I extracted it and tried $ make and $ sudo make install But that wasn't the ticket,
View 1 Replies
View Related
Aug 27, 2010
I have an internal PCI sound card, and I would like to find out what MIDI capabilities it has, if any. It is currently using the ens1370 ALSA driver. It has the standard Line in, Line out, and Mic jacks, as well as what appears to be a game port. I think it has some MIDI capabilities, because "cat /dev/snd/midiC0D0" does not fail with "no such device or address," but I don't know if it has MIDI input capabilities, or if it can synthesize, or what. Is there any way to tell?
View 4 Replies
View Related
Dec 5, 2014
I have an nvidia card and a motherboard with an internal sound card.
The nvidia card hogs alsa, and it's really obnoxious because I don't use hdmi for audio (or video, for that matter, crt all day)
I would normally just blacklist the module that the card is using, but I hit a hiccup...
This is the readout for the gfx card from lspci -v
Code: Select all01:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)
Subsystem: ASUSTeK Computer Inc. Device 84bb
Flags: bus master, fast devsel, latency 0, IRQ 25
Memory at fe080000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Kernel driver in use: snd_hda_intel
And this is the readout from the motherboards internal audio card
Code: Select all00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
Subsystem: Gigabyte Technology Co., Ltd Device a132
Flags: bus master, slow devsel, latency 32, IRQ 16
Memory at fe500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Kernel driver in use: snd_hda_intel
Since they have the same kernel module, all the internet advice is pretty much moot, because I can't figure out how to effectively shut off one without killing the other as well. Huge PITA.
View 1 Replies
View Related
Aug 2, 2009
I have an M-Audio Delta 44 sound card, and a USB MIDIinterface device, both are recognized, and work. My problem is as each are seen by alsa as sound cards, sometimes the alsa card numbers switch between boots. Is there a way to set these devices to always have the same card number for alsa
View 1 Replies
View Related
Jul 7, 2011
I`ve problem with my microphone on fedora 14 with Gnome 2. When i try to use alsamixer command there everything is ok. I tried pulseaudio and HDA nvidia sound cards, but microphone don`t work. How to fix this problem?
View 11 Replies
View Related
May 31, 2010
how can I play audio (Mythtv - Play Music) simultaneously on two sound cards using ALSA drivers. I have two cards working well. One card is an onboard Intel cards, and the other card is a USB Audio card. Both cards are working well. I use the onboard Intel to output SPDIF to an amplified. The second USB card is bound to MPD service and it outputs an analog signal to a second amplified. I'd like to have the following configuration: Play to the default card with 5.1 passthrough, while the second card, connected to a second amplifier, plays an analog signal to the same audio played by Mythtv Play Music. In other words, I need to mix somehow and play the same audio on both cards.
Here is the list of cards:
root@mythtv:~# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
[code]...
View 2 Replies
View Related
Nov 13, 2009
I am having issues with my sound..Sometimes when I boot up I get the following when I cat /proc/asound/cards
[digitolx@ssureshot-pc ~]$ cat /proc/asound/cards
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xd6000000 irq 225[code]....
This is wrong, now My audigy should be default with the UART (onboard) being secondary. I will be setting this up for my microphone / headset.Now if I restart I will get the following..
[digitolx@ssureshot-pc ~]$ cat /proc/asound/cards
0 [CA0106 ]: CA0106 - CA0106
Audigy SE [SB0570] at 0xb000 irq 66
1 [UART ]: MPU-401 UART - MPU-401 UART
MPU-401 UART at 0x330, irq 10
I'm not sure about what is even loading With the NVidia for sound..Is there a way to default this to the second example?
View 2 Replies
View Related