Re: [arch-general] alsa, hdmi, and the invisible magic output

2010-12-02 Thread Andy Reindl
What does "cat /proc/asound/modules" give you? If it lists two different modules, maybe the driver you don't want is loading before the good one, causing alsa to pick the bad one as the primary. In which case you might just be able to fix that by placing the following in /etc/modprobe.d/modprobe.

Re: [arch-general] can't import ctype in python2

2010-12-02 Thread C Anthony Risinger
On Thu, Dec 2, 2010 at 7:38 PM, 李永 wrote: > On Thu, Dec 2, 2010 at 6:45 PM, Ionuț Bîru wrote: >> On 12/02/2010 07:45 AM, 李永 wrote: >>> On Thu, Dec 2, 2010 at 1:32 PM, Allan McRae  wrote:  Update to python-2.7.1-2 >>> >>>  thanks, after I revert to a old verion python,  the problem  was

Re: [arch-general] can't import ctype in python2

2010-12-02 Thread 李永
On Thu, Dec 2, 2010 at 6:45 PM, Ionuț Bîru wrote: > On 12/02/2010 07:45 AM, 李永 wrote: > >> On Thu, Dec 2, 2010 at 1:32 PM, Allan McRae wrote: >> >> On 02/12/10 15:22, 李永 wrote: >>> >>> Hi, all I can't run ibus-setup and can't see the ibus imput method pannel, after I invest

Re: [arch-general] alsa, hdmi, and the invisible magic output

2010-12-02 Thread Samuel Martín Moro
I added this .asoundrc: pcm.!default { type hw card 0 } ctl.!default { type hw card 0 } It fixed at least a problem: I've no more warning about snd_pcm_dmix_open. But, still no sound while banshee's operating... On Fri, Dec 3, 2010 at 1:22 AM, Samuel Martín Moro wrote: > I've seen that. > But

Re: [arch-general] alsa, hdmi, and the invisible magic output

2010-12-02 Thread Samuel Martín Moro
I've seen that. But I did not seen anything about using a specific output of the card. as I only have one detected device, how can I set HDMI as default output? (or: how can I see my graphic card as a audio device too?) Is it that 'bindings' keyword, that's not explained on the wiki? 2010/12/3 Céd

Re: [arch-general] alsa, hdmi, and the invisible magic output

2010-12-02 Thread Cédric Girard
On Fri, Dec 3, 2010 at 12:06 AM, Samuel Martín Moro wrote: > > What can I do? > Setting HDMI as default (only) output? How to do so? > Wait for a patch? Is it a kernel-related bug? Or with nvidia driver? > Would that even fix the banshee/browser troubles accessing device? > > You can control Alsa

[arch-general] alsa, hdmi, and the invisible magic output

2010-12-02 Thread Samuel Martín Moro
Good evening everyone, I'm using arch since a while now. Everything was working just fine, until a few weeks (months?) ago. Since, I had a few problems I can't understand : The first symptom was the day I lost sound on my regular audio output (moterhboard intel HDA). I finally noticed sound wa

Re: [arch-general] script idea - update single arch box -> updates all on local net

2010-12-02 Thread David C. Rankin
On 12/02/2010 01:53 PM, Denis A. Altoé Falqueto wrote: I'm not criticizing your solution by any means, but have you looked over pkgd, from Xyne [1]? It does what you want and even more transparently. I never used it, because I don't need, but it's one of those things I would love to have a need:)

Re: [arch-general] script idea - update single arch box -> updates all on local net

2010-12-02 Thread Denis A . Altoé Falqueto
On Thu, Dec 2, 2010 at 5:36 PM, David C. Rankin wrote: > Guys, > >        I've played with an idea to save time with updates and duplicate (old > version) > removal from /var/cache/pacman/pkg for all arch boxes on a local network. I > thought I would pass along the idea and the scripts as they ex

[arch-general] script idea - update single arch box -> updates all on local net

2010-12-02 Thread David C. Rankin
Guys, I've played with an idea to save time with updates and duplicate (old version) removal from /var/cache/pacman/pkg for all arch boxes on a local network. I thought I would pass along the idea and the scripts as they exist now. Requirements: - public key/private key ssh access for

Re: [arch-general] PulseAudio in [testing]

2010-12-02 Thread Simon Gomizelj
Of course. My observation was meant to go with the comment above on preventing pulseaudio from starting if it is installed by deleting the dbus activation files. Just pointing out that an application may, potentially, still start it.

Re: [arch-general] PulseAudio in [testing]

2010-12-02 Thread Damjan
On 02.12.2010 16:23, Simon Gomizelj wrote: From my limited experience with pulseaudio on a machine without X, it seems that anything that has native pulse support in it will automatically start pulse on demand anyways. on ArchLinux if you don't install the pulseaudio package, there wont be an

Re: [arch-general] PulseAudio in [testing]

2010-12-02 Thread Simon Gomizelj
>From my limited experience with pulseaudio on a machine without X, it seems that anything that has native pulse support in it will automatically start pulse on demand anyways. 2010/12/1 Ng Oon-Ee > On Wed, 2010-12-01 at 21:09 -0600, C Anthony Risinger wrote: > > On Mon, Nov 29, 2010 at 11:03 AM

Re: [arch-general] can't import ctype in python2

2010-12-02 Thread Ionuț Bîru
On 12/02/2010 07:45 AM, 李永 wrote: On Thu, Dec 2, 2010 at 1:32 PM, Allan McRae wrote: On 02/12/10 15:22, 李永 wrote: Hi, all I can't run ibus-setup and can't see the ibus imput method pannel, after I investgation, I find it is a python problem, when I run ibus-setup, I got the following error: