Re: USB storage (memstick) trouble [solved]

2002-10-19 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 19 October 2002 5:27 am, Kevin Coyner wrote: > Great tip checking /var/log/messages, as it showed that I was making a > bonehead mistake (as I suspected) - for fstab line, I was using > /dev/sda3 instead of sdc1 (I already have two scsi's,

Re: USB storage (memstick) trouble

2002-10-19 Thread Andrew Perrin
Check /var/log/messages and /var/log/syslog as the device is plugged into, and removed from, the USB port. That sometimes provides clues as to what the drivers are doing. Also check /proc/bus/usb for information on what's being seen. I've never used a digital camera so don't have anything more sp

Re: USB storage (memstick) trouble [solved]

2002-10-18 Thread Kevin Coyner
On Fri, Oct 18, 2002 at 11:03:58PM -0400, Andrew Perrin wrote.. > Check /var/log/messages and /var/log/syslog as the device is plugged into, > and removed from, the USB port. That sometimes provides clues as to what > the drivers are doing. > Great tip checking /var/log/messages, as it show

Re: USB storage (memstick) trouble

2002-10-18 Thread Kevin Coyner
On Thu, Oct 17, 2002 at 06:22:41PM -0700, Johannes Graumann wrote.. > The Bios cut it - enabling the tw USB controlers and adding > /dev/sda1 /usbfd autonoauto,user 0 0 > to /etc/fstab was all it took in the end - could have had this earlyer, but > this wa

Re: USB storage (memstick) trouble

2002-10-15 Thread Jamin W . Collins
On Tue, 15 Oct 2002 13:54:20 -0700 Johannes Graumann <[EMAIL PROTECTED]> wrote: > Seems like no luck to me, so here's the lspci output: > 00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] > System Controller (rev 14) > 00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 [I

Re: USB storage (memstick) trouble

2002-10-15 Thread Johannes Graumann
Andrew Perrin <[EMAIL PROTECTED]> wrote: > On Tue, 15 Oct 2002, Johannes Graumann wrote: > > > 00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] > > System Controller (rev 14) > > 00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] > > AGP Bridge > > 00:07.0 I

Re: USB storage (memstick) trouble

2002-10-15 Thread Jamin W . Collins
On Tue, 15 Oct 2002 11:51:03 -0700 Johannes Graumann <[EMAIL PROTECTED]> wrote: > Hello, > > Just got my OmniFlash Uno reader for Sony memsticks. Doesn't work and > scanning through the google archives didn't help me out. (snip) > so the usb device is not being seen. > (snip) > 'modprobe usb-uh

Re: USB storage (memstick) trouble

2002-10-15 Thread Andrew Perrin
On Tue, 15 Oct 2002, Johannes Graumann wrote: > Seems like no luck to me, so here's the lspci output: I agree. > 00:00.0 Host bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] System >Controller (rev 14) > 00:01.0 PCI bridge: Advanced Micro Devices [AMD] AMD-760 [IGD4-1P] AGP Bridge > 00:

Re: USB storage (memstick) trouble

2002-10-15 Thread Johannes Graumann
Andrew Perrin <[EMAIL PROTECTED]> wrote: > Try the following: > insmod usbcore 'insmod usbcore' --> Using /lib/modules/2.4.18-bf2.4/kernel/drivers/usb/usbcore.o insmod: a module named usbcore already exists > insmod usb-uhci 'insmod usb-uhci' --> Using /lib/modules/2.4.18-bf2.4/kernel/drivers

Re: USB storage (memstick) trouble

2002-10-15 Thread Andrew Perrin
You need to build USB support, either into the kernel or as modules. Looks like usb-uhci exists, which means you need to first load usbcore. Alternatively, it's possible you have an ohci system. Try the following: insmod usbcore insmod usb-uhci insmod usb-ohci insmod usb-storage And see what