Page 1 of 1

[SOLVED] udevd: timeout 'net.agent'

Posted: Fri Jul 18, 2014 3:26 pm
by GekkoP
This one has been around for a couple of days now. Boot is now much slower than before. I'm on the usual Dell Inspiron 1525, running a just dist-upgraded Elektra.

Here's the relevant lines of dmesg:

Code: Select all

[    8.820348] uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
[    8.821310] input: Laptop Integrated Webcam as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input20
[    8.821475] usbcore: registered new interface driver uvcvideo
[    8.821479] USB Video Class driver (1.1.1)
[   37.581210] udevd[328]: timeout 'net.agent'
Any ideas? I have of course looked around the web for a solution but couldn't find any useful suggestion.

Re: udevd: timeout 'net.agent'

Posted: Fri Jul 18, 2014 3:55 pm
by Alad
Can you disable the webcam in the BIOS, also do you have any plugged in devices?

Re: udevd: timeout 'net.agent'

Posted: Fri Jul 18, 2014 4:21 pm
by GekkoP
1) already checked, webcam cannot be disabled in the BIOS;
2) mouse aside, nothing else is plugged in. I already have tried to boot without the mouse plugged in.

Re: udevd: timeout 'net.agent'

Posted: Fri Jul 18, 2014 8:11 pm
by machinebacon
Hi gekko!

You can make a /etc/modprobe.d/uvcvideo.conf with content

Code: Select all

blacklist uvcvideo

Re: udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 8:14 am
by GekkoP
^ something is different now, but still a slow boot.

Code: Select all

[    7.798260] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio2/input/input11
[    7.894106] input: HDA Intel Front Headphone Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[    7.894243] input: HDA Intel Front Headphone Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[    7.894372] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[   37.868629] udevd[326]: timeout 'net.agent'
[   39.135875] EXT4-fs (sda1): re-mounted. Opts: (null)

Re: udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 8:26 am
by machinebacon
Then it seems it is not (directly) related to the webcam. Can you compare with different kernels? The last line there you can ignore.

Re: udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 8:32 am
by machinebacon
Here https://wiki.debian.org/de/EeePC/Boot is says that you can put an "exit" at the beginning of the /lib/udev/net.agent file, so that it doesn't get executed. It also speeds up the boot, and the article says that it does not influence the boot.

No warranty, but I think it really doesn't do much than waiting for the network to settle.

Re: udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 8:57 am
by GekkoP
^ yes, you nailed it.

Code: Select all

[    8.860222] uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
[    8.861148] input: Laptop Integrated Webcam as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1:1.0/input/input20
[    8.861247] usbcore: registered new interface driver uvcvideo
[    8.861249] USB Video Class driver (1.1.1)
[    9.820882] EXT4-fs (sda1): re-mounted. Opts: (null)
I need to manually ifup wlan0 now, but I don't care. Thank you, solved.

Re: [SOLVED] udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 9:19 am
by machinebacon
sudo nano /etc/rc.local

ifup wlan0
exit 0


this should do it for you ;)

Re: [SOLVED] udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 9:25 am
by GekkoP
^ it did! Thanks again, you're the man.

Edit: by the way, I know I'm about to replace Elektra with Haggis and you know it too, so yeah, too kind Jules. ;)

Re: [SOLVED] udevd: timeout 'net.agent'

Posted: Sat Jul 19, 2014 9:35 am
by machinebacon
Well, after nearly a year it is OK to change Karmen to something more meaty :)