Software :: Can't Use Second Soundcard?
Jan 10, 2010
I have a problem with my second sound card. It used to work fine months agos. But I didn't use it anymore for months (since I upgraded to squeeze actually).Now I'm trying to make it work again, but I'm having some trouble.My card is here :
Code:
lspci | grep audio
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound
[code]...
View 4 Replies
ADVERTISEMENT
Jun 30, 2011
I have a computer without a soundcard and want to stream sound from it. How can I force ALSA to ignore the lack of a soundcard? Whatever I try to do, it complains that it cannot find one.Or could I trick ALSA by making a file /dev/dsp that links to /dev/null or something like that?
View 4 Replies
View Related
Mar 17, 2011
I have just installed Oracle enterprise Linux 5.Beforehand I had Mandrive 2008 which could configure my soundcard.However enterprise Linux 5 can't.
Code:
/sbin/lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 02)
[code]...
View 10 Replies
View Related
Dec 31, 2010
I have just installed a Xonar dg onto Ubuntu10.10The MBoard is also Asus with a built in card that works ok. The AlSA site says it may work (although no drivers for this are specific) as it uses a CM 18786 chip & I believe snd-cmipci contains the driver for this.My motherboard has its own driver built in, I can turn this of in the BIOS.Is their an easy install/driver option with Ubuntu 10.10?
View 13 Replies
View Related
Jan 27, 2010
Installed Ubuntu today but i cannot get any sound from my pci soundcard the only sound i get is through the inbuilt sound in my motherbaord. Is there a way I can get linux to play sound through the soundcard instead? I have looked for driversasus xonar) but there appears to be no such thing for linux.
View 7 Replies
View Related
Sep 7, 2014
I am new in Debian as i am 4-5 year in ubuntu. I switched to Debian recently and it feels great. But i have a problem with sound configuration etc. How can i get my usb soundcard (Behringer UPhoria UM2) working and set it as default soundcard?
I am posting results of several commands
cat /proc/asound/cards :
Code: Select all0 [SB ]: HDA-Intel - HDA ATI SB
HDA ATI SB at 0xfe024000 irq 16
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfdffc000 irq 43
2 [CODEC ]: USB-Audio - USB Audio CODEC
Burr-Brown from TI USB Audio CODEC at usb-0000:00:12.1-2, full speed
[Code] ....
Changing the index of snd-usb-audio to 1 does not work.
I am trying very hard last days to fix that problem with no success. Kernel i am running is 3.2.0-4-amd64. Last days i had compiled 3.14 but i dont know if i messed up the configuration for device drivers etc. I certainly want kernel 3.4-lowlatency configured but i dont know what device drivers should be included in menuconfig. Also i do not know for sure if it is a permission issue.
View 3 Replies
View Related
Apr 28, 2011
I've installed Debian 6.0.1 with kernel 2.6.32 and I've got an issue with my Ayre QB9 usb soundcard.MPD says: problems opening audio device. I have MPD running as root.Below I've copied a bit of output from terminal that might give someone a clue.dmesg (The second to last OSS line I've only seen once, but as it involves audio I though I might include it. The last line is sometimes there and sometimes not. I can't figure out why.
[779.384053] usb 5-1: USB disconnect, address 2
[783.028037] usb 3-2: new full speed USB device using uhci_hcd and address 2
[783.249119] usb 3-2: New USB device found, idVendor=21b4, idProduct=0130
[code]...
View 4 Replies
View Related
May 28, 2011
I have made a clean openbox install with debian and so far everything is going well.Now I need to make my sound work so I've installed alsa-utils. I write "lspci | grep "Audio" in bash and I get the output:Intel Corp. N10/ICH 7 Family High Definition Audio Controller (rev 02)
View 1 Replies
View Related
Jul 12, 2009
Friend now i using fc10 my soundcard is not working how to install sound card
View 4 Replies
View Related
Sep 21, 2009
This is how I got my firebox to work in conjunction with my onboard soundcard (in my case, Intel HDA) on Fedora 11 x86_64. This article assumes you have basic knowledge on jack and qjackctl and a jack-compatible program such as ardour.
My smolt: [URL]
Reasons: Personally, I just wanted to be able to do it and to be able to give a good explanation when people ask me why I'm monitoring recordings through headphones - and because it won't work through the PC speakers wasn't going to cut it. You may also need it because while recording "deaf" might be fine, playback needs to go through your state-of-the-art monitors. You may need it because you have a studio all set up and for some odd reason, you just need to add a firebox in. Of course, if you had a studio, you could have just patched the line outs to your main speakers. But that is besides the point.
After searching for almost 3-4 days, I chanced upon rokit's thread and was very disheartened when he seemed to have found no solution. Today, he solved the connection issues but I wanted more. Unlike him, I wasn't using my firebox as a sound card. It would be a sin to waste my onboard audio capabilities. The Juice (some parts paraphrased from rokit's solution)You need to install the PlanetCCRMA repository. Since I'm using Fedora 11 (x86_64), I used this one. This will install the repositories for you so tat yum will be able to locate the needed updates.
Code: [URL]
If you have jack1 (0.x.x) already installed, you MUST uninstall it. jack2 will NOT work with jack1.
Code:
yum remove jack-audio-connection-kit*
The * at the end will also remove the -devel version if you had it installed. Uninstalling jack will remove a lot of existing software that uses jack as a dependancy. Take note of them so you can reinstall them later. Install FFADO. FFADO is the new Freebob from the same developers. It's the driver that will connect jack2 to the firebox. You MUST install this before jack2.
Code:
yum install ffado libffado
Install jack2.
Code:
yum install jack-audio-connection-kit jack-audio-connection-kit-devel
[code]....
Like rokit, I have had much trouble running this without the realtime kernel. I ended up installing Fedora in another partition and this is what I have. As a result, I now have no graphics driver and everything looks weird. I will try to install ATI Catalyst 9,9 and if it works I'll post back. If I don't, assume it doesn't.
View 1 Replies
View Related
Jul 24, 2011
Motherboard: Intel DP35DPlspci:
00:03.0 Communication controller: Intel Corporation 82G33/G31/P35/P31 Express MEI Controller (rev 02)
Subsystem: Intel Corporation Device 5044
[code]....
View 1 Replies
View Related
Dec 20, 2010
New install of 11.2 with KDE 4.I have two soundcards in my system, one on the motherboard and a soundblaster. I multiboot and all FIVE other images, including SUSE 10.1 with KDE 3, use the soundblaster so that is where the speakers are plugged in. 11.2 insists on configuring the motherboard sound card for KDE, even when I do a fresh install setting the soundblaster as the primary sound card at installation time or when I remove the motherboard sound card from the configuration after installation. KDE 4 never even lists the soundblaster as a known card. Any way to fix or work around this restriction?
View 9 Replies
View Related
Mar 1, 2010
My sound stopped working! (after a fresh install, explained below)I just installed the latest release of openSuse. Right after installing, I ran the updates tool and got all recommended updates. All fine.I then installed my ATI catalyst drivers. Rebooted a couple of times. All fine.Everything was working 100% (including sound), I then rebooted, now something is wrong.Now my sound is not working, I right-click the speaker icon in the taskbar, and to my surprise my soundcard is not listed like it was just before. It used to show up as an X-fi card, which was correct.
In Yast, I go to sound, and in the hardware section, there is nothing there, my soundcard is not listed. I tried to add a soundcard in Yast, (creative xfi) but it wont install, I get some IRQ error.I'm all out of ideas. I'm a new to using linux, but I know my way around the console.I have trolled through the internet for hours to no avail
View 7 Replies
View Related
Mar 28, 2010
An application I am trying to get going on 9.10 takes over my soundcard whenever I run it. I hear a small pop from the speakers and then no application can play sound after that.
The program is: springlobby
My soundcard is: Onboard sound (Asus M4N68T-M motherboard)
I have posted on the application's forum but it seems most of the posters are developers and the advice goes a bit over my head.
Quote: old versions of SL uses SDL audio to access the sound card, make sure SDL audio is set to use alsa+dmix or pulseaudio, if it's set to OSS or alsa with direct card access, it will lock the sound card
if it's a recent version, everything i said applies instead for openal.I have removed pulseaudio but this is not the cause of my problem as it was the same before removal.full thread is here: http:[url]....
View 1 Replies
View Related
Apr 27, 2010
I've just bought a very cheap USB sound device as the jacks built into my laptop are practically dead. I bought it as I'd googled around and seen that other people have it working in linux. Anyway, I plug it in and am able to select "USB AUDIO (ALSA)" from the xfce4-mixer. However, I don't get any sound from any applications.
Here is my aplay -l output:
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: default [USB AUDIO], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
I can't find any options for the output on alsamixer and don't really know what to do. I'm running Mint with xfce4 on a Dell Studio 15.
View 2 Replies
View Related
Sep 19, 2010
I just installed the Yamaha WF192XG soundcard into my computer, connected the MIDI keyboard (Evolution MK-7) and I got the "...is running in low-graphics mode". Rebooted, still got the message.. Entered the nvidia-x-config thing (or whatever the command is) and rebooted. Still got the same message
View 2 Replies
View Related
Jun 9, 2011
I got the lame mp3 encoder and ran $ arecord -f cd -t raw | lame -x -r - out.p3
What are the values for these letters? Does cd pertain to the directory where it's recording? and once I start recording how do I stop?
View 3 Replies
View Related
Jul 15, 2010
Using CentOS 5 on a Toshiba laptop with an Edirol UA-4fx USB audio capture external sound card. I would like to be able to record internet radio and also record live sound from the USB card. The sound card that comes with the laptop is really bad.
I listen to the output from internet radio though the earphone jack on the USB card and the sound is really nice. I can record in Vista by running a line from the earphone jack on the USB card to the laptop mic jack and selecting "mic" as input in Audacity. The "mic" setting does not show up in Audacity in CentOS.
I tired Krec but do not see any input from the USB card, even though there is very nice sound great thought the card earphone jack. I do not understand the sound archetecture and would love to find a good "linux sound archetecture for dummies" article. Meanwhile can you suggest a simple way to record output from the USB card in CentOS?
View 1 Replies
View Related
Jul 19, 2011
I've stumbled onto a bit of a conundrum regarding my audio, stopping me from listening to the wise teachings of Mac-Gyver (and various other things)
Since I couldn't find a firmware for the Realtek ALC888 device, I downloaded the proprietary driver from the official website. However, when I try and install it I get a message containing "no command alsaconf". I would have installed this "however" alsaconf has been removed from the alsa-utils package; cannot find any way to obtain this file at all.
Assuming having alsaconf will make the proprietary driver work and my audio to blast, how would I get my hands on this? Should I even need to get this? Or maybe there is a free working driver out there somewhere..
By the way if I did a full install with all the system tools and drivers, somewhere amongst that it would work, but that's too easy.
View 4 Replies
View Related
Dec 30, 2009
I'm using an external Cambridge Audio Dacmagic with F12 and Amarok. This worked great, until I upgraded Fedora this morning. The Dacmagic does not appear anymore in the Multimedia Audio Systems settings, only Pulseaudio is shown. However, in my hardware info widget, the Dacmagic does appear? This is shown as "C-media USB Headphone set". Now I'm totally lost. I did restart Fedora with the Dacmagic on, I did restart the Dacmagic with Fedora running, but nothing changed.Any good suggestions on what I can try next--- Post added at 04:47 PM CST ---------- Previous post was at 03:05 PM CST ----------Isn't the net fun? Poking around, I found I could try "lsusb". The output gives:
[root@Mediacenter ~]# lsusb
Bus 004 Device 002: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[code]....
View 5 Replies
View Related
Jun 1, 2010
I am trying to run xoscope an oscilliscope program that uses the soundcard. It looks for dev/dsp to access the soundcard. I understand that dev/dsp is no longer included in Fedora (Fedora 12 in my case). Is there a way I can make a link called dsp that links to whatever the file is for pulseaudio or also or whatever?
View 9 Replies
View Related
Jan 24, 2010
I have 2 soundcard - a M/B built in Intel AC97 and an old Aureal (later SoundBlaster). This is because there's a problem with Intel's microphone in XP. So I use Intel for playback and Aureal for recording.
Now, how do I duplicate same setup in Suse (to avoid switching plugs) ? I am a bit lost in where to specify hardware to be used for recording and playback.
View 5 Replies
View Related
Mar 25, 2010
Recently I installed a new soundcard to my computer, and I don't have any sound anymore in Linux. Now I have in YaST two sound chips, one AC97 and my soundcard Asus Xonar Essence STX. Obviously Linux detected my soundcard since the custom driver called "Virtuoso" is there. However, my soundchip has still the slot 0, and my soundcard is not configured yet. And here I'm stuck, because:
1. when I tried to delete the AC97 entry, YaST hangs (actually y2base or something like that, the sound subprogram). Alternatively, I tried to just disable the driver, but this wasn't possible (unlike with Windows, where you just click a checkbox).
2. when I tried to configure my new soundcard, the configuration program got stuck again - with every of the three alternatives (fast setup, normal setup and custom setup or so).
I also tried whether the old soundchip is still working, plugging in my headphone into the output of the AC97 soundchip, but I didn't hear anything, so system sound really seems to be broken.
View 9 Replies
View Related
Jan 2, 2011
I have the problem that for working properly my soundcard needs sort of re-initialisation after every reboot (11.3, 64 bit). I have to change a setting in the sound module of yast that causes the yast to rerun its final steps. What is not working otherwise is audio playback from a usb TV-stick (recording is no problem, same as playing an audio/video file). any idea what might be the problem? how to call the final steps of the sound module of yast from the command line, I could at least put that call into boot.local to avoid having to call yast.
View 9 Replies
View Related
Mar 2, 2010
Till around three hours back, sound was there. After restarting the computer, there was no sound. I checked the sound pref. Nothing was mute. The sound icon showed:
Output 48%
-19.13dB, Dummy Output
View 5 Replies
View Related
Jun 6, 2010
I have a Sony Vaio VPCEB1E0E and this is the soundcard it came with -
Codec: Realtek ALC269
Codec: Intel G45 DEVIBX
**** List of PLAYBACK Hardware Devices ****
[code]...
View 3 Replies
View Related
Nov 17, 2010
I have a laptop and a desktop computer. The thing is, I would like to see movies on the laptop from the stationarys hard drive to watch movies and also listen to music (Spotify) from speakers that are connected to the desktop but I don't really know how to solve it.
I know it's possible to make a network sound card on the staionary but I can't get it to work. I hav'e followed this guide but then I can't find the network sound card on the laptop. [url]
View 2 Replies
View Related
Jul 25, 2011
I was, untill very recently, using ubuntu 10.10, and have just upgraded. In Ubuntu 10.10, I was easily able to record sound from my sound card in audacity. For whatever reason, since upgrading I have been unable to do so. I have no problem recording sound from my laptop's microphone, but can't seem to find an option to record from the sound card. I believe it's the same version of Audacity, so all I can assume is that it's an Ubuntu issue.
View 1 Replies
View Related
May 6, 2011
i've just installed RHEL 6 with twm.i want to use mplayer but it can't open/initialize audio device. On the redhat homepage they said soundcard is auto-config'ed. i have 2 soundcards here buti compiled mplayer from source but it's the same.
Code:
mplayer -ao help RET
Available audio output drivers:
[code]....
View 2 Replies
View Related
Dec 22, 2009
I am looking for a piece of software that will play my audio CDs without having that little soundcard hookup thing. The only software that works for me so far has been audacious but that doesn't seem to work all the time for me.
View 4 Replies
View Related