Fedora :: Configure Qjackctl In F12?

Oct 28, 2010

How I can configure the Qjackctl in Fedora 12?

View 1 Replies


ADVERTISEMENT

Fedora :: After Recent Update Of F11 Qjackctl Not Working

Dec 4, 2009

Yesterday I ran an update on my Acer Aspire One, which I operate under Fedora11. Amongst the updates was also an update for Qjackctl and the jack audio connection kit. After the update I could not start Qjackctl anymore and all my possibilities with rosegarden and my USB keyboard and fluidsynth were gone. I restored to the system before update ran the update again excluding the two packages concerning jack. Perfect, it works again. So it seems that there is a bug inbedded in the update. By the way, I am quite happy with Qjackctl as the connection tool between my various music making options, which are not very fancy, but I enjoy them. Despite comments in other parts of this forum Qjackctl works very well on the Atom based AAO. I have a kind of protocol of the failure of qjackctl and what I did. I can make that available if necessary

View 2 Replies View Related

Ubuntu :: Audacity And QJackctl Refusing To Pick Up Audio?

Aug 1, 2011

I got a mixer today and did everything correctly there and I am trying to put the audio through the microphone input which is fine. But when I try to record through Audacity it's as though the microphone and mixer aren't plugged in. I've played around with the settings in both qJackctl and Audacity only to result worse off than before. Can anybody tell me what I'm doing wrong?

View 1 Replies View Related

OpenSUSE :: Installed Jack But It Won't Start Either On Real, Nonrealtime, Terminal Or Qjackctl?

Jan 23, 2011

I installed jack but it won't start either on real, nonrealtime, terminal or qjackctl.It starts a loop of alsa driver xruns until I stop it.

View 9 Replies View Related

Networking :: Copying /var/named Files From Fedora 7 To Fedora 11 Does Not Configure Bind?

Aug 12, 2009

host A: Fedora 7 has bind 9.4.2
host B: Fedora 11 has bind 9.6.1

I want to migrate my bind configuration from A to B I've read the release notes and man pages and I can't see why copying

/etc/named*
and
/var/named/*

I checked /etc/sysconfig/named too... Seems to have no effect on my brand new install on Fedora 11. Host B stays basically un-configured.

View 2 Replies View Related

Ubuntu :: Bash: ./configure: No Such File Or Directory When Run The Command ./configure --prefix=/usr

Apr 4, 2010

I am trying to follow this tutorial below so that I can get Text to the right of icons on the GNOME desktop. [URL] Everything so far has worked fine, except when I get to step 3 where I compile Nautilus. When I try to run the command ./configure --prefix=/usr It tells me bash: ./configure: No such file or directory

View 5 Replies View Related

Ubuntu Installation :: Configure Autoclicker In The Terminal - "bash: ./configure: No Such File Or Directory?

Mar 19, 2011

I found a tool made for Ubuntu called Xautoclick. I downloaded it and it is called "xautoclick-0.30.tar.gz" The installation notes say "tallatBe sure you have the proper development packages for your distribution installed (i.e. something like xserver-xorg-dev, gtk2-dev, et cetera). After that, run:

./configure make sudo make install" I have no clue what to do... I typed in "./configure" in the terminal and it says "bash: ./configure: No such file or directory?

View 3 Replies View Related

Fedora Networking :: How To Configure Open Vpn On Fedora 7?

Jun 14, 2009

need help in configuring open vpn on fedora 7. plz send me good how tos for configuring openvpn on fedora 7.

View 1 Replies View Related

Red Hat / Fedora :: Configure A Kickstart File In Fedora 14?

Apr 8, 2011

how can i configure a kickstart file in fedora 14?

View 2 Replies View Related

Fedora :: How To Configure The KDE 4

May 30, 2011

I'm using BT5 with KDE on my laptop and actually quite like it (KDE that is, liking BT5 goes without saying ) and have managed to disbale most of the eye-candy but couple things remain that I haven't figured out:

1- How do you disable all transition effects (e.g. menus fading away and having shadows)? (I already got all window manager, composition(?) effects disabled and set the overall system to "Low CPU, Very High Resolution".)

2- The "Windows flag" key is mapped to Meta so it can't be assigned as "Open KMenu" - key, I'm not too keen on re-assigning it to F14 or something so the question is, what key combo you got to open the application menu?

3- In XFCE (and other "alternative" DMs), you can have full application menu on right-click when pointer is over the desktop, is that possible to do on KDE?

View 2 Replies View Related

Fedora :: Configure 11 To Run On Two Monitors?

Sep 19, 2009

I am trying to configure Fedora 11 to run on two monitors. However, after hooking the second monitor up, I can not extend the display to it. Hell, in the display options, it doesn't even show that a second monitor is connected. Restarting X does not help either.

View 2 Replies View Related

Fedora :: How To Configure Kismet

Jun 1, 2010

I have heard that Kismet sees more wireless networks than the GUI tools. My question is how do I setup Kismet to work. Where do I specify my wireless card?

View 2 Replies View Related

Fedora :: Want To Configure Openvpn?

May 17, 2011

I just started a new job. My company office is in Paris and I am working from the south of France. To work, I have to connect to the office via a VPN access. I have installed a fedora 14 on my laptop and now i want to configure openvpn.openvpn is installed and I wonder if someone can give me a help to configure it and how and where to put the server IP address and what it's required.

View 3 Replies View Related

Red Hat / Fedora :: How To Configure USB To TTL Device

Sep 12, 2010

I have a USB CDC device that I want to use in Fedora 13.I have a USB to TTL converter that I want to use to connect a GPS with TTL output to my PC, since this PC does not have a serial port. I am running windows7 Ultimate, Fedora 13 and WinXp. The converter uses an FTDI chip.When I connected the device in windows 7 it showed as a USB device. However using the vendor supplied driver enabled it to be treated it as a COM port and I used a vendor supplied terminal to communicate with the device. The device however behaved abnormally and after a reboot stopped working showing an enumeration error.I switched to Fedora 13, where the device showed as /dev/ttyUSB0. I used stty -F /dev/USB0 ispeed 4800 and then cat /dev/ttyUSB0 to communicate with this device. It worked fine. However after a reboot it started behaving weird.

I used dmesg | grep tty and the output showed the device as being connected and disconnected frequently, although I did not disconnect it.lsusb sometimes showed an entry Bus 006 Device 002: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) ICand at other times showed no such device. I thought there was a problem in the hardware.But then i connected the device to WinXP. It showed up as COM3 in the device manager. I changed the speed to 4800 bps and set flow control to XON/XOFF in the property of COM3. In the Hyperterminal application that ships with WinXp I set 8 bit data and no parity bit. It worked flawlessly. I have to make these settings at every reboot.However I want to use it under Linux (fedora 13). My guess is that if i can somehow set the XON/XOFF and 8 bit data, no parity things it would work fine

View 1 Replies View Related

General :: Configure YUM In Fedora 10?

Oct 31, 2009

How to configure YUM in fedora 10....am not able to install softwares...nd plz tel me hw to configure data cards using mvdial.

View 8 Replies View Related

Server :: Configure DNS In Fedora 10?

May 31, 2010

I am very new to linux. So i have a little idea about it. I want to configure DNS server in Fedora 10. I am confused where to put the master file and where to put the database zone file. what else should i do to run the dns completely. Also , my protocol is this: I have a adsl connection in my office via adsl broadband router. This gives a private IP to my linux server. I want to run a local linux server which runs DNS, DHCP, FTP and web server. How can I do this? Should I need to do NATing? Because there are more than 10 computers in my LAN.

View 1 Replies View Related

Fedora Installation :: Printer Won't Configure?

Jun 19, 2009

I have a hp2100 printer that Fedora 11 recognized but won't print. I get this :

[davek@localhost ~]$ su
Password:
[root@localhost davek]# hp-setup

[code]...

View 2 Replies View Related

Fedora :: Configure Gdm To Prompt For Username?

Jul 17, 2009

Anyone know how to configure GDM 2.26.1 to NOT display the list of users, but instead just prompt for username and password?I tried the following (as normal user and also as root):

Code:
gconftool-2 -s /apps/gdm/simple-greeter/disable_user_list -t bool true
Then, I queried the value as follows:

[code]...

View 2 Replies View Related

Fedora :: Configure Options Package Using Yum?

Oct 5, 2009

Is there a way to use configure options with yum for packages? For example, i've got a lamp setup, and right now (after installing F11) i got a msqli class not found error, which means that it is not loaded into php. I see that it can be reconfigured with certain options, but i yummed it, and i'd like to keep it that way. I tried a yum reinstall, but it didn't work.

View 1 Replies View Related

Fedora :: Configure Path $ESD BIN PRELOAD?

Nov 29, 2009

I'm using NoMachine's FreeNX client on my Vista PC to access my Fedora 12 box. Mostly works a real peach and I'm very impressed with it. But...... Working through some of the stuff I'd "like" it to do I'm struggling with enabling sound.I've enabled the Multimedia setting in the NX Client. I've loaded via Add/Remove Software,

Sound support with ESD
gg2-esound-2.3.0-13.fc12 (i686)
PulseAudio EsounD dameon compatibility script

[code]...

View 1 Replies View Related

Fedora :: Want To Configure Printer From Terminal?

Dec 1, 2009

I want to set up a printer with the command line only in fedora 12. I have been searching for a few days now. Is their a way to avoid using the system-config-printer gui? I searched through the fedora docs and their seems to be no information available.

View 3 Replies View Related

Fedora Installation :: Configure Zabbix On F12?

Dec 14, 2009

Does anyone have experience install,configure zabbix on Fedora. I already install using yum but i don't know how to configure. I already install zabbix agent, zabbix server but don't know how to configure.

View 1 Replies View Related

Fedora :: Configure Gnome Toolbar In F12?

Jan 4, 2010

Does anyone know how to configure the Gnome toolbars to show "icons only"? In the earlier releases, I found the configuration utility quite easily, but don't see it in F12. Is the config package not installed by default? Or has it disappeared with the new release?

View 2 Replies View Related

Fedora :: Canot Configure Tilda?

May 7, 2010

i recently stumbled across this awesome program called tilda and when you run it for the first time it gives you a gui to configure it but i didn't quite configure everything the way i wanted and was wondering how to get to the first-run set-up for

View 5 Replies View Related

Fedora :: Use To Configure FPGA Via USB Doesn't?

May 17, 2010

I just installed Fedora 12 a couple weeks ago, and I dual-booted it with Vista 64-bit. The only thing that kept me from switching before was the fact that I work with FPGAs, field-programmable gate arrays. The development environment I use, Xilinx WebPACK 12.1, has a Linux version, which I've installed, but the program I have to use to configure the FPGA via USB does not. I have a Digilent Nexys 2 board, and I decided to go the VM route for running those programs from Digilent. VirtualBox was ridiculously easy to get going, except for USB. What's strange is that I've been able to get the guest system, Vista 64-bit, to recognize and set up the drivers for my board, but the program, ExPort, isn't able to communicate with my board.

View 5 Replies View Related

Fedora :: Configure Postfix And The Dovecot?

May 27, 2010

I have configured Postfix, mysql and Dovecot according to following guide. [URL] My issue is When I'm Install dovecot ( using yum command). it Didn't create a "/usr/lib/dovecot/deliver" folder.Then my mail.log trace this error message

Code:

May 27 16:36:02 localhost pipe[26056]: fatal: pipe_command: execvp /usr/lib/dovecot/deliver: No such file or directory May 27 16:36:02 localhost postfix/pipe[26055]: CE9768FED3: to=<john@example.com>, relay=dovecot, delay=26, delays=26/0.02/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/lib/dovecot/deliver: No such file or directory )
After that I have create "/usr/lib/dovecot/deliver' folder. Then I have set permission using follwing command.

Code:

mkdir /usr/lib/dovecot/deliver
chown vmail /usr/lib/dovecot/deliver

Now My log file trace this message

Code:

May 27 19:26:52 localhost postfix/pipe[30111]: E178F9000E: to=<john@example.com>, relay=dovecot, delay=388941, delays=388941/0.02/0/0, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/lib/dovecot/deliver: Permission denied )

how to set permission for this? Or My configuration is wrong?

View 6 Replies View Related

Fedora :: FC12 - How To Configure GDM For XFCE

Aug 8, 2010

How do I configure the gdm greater to log everyone in with Xfce, instead of gnome?

View 1 Replies View Related

Fedora :: Can't Configure Sources Of IM Pidgin

Sep 6, 2010

I can't configure sources of IM Pidgin (2.7.3).I've already untar package and when i try to ./configure it,So, what sould i do to compile Pidgin in Fedora 13 and compile my plugins (no make file in libpurple/plugins).

View 4 Replies View Related

Fedora Networking :: How To Configure Telnet

Dec 26, 2010

install telnet in fedora 14 then how to configure telnet?

View 13 Replies View Related

Fedora :: Configure A Static IP Address (14)?

Apr 3, 2011

I am trying to establish a static IP address using the instructions I found at:I cannot find this file in Fedora 14:Code:/etc/sysconfig/network-scripts/ifcfg-Auto_eth0

View 8 Replies View Related







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