Re: [arch-general] Plasma-desktop in KDE 4.7 can not start up

2012-12-31 Thread Chao Feng
Hey there!

i had the smae problem,,, i tried all the things mentioned... but didn't work

then i tried installing ttf-dejavu font... which helped me... 



It is this bug: https://bugs.kde.org/show_bug.cgi?id=289427

I just create a patch to fix it. Hopefully, it will be fixed the next release.

Chao Feng





Re: [arch-general] Troubles with ALSA

2012-12-31 Thread Yaro Kasear

On 12/31/2012 11:07 AM, Jack Stanek wrote:

Hello all,
I've been having problems with ALSA recently. Whenever I reboot my computer or 
wake it up from sleep, ALSA sets the volume of the speakers (and only the 
speakers) to zero. The headphones and master volume remain normal, but no sound 
will come from the speakers until I manually go into alsamixer and turn up the 
speaker's individual volume. I have an Intel integrated audio card, the 82801H 
HD Audio Controller.
This only started recently and I am at a loss as to what is going on. Any help 
would be greatly appreciated.
Many thanks,
J. Stanek
I believe you have to use the command "alsactl store" as root. Your 
volume levels are not usually automatically saved.


Re: [arch-general] Troubles with ALSA

2012-12-31 Thread Gaetan Bisson
[2012-12-31 17:01:48 -0006] Jack Stanek:
> I've been having problems with ALSA recently.

I'm pretty sure what you are looking for is the `alsactl store` command;
have you read:

https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture

-- 
Gaetan


[arch-general] Troubles with ALSA

2012-12-31 Thread Jack Stanek
Hello all,
I've been having problems with ALSA recently. Whenever I reboot my computer or 
wake it up from sleep, ALSA sets the volume of the speakers (and only the 
speakers) to zero. The headphones and master volume remain normal, but no sound 
will come from the speakers until I manually go into alsamixer and turn up the 
speaker's individual volume. I have an Intel integrated audio card, the 82801H 
HD Audio Controller.
This only started recently and I am at a loss as to what is going on. Any help 
would be greatly appreciated.
Many thanks,
J. Stanek


Re: [arch-general] Install problem

2012-12-31 Thread Curtis Shimamoto
On 12/31/12 at 05:39am, Martín Cigorraga wrote:
> On Sun, Dec 30, 2012 at 9:22 PM, Dario  wrote:
> 
> > Hi
> > I've blacklisted pata_acpi because of random boot failures. Maybe it's
> > your case.
> >
> >
> Wasn't that hook replaced a week or so ago with the 'block' flag?

I think that Diaro is referring to the actual pata_acpi module.  As the
mkinitcpio hook was simply "pata".

-- 
Curtis Shimamoto
sugar.and.scru...@gmail.com


Re: [arch-general] Incorporate udev rules in initrd

2012-12-31 Thread Rodrigo Rivas
On Mon, Dec 31, 2012 at 8:37 AM, Christoph Vigano  wrote:

>
> How can I tell mkinitcpio to include a custom udev rule? Do I need to
> write a hook for that? How can a hook for this look like?


AFAIK, using FILES="path-to-udev-rule-file" should be enough. The udev
binaries and basic rules are already there, so adding the custom rule to
the image should make it work automagically.

HTH
--
Rodrigo


Re: [arch-general] Install problem

2012-12-31 Thread Martín Cigorraga
On Sun, Dec 30, 2012 at 9:22 PM, Dario  wrote:

> Hi
> I've blacklisted pata_acpi because of random boot failures. Maybe it's
> your case.
>
>
Wasn't that hook replaced a week or so ago with the 'block' flag?