I'm using 0.9beta19-3 on Debian testing/unstable which is, I think, the newest
release version of ardour.
The problem I have is that for _some_ of my projects the routing settings are
not completely restored (or saved?). That means, if I open the project, most
gain sliders in the mixers are set to zero and all output routes are pointing
to nowhere, which is surely not what I've set them to.
After having a look at the mantis bugtracking system I found no bug report
regarding this and wanted to ask if some of you are having the same problem.
Thanks for any help.
-Sebastian
hi,
I had jack working until in installed jack-audio-connection-kit-devel
(which i needed in order to build pd from source with jack capabilities
enabled.
now jack wont start, i get this error:
18:12:05.824 Could not connect to JACK server as client.
cannot read connection request from client
cannot complete new client connection process
could not attach as client (duplicate client name?)
any ideas?
thanks
rob
planetccrma + fedora core 2 +
18:07:20.101 /usr/local/bin/jackd -dalsa -dhw:0 -r44100 -p2048 -n2
18:07:20.114 JACK was started with PID=6972 (0x1b3c).
jackd 0.99.10
Hi All! I am new to this mailing list. I was making sound for two years,
then i stopped. Now I am thinking of return, but want to try the *nix
platform instead. In near future, im thinking of buying new computer, so
then i'll install some distro of linux. For now i was just wondering if i
can hear anyone's work on linux audio apps (mp3 pref.) demonstrating the
potential of linux.
thanks in advance
ping
<<Two problems:
1. The original script used a syntax msg( alsactl restore ....). This does not
to anything.
2. The script as I changed it with a direct call to alsactl restore is
apparently no being run or being run out-of-order on startup.
<<<
Actually, the thing gets muted out when loging in or out from a KDE session.
Not nice.
Thanks a lot for the help Paul!
One more quick question though, has the issue with jackd + alsa + hdsp ever been fixed where jackd only allows 2 periods and no other number?
Best wishes,
Ico
>Hence, I've been wondering what do I need to do to automate hdsploader as soon
> as the cardbus has been connected?
using the new modprobe.conf syntax ....
install snd-hdsp /sbin/modprobe --first-time --ignore-install snd-hdsp && { /usr/bin/hdsploader; }
I had to rebuild my system a couple of weeks ago, and I'm having some
trouble with sound. What I want to have work is my SBLive sound card
under alsa.
I did the install from a knoppix disk, and I boot it with the alsa
option. I can play sounds using timidity, aplay, and realaudio (at least),
and record using audacity. kmix seems to work correctly.
However, when I try to run most of the mixers, I get error messages,
and therefore I can't use sound apps that expect to be able to run a
mixer.
I seem to get all the same errors whether I'm root or a user, so I
think the permissions are set up correctly.
Here are some sample error messages:
#pydance
pygame.error: mixer system not initialized
#pysol
Traceback (most recent call last):
File "/usr/share/games/pysol/pysolaudio.py", line 229, in startServer
self.audiodev.init()
error: unable to open audio: No available audio device
PySol: could not connect to pysolsoundserver, sound disabled.
root@tuba:/etc/init.d# ./alsa restart
Storing ALSA mixer settings...failed.
Starting ALSA..../alsa: Error: alsactl restore failed with message 'alsactl: load_state:1134: No soundcards found...'.
done.
root@tuba:/etc/init.d#
[~]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
[~]#
[~]# amixer
amixer: Mixer attach default error: No such device
Does anyone have any idea what could be wrong? I've done a lot of
googling, and these error messages aren't uncommon, but none of the
suggested solutions seems to work for me.
--
Laura (mailto:lconrad@laymusic.org , http://www.laymusic.org/ )
(617) 661-8097 fax: (501) 641-5011
233 Broadway, Cambridge, MA 02139
Sorry for the repost - first post went a bit astray
Hello all
Just recently updated debian unstable and I am not sure if it was just
coincidence, but if an ardour session is loaded and I start rosegarden,
somewhere in the middle of initialising a session ardour gets killed. In
fact it is impossible for the two apps to coexist rosegarden always kills
ardour
Anybody else seeing this with debian
Dave
Ps anybody getting debian version of jackeq to work properly?
> > I built and installed the lsm kernel ontop of T3, but on boot
> > I get
> > Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
>
> This error cannot possibly be caused by the realtime LSM patch.
> Are you sure the config matches your running config otherwise?
Here is my diff
config
3,4c3,4
< # Linux kernel version: 2.6.9-rc3-mm3-VP-T3
< # Sat Oct 23 21:30:53 2004
---
> # Linux kernel version: 2.6.9-rc3-mm3-VP-T3-lsm
> # Sat Oct 30 19:54:32 2004
2082c2082
< CONFIG_SECURITY_CAPABILITIES=y
---
> # CONFIG_SECURITY_CAPABILITIES is not set
2084a2085
> CONFIG_SECURITY_REALTIME=y
I patched the source by hand, as patch using the diff Lee provided at
http://lkml.org/lkml/diff/2004/10/8/243/1
complains of an incomplete patch
Could the disks filesystem have some security setting that the
kernel does not now have, post-patch?
e.g. SECURITY_REALTIME=1 in include/linux/sysctl.h?
Only a guess...
Thanks for the help! I hope this enables my jackd to run in
realtime without weird errors.
-thewade
On Monday 01 November 2004 08:29, linux-audio-user-request(a)music.columbia.edu
wrote:
> > A long time bug in recent kernels: Mixer settings have not been
> > saved/restored and everything comes up very silent.
>
> Just checking: you rememberd to do chkconfig alsasound after installning
> alsa? I had this very same problem after installing planet ccrma on my
> FC1 until I found out I had skipped the chkconfig part of the install.
Stuff was upgrade-installed by apt-get Debian package utilty. Offers choice of
overwriting or keeping configs. I have no chkconfig.
Two problems:
1. The original script used a syntax msg( alsactl restore ....). This does not
to anything.
2. The script as I changed it with a direct call to alsactl restore is
apparently no being run or being run out-of-order on startup.