LinuxQuestions.org
Visit Jeremy's Blog.
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 10-08-2012, 07:07 AM   #1
Haythem
Member
 
Registered: Jun 2012
Distribution: Slackware
Posts: 79

Rep: Reputation: Disabled
Slackware14 boot delay


hello, after Slack 14 fresh install i notice long delay at boot time here
Code:
...
[8.771944] [drm] initialized overlay support
[    9.040559] fbcon: inteldrmfb (fb0) is primary device
[    9.225167] Console: switching to colour frame buffer device 160x50
[    9.230264] fb0: inteldrmfb frame buffer device
[    9.230305] drm: registered panic notifier
[    9.230392] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
and then continue normally! should i recompile the kernel with "i915 module" built in !

i can attach the whole boot log if required.
here is output of lspci
thanks.
Code:
bash-4.2# lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d3)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 03)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
06:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
06:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
06:04.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:04.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:04.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:04.4 SD Host controller: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
 
Old 10-08-2012, 07:17 AM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Before you recompile, I'd suggest adding "compact" to your /etc/lilo.conf (no quotes and near the top of the file). Don't forget to rerun
Code:
# lilo
after editing and reboot.

Please let us know...

HTH.
 
Old 10-08-2012, 08:12 AM   #3
Haythem
Member
 
Registered: Jun 2012
Distribution: Slackware
Posts: 79

Original Poster
Rep: Reputation: Disabled
Thank you Habitual for reply, i think if there is no solution for this issue except for recompiling, i will stick with this issue for a few days (may be 2 or 3 days) and after i will post the result here.
 
Old 10-08-2012, 08:15 AM   #4
Marcelo_Belfalas
Member
 
Registered: Apr 2012
Location: Brazil
Distribution: Slackware64-current multilib
Posts: 32

Rep: Reputation: 18
Edit:

Sry, my problem was similar to this, and it was a problem with my wireless card.

Check if udev timeout after i915 module is loaded.

If not, add the i915 module in initrd.

If yes, it is indeed a problem with the wireless card, blacklist it on udev and add it via modprobe in rc.local

Last edited by Marcelo_Belfalas; 10-08-2012 at 08:24 AM.
 
Old 10-08-2012, 09:52 AM   #5
Haythem
Member
 
Registered: Jun 2012
Distribution: Slackware
Posts: 79

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Marcelo_Belfalas View Post
Edit:

Check if udev timeout after i915 module is loaded.

If yes, it is indeed a problem with the wireless card, blacklist it on udev and add it via modprobe in rc.local
yes udev timeout however i blacklisted the modules uses my wireless card (created "/etc/modprobe.d/ipw2200" and added "blacklist ipw2200" and "blacklist libipw", but i still have the same delay.

this issue happens only with kernel 3.* versions.
 
Old 10-08-2012, 09:56 AM   #6
Marcelo_Belfalas
Member
 
Registered: Apr 2012
Location: Brazil
Distribution: Slackware64-current multilib
Posts: 32

Rep: Reputation: 18
Well, check this Thread, it may help you

http://www.linuxquestions.org/questi...ot-4175428568/
 
Old 10-08-2012, 10:09 AM   #7
Haythem
Member
 
Registered: Jun 2012
Distribution: Slackware
Posts: 79

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Marcelo_Belfalas View Post
Well, check this Thread, it may help you

http://www.linuxquestions.org/questi...ot-4175428568/
thank you, i will check it and post back later.
 
Old 10-08-2012, 10:40 AM   #8
Haythem
Member
 
Registered: Jun 2012
Distribution: Slackware
Posts: 79

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Haythem View Post
yes udev timeout however i blacklisted the modules uses my wireless card (created "/etc/modprobe.d/ipw2200" and added "blacklist ipw2200" and "blacklist libipw", but i still have the same delay.
i forgot to append ".conf" at the end of the blacklist file to become "/etc/modprobe.d/ipw2200.conf" that guarantee the file will not be ignored.

now the delay has gone and everything is smooth!
thank you everybody
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
slackware14 and wifi r8712u module xspirix Slackware 21 03-06-2013 02:04 AM
[SOLVED] chrome occupied much of CPU in slackware14.0 flyer103 Slackware 8 10-02-2012 11:38 PM
Slackware14 RC2 on old hardware kingbeowulf Slackware 23 09-03-2012 02:36 AM
Window managers in Slackware14 RC 2 and locale settings gargamel Slackware 3 08-19-2012 11:48 AM

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

All times are GMT -5. The time now is 04:54 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