Greetings:
I installed RealPlayer on a machine running RH 8.0 and PlanetCCRMA. At
first it worked fine, but now it gets the following error on startup
under KDE :
SNDCTL_DSP_SETFMT failed
Cannot allocate memory
Anyone know how to resolve the problem ? Is artsd the culprit here ?
RealPlayer also complains that another application has the sound
device. Weird: this machine has a SBLive installed with the PlanetC ALSA
drivers, I don't understand why RealPlayer complains about not being
able to access the device. So, how do I check to see who's hogging the
resources ?
Best regards,
== Dave Phillips
The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
The Linux Soundapps Site at http://linux-sound.org
I have found a CD with audio files and would like to know what format
they are. (I know very little about different audio formats, sorry.)
The label on the CD says they are MP3, but the files have names like
1.wav 2.wav
mp3blaster 1.wav Bad sound file format.
cp 1.wav /tmp/1.mp3
mp3blaster /tmp/1.mp3 Sound device control error.
play 1.wav playing 1.wav
('play' plays the file and considering it's duration it is much too long
to be a normal .wav file, IMHO)
file 1.wav
1.wav: RIFF (little-endian) data, WAVE audio, Microsoft ADPCM, mono 44100 Hz
I thought WAVE was a format without compression? The duration of the files
(when played by 'play') shows that this is not possible. So what is it?
BTW: The file (loaded like a text file in emacs ;-) starts with
RIFFBä^BWAVEfmt 2 (where ^B is *one* byte)
Thank you for sharing your knowledge,
Robert
Hello,
I'm looking at (for now) utilizing the SB 128PCI's I have laying around
and doing 3 of those for input and 1 SB Live Value for midi and output.
Any recommendations against that, or thoughts that an SB 16 PCI would be
better? I have access to a few of those as well.
As I said in my posts awhile back, I have 2 instrument mics, 1 vocal mic,
and a keyboard with midi. The mics are all XLR with 1/4" (transformers?).
Will I be needing any preamps/mixer for these? If so any recommendations
for something with 3 mic preamps?
I apoligize for all the questions. I'm quite new to the audio world and
have only ever had real user experience with Soundforge on a win98 box :)
I'm looking forward to some hardcore stuff once I learn.
Thanks!
Bryan
Hey all,
I'm sort of a Linux newbie. I've been using Linux pretty much
exclusively for a little over a month. I've used and developed on
Unix for several years, so much of it is familiar to me.
Anyway, I got ALSA up and running fine on my desktop machine, but am
having problems with my laptop. I searched the web for days and
can't seem to find consistent information, so I wonder if you guys
could help.
My laptop is an IBM Thinkpad T20 with a "Cirrus Logic CS-4614/22/24
CrystalClear SoundFusion Audio Accelerator" soundcard. I'm running a
fairly "vanilla" installation of RedHat 8.0, meaning I didn't
reconfigure the kernel or anything like that. The kernel version is
2.4.18-14. The OSS driver for cs46xx was installed, and I believe
the sound test worked during installation. But since then, audio has
not worked at all. XMMS will play,and you can see the meters
popping, but no sound comes out of the speakers or headphones.
I downloaded the ALSA 0.9.1 tarballs and ran through the
installations. The first problem I ran into was unresolved symbols
due to symbol versioning in the kernel. I fixed that by adding the
following to the alsa-driver Makefile:
ifdef CONFIG_MODVERSIONS
CPPFLAGS += -include
/usr/src/linux-2.4.18-14/include/linux/modversions.h
endif
So, I did a make clean, reran the ./configure, make, make install,
./snddevices, and installed alsa-lib and alsa-util. At some point I
had to rmmod the cs46xx OSS driver because it complained that it was
in use. I also chmod'ed the /dev files as the doc suggested.
I used gnome-alsamixer to unmute the channels and set levels. At
first alsaplayer would play a file (.wav or .mp3) and the meters
would show activity, but no sound would be present. Now, when I try
to run alsaplayer, play, or xmms I get an error message that says
"Cannot open device: /dev/dsp".
So has anyone gotten ALSA 0.9.1 to work on this kernel? Should I use
a different ALSA package or a different kernel? Any suggestions
would be greatly appreciated.
Thanks,
Greg Reddin
__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
Hi all,
I saw a couple posts on this matter on other lists namely from people
who are trying to make multimedia Linux boxes using CCRMA packages and
RH 8.0.
The issue at hand is that many of the newer machines with cheapo
embedded video cards use Intel 845G chipset which is unsupported by RH
8.0's XFree 4.2. However, XFree 4.3 does support it and so the following
needs to be done (assumption is that you have a reasonably fast internet
connection, otherwise this might prove to be pain -- total d/l amount is
approx. 70MB):
1) Install RH 8.0 in command-line mode (graphics mode will most likely
fail -- it did on mine, although it might have been partially due to use
of an outdated flatscreen monitor that did not allow even the
framebuffer mode)
2) Skip XFree config (if you really feel compelled to configure it, do
NOT test it, it WILL fail)
3) Upon reboot, using Internet connection, connect to the following ftp
in order to retrieve XFree 4.3 version of the x server for the RH 8.0
(you might try the Rawhide mirrors as well but I am not sure whether
those will work):
ftp://people.redhat.com/mharris/testing/unstable/XFree86
(thanks to Mike Harris from Redhat for making them)
4) Install XFree packages by doing:
rpm -Uvh *.rpm --nodeps --force (don't worry it should be ok, at least
it was on mine :-)
5) configure up2date
6) run:
up2date glibc
(you need 2.3.2 for Xfree 4.3, and the one that comes with RH is
2.2.something)
7) Upon finishing installation, run:
redhat-config-xfree86 -o /etc/X11/XF86Config
(you might need to tinker with the config file, depending on your
monitor and other hw)
8) Try starting x server with:
startx
9) Now, you should be up and running, but you still need to enable
acceleration (since otherwise anything with OpenGL will be simply
impossible to use). You need to get the new version of DRI (which
reports errors since the kernel module i830.o is ver.1.2 not 1.3 as
required by Xfree4.3). So go download new DRI package for 4.3 from here:
http://www.xfree86.org/~alanh/linux-drm-4.3.0-kernelsource.tar.gz
(big thanks to Leif Delgass for pointing this out)
10) untar the package and make the new module by doing:
make -f Makefile.linux
11) install the i830.o file by copying it to the
/lib/modules/<kernel-version>/kernel/drivers/char/drm/
(you might wanna backup the old module to something like old-i830.o just
in case something screws up)
12) Now reboot the machine and check the /var/log/XFree86.0.log for any
DRI errors. You might also wanna run the glxgears or something similar
to see if everything is ok. Don't expect much of a fps increase, though
(I had 336 fps on the studio's 2.4GHz P4 machine, while with DRI it went
up to only 400+ fps). What you will, however, see is the smoother moving
the OpenGL window around the desktop and generally better system
responsiveness.
Now I can even play the Tuxracer at a reasonable framerate. Yay! That's
it. Hope someone finds this helpful. Cheers!
Ivica Ico Bukvic
http://meowing.ccm.uc.edu/~ico
hi,
i'm trying to get my midisport1x1 running. i have had the 2x2 running fine [a friends]. the odd thing is the light comes on the 1x1 device, yet i don't get any midi input reaching my software.
also /var/log/syslog says the following:
//-->
Mar 31 04:16:39 dropWorld kernel: hub.c: new USB device 00:1f.2-1, assigned address 10
Mar 31 04:16:39 dropWorld kernel: usb.c: USB device 10 (vend/prod 0x763/0x1011) is not claimed by any active driver.
Mar 31 04:16:42 dropWorld usb.agent: ... no modules for USB product 763/1011/121
//<--
to install it i used the extracted windows driver on the install cd that came with the product using the method shown on this page:
http://www.informatik.uni-halle.de/~ladischc/midisport-firmware/
i have looked at the ezusbmidi project, but i can't find any debian packages for the ezusb system, or even tarballs. should i try this cvs?
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/linux-hotplug/firmware/ezusb…
if so how do i point cvs to this.. what's the module name?
cheers,
julian oliver
//-->
nick -> delire
home -> http://selectparks.net
key -> http://selectparks.net/jkey.txt
As seen on sane-devel (Yes - that's SANE, the scanner people!)
Ross
----- Forwarded message from Martin Langer <martin-langer(a)gmx.de> -----
From: Martin Langer <martin-langer(a)gmx.de>
To: sane-devel(a)mostang.com
Subject: [sane-devel] What about creating music with scanning devices?
X-BeenThere: sane-devel(a)www.mostang.com
X-Mailman-Version: 2.0.11
List-Help: <mailto:sane-devel-request@www.mostang.com?subject=help>
List-Post: <mailto:sane-devel@www.mostang.com>
List-Subscribe: <http://www.mostang.com/mailman/listinfo/sane-devel>,
<mailto:sane-devel-request@www.mostang.com?subject=subscribe>
List-Id: SANE developer's mailing list. <sane-devel.www.mostang.com>
List-Unsubscribe: <http://www.mostang.com/mailman/listinfo/sane-devel>,
<mailto:sane-devel-request@www.mostang.com?subject=unsubscribe>
List-Archive: <http://www.mostang.com/pipermail/sane-devel/>
X-Spam-Status: No, hits=-12.7 required=5.0
tests=BAYES_00,KNOWN_MAILING_LIST,USER_AGENT_MUTT
autolearn=ham version=2.50
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp)
Hi,
I've just had an idea about a crazy scanner frontend:
The basic idea is to use a scanner as music instrument and translate a scan
line into music notes (x-scale for differnt notes and intensity for the
volume). Therefore it would be nice to have a constant y value (I don't see an
interesting use for y!). So it would be great to read out that one y-line
and produce MIDI notes until Ctrl-C is pressed.
I'm more involved into the ALSA side of this problem and absolutely new to
sane development. So my question:
Is it possible to solve this (read out one line without y movement) in a
frontend application? Or do I have to patch the backend part? Is there any
developer information available? I've just had a look to some command line
frontends, but they don't touch this point (ok, it's possible that I'm
blind!). But my impression was: they only handle complete scans, which I don't
want to use. Or is there a general problem in the control of scanning
devices, if I have this goal ..... because they were not build for this use.
Is there a counterpart to "sane_get_parameters()" for setting those
parameters, like lines and pixels?
Anybody out there, who can give me some hints or who can say: "Forget It!"
thanks,
martin
_______________________________________________
Sane-devel mailing list
Sane-devel(a)www.mostang.com
http://www.mostang.com/mailman/listinfo/sane-devel
----- End forwarded message -----
--
Ross Vandegrift
ross(a)willow.seitz.com
A Pope has a Water Cannon. It is a Water Cannon.
He fires Holy-Water from it. It is a Holy-Water Cannon.
He Blesses it. It is a Holy Holy-Water Cannon.
He Blesses the Hell out of it. It is a Wholly Holy Holy-Water Cannon.
He has it pierced. It is a Holey Wholly Holy Holy-Water Cannon.
He makes it official. It is a Canon Holey Wholly Holy Holy-Water Cannon.
Batman and Robin arrive. He shoots them.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
anyone heading up to linuxexpo birmingham from london?
i'm going to be there on the 16th, helping out on the Campaign for
Digital Rights stand... just wondering if anyone might be driving and if
i could scrounge a lift - all the other folks are coming from
Cambridge... :-(...
bw
m~
- --
iriXx
www.iriXx.org
copyleft: creativity, technology and freedom?
info(a)copyleftmedia.org.uk
www.copyleftmedia.org.uk
gnupg key at http://www.iriXx.org/pubring.gpg
_
( ) ascii ribbon against html email
X
/ \ cat /dev/sda1 > /dev/dsp
*** stopping make sense ***
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org
iD8DBQE+hZCQ2a60Ya63ox4RAkbKAKCHyVqx8e+cJAtBBYBgSIbOuiMnlQCcCBKO
tQ8Fu86znOxXawAyzZg/NZ0=
=G5qQ
-----END PGP SIGNATURE-----
Hi,
when I try to record with snd by selecting record in the file menu, the
record window opens but freezes without properly displaying the
controls. Recording with other tools like sweep works without any problems.
I am using RedHat 8.0 and installed the kernel and alsa drivers from
planet ccrma.
Any clues?
r(a)l.f
hello everyone !
for those who are interested, some tapes from the presentations at the
LAD meeting are now online at
http://www.linuxdj.com/audio/lad/eventszkm2003.php3 ,
together with the slides and the long-awaited mug shots by fernando :)
i'll be off for a week now, and unfortunately i won't get all of the
stuff uploaded in time... check back in a week or so.
best,
jörn
ps: some links are currently broken. will be fixed asap.
--
All Members shall refrain in their international relations from
the threat or use of force against the territorial integrity or
political independence of any state, or in any other manner
inconsistent with the Purposes of the United Nations.
-- Charter of the United Nations, Article 2.4
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linuxdj.com/audio/lad/ (Linux Audio Developers)