>
>
>>[root@zembla dev]# mount /dev/sda /mnt/clie
>>mount: /dev/sda is not a valid block device
>>
>
>Perhaps there are partitions on this device?  Try
>
>  fdisk /dev/sda
>
>Hope this helps.
>
Apply the following patch to the kernel:

--- linux/drivers/usb/storage/transport.c.orig  Tue Dec  4 16:55:13 2001
+++ linux/drivers/usb/storage/transport.c       Tue Dec  4 16:58:10 2001
@@ -817,10 +817,7 @@
        }
 
        /* was this a command-completion interrupt? */
-       if (us->irqbuf[0] && (us->subclass != US_SC_UFI)) {
-               US_DEBUGP("-- not a command-completion IRQ\n");
-               return;
-       }
+       us->irqbuf[0] = 0;
 
        /* was this a wanted interrupt? */
        if (!atomic_read(us->ip_wanted)) {


And it'll work...

Stefan


_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to