search for: gerlach

Displaying 20 results from an estimated 28 matches for "gerlach".

2005 Oct 25
2
Noisy sound quality with Blackfin in WB-mode
...o-speex-c5-q5-noblackfinopt-decoded.wav http://www.stud.tu-ilmenau.de/~bege-mt/maennl1-16000-16-mono-speex-c5-q5-blackfinopt-decoded.wav (Text is german, hope that doesn't matter...) Am I doing something wrong? Or is there a bug in the blackfin assembler code? Thanks for answers, Bernhard Gerlach Technical University Ilmenau Germany ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2009 Sep 18
5
Using variables in virtual resources
Hi. I''ve defined a virtual user "kenneth", and depending on a variable in the node definiton I''d like to add the users to different groups. Consider this example: ###### Code start node "server.example.com" { $server_type = "typeA" realize User[kenneth] } @user {"kenneth": ensure => present, uid => 1000,
2005 Oct 26
1
Noisy sound quality with Blackfin in WB-mode
...by the decoder. But I couldn't finish the tests til now, because I got files with wrong overall playing time entries in the wav-header for some --force- options. I'm not finished trying to reproduce this behaviour on a x86/ PC. So, unfortunately no results for this so far. Bernhard Gerlach Technical University Ilmenau Germany
2005 Oct 25
0
Noisy sound quality with Blackfin in WB-mode
...ably* some kind of bug and/or invalid assumption in the blackfin assembly. Could you check if that happens on all wideband modes (and none of the narrowband modes)? Also, testing with 1.1.10 would help (in case I broke something in svn). Jean-Marc Le lundi 24 octobre 2005 ? 11:22 +0200, bernhard.gerlach@stud.tu-ilmenau.de a ?crit : > Hello all, > > I'm testing the Speex codec for my diploma thesis on a BF-533 Blackfin under > uCLinux (2005R3 RC3 release). I successfully compiled the Speex (1.1.11-svn) > and I can encode/decode wav-files on my STAMP-board using the speexenc/spee...
2009 Jun 18
7
Testing if a resource is already defined
Hi gang, Is it possible to test if a particular resource has already been defined? I''d like to do something like this: if !Host["$fqdn"] { host {"$fqdn": ip => "$ipaddress_eth0" } } Essentially, test to see if there is no Host resource defined for the current server and if not, add a host entry for itself using the IP address of eth0. Possible?
2005 Nov 12
2
Noisy sound quality with Blackfin in WB-mode
...-47,7 +47,7 @@ spx_word32_t ac0=1; spx_word32_t ac32[11], *ac32top; int shift, ac_shift; - ac32top = ac32+10; + ac32top = ac32+lag-1; int lag_1, N_lag; int nshift; lag_1 = lag-1; Let me know if it works. Jean-Marc Le mercredi 09 novembre 2005 ? 14:02 +0100, Bernhard Gerlach a ?crit : > Hello Jean-Marc, > > I disabled the Blackfin optimization functions one by one and found > the error in libspeex/lpc_bfin.h in the autocorrelation computation. > Compared to the fixed-point-variant of that function (from lpc.c), > the blackfin-code produces corr...
2005 Oct 26
2
Noisy sound quality with Blackfin in WB-mode
...d UWB combinations, no matter if its the 1.1.11-svn or the 1.1.10 version. No difference between blackfin+fixed and fixed-only in NB modes. The sound is getting even worse when comparing WB to UWB modes. Also sound seems to get worse with raising quality values. Hope that helps, Bernhard Gerlach Technical University Ilmenau Germany
2013 Nov 22
2
Scientific Linux as guest. Can't install with virt-manager because key "tab" in use
Please help, I can't install Scientific Linux 6.3 with virt-manager because the key tab switches between kvm windows. I urgently need tab to go on in install process. see screenshot: http://aiai.de/foren/scientificLinux_tab.png Even in fullscreen mode tab changes to kvm window and not to button "continue" for installation process. please help, I want to install scientific linux as
2013 Nov 22
0
Re: Scientific Linux as guest. Can't install with virt-manager because key "tab" in use
On Fri, 22 Nov 2013 23:23:29 +0100 E Gerlach <egerlach@aiai.de> wrote: > Please help, I can't install Scientific Linux 6.3 with virt-manager > because the key tab switches between kvm windows. I urgently need > tab to go on in install process. see screenshot: > http://aiai.de/foren/scientificLinux_tab.png > > Eve...
2012 May 29
1
win-xp guest after reboot: could not open disk image /dev/sr0: mo medium found and extreme sluggisch
Hi, win-xp won't boot after installation. The CD is needed to boot from. How can I convince win-xp to boot? That's what I did: ================== I installed win-xp guest on debian squeeze: # virt-install --connect qemu:///system --name winxp-prof --ram 1024 \ --disk path=/dev/vg-levo/winxp-kvm,size=10 \ --network bridge:br0 --vnc --os-variant winxp --cdrom /dev/sr0
2009 Aug 10
0
Fwd: CyberPower OR2200
...e > listed as compatible with the NUT usbhid-ups driver. If you need any > additional information I would be happy to try to obtain it from our > software/firmware group. If you can let me know precisely what he > needs > I will see if I can obtain it. > > Regards, > Joel Gerlach > Cyber Power Systems (USA), Inc. > 877-297-6937 x7917 > > > he can be contacted at jgerlach at cpsww.com if you are interested in > obtaining more information about the software. or if you wish simply > let me know what you need and i will do my best to get the data for >...
2005 Nov 05
2
Noisy sound quality with Blackfin in WB-mode
Hello Jean-Marc, > Got any luck with the Blackfin stuff? One thing I forgot mentioning that > would probably help a lot in narrowing down the bug is to simply disable > assembly functions one by one and see which one breaks Speex. sorry that I didn't reply for some days. Unfortunately I had some other serious problems with my software which are not related to Speex. I hope to solve
2010 Jan 18
7
reload/restarting puppetd after puppet.conf change
Subject basically says it all. Anyone have a good idea of how to get puppetd restarted after installing a updated puppet.conf? Using the Service types obviously doesn''t work since puppet is already running. Is there no, please reload your config on the next run option? I mean there is always some screwing with a cronjob to just restart puppet once and awhile but I dunno I was
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running a chkconfig <service>. However, as far as I can tell, puppet should be running a chkconfig --add <service>, otherwise the symlinks don''t get created from the service in /etc/rc.d/rc6.d back to the service in /etc/init.d. As as a result, the service is not stopped on shut down. I must be missing something
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...;rvdheij@gmail.com> Robert Berger <rber.git@ReliableEmbeddedSystems.com> Robert E Garrett <robertX.e.garrett@intel.com> Robert Evans <Robert.Evans@stratus.com> Robert Garrett <robertx.e.garrett@intel.com> Robert Garrett <RobertX.Garrett@intel.com> Robert Gerlach <khnz@gmx.de> Robert Jarzmik <robert.jarzmik@free.fr> Robert Jennings <rcj@linux.vnet.ibm.com> Robert Lee <rob.lee@linaro.org> Robert Lemaire <rlemaire@suse.com> Robert Love <robert.w.love@intel.com> Robert Marklund <robert.marklund@stericsson.com&...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...t;rber.git@ReliableEmbeddedSystems.com> Robert de Vries <rhdv@xs4all.nl> Robert E Garrett <robertX.e.garrett@intel.com> Robert Evans <Robert.Evans@stratus.com> Robert Garrett <robertx.e.garrett@intel.com> Robert Garrett <RobertX.Garrett@intel.com> Robert Gerlach <khnz@gmx.de> Robert Jarzmik <robert.jarzmik@free.fr> Robert Jennings <rcj@linux.vnet.ibm.com> Robert Lee <rob.lee@linaro.org> Robert Lemaire <rlemaire@suse.com> Robert Love <robert.w.love@intel.com> Robert Marklund <robert.marklund@stericsson.com&...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...t;rber.git@ReliableEmbeddedSystems.com> Robert de Vries <rhdv@xs4all.nl> Robert E Garrett <robertX.e.garrett@intel.com> Robert Evans <Robert.Evans@stratus.com> Robert Garrett <robertx.e.garrett@intel.com> Robert Garrett <RobertX.Garrett@intel.com> Robert Gerlach <khnz@gmx.de> Robert Jarzmik <robert.jarzmik@free.fr> Robert Jennings <rcj@linux.vnet.ibm.com> Robert Lee <rob.lee@linaro.org> Robert Lemaire <rlemaire@suse.com> Robert Love <robert.w.love@intel.com> Robert Marklund <robert.marklund@stericsson.com&...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...t;rber.git@ReliableEmbeddedSystems.com> Robert de Vries <rhdv@xs4all.nl> Robert E Garrett <robertX.e.garrett@intel.com> Robert Evans <Robert.Evans@stratus.com> Robert Garrett <robertx.e.garrett@intel.com> Robert Garrett <RobertX.Garrett@intel.com> Robert Gerlach <khnz@gmx.de> Robert Jarzmik <robert.jarzmik@free.fr> Robert Jennings <rcj@linux.vnet.ibm.com> Robert Lee <rob.lee@linaro.org> Robert Lemaire <rlemaire@suse.com> Robert Love <robert.w.love@intel.com> Robert Marklund <robert.marklund@stericsson.com&...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...t;rber.git@ReliableEmbeddedSystems.com> Robert de Vries <rhdv@xs4all.nl> Robert E Garrett <robertX.e.garrett@intel.com> Robert Evans <Robert.Evans@stratus.com> Robert Garrett <robertx.e.garrett@intel.com> Robert Garrett <RobertX.Garrett@intel.com> Robert Gerlach <khnz@gmx.de> Robert Jarzmik <robert.jarzmik@free.fr> Robert Jennings <rcj@linux.vnet.ibm.com> Robert Lee <rob.lee@linaro.org> Robert Lemaire <rlemaire@suse.com> Robert Love <robert.w.love@intel.com> Robert Marklund <robert.marklund@stericsson.com&...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...Butora <robert.butora.fi@gmail.com> Robert de Vries <rhdv@xs4all.nl> Robert E Garrett <robertX.e.garrett@intel.com> Robert Evans <Robert.Evans@stratus.com> Robert Garrett <robertx.e.garrett@intel.com> Robert Garrett <RobertX.Garrett@intel.com> Robert Gerlach <khnz@gmx.de> Robert Jarzmik <robert.jarzmik@free.fr> Robert Jennings <rcj@linux.vnet.ibm.com> Robert Knight <knight@princeton.edu> Robert Lee <rob.lee@linaro.org> Robert Lemaire <rlemaire@suse.com> Robert Love <robert.w.love@intel.com> Robert...