Re: [arch-general] A little weirdness at boot time

2009-09-02 Thread Kurt J. Bosch
Heiko Baums wrote: But it's not that easy with evdev devices like mouse and remote control. Unfortunately flyspray is still down. But the /dev/input/eventX bug with the inconsistent device naming for the mouse and the IR remote control is back since the latest initscripts update to 2009.08-1, ev

Re: [arch-general] A little weirdness at boot time

2009-09-01 Thread Thomas Bächler
JM schrieb: There appears to be an optional udev rule to sort this out (/etc/udev/rules.d/75-persistent-net-generator.rules.optional). Since I removed the ".optional" from the filename I am no longer experiencing this issue. However, this file is not described in the wiki and no one at #archlinux

Re: [arch-general] A little weirdness at boot time

2009-09-01 Thread JM
On Sat, Aug 29, 2009 at 9:16 PM, André Ramaciotti wrote: > That's what I thought too. Anyway, it didn't work, but I found out what the > real problem was. For some reason, sometimes I got: > Wireless -> eth0 > Ethernet -> eth1 > > and other times I got: > Ethernet -> eth0 > Wireless -> eth1 Ther

Re: [arch-general] A little weirdness at boot time

2009-08-31 Thread Tom K
Thomas Bächler wrote: Tom K schrieb: SImplest, most Arch-like solution is to load the modules in the required order in the rc.conf MODULES array. I hope that's what you mean by "manually". :) With the asynchronous "trigger && load MODULES=() && settle", there is no way anymore to ensure mod

Re: [arch-general] A little weirdness at boot time

2009-08-31 Thread Andre Ramaciotti da Silva
At Mon, 31 Aug 2009 11:07:36 +0300, Roman Kyrylych wrote: > > On Mon, Aug 31, 2009 at 09:03, Tom K wrote: > > SImplest, most Arch-like solution is to load the modules in the required > > order in the rc.conf MODULES array. > > I believe this no longer works. MODULES are not processed in the orde

Re: [arch-general] A little weirdness at boot time

2009-08-31 Thread Heiko Baums
Am Mon, 31 Aug 2009 10:24:19 +0200 schrieb Thomas Bächler : > Tom K schrieb: > > SImplest, most Arch-like solution is to load the modules in the > > required order in the rc.conf MODULES array. > > > > I hope that's what you mean by "manually". :) > > With the asynchronous "trigger && load MODUL

Re: [arch-general] A little weirdness at boot time

2009-08-31 Thread Thomas Bächler
Tom K schrieb: SImplest, most Arch-like solution is to load the modules in the required order in the rc.conf MODULES array. I hope that's what you mean by "manually". :) With the asynchronous "trigger && load MODULES=() && settle", there is no way anymore to ensure module loading order! You

Re: [arch-general] A little weirdness at boot time

2009-08-31 Thread Roman Kyrylych
On Mon, Aug 31, 2009 at 09:03, Tom K wrote: > SImplest, most Arch-like solution is to load the modules in the required > order in the rc.conf MODULES array. I believe this no longer works. MODULES are not processed in the order now. -- Roman Kyrylych (Роман Кирилич)

Re: [arch-general] A little weirdness at boot time

2009-08-30 Thread Tom K
André Ramaciotti wrote: On Sat, Aug 29, 2009 at 3:54 PM, Daenyth Blank wrote: On Sat, Aug 29, 2009 at 13:51, Juan Diego wrote: about the network card problem, have you tried adding: QUIRKS="predown" to your netcfg config file I thought that quirks were removed?

Re: [arch-general] A little weirdness at boot time

2009-08-30 Thread Roman Kyrylych
>>> For some reason, sometimes I got: >>> Wireless -> eth0 >>> Ethernet -> eth1 >>> >>> and other times I got: >>> Ethernet -> eth0 >>> Wireless -> eth1 On Sun, Aug 30, 2009 at 00:32, Adriano de Moura wrote: > I've got that network interface "random" swap for quite some time now.  I > wonder if th

Re: [arch-general] A little weirdness at boot time

2009-08-30 Thread Sebastian Schwarz
On 2009-08-29 at 16:13 -0400, Daenyth Blank wrote: > A custom udev rule would probably work too... check the wiki. Another possibility would be ifrename(8) and iftab(5) from wireless_tools. The netcfg package provides a script (net-rename) for them which you can add to the DAEMONS array in /etc/r

Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread Adriano de Moura
I've got that network interface "random" swap for quite some time now. I wonder if there is something to do with the 2.6.31 kernel or the new udev Althoug it's rare, at first time I took a lot of time to find the cause... On Sat, 29 Aug 2009 17:13:48 -0300, Daenyth Blank wrote: On Sat,

Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread Daenyth Blank
On Sat, Aug 29, 2009 at 15:16, André Ramaciotti wrote: > That's what I thought too. Anyway, it didn't work, but I found out what the > real problem was. For some reason, sometimes I got: > Wireless -> eth0 > Ethernet -> eth1 > > and other times I got: > Ethernet -> eth0 > Wireless -> eth1 > > so ne

Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread André Ramaciotti
On Sat, Aug 29, 2009 at 3:54 PM, Daenyth Blank > wrote: > On Sat, Aug 29, 2009 at 13:51, Juan Diego wrote: > > about the network card problem, have you tried adding: > > > > QUIRKS="predown" > > > > to your netcfg config file > I thought that quirks were removed? > That's what I thought too. Any

Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread Daenyth Blank
On Sat, Aug 29, 2009 at 13:51, Juan Diego wrote: > about the network card problem, have you tried adding: > > QUIRKS="predown" > > to your netcfg config file I thought that quirks were removed?

Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread Andre Ramaciotti da Silva
At Sun, 30 Aug 2009 02:51:46 +0900, Juan Diego wrote: > > about the network card problem, have you tried adding: > > QUIRKS="predown" > > to your netcfg config file I'll test it, thanks.

Re: [arch-general] A little weirdness at boot time

2009-08-29 Thread Juan Diego
about the network card problem, have you tried adding: QUIRKS="predown" to your netcfg config file On 8/29/09, Andre Ramaciotti da Silva wrote: > Hi all! > > This email is divided in two parts: a curiosity and a problem. They are > somewhat > related, so I'm writing both together. > > The curio

[arch-general] A little weirdness at boot time

2009-08-29 Thread Andre Ramaciotti da Silva
Hi all! This email is divided in two parts: a curiosity and a problem. They are somewhat related, so I'm writing both together. The curiosity: Since I've installed Arch Linux in this notebook (in March), the time it takes to load the modules highly varies. With the current archinit scripts, it ra