|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Error 7000 with as260n service - cursor freezes, computer hangs I have read a number of the postings that seem to relate to this kind of issue but I have not pinned things down. I should be obliged for some more specific step by step advice. I am no dummy but I would rate myself as a top level intermediate / bottom end of advanced user. Some of the stuff I am reading is just confusing me a little, though I am trying my best. Basic problem - cursor freezes and system hangs completely Event viewer > System Error line = Error 30/01/2007 9:25:54 PM Service Control Manager None 7000 N/A CUDDLING101 Further information on Properties = The as260n service failed to start due to the following error: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. That website suggested using sc query to get the WIN32_EXIT_CODE That told me the code is 1058 Q314357 suggested I use Administrative Tools to review the Services Properties and I cannot even see such a service listed - maybe I need to be told the name of the service that as260n is the 'code' for? Any suggestions welcome. Philip Hunt Medina, Kwinana Perth, Western Australia -- Graewood Business Services, Kwinana, Perth, Western Australia |
| |
|
#2
| |||
| |||
| Re: Error 7000 with as260n service - cursor freezes, computer hangs Error 1058: The specified service is disabled and cannot be started. Type in a command prompt and hit Enter... sc start as260n What happens? Type: sc qc as260n and hit Enter. What does START_TYPE say? START_TYPE: 4 DISABLED maybe? Try this command to set it to Automatic... sc config as260n start= auto as260n is probably as260n.sys, a Cannon driver. Possibly for a Canon scanner FB310. as260n should be listed in Device Manager under Non-Plug and Play Drivers. To see these in the Device Manager... 1. Click Start, point to All Programs, point to Accessories, and then click Command Prompt. 2. At a command prompt, type the following command , and then press ENTER: set devmgr_show_nonpresent_devices=1 3. Type the following command a command prompt, and then press ENTER: start devmgmt.msc 4. Troubleshoot the devices and drivers in Device Manager. NOTE: Click Show hidden devices on the View menu in Device Manager before you can see devices that are not connected to the computer. 5. When you finish troubleshooting, close Device Manager. 6. Type exit at the command prompt. Note that when you close the command prompt window, Window clears the devmgr_show_nonpresent_devices=1 variable that you set in step 2 and prevents ghosted devices from being displayed when you click Show hidden devices. as260n will probably also be listed in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\as260n Value Name: Start Data Type: REG_DWORD Value Data: 2, 3 or 4 2 Means Automatic 3 Means Manual 4 Means Disabled -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:4BC58FAA-4622-42A6-B737-CFF9C00571DE@microsoft.com, Philip Mark Hunt <PhilipMarkHunt@discussions.microsoft.com> hunted and pecked: > I have read a number of the postings that seem to relate to this kind of > issue but I have not pinned things down. I should be obliged for some > more specific step by step advice. I am no dummy but I would rate myself > as a top level intermediate / bottom end of advanced user. Some of the > stuff I am reading is just confusing me a little, though I am trying my > best. > > Basic problem - cursor freezes and system hangs completely > > Event viewer > System > > Error line = > > Error 30/01/2007 9:25:54 PM Service Control Manager None 7000 N/A > CUDDLING101 > > > Further information on Properties = > > The as260n service failed to start due to the following error: > The service cannot be started, either because it is disabled or because it > has no enabled devices associated with it. > > For more information, see Help and Support Center at > http://go.microsoft.com/fwlink/events.asp. > > That website suggested using sc query to get the WIN32_EXIT_CODE > > That told me the code is 1058 > > Q314357 suggested I use Administrative Tools to review the Services > Properties and I cannot even see such a service listed - maybe I need to > be told the name of the service that as260n is the 'code' for? > > Any suggestions welcome. > > Philip Hunt > Medina, Kwinana > Perth, Western Australia > -- > Graewood Business Services, Kwinana, Perth, Western Australia |
|
#3
| |||
| |||
| Re: Error 7000 with as260n service - cursor freezes, computer hang Thank you Wes I used to have a Canon FB310 scanner. It died on me and now I have a different scanner. I found that a number of the areas you pointed to me had values of Auto_Start and similar. I have therefore set all the values, which you directed me to, as disabled. Thank you for your clear and easy to follow advice. Cheers Philip -- Graewood Business Services, Kwinana, Perth, Western Australia "Wesley Vogel" wrote: > Error 1058: The specified service is disabled and cannot be started. > > Type in a command prompt and hit Enter... > > sc start as260n > > What happens? > > Type: sc qc as260n and hit Enter. > > What does START_TYPE say? START_TYPE: 4 DISABLED maybe? > > Try this command to set it to Automatic... > > sc config as260n start= auto > > as260n is probably as260n.sys, a Cannon driver. Possibly for a Canon > scanner FB310. > > as260n should be listed in Device Manager under Non-Plug and Play Drivers. > To see these in the Device Manager... > > 1. Click Start, point to All Programs, point to Accessories, and then click > Command Prompt. > 2. At a command prompt, type the following command , and then press ENTER: > > set devmgr_show_nonpresent_devices=1 > > 3. Type the following command a command prompt, and then press ENTER: > > start devmgmt.msc > > 4. Troubleshoot the devices and drivers in Device Manager. > > NOTE: Click Show hidden devices on the View menu in Device Manager > before you can see devices that are not connected to the computer. > 5. When you finish troubleshooting, close Device Manager. > 6. Type exit at the command prompt. > > Note that when you close the command prompt window, Window clears the > devmgr_show_nonpresent_devices=1 variable that you set in step 2 and > prevents ghosted devices from being displayed when you click Show hidden > devices. > > as260n will probably also be listed in > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\as260n > > Value Name: Start > Data Type: REG_DWORD > Value Data: 2, 3 or 4 > 2 Means Automatic > 3 Means Manual > 4 Means Disabled > > -- > Hope this helps. Let us know. > > Wes > MS-MVP Windows Shell/User > > In news:4BC58FAA-4622-42A6-B737-CFF9C00571DE@microsoft.com, > Philip Mark Hunt <PhilipMarkHunt@discussions.microsoft.com> hunted and > pecked: > > I have read a number of the postings that seem to relate to this kind of > > issue but I have not pinned things down. I should be obliged for some > > more specific step by step advice. I am no dummy but I would rate myself > > as a top level intermediate / bottom end of advanced user. Some of the > > stuff I am reading is just confusing me a little, though I am trying my > > best. > > > > Basic problem - cursor freezes and system hangs completely > > > > Event viewer > System > > > > Error line = > > > > Error 30/01/2007 9:25:54 PM Service Control Manager None 7000 N/A > > CUDDLING101 > > > > > > Further information on Properties = > > > > The as260n service failed to start due to the following error: > > The service cannot be started, either because it is disabled or because it > > has no enabled devices associated with it. > > > > For more information, see Help and Support Center at > > http://go.microsoft.com/fwlink/events.asp. > > > > That website suggested using sc query to get the WIN32_EXIT_CODE > > > > That told me the code is 1058 > > > > Q314357 suggested I use Administrative Tools to review the Services > > Properties and I cannot even see such a service listed - maybe I need to > > be told the name of the service that as260n is the 'code' for? > > > > Any suggestions welcome. > > > > Philip Hunt > > Medina, Kwinana > > Perth, Western Australia > > -- > > Graewood Business Services, Kwinana, Perth, Western Australia > > |
|
#4
| |||
| |||
| Re: Error 7000 with as260n service - cursor freezes, computer hang > I used to have a Canon FB310 scanner. It died on me and now I have a > different scanner. Did you uninstall the old scanner and related software, Phillip? -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:F9269764-D933-4BCE-833C-EDC031D6C221@microsoft.com, Philip Mark Hunt <PhilipMarkHunt@discussions.microsoft.com> hunted and pecked: > Thank you Wes > > I used to have a Canon FB310 scanner. It died on me and now I have a > different scanner. I found that a number of the areas you pointed to me > had values of Auto_Start and similar. I have therefore set all the > values, which you directed me to, as disabled. > > Thank you for your clear and easy to follow advice. > > Cheers > > Philip > -- > Graewood Business Services, Kwinana, Perth, Western Australia > > > "Wesley Vogel" wrote: > >> Error 1058: The specified service is disabled and cannot be started. >> >> Type in a command prompt and hit Enter... >> >> sc start as260n >> >> What happens? >> >> Type: sc qc as260n and hit Enter. >> >> What does START_TYPE say? START_TYPE: 4 DISABLED maybe? >> >> Try this command to set it to Automatic... >> >> sc config as260n start= auto >> >> as260n is probably as260n.sys, a Cannon driver. Possibly for a Canon >> scanner FB310. >> >> as260n should be listed in Device Manager under Non-Plug and Play >> Drivers. To see these in the Device Manager... >> >> 1. Click Start, point to All Programs, point to Accessories, and then >> click Command Prompt. >> 2. At a command prompt, type the following command , and then press >> ENTER: >> >> set devmgr_show_nonpresent_devices=1 >> >> 3. Type the following command a command prompt, and then press ENTER: >> >> start devmgmt.msc >> >> 4. Troubleshoot the devices and drivers in Device Manager. >> >> NOTE: Click Show hidden devices on the View menu in Device Manager >> before you can see devices that are not connected to the computer. >> 5. When you finish troubleshooting, close Device Manager. >> 6. Type exit at the command prompt. >> >> Note that when you close the command prompt window, Window clears the >> devmgr_show_nonpresent_devices=1 variable that you set in step 2 and >> prevents ghosted devices from being displayed when you click Show hidden >> devices. >> >> as260n will probably also be listed in >> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\as260n >> >> Value Name: Start >> Data Type: REG_DWORD >> Value Data: 2, 3 or 4 >> 2 Means Automatic >> 3 Means Manual >> 4 Means Disabled >> >> -- >> Hope this helps. Let us know. >> >> Wes >> MS-MVP Windows Shell/User >> >> In news:4BC58FAA-4622-42A6-B737-CFF9C00571DE@microsoft.com, >> Philip Mark Hunt <PhilipMarkHunt@discussions.microsoft.com> hunted and >> pecked: >>> I have read a number of the postings that seem to relate to this kind of >>> issue but I have not pinned things down. I should be obliged for some >>> more specific step by step advice. I am no dummy but I would rate >>> myself as a top level intermediate / bottom end of advanced user. Some >>> of the stuff I am reading is just confusing me a little, though I am >>> trying my best. >>> >>> Basic problem - cursor freezes and system hangs completely >>> >>> Event viewer > System >>> >>> Error line = >>> >>> Error 30/01/2007 9:25:54 PM Service Control Manager None 7000 >>> N/A CUDDLING101 >>> >>> >>> Further information on Properties = >>> >>> The as260n service failed to start due to the following error: >>> The service cannot be started, either because it is disabled or because >>> it has no enabled devices associated with it. >>> >>> For more information, see Help and Support Center at >>> http://go.microsoft.com/fwlink/events.asp. >>> >>> That website suggested using sc query to get the WIN32_EXIT_CODE >>> >>> That told me the code is 1058 >>> >>> Q314357 suggested I use Administrative Tools to review the Services >>> Properties and I cannot even see such a service listed - maybe I need to >>> be told the name of the service that as260n is the 'code' for? >>> >>> Any suggestions welcome. >>> >>> Philip Hunt >>> Medina, Kwinana >>> Perth, Western Australia >>> -- >>> Graewood Business Services, Kwinana, Perth, Western Australia |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PDIHWCTL service failed, EventID: 7000, Source: Service Control Manager Eventlog Provider | ls [sb] | Windows Vista | 0 | 06-20-2007 07:30 PM |
| Error 7000 | Don | Windows XP | 2 | 06-16-2007 10:10 AM |
| Cursor Freezes | Ted S | Windows XP | 1 | 04-17-2007 02:00 PM |
| Could somebody please explain to me what the following error in event viewer means? Event ID 7000, The Active Common Service service failed to start due to the following error: | Bill.Canfield@gmail.com | Windows XP | 5 | 01-20-2007 08:15 PM |
| Can somebody please explain to me what this error in event viewer means? Event ID 7000, The Active Common Service service failed to start due to the following error: | Bill.Canfield@gmail.com | Windows XP | 1 | 01-19-2007 08:45 PM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |