Re: [arch-general] Nvidia/vesafb/GRUB2

2012-06-30 Thread C Anthony Risinger
On Jun 29, 2012 2:12 AM, "arnaud gaboury" wrote: > > Switching to Nouveau would be best indeed, but not at its current stage. Why? Do you have problems running it? I [unfortunately] have several systems with nvidia cards, of varying age/caliber, all running nouveau with 3D-ness enabled in X ...

Re: [arch-general] Help with pm-suspend

2012-06-30 Thread Randy
On 06/30/2012 11:11 AM, Marius T. wrote: Am 30.06.2012 16:01, schrieb Randy: The only thing that I have in sleep.d is 90alsa, but I didn't place this file there. It must have been done when a package was installed. If I rm this file, then it works ok. Do you think that it's ok to not have t

Re: [arch-general] cpufreq stopped working

2012-06-30 Thread Leonid Isaev
On Sat, 30 Jun 2012 21:37:39 +0100 Leonidas Spyropoulos wrote: > On Jun 30, 2012 4:01 PM, "Leonid Isaev" wrote: > > > > On Sat, 30 Jun 2012 10:05:29 -0400 > > Martin Zecher wrote: > > > > > Thanks for answering. > > > > > > I already installed cpupower with no luck. I think that the problem is

Re: [arch-general] cpufreq stopped working

2012-06-30 Thread Leonidas Spyropoulos
On Jun 30, 2012 4:01 PM, "Leonid Isaev" wrote: > > On Sat, 30 Jun 2012 10:05:29 -0400 > Martin Zecher wrote: > > > Thanks for answering. > > > > I already installed cpupower with no luck. I think that the problem is > > related with the module acpi_cpufreq, which loads but does nothing at all. >

Re: [arch-general] Help with pm-suspend

2012-06-30 Thread Marius T.
Am 30.06.2012 16:01, schrieb Randy: The only thing that I have in sleep.d is 90alsa, but I didn't place this file there. It must have been done when a package was installed. If I rm this file, then it works ok. Do you think that it's ok to not have this file there? I'll have to check if rem

Re: [arch-general] cpufreq stopped working

2012-06-30 Thread Leonid Isaev
On Sat, 30 Jun 2012 10:05:29 -0400 Martin Zecher wrote: > Thanks for answering. > > I already installed cpupower with no luck. I think that the problem is > related with the module acpi_cpufreq, which loads but does nothing at all. For basic (automatic) scaling you don't need either cpupower no

Re: [arch-general] cpufreq stopped working

2012-06-30 Thread Martin Zecher
Thanks for answering. I already installed cpupower with no luck. I think that the problem is related with the module acpi_cpufreq, which loads but does nothing at all. On Sat, Jun 30, 2012 at 7:58 AM, Jesse Juhani Jaara wrote: > la, 2012-06-30 kello 01:14 -0400, Martin Zecher kirjoitti: > > I'm

Re: [arch-general] Help with pm-suspend

2012-06-30 Thread Randy
On 06/30/2012 06:16 AM, Marius T. wrote: Am 30.06.2012 06:28, schrieb Randy: Hello All, I'm seeing a strange issue when I suspend my system. If I suspend using either the command: "dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPow

[arch-general] Documentation about pambase

2012-06-30 Thread Damjan
It's nice that Arch introduced the pambase package, so that there's some referent point of pam configuration. But currently it lacks any documentation and recommendations how those files should be used (for people that it's not so obvious). Especially something we can point to people making p

Re: [arch-general] cpufreq stopped working

2012-06-30 Thread Jesse Juhani Jaara
la, 2012-06-30 kello 01:14 -0400, Martin Zecher kirjoitti: > I'm not really sure when cpufreq stopped working, maybe 2 or 3 months ago. > It was working fine before and I don't really remember making any change in > configuration. Cpufreq utils are deprecated and replaced with cpupower utils. Try

Re: [arch-general] skype - problem with audio playback when initiating call

2012-06-30 Thread Mauro Santos
On 30-06-2012 06:49, David C. Rankin wrote: > On 06/29/2012 04:46 PM, Mauro Santos wrote: >> Most probably something else is grabbing either the playback or the >> capture device, at least I have only seen that error when that's the >> case. If you don't want pulse to "manage" your sound devices yo

Re: [arch-general] Help with pm-suspend

2012-06-30 Thread Marius T.
Am 30.06.2012 06:28, schrieb Randy: Hello All, I'm seeing a strange issue when I suspend my system. If I suspend using either the command: "dbus-send --system --print-reply --dest="org.freedesktop.UPower" /org/freedesktop/UPower org.freedesktop.UPower.Suspend" or running "pm-suspend" as r

[arch-general] netcfg - virtual network on a loopback interface

2012-06-30 Thread Sudaraka Wijesinghe
Hi Everyone, I was using a virtual network within my computer to run a web server for development work. Following is the way it setup: /etc/network.d/vlan CONNECTION='ethernet' DESCRIPTION='Virtual LAN' INTERFACE='lo:1' IP='static' ADDR='192.168.123.1'