Hi, this problem is not specific for 64bit or SuSe 9.2. Patching the drivers/usb/storage/usb.c solved it for me. --- usb.c~ 2004-10-18 21:22:51.000000000 +0200 +++ usb.c 2004-10-18 21:22:51.000000000 +0200 @@ -367,7 +367,7 @@ /* we've got a command, let's do it! */ else { - US_DEBUG(usb_stor_show_command(us->srb)); + US_DEBUG(usb_stor_show_command(us->srb)); udelay(300); us->proto_handler(us->srb, us); } Oleg. On Sunday 07 November 2004 19:37, Richard Piper wrote:
I have three external USB 2.0 drives in identical enclosures/drives. Usually one will be recognised. If I plug it into an XP laptop, they all appear...but not under SuSe 9.2. Similar issue with a Pretec USB flash (128MB) mass storage device.