Timo Dickscheid wrote:
Hi all,

I have a problem with the following (said to be) supported hardware on
a  new kernel 2.6.6:

* Cardbus Controller O2Micro on an Acer TM613 Notebook
  The Controller works well with devices such as my WLAN Card
* NEC-Chip USB2.0-Cardbus-Controller, recognized by ehci_hcd
* Fujitsu Handydrive Data 60GB Harddisk, said to work on
  Kernelversion >=2.6 (both by Fujitsu and some users on the net!)


I had a similar ptoblem with almost the same hardware (Mine is a Travelmate 700)
I put this in my startup sequence. You may have to edit the pci devices.
This sets a register and latency on my O2Micro cardbus controller. (I have to do this in win2k also to get this card working. I suspect its a problem in the ACER bios setting the register to a non-default value)


#Work around setting for OZ6933 chipset
/usr/bin/logger -s "Setting Latency and Undocumented burst transfer on OZ6399"
/bin/setpci -s 02:09.0 LATENCY_TIMER=40
/bin/setpci -s 02:09.1 LATENCY_TIMER=40
/usr/bin/X11/pcitweak -w 02:09:0 -b 0x94 0xea


Perhaps this will help. ymmv.

Regards,
Brad


------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to