| |
Tips & tricks
XP on an IBM R60 laptop: BlueTooth does not work after laptop suspend
- In microsoft active sync: go to connection settings and deselect 'allow connections to one of the following'.
- Go to bluetooth configuration -> local services -> remove the serial device -> ok.
- Shutdown the bluetooth radio (via Fn + F5).
- Power up the bluetooth radio.
- Go to bluetooth configuration -> local services -> add serial device.
- Select 'startup automatically'.
- Press ok and ok again to close the bluetooth configuration panel.
- In microsoft activesync, go to connection settings, select "allow connections to one of the following" and make sure the serial port in the dropdownbox below is the same as created in the bluetooth configuration screen.
- Now you should be ready to go.
Retrieving blackberry counters using SNMP
You cannot do an snmpwalk of the whole system and expect the BES OIDs to come up. Instead you need to retrieve directly the OID you would like to know. E.g.:
snmpwalk -v 1 -c public IPADRES 1.3.6.1.4.1.3530.5.25.1.202.1
You might need to change 'public' and definately need to replace 'IPADRES'.
Automatically stop applications that have hung themselves up
In the registry, add to HKEY_CURRENT_USER\Control Panel\Desktop and HKEY_USERS\.DEFAULT\Control Panel\Desktop a value called 'AutoEndTasks' of type REG_SZ with value '1' to enable this feature (or 0 to disable).
Win32 port of fetchmail complains about ownership configfile
When you invoke the Win32 port of fetchmail with a configurationfile (using the -f commandline switch), fetchmail sometimes complains about the ownership of configuration-file. Then make sure that it is owned by the user with which you logged in. Big fat warning: if you log-in as local administrator, the ownership must be the local administrator, not the domain administrator!
Remove drivers from a device which is not plugged in
Normally windows (xp at least) doesn't show you all drivers which are installed, only when the device is plugged in.
To be able to see all drivers start cmd.exe and type:
set devmgr_show_nonpresent_devices=1
start devmgmt.msc
then click on 'show hidden devices' and there they are!
| |