Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-08-2012, 07:07 AM
|
#1
|
|
Member
Registered: Jun 2012
Distribution: Slackware
Posts: 45
Rep: 
|
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
|
|
|
|
10-08-2012, 07:17 AM
|
#2
|
|
Senior Member
Registered: Jan 2011
Distribution: Slack14_64_Multilib
Posts: 1,383
Rep: 
|
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 after editing and reboot.
Please let us know...
HTH.
|
|
|
|
10-08-2012, 08:12 AM
|
#3
|
|
Member
Registered: Jun 2012
Distribution: Slackware
Posts: 45
Original Poster
Rep: 
|
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.
|
|
|
|
10-08-2012, 08:15 AM
|
#4
|
|
LQ Newbie
Registered: Apr 2012
Location: Brazil
Distribution: Slackware64-current multilib
Posts: 23
Rep:
|
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.
|
|
|
|
10-08-2012, 09:52 AM
|
#5
|
|
Member
Registered: Jun 2012
Distribution: Slackware
Posts: 45
Original Poster
Rep: 
|
Quote:
Originally Posted by Marcelo_Belfalas
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.
|
|
|
|
10-08-2012, 09:56 AM
|
#6
|
|
LQ Newbie
Registered: Apr 2012
Location: Brazil
Distribution: Slackware64-current multilib
Posts: 23
Rep:
|
|
|
|
|
10-08-2012, 10:09 AM
|
#7
|
|
Member
Registered: Jun 2012
Distribution: Slackware
Posts: 45
Original Poster
Rep: 
|
Quote:
Originally Posted by Marcelo_Belfalas
|
thank you, i will check it and post back later.
|
|
|
|
10-08-2012, 10:40 AM
|
#8
|
|
Member
Registered: Jun 2012
Distribution: Slackware
Posts: 45
Original Poster
Rep: 
|
Quote:
Originally Posted by Haythem
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 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:11 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|