Re: [arch-general] troubles with resume after hibernate

2010-05-14 Thread Csomay Mihaly
Nick Stepa writes: > Hello all. I have such trouble: when i use `pm-hibernate` my > notebook(asus x58-l) can`t resume normally(you can see a lot of error > messages in dmesg). What should i do to fix this? All you can do is wait for this bug to get fixed, I think: https://bugzilla.kernel.org/sho

Re: [arch-general] Intel(R) Wireless WiFi Link 5100AGN - how to get it working

2010-04-02 Thread Csomay Mihaly
Alain Muls writes: > I managed to get X up although the keyboard is always on US in stead of BE > layout, but I think I can find that one out. Just change it in /etc/hal/fdi/policy/10-keymap.fdi The line you need to change is this: XX Change XX to the layout you want. If you don't have a 10-ke

Re: [arch-general] Problem with suspend

2010-04-02 Thread Csomay Mihaly
Byron Clark writes: > On Fri, Apr 02, 2010 at 05:06:29PM +0200, Csomay Mihaly wrote: >> On Fri, 2 Apr 2010 07:13:00 -0600, Byron Clark >> wrote: >> > Sounds like you're hitting this bug: http://bugs.archlinux.org/task/18881 >> >> But if that'

Re: [arch-general] Problem with suspend

2010-04-02 Thread Csomay Mihaly
On Fri, 2 Apr 2010 07:13:00 -0600, Byron Clark wrote: > On Thu, Apr 01, 2010 at 11:16:13PM +0200, Csomay Mihaly wrote: >> So I would think that running pm-suspend from a terminal would work >> also, but it hangs on /usr/lib/pm-utils/sleep.d/98-smart-kernel-video. >> If I mo

Re: [arch-general] Problem with suspend

2010-04-01 Thread Csomay Mihaly
Philipp writes: > Excerpts from Csomay Mihaly's message of 2010-04-01 23:16:13 +0200: >> Hi, >> >> I'm configuring suspend/resume on an Acer 1810TZ, but I have a small >> problem. >> I already set it up to suspend when I close the lid, I modified >> /etc/acpi/actions/lm_lid.sh to this: >> #! /bi

[arch-general] Problem with suspend

2010-04-01 Thread Csomay Mihaly
Hi, I'm configuring suspend/resume on an Acer 1810TZ, but I have a small problem. I already set it up to suspend when I close the lid, I modified /etc/acpi/actions/lm_lid.sh to this: #! /bin/sh DISPLAY=:0 /bin/su csm -c "/usr/bin/i3lock -c 44" /usr/sbin/pm-suspend It works as expected, turns

[arch-general] eject: unable to eject, last error: Inappropriate ioctl for device

2009-04-09 Thread Csomay Mihaly
Hi, I have a script which works fine on Ubuntu but fails on Arch: #! /bin/bash -eu # # Burn a DVD from the working directory # # Usage: burn # # Creates an .iso file from the working directory in /tmp, # writes the image to /dev/dvdrw, th