[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2011-01-25 Thread Jonathan M. Prigot
/dev/dsp is part of the old OSS sound system and is not present in the
current ALSA sound system. I tried installing oss-compat which is
supposed to take care of this. It doesn't. Ended up installing oss4-core
and oss4-dkms.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/200181

Title:
  after upgrade to 7.10 gramofile bring the followin failure /dev/dsp:
  invalid argument

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2010-03-26 Thread mk
It looks like gramofile couldn't simply find bplay_gramo in my first
attempt when nothing was happening. Going through the debian package put
everything automatically into the path (and stripped the binaries of the
debugging information).

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2010-03-25 Thread mk
woodyson, what exactly have compiled? The original unpatched version 1.6, or 
the debianized patched version 1.6-8.
I have so far tried the latter, also on Jaunty 9.04. The code I got runs 
without any error messages, but does not when I want to play or record.

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2010-03-25 Thread mk
I wanted to write:  does not DO ANYTHING when when I want to play or
record something.

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2010-03-25 Thread mk
Actually, it worked after all. One has to INSTALL  the binaries. At
first I just run debian/rules build, and tried to run the resulting
gramofile binary without any other actions with the results reported
above. As it took me some time to figure it out, it may be useful for
others who are also new at compiling packages from source, to summarize
it. The easiest way is to follow this steps:

1.   apt-get source gramofile

2.  apt-get build-dep gramofile

3.  cd gramofile-1.6

4.  fakeroot debian/rules binary

5.  cd ..

6  dpkg -i gramofile_1.6-8_i386.deb

7. Now you can delete the gramofile-1.6 directory and all the other 
intermediate files yuu don't want to keep


In step 1. the downloaded archives are extracted and the patches are
applied, so that the directory gramofile-1.6 created in that step
actually contains the code for version 1.6-8.

Step 4 creates the binary debian package gramofile_1.6-8_i386.deb that one can 
distribute. It contains binary gramofile and bplay_gramo that are smaller than 
those created by debian/rules build.
Only after I installed this debian package in step 6 as any other debian 
packages, did my gramofile started to work. Even my first version created by 
debian/rules build.
I also tried in 4.  binary-arch, but it did not seem to do any difference for 
my system. I was able to copy my gramofile_1.6-8_i386.deb to another machine (a 
Dell mini 9), install it there and it worked. On both machine the binary 
gramofile package installed from Ubuntu did not work, gave the same message as 
others reported above (/dev/dsp: invalid argument)

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2010-01-17 Thread woodyson
I also have the problem on Jaunty 9.04.  I downloaded the source and ran
make to re-build the package (with no changes to source code) and it
works fine.

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2009-01-19 Thread PFis
I found a workaround by compiling gramofile with the sndfunc.c from actual 
bplay-0.991.
I have no deeper idea of C-programming - in new sndfunc.c /dev/dsp will 
addressed via a pointer *audev (see below) - the old one directly takes 
AUDIO. 
Maybe this can give an idea where the problem is 
Peter
=
** brec/sndfunc.c (C) David Monro 1996
...
#define AUDIO /dev/dsp
...

char *audev = AUDIO;   /* this is new in bplay-0.991 */
=

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2008-12-04 Thread h4ck3r
I wish they would fix this... Gramofile is a wonderful program.

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2008-11-03 Thread Michael Nagel
** Changed in: gramofile (Ubuntu)
   Status: New = Confirmed

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2008-06-14 Thread yello
Same problem here.

I've found related solutions but they are for the 'no sound' problem so,
as I have sound, I'm not going to risk messing it up!

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2008-06-04 Thread profisch
I have the same problem since upgrading from  7.04 to 7.10. I posted it
also on the German forum forum.ubuntuusers.de and got feedback from
two other people having the same problem. But nobody seems to know a
solution.

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2008-06-01 Thread Michael Nagel
** Changed in: gramofile (Ubuntu)
Sourcepackagename: None = gramofile

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 200181] Re: after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid argument

2008-05-29 Thread BTF2
I encountered the issue in Gutsy too, and note that it is also present
in Hardy.

I have tried gramofile on various PCs, each with different audio
hardware, all running 32-bit versions of Gutsy/Hardy, and encounter the
issue every time. As far as I can see gramofile launches without user-
supplied arguments, either  supplied directly or via config files.

-- 
after upgrade to 7.10 gramofile bring the followin failure /dev/dsp: invalid 
argument
https://bugs.launchpad.net/bugs/200181
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs