On Monday 20 Oct 2003 02:28, Stephane Brossier wrote:
> With 'uhci" module I got the following:
> bash-2.05b# lsmod
> Module � � � � � � � � �Size �Used by � �Tainted: P
> ide-scsi � � � � � � � �7568 � 0
> sr_mod � � � � � � � � 14648 � 0 �(unused)
> sg � � � � � � � � � � 29900 � 0
> sd_mod � � � � � � � � 11020 � 0 �(unused)
> vpnmod � � � � � � � �187808 �-1 �(unused)
> prism2_pci � � � � � � 57008 � 1 �(autoclean)
> p80211 � � � � � � � � 17036 � 1 �[prism2_pci]
> usb-storage � � � � � �22264 � 0 �(unused)
> scsi_mod � � � � � � � 89268 � 4 �[ide-scsi sr_mod sg sd_mod
> usb-storage] uhci � � � � � � � � � 23536 � 0 �(unused)
> usbcore � � � � � � � �56000 � 1 �[usb-storage uhci]
>
> And it results in the following outputs:
> usb.c: registered new driver usbdevfs
> usb.c: registered new driver hub
> uhci.c: USB Universal Host Controller Interface driver v1.1
> PCI: Found IRQ 10 for device 00:07.2
> PCI: Sharing IRQ 10 with 00:07.3
> PCI: Sharing IRQ 10 with 00:0b.0
> uhci.c: USB UHCI at I/O 0xd800, IRQ 10
> usb.c: new USB bus registered, assigned bus number 1
> hub.c: USB hub found
> hub.c: 2 ports detected
> PCI: Found IRQ 10 for device 00:07.3
> PCI: Sharing IRQ 10 with 00:07.2
> PCI: Sharing IRQ 10 with 00:0b.0
> uhci.c: USB UHCI at I/O 0xdc00, IRQ 10
> usb.c: new USB bus registered, assigned bus number 2
> hub.c: USB hub found
> hub.c: 2 ports detected
> SCSI subsystem driver Revision: 1.00
> Initializing USB Mass Storage driver...
> usb.c: registered new driver usb-storage
> USB Mass Storage support registered.
>
> -> It seems that up to this point everything works fine,
> the modules are loaded correctly by the kernel. I still don't
> have any entries in /dev/sd* though.
>
> The problem seems to be that when I plug the camera in �the USB
> port, nothing happens. I still don't have any entries under /dev/sd*,
> and if I grep syslog i have no traces. Could it be that my USB port
> don't work? I never used USB on linux.

I'm no expert but it looks to me like USB is working.  Perhaps you need 
to make the device nodes for /dev/sd*?  You can find out the details 
in /usr/src/linux/Documentation/devices.txt, for example:
# mknod /dev/sda1 b 8 1

Peter
-- 
======================================================================
Portage 2.0.49-r13 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 
2.4.23_pre7-gss)
i686 AMD Athlon(tm) XP 3200+
======================================================================


--
[EMAIL PROTECTED] mailing list

Reply via email to