OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dino on December 03, 2004, 03:22:57 pm

Title: Zaurus Not Recongnized As Usb Device Sl5500
Post by: dino 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.
Title: Zaurus Not Recongnized As Usb Device Sl5500
Post by: papercrane 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.
Title: Zaurus Not Recongnized As Usb Device Sl5500
Post by: acpkendo 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 ?
Title: Zaurus Not Recongnized As Usb Device Sl5500
Post by: dino on December 03, 2004, 06:50:04 pm
It worked great!  You're a real life saver.
Thanks!