I can't seem to get USB support working with FC3. I THINK I've done everything right; but I don't see any /dev/*usb*; and I can't get anything to 'register', including a SANDISK Card Reader, a Dymo Label printer or an HP Printer. All this stuff USED to just be 'plug 'n play' under SUSE. Help! Here's (what I think are) the relevant portions of dmesg right after a boot: ACPI: Subsystem revision 20040816 ACPI: Interpreter disabled. Linux Plug and Play Support v0.97 (c) Adam Belay usbcore: registered new driver usbfs usbcore: registered new driver hub . . . usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core driver . . . ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) PCI: Found IRQ 5 for device 0000:00:01.2 PCI: Sharing IRQ 5 with 0000:00:01.3 PCI: Sharing IRQ 5 with 0000:00:0b.0 ohci_hcd 0000:00:01.2: OHCI Host Controller ohci_hcd 0000:00:01.2: irq 5, pci mem cf83e000 ohci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 hub 1-0:1.0: USB hub found hub 1-0:1.0: 3 ports detected PCI: Found IRQ 5 for device 0000:00:01.3 PCI: Sharing IRQ 5 with 0000:00:01.2 PCI: Sharing IRQ 5 with 0000:00:0b.0 ohci_hcd 0000:00:01.3: OHCI Host Controller ohci_hcd 0000:00:01.3: irq 5, pci mem cf8d2000 ohci_hcd 0000:00:01.3: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected usb 1-2: new full speed USB device using address 2 SCSI subsystem initialized Initializing USB Mass Storage driver... scsi0 : SCSI emulation for USB Mass Storage devices ohci_hcd 0000:00:01.2: remove, state 1 usb usb1: USB disconnect, address 1 usb 1-2: USB disconnect, address 2 USB Mass Storage device found at 2 usbcore: registered new driver usb-storage USB Mass Storage support registered. ohci_hcd 0000:00:01.2: USB bus 1 deregistered ohci_hcd 0000:00:01.3: remove, state 1 usb usb2: USB disconnect, address 1 ohci_hcd 0000:00:01.3: USB bus 2 deregistered parport0: PC-style at 0x378 [PCSPP,TRISTATE] Is the 'deregistered' bit telling me something is broken? If so, what? Thanks in advance!