Hi,
I learnt that there is a bunch of good rt-kernels for Debian in
Pengutronix repos. Thanks to youki on 64 Studio forum for the tip:
"Add this to your sources.list:
deb http://debian.pengutronix.de/debian/ sid main contrib non-free
And install the package pengutronix-archive-keyring for the key."
They should work at least in Lenny, Sid and AVLinux 3.0. And why not in
Squeeze too.
I use currently 2.6.31.6-rt19-1-amd64 in Lenny, rolls just fine.
Greetings,
Tapani
I'm trying to build the alsa-source package on Debian Lenny.
It hates me.
I've built the kernel_image and kernel_headers, no problem.
But as for alsa-source? Forget it.
# make-kpkg --rootcmd fakeroot --append-to-version=-kr4 --added-modules alsa-driver kernel_image kernel_headers modules_image 2>&1 |less
exec debian/rules DEBIAN_REVISION=2.6.26.8-rt12-kr4-10.00.Custom APPEND_TO_VERSION=-kr4 KPKG_SELECTED_MODULES="alsa-driver" kernel_image kernel_headers modules_image
/usr/bin/make -f ./debian/rules debian/stamp/binary/pre-linux-image-2.6.26.8-rt12-kr4
make[1]: Entering directory `/usr/src/linux-2.6.26.8'
make[1]: `debian/stamp/binary/pre-linux-image-2.6.26.8-rt12-kr4' is up to date.
make[1]: Leaving directory `/usr/src/linux-2.6.26.8'
/usr/bin/make -f ./debian/rules debian/stamp/binary/pre-linux-headers-2.6.26.8-rt12-kr4
make[1]: Entering directory `/usr/src/linux-2.6.26.8'
make[1]: `debian/stamp/binary/pre-linux-headers-2.6.26.8-rt12-kr4' is up to date.
make[1]: Leaving directory `/usr/src/linux-2.6.26.8'
for module in /usr/src/modules/alsa-driver ; do \
if test -d $module; then \
(cd $module; \
if ./debian/rules KVERS="2.6.26.8-rt12-kr4" KSRC="/usr/src/linux-2.6.26.8" \
KMAINT="Unknown Kernel Package Maintainer" KEMAIL="unknown(a)unconfigured.in.etc.kernel-pkg.conf" \
KPKG_DEST_DIR="/usr/src/linux-2.6.26.8/.." \
KPKG_MAINTAINER="Unknown Kernel Package Maintainer" \
KPKG_EXTRAV_ARG="EXTRAVERSION=.8-rt12-kr4" \
ARCH="x86_64" \
KDREV="2.6.26.8-rt12-kr4-10.00.Custom" kdist_image; then \
echo "Module $module processed fine";
\ else \
echo "Module $module failed."; \
if [ "X" != "X" ]; then \
echo "Perhaps $module does not understand --rootcmd?"; \
echo "If you see messages that indicate that it is not"; \
echo "in fact being built as root, please file a bug "; \
echo "against $module."; \
fi; \
echo "Hit return to Continue"; \
read ans; \
fi; \
); \
else \
echo "Module $module does not exist"; \
echo "Hit return to Continue?"; \
fi; \
done
/bin/sh: line 0: [: -lt: unary operator expected
/bin/sh: line 0: [: -eq: unary operator expected
/bin/sh: line 0: [: -eq: unary operator expected
/bin/sh: line 0: [: -lt: unary operator expected
/bin/sh: line 0: [: -eq: unary operator expected
/bin/sh: line 0: [: -eq: unary operator expected
/bin/sh: line 0: [: -gt: unary operator expected
/bin/sh: line 0: [: -ge: unary operator expected
/bin/sh: line 0: [: -lt: unary operator expected
/bin/sh: line 0: [: -ge: unary operator expected
make[1]: Entering directory `/usr/src/modules/alsa-driver'
make[1]: *** No rule to make target `kdist_image'. Stop.
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.
Hit return to Continue
Why oh why? Unary operator, what the hell? kdist_image, what is that?
Seriously, yuck.
All I'm trying to do is get a more recent ALSA driver than the 1.0.16 that is included in this kernel. And I want it to be in a separate Debian package so I can swap it out at will. Whiskey Tango Foxtrot?
-ken
Hi all I'm new to this list, guitar player I'm running Ubuntu Studio. I
like home studio, recording, playing, mastering, actully I love musique
and everything about sounds under Linux.
Regards from Paris
Teza.
last night I played with tapeutape for some time, and it's a really
nice application. I took some drum samples from hydrogen's drumkits,
loaded them up, and had a ball playing them via seq24. here are some
good points to consider:
1. it works great as a drum sampler. throw a bunch of, say, hihat
samples at it, and it will spread them across the velocity ranges so
it will respond just like you would expect;
2. it's light, so if you don't want to call up hydrogen just for a
drumkit, it works great for that.
3. don't stop at drum samples! once my drumkit was loaded, I loaded a
few bass loops in there to trigger, and they worked just great, too.
finally, one little glitch I noticed: when you go to save your file,
you might notice that no matter what you type for a filename, the save
box is greyed out (unavailable). just put ".tap" after your filename,
and you can click save.
anyway, thought I would throw some props to this nice app.
http://www.tardigrade-inc.com/index.php/En/Tapeutape
--
Josh Lawrence
http://www.hardbop200.com
A great project, thanks! I'm not up to speed with dbus - does jackit 116.2 already have dbus compiled?
when I start gladish I get:
[root@localhost ~]# gladish
Loading glade from /usr/local/share/ladish/gui.glade
dbus_call: calling method 'IsStarted' failed, error is 'The name org.jackaudio.service was not provided by any .service files'
new studio request
StudioAppeared
Segmentation fault
When I try to save I get:
[root@localhost ~]# ladish_control ssave
--- studio save
DBus exception: org.freedesktop.DBus.Error.UnknownMethod: Method "Save" with signature "" on interface "org.ladish.Studio" doesn't exist.
This is what ladiconf says:
[root@localhost ~]# ladiconf
Traceback (most recent call last):
File "/usr/bin/ladiconf", line 28, in <module>
jack = laditools.jack_configure()
File
"/usr/lib/python2.6/site-packages/laditools/jack_configure.py", line 37, in __init__
self.controller = self.bus.get_object(service_name, "/org/jackaudio/Controller")
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 244, in
get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 183, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.6/site-packages/dbus/bus.py", line 281, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, incall_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.jackaudio.service was not provided by any .service files
[root@localhost ~]#
Hi all, two quick questions (new to this list, let me know if I'm doing
this wrong),
1) What's support like on Linux on the USB Audio Interfaces? Specific
list below. I guess this is pretty much a 'does alsa support these
devices', at the current moment? Obviously this is the primary
requirement compared to 2).
2) I've got a Shure SM57 dynamic mic which needs amp-ing to get a
useable signal for my laptop. Instead of just getting a pre-amp I was
figuring I may as well get a USB audio interface, enabling me to finally
use the MIDI output of my Korg as well as record a presumably good
signal direct from my SM57. I've seen various complaints on the Fast
Track Pro, for example, that the SM57 volume is just too low for quiet
recording (ex. recording accoustic guitar), and its been confirmed as an
issue by one of their engineers
(http://forums.m-audio.com/showthread.php?t=14610). So the second
question is, is this a general issue with the SM57 and budget USB audio
interfaces, or would one of the list below be better?
I'm looking at the following interfaces:-
a) M-Audio Fast Track Pro
b) Alesis IO|2 Audio/Midi Interface
c) Tascam US-144 USB 2.0 Audio and Midi Interface
d) Edirol UA-4FX USB Audio/MIDI Interface
Please feel free to recommend alternatives with similar feature set (XLR
input, 1/4" input, some sort of MIDI is a preferred bonus).
Thank you all.
Hi!
I'm just waring with a gs3 setup. I got samples and .gig files seperately,
now I'm supposed to import them. Here's the relevant excerpt from the guide:
Right-click in the sample window and choose "Replace all samples in all
folders".
In the "Replace all samples" window, set the Root Directory to the folder
containing the .wav-samples.
Check the "Match samples by name to .wav/.dlx files anywhere under the root
directory
Click on the "Replace" button.
After all samples are replaced, choose "Save" under the "File" menu.
If GigEdit can do this, there's another question: Can I start a LinuxSampler
engine on my system and allow someone to use it from the outside? IOr do I
better compile/install everything necessary here and grant ssh access?
Thanks and kindest regards
Julien
--------
Music was my first love and it will be my last (John Miles)
======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de
Hi
Anyone use the mozilla-plugin-vlc with jack? I use jack with vlc without problems but the mozilla plugin dont sounds ....
I see the .config/vlc/vlcrc ... but dont say nothing about the plugin. Where I can configure that? if there is a place ...
Josep
--
Josep Andreu <holborn(a)telefonica.net>
Yesterday i asked for assistance figuring out how to get mpd + pulse
audio upsampling to 24/192. The results are *fantastic* Bass is deeper
and tighter, decay is longer and vocals are clearer. I don't know why.
It kinda makes sense and it doesn't. It might all be in my head.
Anyhow, now that MPD and pulse are set to 192 they sound great. However,
gstreamer apps drop out after a few seconds, and sometimes pause for a
few then come back in for 5 seconds, then pause, come back in for 5
seconds (playing at the right speed however). Flash (adobe not gnash or
swf) stutters or doesn't come in at all.
Is this a buffering issue or because *they* are playing at the (now)
wrong bit rate? Setting pulse back to default fixes that but i'd really
like to have gstreamer and flash resample to 192 to synch with
pulseaudio.
Looking around i cant figure out a way to tell my system "every thing
you play with gstreamer, resample it to 192 first", and there's
*nothing* on doing it with adobe flash. Any ideas or pointers? Do i
need to have them resample or so i need to increase buffers (somehow)
If i can't do it that preferred way, isn't there a way i can set up
pulse so i can switch the bitrate back and forth with a toggle?
If this is too much hand-holding or not appropriate for this mailing
list just tap my muzzle and point it in the right direction.
Thanks
--
Bearcat M. Şandor
Jabber/xmpp/gtalk/email: bearcat(a)feline-soul.net
MSN: bearcatsandor(a)hotmail.com
Yahoo: bearcatsandor
AIM: bearcatmsandor