Author Topic: Zaurus Not Recongnized As Usb Device Sl5500  (Read 2289 times)

dino

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://
Zaurus Not Recongnized As Usb Device Sl5500
« on: December 03, 2004, 03:22:57 pm »
OZ 3.5.2 Opie on an SL5500.
After a reboot I slip the Zaurus in the USB craddle and Win2K picks it up with no problems.  I can even access the Internet with the Z.  After powering the Z down it seems my Win2K box does not recognize the Zaurus anymore and I have to reboot.
Anyone else have this problem?  I never had this problem with my previous version of OZ(3.3.?).
I'm still working on finding the exact pattern to the problem.
SL5500, Open Zaurus 3.5.2, 128MB SD

papercrane

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://reversefold.com
Zaurus Not Recongnized As Usb Device Sl5500
« Reply #1 on: December 03, 2004, 03:45:44 pm »
Yep. You need to reload the USB modules.

Put this in a shell script:

#!/bin/sh
/sbin/rmmod sa1100_bi
/sbin/rmmod net_fd
/sbin/rmmod usbdcore
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/usbdcore.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/net_fd/net_fd.o
/sbin/insmod /lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/usb/device/bi/sa1100_bi.o

Then you can create an icon in Opie to call the script and you can just click on it when you reconnect your Z.

acpkendo

  • Full Member
  • ***
  • Posts: 169
    • View Profile
    • http://
Zaurus Not Recongnized As Usb Device Sl5500
« Reply #2 on: December 03, 2004, 05:28:12 pm »
Quote
Put this in a shell script:

Any chance this could be dropped in /etc/apm/resume.d ?

dino

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • http://
Zaurus Not Recongnized As Usb Device Sl5500
« Reply #3 on: December 03, 2004, 06:50:04 pm »
It worked great!  You're a real life saver.
Thanks!
SL5500, Open Zaurus 3.5.2, 128MB SD