Hi, I'm a new Debian user, and I have a strange problem with USB subsystem. I have a Logitech mouse mx700, and when I connect it to one of my usb ports, a message appear in console:
Oct 26 15:43:53 europa kernel: hub.c: new USB device 00:0f.2-1, assigned address 5 Oct 26 15:43:53 europa kernel: input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb2:5.0 It seem that the usb support in kernel is present and active but all usb device, and this too, does not work! When I go to use the utility "lsusb" it does give me back no one device!! If I go to check the presence of usb devices in the path "/proc/bus/usb/", I can not find anything? Do you have any ideas? To debug this problem I began using "lspci" command, I can see my hardware, and I report below only the interesting part: [Onboard 2 usb ports] 00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev 04) [Adaptech duoconnect board with 3 usb port and 2 firewire] 01:08.0 USB Controller: NEC Corporation USB (rev 41) 01:08.1 USB Controller: NEC Corporation USB (rev 41) 01:08.2 USB Controller: NEC Corporation USB 2.0 (rev 02) 01:0b.0 FireWire (IEEE 1394): Texas Instruments TSB12LV26 IEEE-1394 Controller (Link) My kernel is 2.4.22, and I have compiled USB support in my kernel with the following options: # CONFIG_INPUT_IFORCE_USB is not set # USB support CONFIG_USB=y # CONFIG_USB_DEBUG is not set # Miscellaneous USB options CONFIG_USB_DEVICEFS=y # CONFIG_USB_BANDWIDTH is not set # USB Host Controller Drivers CONFIG_USB_EHCI_HCD=y CONFIG_USB_UHCI_ALT=y CONFIG_USB_OHCI=y # USB Device Class drivers # CONFIG_USB_AUDIO is not set # CONFIG_USB_EMI26 is not set # USB Bluetooth can only be used with disabled Bluetooth subsystem # CONFIG_USB_MIDI is not set CONFIG_USB_STORAGE=y # CONFIG_USB_STORAGE_DEBUG is not set CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y CONFIG_USB_STORAGE_DPCM=y # CONFIG_USB_STORAGE_HP8200e is not set CONFIG_USB_STORAGE_SDDR09=y CONFIG_USB_STORAGE_SDDR55=y CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_ACM=y CONFIG_USB_PRINTER=y # USB Human Interface Devices (HID) CONFIG_USB_HID=y CONFIG_USB_HIDINPUT=y CONFIG_USB_HIDDEV=y # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_KBTAB is not set # CONFIG_USB_POWERMATE is not set # USB Imaging devices # CONFIG_USB_DC2XX is not set # CONFIG_USB_MDC800 is not set CONFIG_USB_SCANNER=y # CONFIG_USB_MICROTEK is not set # CONFIG_USB_HPUSBSCSI is not set # USB Multimedia devices CONFIG_USB_IBMCAM=y CONFIG_USB_KONICAWC=y CONFIG_USB_OV511=y CONFIG_USB_PWC=y CONFIG_USB_SE401=y CONFIG_USB_STV680=y CONFIG_USB_VICAM=y # CONFIG_USB_DSBR is not set # USB Network adaptors # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_CATC is not set # CONFIG_USB_AX8817X is not set # CONFIG_USB_CDCETHER is not set # CONFIG_USB_USBNET is not set # USB port drivers # CONFIG_USB_USS720 is not set # USB Serial Converter support # CONFIG_USB_SERIAL is not set # USB Miscellaneous drivers CONFIG_USB_RIO500=y # CONFIG_USB_AUERSWALD is not set CONFIG_USB_TIGL=y # CONFIG_USB_BRLVGER is not set # CONFIG_USB_LCD is not set CONFIG_BLUEZ_HCIUSB=m CONFIG_BLUEZ_USB_SCO=y CONFIG_BLUEZ_USB_ZERO_PACKET=y CONFIG_BLUEZ_HCIBFUSB=m What can I do? Could you help me to debug the problem? Thanks Lorenzo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

