LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-23-2012, 08:34 PM   #16
kite
Member
 
Registered: Aug 2003
Location: Shenzhen, China
Distribution: Slackware
Posts: 306

Rep: Reputation: 47
Bcm4331


With the older udev before the slack ware birthday update, my BCM4331 wireless network card failed to load the firmware saying no firmware available although I had recompiled the kernel with BCMA enabled. After the upgrade to udev 182, BCM4331 is happy now.
 
Old 07-23-2012, 08:49 PM   #17
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I better check this on my HP Mini Netbook. My BCM4312 has been very disagreeable as of late.
 
Old 08-13-2012, 11:21 PM   #18
ack_iix
Member
 
Registered: Jan 2009
Posts: 61

Rep: Reputation: 17
I too got an excessive delay on startup when using udev 182, anybody has the same problem?

Trying to run /sbin/udevadm --debug trigger when the system is already up and running is very fast. I don't know what's wrong with the startup delay though.
 
Old 09-06-2012, 06:37 AM   #19
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,177

Rep: Reputation: 234Reputation: 234Reputation: 234
Searching the web for "udev 30 seconds" redirected me to ArchWiki. I tried the solution from there (to add the problematic module, ipw2200 in my case, to the initrd) and everything is ok now.
 
Old 09-06-2012, 11:03 PM   #20
ack_iix
Member
 
Registered: Jan 2009
Posts: 61

Rep: Reputation: 17
Hi guanx,

I too suspect this is related with my network adapter, I'm having this problem on my HP Pavilion dv6 notebook but not on my desktop.

Here's the output from lspci:
Code:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler XT [AMD Radeon HD 6700M Series] (rev ff)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
0d:00.0 Network controller: Ralink corp. RT5390 [802.11 b/g/n 1T1R G-band PCI Express Single Chip]
13:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5116 PCI Express Card Reader (rev 01)
19:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
I've tried blacklisting my wireless and ethernet module using an entry in /etc/modprobe.d/blacklist.conf and add them to my initrd but I still got excessive delay when udev is starting. Checking for udev process after the system is running found it runs two instance, is this normal?

Code:
[dwi@pavilion:rc.d]$ ps aux | grep udev
root      1330  0.0  0.0  28432  1896 ?        Ss   10:33   0:00 /sbin/udevd --daemon
root      6327  0.0  0.0  28428  1360 ?        S    10:59   0:00 /sbin/udevd --daemon

Thanks for your reply
 
Old 09-07-2012, 06:43 AM   #21
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,177

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by ack_iix View Post
Hi guanx,

I too suspect this is related with my network adapter, I'm having this problem on my HP Pavilion dv6 notebook but not on my desktop.

...
Is the delay really caused by your WLAN? Can you post the beginning of your dmesg (e.g. dmesg from the first 40 seconds)?

BTW, This is output from my system:
Code:
$ ps aux | grep udev
root      1039  0.0  0.0   4952  1040 ?        Ss   Sep06   0:00 /sbin/udevd --daemon
root      3938  0.0  0.0   4948  1040 ?        S    15:21   0:00 /sbin/udevd --daemon
root      3940  0.0  0.0   4948  1032 ?        S    15:21   0:00 /sbin/udevd --daemon
guanx     4666  0.0  0.0   2764   880 pts/2    S+   16:00   0:00 grep udev

Last edited by guanx; 09-07-2012 at 09:02 AM.
 
Old 09-07-2012, 11:19 PM   #22
ack_iix
Member
 
Registered: Jan 2009
Posts: 61

Rep: Reputation: 17
Hi guanx,

Yesterday I my effort to debug what's causing the delay, I took a crazy step and edit my /etc/rc.d/rc.udev file and I did the following changes:

Code:
change /sbin/udevd --daemon
to
Code:
/sbin/udevd --debug --daemon &> /var/log/udev.log &

Code:
/sbin/udevadm trigger --type=subsystems --action=add
to
Code:
/sbin/udevadm --debug trigger --type=subsystems --action=add &> /var/log/udev_subsystems.log &

Code:
/sbin/udevadm trigger --type=devices
to
Code:
/sbin/udevadm --debug trigger --type=devices --action=add &> /var/log/udev_devices.log &
After these changes by boot suddenly becomes blazing fast again, looking at the log file generated I don't see any error. Is there any possible ill effect of modifying this rc.udev file?


Thanks for your reply
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] [current] udev and /dev/root conraid Slackware 2 12-17-2010 02:52 AM
current users - udev-128 - don't forget rc.udev.new! tobyl Slackware 3 10-08-2008 03:28 AM
udev problems in current MS3FGX Slackware 15 08-14-2006 06:20 AM
slackware-current, udev 0.96, and custom udev rules not working rignes Slackware 6 08-10-2006 03:43 AM
How to upgrade to -current ? New udev for new kernel !? introuble Slackware 8 04-21-2006 02:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration