Ubuntu Multimedia :: Duplicate Front Out To Line-in And Side (ALSA)?

Apr 21, 2011

I'm using a Realtek alc888 sound chipset (integrated on GA-P965-DS3 mobo) which is capable of 8-channel output (front, side, rear, center/sub). The front-out jack on my mobo is disfunctional and thus can't be used (aweful distortions and such dueo faulty connection), thus it needs to be reassigned to another jack, but simulating a 'front-out' jack. I was able to do this in windows using the Realtek HD Audio application that comes with the drivers (reassigning jacks) and need to do something similar in ubuntu.I've searched through a lot of ALSA documentation, tried to take examples of switching channels using asound.conf and modify them to my needs, but nothing has come of it. As such I've resorted to asking here.Another less important issue is doing something similar but duplicating front-out and mapping it onto the side-out jack, for headphones.

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Lost Front Audio After Alsa Upgrade To 1.0.23 / Get That Back?

Oct 21, 2010

I lost front audio after alsa upgrade to 1.0.23 headphone and mic doesn't work anymore . Anybody out there who can help a newbee.

HDA-Intel - HDA ATI SB VIA VT1708S ALSA Information Script v 0.4.59.doc

ALSA Information Script .doc

View 1 Replies View Related

Hardware :: Get Front Side Bus Info?

Aug 4, 2010

I need to know the fsb speed of my motherboard. I used dmidecode and lshw commands to view such information

Code:
[vova@vschenev /]$ su -c dmidecode
Password:

[code]....

View 2 Replies View Related

Hardware :: No Front Channel Audio With Auzentech Forte On Alsa 1.0.22.1?

Jan 7, 2010

I'm running Ubuntu 9.04 and I've just gotten round to updating the sound. The ALSA built in is too old to have support for the X-Fi chip used in the Forte so I built and installed ALSA 10.0.22.1. On reboot, it detects the card as X-Fi Titanium series (as expected), but when I run the test

Code:
speaker-test -D surround51 -c6 -twav I only get output from Center, Rear Left, Rear Right and LFE - i.e. the front channel is missing. I'm not sure if there are any ALSA configuration files left lying around from my old sound card (Intel HDA audio) and I've forgotton what they might be called or where they would be.

Can someone tell me the locations of the various ALSA configuration files? Or is this a known thing about the Forte? (Maybe the card has the front two channels wired differently or something) Or maybe there's a configuration option I've missed.

View 3 Replies View Related

Programming :: Perl - Delete Line From Text File With Duplicate Match At Beginning Of Line

Apr 1, 2009

Was wondering if any perl guru's could help me with a quick log file adjustment. I have a text file that looks like so (tabs and newlines are revealed so you can see what separates the data):

There are maybe 100 lines of text in this file at any given time. I need to delete all duplicate lines only looking at the first bit of text prior to the first tab. It doesn't matter which one gets deleted as long as there are no two lines that begin with that same text at the beginning before the first tab. So in this example, either the fist line "1234" or the last line "1234" would need to be deleted. I already have code in my script that opens the files - I just need the code to read the text into an array and the part that would find matches based on the above criteria, and make the deletions.

If it would be easier, I can even do a system call and use SED (v4.1.5) and/or AWK (3.1.5) instead.

View 7 Replies View Related

Ubuntu Multimedia :: See Stereoscopic Side By Side Picture Film Using Smplayer With Vdpau On Normal LED Monitor?

Jun 23, 2011

How could I see stereoscopic side by side picture film using smplayer with vdpau on normal LED monitor?

View 1 Replies View Related

Fedora :: Put A Command In Front Of Every Line In File?

Jan 15, 2011

I have a list of domains in "domains.txt" , and I wanted to put an "nslookup" in front of each line and run it.. However I could not figure out a command for it.. Any ideas how to do this simple task?

View 7 Replies View Related

OpenSUSE Multimedia :: Configuring Alsa (or Alsa-oss) After Hardware Upgrade?

Nov 19, 2010

I have recently been forced to do a hardware upgrade (my previous mobo died). Now, sounds works ok with,amarok because kde has recognized the new hardware and switched to it.

..... does not work, likely because flash uses alsa-oss which is probably not configured automatically. I have tried uninstalling and reinstalling both alsa-oss and flash, but it didn't solve the problem.

View 1 Replies View Related

Ubuntu :: Delete Duplicate Files Command Line?

Apr 14, 2010

Is there a way to remove duplicate files from a specific folder through SSH? I've uploaded a lot of flash games on my server and I can see in the Webmin's file manager that I have many duplicates. Their names are different, of course.

View 2 Replies View Related

General :: Delete Duplicate Lines Without Removing First Instance Of That Line?

Feb 7, 2011

I have a file "test.txt" with following data

#1
aaa
#2
bbb
#3
aaa
#4
ddd

I wanted it to be displayed as

#1
aaa
#2
bbb
#4
ddd

I used awk "'!x[$0]++' test.txt > file.new"
,but it deleted #1 also.I tried using uniq command but i didn't work.
Can anyone Please let me know is there any way to do this using shell script.

View 2 Replies View Related

General :: Messy Filesystem - Duplicate File Removal From Command Line

Jan 17, 2011

In debian/ubuntu I want to:
a) Create a list of all the files in one directory tree
b) Do the same for a second directory tree
c) Compare the two lists such that, only the file NAMES are compared (i.e. just comparing the "file.txt" part so that "/home/folder/file.txt" == "/home/secondfolder/folder/file.txt)
d) Output a list of all the duplicates
How to do this using scripting languages or regex or something?

View 2 Replies View Related

General :: Making Multiple Duplicate File Copies Using Cp On Command Line?

Jul 21, 2011

I want to take a graphics file and make 10 copies of it to the same directory, each with 001, 002, or some such designation at the end of each file name so they have discrete files names. Is this possible using cp?

View 12 Replies View Related

General :: Turn "Mic Front Input" Option On For Alsamixer From Cmd Line?

Feb 27, 2011

turn "Mic Front Input" option on for alsamixer from cmd line?

View 5 Replies View Related

Ubuntu Multimedia :: Karmic No Front Audio

Feb 17, 2010

I spent over an hour today and over an hour last night googling and trying everything and so far no success. I found many threads with oddly similar complaints, but their solutions haven't worked for me.Last week I upgraded my system, basically a complete overhaul (in the old case). The new system is based on an ASUS MB which comes with VIA VT1708B audio onboard. I installed the latest 32-bit Linux Mint on it. The case's front audio jack doesn't work, the rear audio works but is too quiet.

Things I have tried that have not worked:Different combinations of settings in the basic sound preferences dialog, the GNOME ALSA mixer, and the PulseAudio volume control (I've probably played around with these so much that I've tried every combination)

View 8 Replies View Related

Ubuntu Multimedia :: Myth Front End Will Not Start

Sep 26, 2010

I have an htpc running mythbuntu 10.04 connected to a plasma tv via hdmi. Initially i was able to boot fine and the front end loaded ok but the resolution was off. My display is 1024x768 but my only options in myth was to use 1024x720. I have since enabled the proprietary ATI video driver. Now my desktop dispay perfect on the tv. However, i can no longer start the mythtv front end. I also ran an update that updated over 100 packages.

View 1 Replies View Related

Ubuntu Multimedia :: 5.1, No Sound In Front Left And Right?

Nov 4, 2010

Basically as the title suggests. I'm a linux noob, I've spent a few hour's looking around, but all I seem to be finding is people with problems of no sound, and so I dont know if the solution would be the same.

I have perfect sound from the rear speakers, the front centre, and the sub, but the front left and right are completely silent.

Things I think anyone may need to know
Mobo - GA-880GM-UD2H
Onboard sound - SBx00 Azalia Intel HDA
Ubuntu 10.10 x64

View 7 Replies View Related

Ubuntu Multimedia :: Can't See Window Opened In Front Of VLC

May 6, 2011

I have strange problem that I couldn't even find on google.

When I play any video in VLC or any other player my video is on top of everything.

For example, if I open a video and play it - everything looks ok. But, if I open another window "above" VLC, video suddenly appears at top and I can't see window opened in front of VLC.

This print-screen will make it more clear.

View 3 Replies View Related

OpenSUSE Multimedia :: Update ALSA, Following The Instructions Here: SDB:Alsa-update?

Mar 17, 2011

I'm trying to update ALSA, following the instructions here: SDB:Alsa-update - openSUSE.I'm not sure how to proceed at STEP THREE. There are two sets of instructions, based on whether or not the kernel has been updated. I'm not sure if it has been. How can I make sure?

View 2 Replies View Related

Ubuntu Multimedia :: 10.04 Cannot Get Front Panel Audio To Work?

May 23, 2010

Getting sound out of the back ports just fine. Using an ASUS P5N73-AM motherboard and a fresh install of 10.04. Everything else works perfectly except the blasted front panel headphone port.

View 5 Replies View Related

Ubuntu Multimedia :: Burn Audio Cd - Not In Front Of The Computer

Dec 19, 2010

We tried to burn an audio cd with the default burner in Ubuntu, but we can only play the cd on the computer. I was not in front of the computer, another user was, but I think they used Audio CD Extractor )

View 4 Replies View Related

Ubuntu Multimedia :: Getting Front Audio Jacks To Work?

Jan 4, 2011

I run Ubuntu 10.10 on my Intel DG965RY. My front audio ports don't work in Ubuntu, the rear one does. I never got it working earlier when I had Ubuntu 10.04 but this time I am going to try it again. My codec is SigmaTel STAC9227

My ALSA information is here.

Handy details:
!!ALSA Version
!!------------

Driver version: 1.0.23
Library version: 1.0.23
Utilities version: 1.0.23

[Code].....

I know something that I will have to change the model of my module to make the front audio jack works but I couldn't find a model related line in my ALSA configuration file - /etc/modprobe.d/alsa-base.conf (I was able to get to that point in Ubuntu 10.04, may be something has changed).

View 9 Replies View Related

Ubuntu Multimedia :: Front Panel Audio Not Working

Jul 5, 2011

After a recent hardware upgrade, I'm no longer able to use the front panel audio ports on my Antec P180 case. They worked fine before with my old ASUS motherboard, but with my new MSI 870-G45 motherboard I can't get them to work for some reason.

I checked out this thread, [URL] but didn't see much in the way of problems/solutions with front panel audio ports, but it's a lengthy thread so maybe I missed it.

View 9 Replies View Related

Ubuntu Multimedia :: No Sound From Rear Speaker But Front Works?

Feb 3, 2011

I recently bought an HP Pavilion Elite HPE-570t. Except for the fact that I can't get the back speaker jack to work, Maverick works great. Here's info that seems relevant:

aplay -l
card 0: PCH [HDA Intel PCH], device 0: HDA Generic [HDA Generic]
Subdevices: 1/1
Subdevice #0: subdevice #0

[Code]....

I've look at Alsa Mixer. There are two tabs (IDT ID 76c7 and ATI R6xx HDMI). I turned the second one off, since I don't have any HDMI sound output device connected to the computer. On the other tab, there are five sliders (Master, PCM, Front Mi, Line and Mic). They are all turned on, and the first two are at maximum volume.

It seems to me that Ubuntu is not recognizing whatever controls the rear speaker jack.

View 1 Replies View Related

Ubuntu Multimedia :: Front Audio Jack Doesn't Work

Apr 20, 2011

now half of the speakers plug is stuck in the back of my PC. cant get it out, because it's very deep. i decided to use the front jack for sound but it wont work.already tried alsa mixer and upgraded my kernel.i think the problem is that i need to somehow kill the jack in the back of PC because its still alive and sending signals to that half-dead jack

View 1 Replies View Related

Ubuntu Multimedia :: Use Sound Card At The Same Time As Front Audio Jacks?

Jan 29, 2010

with my motherboard the onboard back sound jack's audio is VERY quiet, but the front jacks wired into HD audio work fine. (I'm building an htpc, btw.)

I tried for weeks to get it to work, but eventually I just pulled a cheap Dynex DX-SC51 card from another machine and turns out it works, but now I can't use the inputs and headphone jack on the front of the case without going into system>preferences>sound and changing "output" back to "internal analog audio stereo"

Is there any way to activate these two audio devices at the same time?

View 1 Replies View Related

Ubuntu Multimedia :: Finding A Slick Media Front Software Using VLC Or Similar?

Jan 24, 2011

I like shft, alt, ctrl and arrow so much I can't use anything else (unless it does that - and is configurable)I like XBMC Media Center but it doesn't have controls like that (that I can see) a slick media front software using VLC or similar?

View 1 Replies View Related

Ubuntu Multimedia :: Best Way To Duplicate A DVD?

Feb 23, 2011

I finally got round to transcribing our wedding video from VCR to DVD. Now I would like to duplicate that video a few times and pass copies round the family, more to preserve it than to bore the relatives.

I dragged the DVD icon from the desktop to a thunar (file manager) window and it created a folder containing this lot code...

Total size 1.3 GB.
But I have no idea what to do with these files.

I tried this command code...

and ended up with a 4.4 GB file, which Archive Manager says contains the above folders, and presumably also contains an image of 3.1 GB of formatted but unused disk.

What's the best thing to do here? The ISO file will presumably burn a good DVD copy but it's a waste of disk space to keep it, (I'd like to keep a copy on hard disk too) and I guess will also take needlessly long to burn.

Can I create a smaller ISO from the file folders? If so, is there an app to edit the titles before I do so? The recorder put a second title "Empty Title" on the title page which I'd like to get rid of. I discovered by accident that the VOB files play in parole media player - one is the title screen, and the other two contain about half the video each. So I don't know what all the other files are about.

View 5 Replies View Related

Debian Multimedia :: Finding A GNOME/GTK CPUFreq Setting Front-end

Dec 25, 2010

Sometime back I installed cpufreq. Now while I know quite little about cpufreq, what little I understand tells me it can do two things :-

a. Give the user the capability to change frequencies - there is something called max frequencies and minimum frequencies and the user can play between them.

b. Show the cpufrequencies via the GNOME cpufreq plugin/applet.

Now while its able to show me the frequencies, I'm not able to find a GNOME or GTK front-end which I can use to set the frequencies. I did read a little bit about something called 'governers' which from what I learnt are something similar to profiles - as in you want to be conservative, powersave, ondemand and performance.

1. I'm looking for a Gnome-GTK CPU setting frequency GUI.

2. If somebody wants to share more info. about the whole cpu frequency thing that is also very welcome as I'm not really aware as to how can I do things a bit more intelligently so I'm able to get a bit more performance while not using much energy (can be done or cannot be done ?) but that discussion hopefully comes later after I've a tool through which I can do the same in GUI.

[code].....

View 5 Replies View Related

Debian Multimedia :: OpenBox KeyBindings Amixer Master Front?

Jun 1, 2011

I am tweaking an OpenBox install in Squeeze i386 and am trying to set my laptop volume keys to control mpd

jsh@Goat:~$ amixer scontrols
Simple mixer control 'Master Front',0
Simple mixer control 'PCM',0

[code]....

View 1 Replies View Related

OpenSUSE Multimedia :: No Sound From Headphones (Front Panel Audio)

Mar 16, 2011

I have openSUSE 11.4 KDE version (64-bit) on a desktop PC. My sound card is ASUS Xonar DX 7.1 (PCI-E). I am brand-new to the Linux experience. I get audio out to my speakers which are connected to the jacks of the rear I/O panel of my PC. I do not however get audio out to my headphones which are connected to the jack in the front panel. I know that the headphones work fine because they do so when I boot up in Windows XP. Here is what I discovered so far: KMix does not show that I have a front panel audio channel. But when I run AlsaMixer it does show that I have such channel and, upon manually turning the volume on, I do have sound out to the headphones.

Therefore, I deduct that I have some sort of configuration problem with KMix and would like to fix it as I prefer to use the GUI interface instead of the AlsaMixer one. It's just a matter of preference! I would like to troubleshoot things using the Audio Troubleshooting guide (SDB:Audio troubleshooting - openSUSE) but I notice that openSUSE's version 11.4 is not mentioned in it. Should I follow the instructions for version 11.3 or wait for an updated guide?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved