For workstation 6.0, to get palm syncing to work, I had to add: usb.generic.skipsetconfig = "true"
For workstation 6.5, palm syncing is broken again. The device is present, but hotsync doesn't work.
#!/bin/bash
# Removing and reinstalling uhci/ehci resets the address, which is
# necessary for my Treo on SuSE 10.3.
# GHK 2/20/08
# It doesn't seem to be needed on SUSE 11.0. GHK 8/14/08.
# Hmmm...maybe it is. GHK 8/26/08.
rmmod uhci_hcd ehci_hcd
modprobe uhci_hcd
modprobe ehci_hcd
#
# On SuSE 11.0, the Treo has to be blacklisted via /etc/modprobe.conf
# (which fortunately is read on every module load). But non-Windows
# Treo stuff requires the modules.
# GHK 4/14/08
#
rmmod visor usbserial 2>/dev/null
cp -p /etc/modprobe.conf.local.blacklist /etc/modprobe.conf.local
echo -n "Hit return when hotsync is running."
read x
cp -p /etc/modprobe.conf.local.noblacklist /etc/modprobe.conf.local
rmmod visor usbserial 2>/dev/null
#
# This is how it used to be done on SuSE 10.3.
#
#while :; do rmmod visor usbserial; done 2>/dev/null
#
# please add local extensions to this file
#
blacklist usbserial
blacklist visor
Download SDKs, APIs, videos,
training, and more in the Developer community.
Online access to the latest VMworld Sessions & Labs and online services.
Learn morePurchase credits to redeem training and consulting services online.
Buy NowEnsure consistent, policy-based network capabilities to virtual machines across your data center.
Learn More