Bug#928417: studies disabled in debian

2019-05-05 Thread Pedro Silva
On Sat, 04 May 2019 14:42:28 -0300 Niv Sardi <mailto:x...@btn.sh> 
wrote:
> mozilla is roling out a fix
> https://blog.mozilla.org/addons/2019/05/04/update-regarding-add-ons-in-firefox/
> that said they are using the 'studies' infrastructure to do so, and
> they seem to be disabled in the debian build.

The blog post above keeps updating.

"A Firefox release has been pushed — version 66.0.4 on Desktop and Android, and 
version 60.6.2 for ESR."

Will this update reach Debian Stable/Testing/Unstable/Experimental?

Best regards,
Pedro Silva




<https://www.mozilla.org/firefox/60.6.2/releasenotes/>


Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-23 Thread Pedro Silva
Hi Elimar,

"What is wrong with configuring a
asoundrc?"

It was not required before this package update. Regression?

Best regards,
Pedro Silva

Obter o Outlook para Android<https://aka.ms/ghei36>


From: Elimar Riesebieter 
Sent: Friday, November 23, 2018 9:11:52 AM
To: Eugen Dedu; 913...@bugs.debian.org
Cc: Pedro Silva
Subject: Re: Bug#913045: libasound2: ALSA lib 
pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

* Eugen Dedu  [2018-11-22 22:57 +0100]:

> reopen 913045
> thanks
>
> On Wed, 14 Nov 2018 06:10:35 +0100 Elimar Riesebieter 
> wrote:
> > * Pedro Silva  [2018-11-13 23:48 +]:
> >
> > > On Tue, 13 Nov 2018 23:44:35 +0100 Elimar Riesebieter
> > >  wrote:
> > > > > Heureka!
> > > >
> > > > Could you please test also libasound2-plugins 1.1.7-3 which arrived
> > > > $ dpkg -l | grep libasound2 | awk {'print $2,$3'}
> > > libasound2:amd64 1.1.7-1
> > > libasound2:i386 1.1.7-1
> > > libasound2-data 1.1.7-1
> > > libasound2-dev:amd64 1.1.7-1
> > > libasound2-plugins:amd64 1.1.7-3
> > > libasound2-plugins:i386 1.1.7-3
> > > > If ~/.asoundrc doesn't exist, same error:
> > > > ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
> > > > If previous ~/.asoundrc exists, everything works as expected.
> >
> > Ok, so it seems to be udev's task to set the priority of soundcards.
> > I can't do more here so I am closing this bug hereby.
>
> Hi Elimar,
>
> I have the same problem: sound has always worked, until installing 1.1.7
> version.  With 1.1.7 I have to write the .asoundrc file to make sound work.
> This happens on both my laptops.
>
> I might be wrong, but it seems to me that the problem has nothing to do with
> udev...  Do all Debian users (at least those with Intel sound card) need to
> write the .asoundrc file to make sound work again?
>
> Reopening, since I use unstable and 1.1.7-3 does not work without .asoundrc
> file.

Well, I don't know your environment. Please notice that the
.asoundrc method is usual. What is wrong with configuring a
asoundrc?

And yes, I can't do more here. I'll leave the bug open and maybe tag
it as wontfix in a few weeks

Elimar
--
  We all know Linux is great... it does infinite loops in 5 seconds.
-Linus Torvalds


Bug#913045: [Pkg-alsa-devel] Bug#913045: Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-13 Thread Pedro Silva
On Tue, 13 Nov 2018 23:44:35 +0100 Elimar Riesebieter
 wrote:

> Heureka!
>
> Could you please test also libasound2-plugins 1.1.7-3 which arrived

$ dpkg -l | grep libasound2 | awk {'print $2,$3'}
libasound2:amd64 1.1.7-1
libasound2:i386 1.1.7-1
libasound2-data 1.1.7-1
libasound2-dev:amd64 1.1.7-1
libasound2-plugins:amd64 1.1.7-3
libasound2-plugins:i386 1.1.7-3

If ~/.asoundrc doesn't exist, same error:

ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

If previous ~/.asoundrc exists, everything works as expected.

If you require additional testing or info, please do ask.

Best regards,
Pedro Silva


Bug#913045: [Pkg-alsa-devel] Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-13 Thread Pedro Silva
On Fri, 9 Nov 2018 20:41:17 + Pedro Silva 
wrote:
> No difference.
>
> Reboot, login, start game, sound ok. Start browser, play youtube video,
> playback hangs until game is closed.
>
> cat ~/.asoundrc
> ###
> pcm.!default {
>     type hw
>     card 2
> }
> ###
> ctl.snd_card {
>     type hw
>     card 2
>     device 2
> }
> ###
>
> Best regards,
> Pedro Silva

Hi Elimar,

I found a working ~/.asoundrc :

$ cat .asoundrc
ctl.dmixer {
type pulse
}
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}

I can run Steam Alsa games and youtube videos at the same time (I
believe system wide). I can even connect a bluetooth headset and have it
work without additional setup.

Found the info here :

https://steamcommunity.com/app/221410/discussions/0/618458030650103916/#c618458030650649992

Don't know if this is a libasound2 or steam games bug/feature.

Thank you for your support.

Best regards,
Pedro Silva


Bug#913045: [Pkg-alsa-devel] Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-09 Thread Pedro Silva
On Fri, 9 Nov 2018 06:29:49 +0100 Elimar Riesebieter 
wrote:
> * Pedro Silva  [2018-11-08 22:25 +]:
>
> [...]
> >
> > This is getting weird.
> >
> > Even with the $HOME/.asoundrc file, I've nailed it down to not being
> > able to play two sound sources at the same time.
>
> Could you please add:
>
> ###
> ctl.snd_card {
> type hw
> card 2
> device 2
> }
> ###
>
> to your .asoundrc and try again?
>
> Thanks
> Elimar
> --
> Alles, was viel bedacht wird, wird bedenklich!;-)
> Friedrich Nietzsche

No difference.

Reboot, login, start game, sound ok. Start browser, play youtube video,
playback hangs until game is closed.

cat ~/.asoundrc
###
pcm.!default {
    type hw
    card 2
}
###
ctl.snd_card {
    type hw
    card 2
    device 2
}
###

Best regards,
Pedro Silva


Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-08 Thread Pedro Silva
On Thu, 8 Nov 2018 22:00:03 + Pedro Silva 
wrote:
> On Thu, 8 Nov 2018 19:59:56 +0100 Elimar Riesebieter 
> wrote:
> > >
> > > With the $HOME/.asoundrc, pointed to card 2, the sound is back and
fully
> > > working, thank you.
> > >
> > > You mean that a minor revision to this package caused it to now
require
> > > a manual configuration file?  Why?
> >
> > Hmm, the priority of the sequence of sond devices is done by the
> > kernel (udev|systemd). If you are interested please run a test as
> > follows:
> >
> > Unplug your usb device and reboot. After reboot plug in your usb
> > device and run 'cat /proc/asound/cards'.
> >
> >
> > Boot with a plugged in usb device and run 'cat /proc/asound/cards'.
> >
> > Is there any difference?
> >
> > Elimar
> > --
> > You cannot propel yourself forward by
> > patting yourself on the back.
>
>
> No difference.
>
> As the original bug reporter, please understand that my knowledge of
> Alsa is also limited.
>
> Unplug, reboot, plug, $ cat /proc/asound/cards >
> libasound2bug_reboot_thenplug.txt.
> Reboot.
>
> $ cat /proc/asound/cards
>  0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
>   HDA ATI HDMI at 0xfe96 irq 67
>  1 [Generic    ]: HDA-Intel - HD-Audio Generic
>   HD-Audio Generic at 0xfe80 irq 69
>  2 [USB    ]: USB-Audio - Razer Kraken USB
>   Razer Razer Kraken USB at usb-:09:00.3-4.3,
> full speed
>
> $ diff /proc/asound/cards libasound2bug_reboot_thenplug.txt
> [no output]
>
> My concern is the "it worked before". Anything else besides Alsa and the
> kernel that could cause this issue?
>
> Best regards,
> Pedro Silva

This is getting weird.

Even with the $HOME/.asoundrc file, I've nailed it down to not being
able to play two sound sources at the same time.

Reboot with USB card plugged, login, run game, sound works. Open browser
(firefox), open youtube, play video, doesn't play, hangs playback until
I close the game.

Close browser and game, start browser and play youtube video, everything
ok. Start game, no error message (as the subject of this bug) but no
sound whatsoever.

Needless to say that none of this happened before the upgrade. I haven't
tried to downgrade libasound2 to previous version, but I can if it helps
troubleshooting.

Best regards,
Pedro Silva


Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-08 Thread Pedro Silva
On Thu, 8 Nov 2018 19:59:56 +0100 Elimar Riesebieter 
wrote:
> >
> > With the $HOME/.asoundrc, pointed to card 2, the sound is back and fully
> > working, thank you.
> >
> > You mean that a minor revision to this package caused it to now require
> > a manual configuration file?  Why?
>
> Hmm, the priority of the sequence of sond devices is done by the
> kernel (udev|systemd). If you are interested please run a test as
> follows:
>
> Unplug your usb device and reboot. After reboot plug in your usb
> device and run 'cat /proc/asound/cards'.
>
>
> Boot with a plugged in usb device and run 'cat /proc/asound/cards'.
>
> Is there any difference?
>
> Elimar
> --
> You cannot propel yourself forward by
> patting yourself on the back.


No difference.

As the original bug reporter, please understand that my knowledge of
Alsa is also limited.

Unplug, reboot, plug, $ cat /proc/asound/cards >
libasound2bug_reboot_thenplug.txt.
Reboot.

$ cat /proc/asound/cards
 0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
  HDA ATI HDMI at 0xfe96 irq 67
 1 [Generic    ]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0xfe80 irq 69
 2 [USB    ]: USB-Audio - Razer Kraken USB
  Razer Razer Kraken USB at usb-:09:00.3-4.3,
full speed

$ diff /proc/asound/cards libasound2bug_reboot_thenplug.txt
[no output]

My concern is the "it worked before". Anything else besides Alsa and the
kernel that could cause this issue?

Best regards,
Pedro Silva


Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-08 Thread Pedro Silva
On Thu, 8 Nov 2018 17:56:28 +0100 Elimar Riesebieter 
wrote:
> * Pedro Silva  [2018-11-08 08:56 +]:
> It seems that your HDMI device is your default sound device. If you
> want to use your HDA-Intel to play sound you need a $HOME/.asoundrc:
>
> ###
> pcm.!default {
> type hw
> card 1
> }
> ###
>
> To configure this system wide put it in /etc/asound.config
>
> Elimar

With the $HOME/.asoundrc, pointed to card 2, the sound is back and fully
working, thank you.

You mean that a minor revision to this package caused it to now require
a manual configuration file?  Why?

Best regards,
Pedro Silva


Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-08 Thread Pedro Silva
Hi Elimar,

cat /proc/asound/cards
0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
  HDA ATI HDMI at 0xfe96 irq 67
1 [Generic]: HDA-Intel - HD-Audio Generic
  HD-Audio Generic at 0xfe80 irq 69
2 [USB]: USB-Audio - Razer Kraken USB
  Razer Razer Kraken USB at usb-:09:00.3-4.3, full speed

Best regards,
Pedro Silva

Obter o Outlook para Android<https://aka.ms/ghei36>


From: Elimar Riesebieter 
Sent: Thursday, November 8, 2018 5:07:21 AM
To: Pedro Silva; 913...@bugs.debian.org
Cc: Ryan Lue
Subject: Re: Bug#913045: libasound2: ALSA lib 
pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

* Pedro Silva  [2018-11-07 20:18 +]:

> On Tue, 6 Nov 2018 12:16:18 +0100 Elimar Riesebieter 
> wrote:
> > * Ryan Lue  [2018-11-06 18:51 +0800]:
> >
> > > Package: libasound2
> > > Version: 1.1.7-1
> > > Severity: important
> > >
> > > Dear Maintainer,
> > >
> > > Please forgive my lack of familiarity with ALSA.
> > >
> > > I use sox in a script to play an mp3 via STDIN, using the
> > > AUDIODRIVER=alsa environment variable. Since upgrading libasound2 from
> > > 1.1.6-1 to 1.1.7-1 this morning, the script now gives the following
> > > error:
> > >
> > > ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
> > > play FAIL formats: can’t open output file `default’: snd_pcm_open
> error: No such file or directory
> > >
> > > I ran speaker-test to try to isolate the problem. The output is below:
> > >
> > > speaker-test 1.1.6
> > >
> > > Playback device is default
> > > Stream parameters are 48000Hz, S16_LE, 1 channels
> > > Using 16 octaves of pink noise
> > > ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
> > > Playback open error: -2,No such file or directory
> > >
> > > Sound works throughout the rest of the system – I assume via PulseAudio?
> > >
> > > I’m happy to provide any other information to help diagnose the problem.
> >
> > libasound2-plugins 1.1.7-2 and alsa-utils 1.1.7-1 should arrive soon
> > in testing. Please update them first and come back to this bug
> > report.
> >
> > Thanks for your patience
> >
> > Elimar
>
> Hi Elimar,
>
> I've updated libasound2-plugins and alsa-utils and still hit the same
> issue, this time launching a Steam game (WarThunder).
> Since I updated libasound2 to 1.1.7-1, no sound on the game with the
> same error message:
>
> ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

What tells:
$ cat /proc/asound/cards
?

Elimar
--
  Never make anything simple and efficient when a way
  can be found to make it complex and wonderful ;-)


Bug#913045: [Pkg-alsa-devel] Bug#913045: libasound2: ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

2018-11-07 Thread Pedro Silva
On Tue, 6 Nov 2018 12:16:18 +0100 Elimar Riesebieter 
wrote:
> * Ryan Lue  [2018-11-06 18:51 +0800]:
>
> > Package: libasound2
> > Version: 1.1.7-1
> > Severity: important
> >
> > Dear Maintainer,
> >
> > Please forgive my lack of familiarity with ALSA.
> >
> > I use sox in a script to play an mp3 via STDIN, using the
> > AUDIODRIVER=alsa environment variable. Since upgrading libasound2 from
> > 1.1.6-1 to 1.1.7-1 this morning, the script now gives the following
> > error:
> >
> > ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
> > play FAIL formats: can’t open output file `default’: snd_pcm_open
error: No such file or directory
> >
> > I ran speaker-test to try to isolate the problem. The output is below:
> >
> > speaker-test 1.1.6
> >
> > Playback device is default
> > Stream parameters are 48000Hz, S16_LE, 1 channels
> > Using 16 octaves of pink noise
> > ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave
> > Playback open error: -2,No such file or directory
> >
> > Sound works throughout the rest of the system – I assume via PulseAudio?
> >
> > I’m happy to provide any other information to help diagnose the problem.
>
> libasound2-plugins 1.1.7-2 and alsa-utils 1.1.7-1 should arrive soon
> in testing. Please update them first and come back to this bug
> report.
>
> Thanks for your patience
>
> Elimar

Hi Elimar,

I've updated libasound2-plugins and alsa-utils and still hit the same
issue, this time launching a Steam game (WarThunder).
Since I updated libasound2 to 1.1.7-1, no sound on the game with the
same error message:

ALSA lib pcm_dmix.c:1099:(snd_pcm_dmix_open) unable to open slave

Packages installed on my system:

dpkg -l | grep libasound2 | awk {'print $2,$3'}
libasound2:amd64 1.1.7-1
libasound2:i386 1.1.7-1
libasound2-data 1.1.7-1
libasound2-dev:amd64 1.1.7-1
libasound2-plugins:amd64 1.1.7-2
libasound2-plugins:i386 1.1.7-2

dpkg -l | grep alsa | awk {'print $2,$3'}
alsa-base 1.0.27+1
alsa-utils 1.1.7-1
gstreamer0.10-alsa:amd64 0.10.36-2
gstreamer1.0-alsa:amd64 1.14.4-1
libsox-fmt-alsa:amd64 14.4.2-3

If you need further information, please feel free to ask.

Best regards,
Pedro Silva


Bug#404452: Please, create this list

2006-12-26 Thread Pedro Silva
I'm interested in this list

thanks
-- 

Pedro Silva

email: [EMAIL PROTECTED]
tfno: [+34 610 275 993]
Fingerprint = D92E 351B 988E E484 A287  0648 A9BC 5534 ADA0 4E9D



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#404451: Please, create this list

2006-12-26 Thread Pedro Silva
Please, create this list

thanks

-- 

Pedro Silva

email: [EMAIL PROTECTED]
tfno: [+34 610 275 993]
Fingerprint = D92E 351B 988E E484 A287  0648 A9BC 5534 ADA0 4E9D



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#155473: RFP: gxmame -- frontend for xmame, aiming for a GUI similar to mame32

2005-08-17 Thread pedro silva
hello!

there is a package  [1] for this RFP bug.
maybe the packager is not interested in getting it into debian archive?

best,
Pedro Silva

[1] deb http://anarxia.dyndns.org/debian ./
deb-src http://anarxia.dyndns.org/debian ./



Bug#315340: ITA: kbear -- graphical ftp client for KDE

2005-08-17 Thread pedro silva
hello!

i'm interested in adopting this package.
if there's no problem, i'll apply the patch available [1], and
repackage a new revision.

I don't know if you are available for sponsoring this package. Anyway
i'll RFS in debian-mentors when i have it done.

Then i'll retitle this bug, and change it's owner.

best,
Pedro Silva

[1] http://bugs.debian.org/314020



Bug#317063: RFS: secpanel -- A graphical user interface for SSH and SCP

2005-08-16 Thread pedro silva
* Package name  : secpanel
 Version : 0.5.1-1
 Upstream Author :steffen leich [EMAIL PROTECTED]
* URL   : http://www.pingx.net/secpanel/
* License : GPL
 Description   : a graphical user interface for ssh and scp


SecPanel is a graphical user interface for managining
and running secure shell (ssh) and secure network copy
(scp) connections via OpenSSH. It eases key distribution
and other tasks related to using these programs.

source available from my repository at:
www.ageda.net/debian/secpanel

sugestions/et al are welcome.

Thanks for reading.-- ---Pedro Silva FrancoServicio de Gestion InformaticaConsejeria de Educacion y CulturaComunidad Autonoma de la Region de Murcia
---tfno: [667609032 | 968279892]email: [[EMAIL PROTECTED]]---


Bug#307359: ita: multi-gnome-terminal

2005-08-10 Thread pedro silva
hello!

i'm interested in adopting this package.
as i've seen at upstream [1] they are working on a rewrite, as of 20041007.

so i'll keep an eye on news from upstream.

best,
Pedro Silva

[1] http://multignometerm.sourceforge.net/



Bug#316569: request for sponsor: bomberclone

2005-08-08 Thread pedro silva
Hello, debian-mentors

Bomberclone is a free BomberMan like game. 
It was in the list of packages up for adoption. I'd like to maintain it.

I've packaged upstream's new version of this game, 0.11.6.2. 
Ergo, debian's new package number should be 0.11.6.2-1.
It's source can be found at

http://www.ageda.net/debian/

now i'm looking for a sponsor for it's review and upload.

thanks!
Pedro Silva