T43 slow startup
-
kidpaprika
- User with bad email address, PLEASE fix!
- Posts: 25
- Joined: Mon Jun 21, 2004 2:51 am
T43 slow startup
Hi
I recently bought a 2nd-user t43. I decided to start with a clean Windows installation as it seemed to boot up a little slowly. I formatted and reinstalled Windows and bootup was super-fast.
I then installed the drivers.
From then on, whenever Windows booted, it seemed to hang for quite a few seconds (maybe 30?) on the welcome screen. The wireless light flashed during this time.
I uninstalled the WiFi drivers and the problem went away. Reinstalled and it happened again.
Any ideas?
I recently bought a 2nd-user t43. I decided to start with a clean Windows installation as it seemed to boot up a little slowly. I formatted and reinstalled Windows and bootup was super-fast.
I then installed the drivers.
From then on, whenever Windows booted, it seemed to hang for quite a few seconds (maybe 30?) on the welcome screen. The wireless light flashed during this time.
I uninstalled the WiFi drivers and the problem went away. Reinstalled and it happened again.
Any ideas?
-
lithium726
- Senior Member

- Posts: 523
- Joined: Sun Apr 10, 2005 11:05 pm
- Location: Texas Tech
- Contact:
Its trying to connect to a wireless network. Annoying, i know, but I dont know of any way around it... you could turn off the wireless antenna so it doenst find anything, or juts hybernate instead of shutdown...
Thinkpad T60 2613-CTO (2\4m\667, 3GB, 200GB 7200, DVD-RW DL, SXGA+, 3945ABG, 128MB x1400, GBe, BT IV)
Thinkpad T40 2373-PU7 (1.7\2m\400, 2GB, 120GB 5400, DVD\CDRW, SXGA+, Intel 2915ABG, 32MB MR7500, GBe, BT II)
Thinkpad T23 2648-PS1 (1.2, 512mb, 2915ABG)
Thinkpad T40 2373-PU7 (1.7\2m\400, 2GB, 120GB 5400, DVD\CDRW, SXGA+, Intel 2915ABG, 32MB MR7500, GBe, BT II)
Thinkpad T23 2648-PS1 (1.2, 512mb, 2915ABG)
-
Supporter
If you are using access connections then it has an option inside preferences to try and connect on start up.lithium726 wrote:Its trying to connect to a wireless network. Annoying, i know, but I dont know of any way around it... you could turn off the wireless antenna so it doenst find anything, or juts hybernate instead of shutdown...
However if you are using a windows based connection method.. try the following.
Find the latest driver on our website for the wireless card.
Remove any instance of WIRELESS from add or remove programs. Intel wireless or IBM wireless. Also remove INTEL SEBRING if is a intel based wireless card.
Upon removal restart. If the found new hardware wizard comes up close it.
Install the latest driver being sure to follow the installation instructions exactly. Reboot.
If problem persists let me know.
I have the same problem plus a little something else.
Every 10th boot or so itll boot me up and sit there with the background and a cursor, and when I alt ctrl del it I have about 25 processes running instead of the usual 55.
It usually takes about 30 seconds and then the rest of them start to boot up. I have no idea why it takes so long and what makes it do this on what seems like 10% of bootups
Every 10th boot or so itll boot me up and sit there with the background and a cursor, and when I alt ctrl del it I have about 25 processes running instead of the usual 55.
It usually takes about 30 seconds and then the rest of them start to boot up. I have no idea why it takes so long and what makes it do this on what seems like 10% of bootups
The problem on the welcome screen is with ACNotify.dll (access connections). If you turn on verbose messaging you can see windows hang for a minute while loading that dll. It's actually not got anything to do with it searching for connections but a bug in the dll.
[Turn on verbose messaging - very handy for debugging!]
Go to Start/Run/Regedit and navigate to this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
To enable verbose status messages create a new DWORD value called "verbosestatus" and set it to "1".
An additional value called "DisableStatusMessages" forces status messages to be disabled, make sure this value does not exist or is set to "0".
Restart Windows for the change to take effect.
Use software installer to downgrade to Access Connections < 4.11a. Right now i'm using 3.71 which is working fine.
The problem of half the processes loading and then the rest after 30 seconds to a minute has had me baffled for a long time.
I first thought it was a problem with the order of startup programs - this can't be set manually as it depends on the the way the registry hive gets compacted. However its not startup processes but some windows service hanging.
I would suggest you disable windows services a few at a time to see which one is causing the problem. If you figure it out please let me knoe!
[Turn on verbose messaging - very handy for debugging!]
Go to Start/Run/Regedit and navigate to this key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
To enable verbose status messages create a new DWORD value called "verbosestatus" and set it to "1".
An additional value called "DisableStatusMessages" forces status messages to be disabled, make sure this value does not exist or is set to "0".
Restart Windows for the change to take effect.
Use software installer to downgrade to Access Connections < 4.11a. Right now i'm using 3.71 which is working fine.
The problem of half the processes loading and then the rest after 30 seconds to a minute has had me baffled for a long time.
I first thought it was a problem with the order of startup programs - this can't be set manually as it depends on the the way the registry hive gets compacted. However its not startup processes but some windows service hanging.
I would suggest you disable windows services a few at a time to see which one is causing the problem. If you figure it out please let me knoe!
6457-5KU (T61p) - Intel Core 2 Duo T7700 2.4GHz, 4GB RAM, 200GB HDD, 24x DVD, 15.4" WUXGA TFT, nVIDIA Quadro FX570M, Card Reader, Intel 4965AG, Windows Vista Ultimate
I've also had the problem with ACNotify.dll waiting for 1 minute during startup.
You can significantly reduce the wait time by running it asynchronously. This allows the rest of the startup sequence to finish whilst ACNotify is still running. I only have a 5-10 second delay now at the end of my startup before Access Connections (who is waiting for the ACNotify to finish) comes up.
To run it asynchronously find the ACNotify key in the registry. It's under (on my Windows 2000 system)
My Computer\ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon\Notify\ACNotify
In that key you'll find the DllName which should be ACNotify.dll.
You will also see an asynchronous REG_DWORD which is set to 0. Set the asynchronous REG_DWORD to 1 and re-boot.
If you have the verbose message setting on (as described in an earlier post) you will see no ACNotify.dll message at all. Startup will continue normally but you probably will see a small delay at the end of start up before Access Connections starts.
You can significantly reduce the wait time by running it asynchronously. This allows the rest of the startup sequence to finish whilst ACNotify is still running. I only have a 5-10 second delay now at the end of my startup before Access Connections (who is waiting for the ACNotify to finish) comes up.
To run it asynchronously find the ACNotify key in the registry. It's under (on my Windows 2000 system)
My Computer\ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon\Notify\ACNotify
In that key you'll find the DllName which should be ACNotify.dll.
You will also see an asynchronous REG_DWORD which is set to 0. Set the asynchronous REG_DWORD to 1 and re-boot.
If you have the verbose message setting on (as described in an earlier post) you will see no ACNotify.dll message at all. Startup will continue normally but you probably will see a small delay at the end of start up before Access Connections starts.
Hello,
I was having the same problem after I did a clean install of XP SP2 along with all the drivers on my T42 with Thinkpad b/g wireless.
There was a long delay, at the logon screen, after I had logged on. Then there was more delay after the desktop loaded until the wireless card was up and running.
Without going into details here's what I found. Access connection is not the culprit, it seemed like it but it's actually the Thinkpad b/g wireless card itself(or the driver) which in turn caused Access Connection's delay.
I tested my system with 3 most recent softwares for the wireless driver and the Access Connection software.
Even without the Access Connection software there was a delay at logon or at desktop until the wireless was up and running.
Solution:
I found this on an old post and I would like to thank the users "Porsche" and "Kenn" for the solution. The post title was "ACK! Delayed bootup due to Wireless Card?"
The solution, which was quite simple(for me at least), was to turn on Wireless Zero Configuration. You do this by setting the Wireless Zero Configuration service to start automatically.
I think I had my system set to Disabled or manual. The long hang/delay was completely gone when I rebooted after I changed it to start automatically.
No other changes were necessary.
I'm using the latest driver(5.3.035) and Access Connection software(4.41), without any delays now. My system used to hang for about 2-3 minutes, not anymore.
Once again, big thanks to Porsche and Kenn!
I was having the same problem after I did a clean install of XP SP2 along with all the drivers on my T42 with Thinkpad b/g wireless.
There was a long delay, at the logon screen, after I had logged on. Then there was more delay after the desktop loaded until the wireless card was up and running.
Without going into details here's what I found. Access connection is not the culprit, it seemed like it but it's actually the Thinkpad b/g wireless card itself(or the driver) which in turn caused Access Connection's delay.
I tested my system with 3 most recent softwares for the wireless driver and the Access Connection software.
Even without the Access Connection software there was a delay at logon or at desktop until the wireless was up and running.
Solution:
I found this on an old post and I would like to thank the users "Porsche" and "Kenn" for the solution. The post title was "ACK! Delayed bootup due to Wireless Card?"
The solution, which was quite simple(for me at least), was to turn on Wireless Zero Configuration. You do this by setting the Wireless Zero Configuration service to start automatically.
I think I had my system set to Disabled or manual. The long hang/delay was completely gone when I rebooted after I changed it to start automatically.
No other changes were necessary.
I'm using the latest driver(5.3.035) and Access Connection software(4.41), without any delays now. My system used to hang for about 2-3 minutes, not anymore.
Once again, big thanks to Porsche and Kenn!
-
- Similar Topics
- Replies
- Views
- Last post
-
- 44 Replies
- 3064 Views
-
Last post by dr_st
Wed Mar 08, 2017 2:53 pm
-
-
Slow to reach the BIOS spash screen - W510
by 6G7hg » Sun Jan 15, 2017 1:55 pm » in ThinkPad W500/510/520 and W7x0 Series - 8 Replies
- 1796 Views
-
Last post by jaspen-meyer
Wed Jan 25, 2017 2:43 pm
-
-
-
T530: Sudden slow WiFi
by patteri » Tue Jan 17, 2017 2:27 pm » in ThinkPad T400/410/420 and T500/510/520 Series - 2 Replies
- 792 Views
-
Last post by patteri
Thu Jan 19, 2017 1:35 pm
-
-
- 2 Replies
- 1119 Views
-
Last post by halap3n0
Wed Mar 15, 2017 8:29 am
Who is online
Users browsing this forum: No registered users and 1 guest




