LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware14 boot delay (https://www.linuxquestions.org/questions/slackware-14/slackware14-boot-delay-4175431111/)

Haythem 10-08-2012 07:07 AM

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


Habitual 10-08-2012 07:17 AM

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.

Haythem 10-08-2012 08:12 AM

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.

Marcelo_Belfalas 10-08-2012 08:15 AM

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

Haythem 10-08-2012 09:52 AM

Quote:

Originally Posted by Marcelo_Belfalas (Post 4800210)
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.

Marcelo_Belfalas 10-08-2012 09:56 AM

Well, check this Thread, it may help you :)

http://www.linuxquestions.org/questi...ot-4175428568/

Haythem 10-08-2012 10:09 AM

Quote:

Originally Posted by Marcelo_Belfalas (Post 4800308)
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.

Haythem 10-08-2012 10:40 AM

Quote:

Originally Posted by Haythem (Post 4800306)
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 :)


All times are GMT -5. The time now is 05:34 PM.