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
-
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.
-
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.
-
Put this in a shell script:
Any chance this could be dropped in /etc/apm/resume.d ?
-
It worked great! You're a real life saver.
Thanks!