* No USB devices are being noticed
@ 2005-03-09 16:01 Mark Healey
2005-03-09 16:10 ` Oliver Neukum
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Mark Healey @ 2005-03-09 16:01 UTC (permalink / raw)
To: linux-hotplug
I just installed Fedora 3 at work. Everything seemed to
work fine. Upon first boot Kudzu noticed the printer and I
let it configure it. Everything seemed to work fine until I
tried to print. Noting, No printing, No errors dialogs.
Upon trying to fix it I noticed that the device /dev/usb/lp0
didn't exist. I tried some other USB devices, a memory
card reader and a bar code scanner. Plugging them in caused
no changes in the contents of /dev. udev.d is running.
What do I check next?
--
Mark Healey
marklist@healeyonline.com
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey @ 2005-03-09 16:10 ` Oliver Neukum 2005-03-10 0:27 ` Mark Healey ` (8 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: Oliver Neukum @ 2005-03-09 16:10 UTC (permalink / raw) To: linux-hotplug Am Mittwoch, 9. März 2005 17:01 schrieb Mark Healey: > I just installed Fedora 3 at work. Everything seemed to > work fine. Upon first boot Kudzu noticed the printer and I > let it configure it. Everything seemed to work fine until I > tried to print. Noting, No printing, No errors dialogs. > > Upon trying to fix it I noticed that the device /dev/usb/lp0 > didn't exist. I tried some other USB devices, a memory > card reader and a bar code scanner. Plugging them in caused > no changes in the contents of /dev. udev.d is running. > > What do I check next? /proc/bus/usb/devices Regards Oliver ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&opÌk _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey 2005-03-09 16:10 ` Oliver Neukum @ 2005-03-10 0:27 ` Mark Healey 2005-03-10 9:21 ` Oliver Neukum ` (7 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: Mark Healey @ 2005-03-10 0:27 UTC (permalink / raw) To: linux-hotplug Oliver Neukum wrote: > Am Mittwoch, 9. März 2005 17:01 schrieb Mark Healey: > >>I just installed Fedora 3 at work. Everything seemed to >>work fine. Upon first boot Kudzu noticed the printer and I >>let it configure it. Everything seemed to work fine until I >>tried to print. Noting, No printing, No errors dialogs. >> >>Upon trying to fix it I noticed that the device /dev/usb/lp0 >> didn't exist. I tried some other USB devices, a memory >>card reader and a bar code scanner. Plugging them in caused >>no changes in the contents of /dev. udev.d is running. >> >>What do I check next? > > > /proc/bus/usb/devices The directory exist, the file doesn't. -- Mark Healey marklist@healeyonline.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&opÌk _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey 2005-03-09 16:10 ` Oliver Neukum 2005-03-10 0:27 ` Mark Healey @ 2005-03-10 9:21 ` Oliver Neukum 2005-03-10 16:06 ` Mark Healey ` (6 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: Oliver Neukum @ 2005-03-10 9:21 UTC (permalink / raw) To: linux-hotplug Am Donnerstag, 10. März 2005 01:27 schrieb Mark Healey: > Oliver Neukum wrote: > > Am Mittwoch, 9. März 2005 17:01 schrieb Mark Healey: > > > >>I just installed Fedora 3 at work. Everything seemed to > >>work fine. Upon first boot Kudzu noticed the printer and I > >>let it configure it. Everything seemed to work fine until I > >>tried to print. Noting, No printing, No errors dialogs. > >> > >>Upon trying to fix it I noticed that the device /dev/usb/lp0 > >> didn't exist. I tried some other USB devices, a memory > >>card reader and a bar code scanner. Plugging them in caused > >>no changes in the contents of /dev. udev.d is running. > >> > >>What do I check next? > > > > > > /proc/bus/usb/devices > > The directory exist, the file doesn't. Then you don't mount usbfs. Without usbfs information needed for hotplug isn't properly exported. Regards Oliver ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&opÌk _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (2 preceding siblings ...) 2005-03-10 9:21 ` Oliver Neukum @ 2005-03-10 16:06 ` Mark Healey 2005-03-10 16:57 ` Patrick Mansfield ` (5 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: Mark Healey @ 2005-03-10 16:06 UTC (permalink / raw) To: linux-hotplug Oliver Neukum wrote: > Am Donnerstag, 10. März 2005 01:27 schrieb Mark Healey: > >>Oliver Neukum wrote: >> >>>Am Mittwoch, 9. März 2005 17:01 schrieb Mark Healey: >>> >>> >>>>I just installed Fedora 3 at work. Everything seemed to >>>>work fine. Upon first boot Kudzu noticed the printer and I >>>>let it configure it. Everything seemed to work fine until I >>>>tried to print. Noting, No printing, No errors dialogs. >>>> >>>>Upon trying to fix it I noticed that the device /dev/usb/lp0 >>>> didn't exist. I tried some other USB devices, a memory >>>>card reader and a bar code scanner. Plugging them in caused >>>>no changes in the contents of /dev. udev.d is running. >>>> >>>>What do I check next? >>> >>> >>>/proc/bus/usb/devices >> >>The directory exist, the file doesn't. > > > Then you don't mount usbfs. Without usbfs information needed for hotplug > isn't properly exported. > How do I do that? Especially How do I have it automatically done at boot. -- Mark Healey marklist@healeyonline.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&opÌk _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (3 preceding siblings ...) 2005-03-10 16:06 ` Mark Healey @ 2005-03-10 16:57 ` Patrick Mansfield 2005-03-11 8:36 ` Mark Healey ` (4 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: Patrick Mansfield @ 2005-03-10 16:57 UTC (permalink / raw) To: linux-hotplug On Thu, Mar 10, 2005 at 08:06:13AM -0800, Mark Healey wrote: > >Then you don't mount usbfs. Without usbfs information needed for hotplug > >isn't properly exported. > > > > How do I do that? Especially How do I have it automatically > done at boot. Just works for me fine with FC3: [root@palm etc]# grep usbfs /etc/rc.sysinit [ -d /proc/bus/usb ] && mount -n -t usbfs /proc/bus/usb /proc/bus/usb [ -f /proc/bus/usb/devices ] && mount -f -t usbfs usbfs /proc/bus/usb [root@palm etc]# rpm -q -f /etc/rc.sysinit initscripts-7.93.5-1 What is your boot / dmesg output? -- Patrick Mansfield ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (4 preceding siblings ...) 2005-03-10 16:57 ` Patrick Mansfield @ 2005-03-11 8:36 ` Mark Healey 2005-03-11 15:08 ` David Brownell ` (3 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: Mark Healey @ 2005-03-11 8:36 UTC (permalink / raw) To: linux-hotplug Patrick Mansfield wrote: > On Thu, Mar 10, 2005 at 08:06:13AM -0800, Mark Healey wrote: > > >>>Then you don't mount usbfs. Without usbfs information needed for hotplug >>>isn't properly exported. >>> >> >>How do I do that? Especially How do I have it automatically >>done at boot. > > > Just works for me fine with FC3: > > [root@palm etc]# grep usbfs /etc/rc.sysinit > [ -d /proc/bus/usb ] && mount -n -t usbfs /proc/bus/usb /proc/bus/usb > [ -f /proc/bus/usb/devices ] && mount -f -t usbfs usbfs /proc/bus/usb > [root@palm etc]# rpm -q -f /etc/rc.sysinit > initscripts-7.93.5-1 Those checked out fine. > What is your boot / dmesg output? A lot of stuff in Greek. Here it is. Linux version 2.6.10-1.770_FC3 (bhcompile@porky.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Thu Feb 24 14:00:06 EST 2005 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001eff0000 (usable) BIOS-e820: 000000001eff0000 - 000000001eff8000 (ACPI data) BIOS-e820: 000000001eff8000 - 000000001f000000 (ACPI NVS) BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) 0MB HIGHMEM available. 495MB LOWMEM available. Using x86 segment limits to approximate NX protection On node 0 totalpages: 126960 DMA zone: 4096 pages, LIFO batch:1 Normal zone: 122864 pages, LIFO batch:16 HighMem zone: 0 pages, LIFO batch:1 DMI 2.3 present. ACPI: RSDP (v000 AMI ) @ 0x000fc390 ACPI: RSDT (v001 AMIINT SiS730SX 0x00001000 MSFT 0x0100000b) @ 0x1eff0000 ACPI: FADT (v001 AMIINT SiS730SX 0x00001000 MSFT 0x0100000b) @ 0x1eff0030 ACPI: DSDT (v001 SiS 730S 0x00000100 MSFT 0x0100000b) @ 0x00000000 ACPI: BIOS age (1997) fails cutoff (2001), acpi=force is required to enable ACPI ACPI: Disabling ACPI support Built 1 zonelists Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet Initializing CPU#0 CPU 0 irqstacks, hard¿3d3000 soft¿3d2000 PID hash table entries: 2048 (order: 11, 32768 bytes) Detected 1145.023 MHz processor. Using tsc for high-res timesource Console: colour VGA+ 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 498620k/507840k available (2045k kernel code, 8616k reserved, 655k data, 160k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay loop... 2260.99 BogoMIPS (lpj\x1130496) Security Framework v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 512 (order: 0, 4096 bytes) CPU: After generic identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 CPU: After vendor identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 Enabling disabled K7/SSE Support. CPU: CLK_CTL MSR was 6003d22f. Reprogramming to 2003d22f CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 256K (64 bytes/line) CPU: After all inits, caps: 0383f1ff c1c3f9ff 00000000 00000020 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU: AMD Athlon(tm) Processor stepping 01 Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. checking if image is initramfs... it is Freeing initrd memory: 947k freed NET: Registered protocol family 16 PCI: PCI BIOS revision 2.10 entry at 0xfdb01, last bus=1 PCI: Using configuration type 1 mtrr: v2.0 (20020519) ACPI: Subsystem revision 20041105 ACPI: Interpreter disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI: ACPI disable usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) Uncovering SIS18 that hid as a SIS503 (compatible=0) Enabling SiS 96x SMBus. PCI: Using IRQ router SIS [1039/0018] at 0000:00:01.0 apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac) audit: initializing netlink socket (disabled) audit(1110452238.663:0): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API ksign: Installing public key data Loading keyring - Added public key C1F2FA57F7EECD64 - User ID: Red Hat, Inc. (Kernel Module GPG key) pci_hotplug: PCI Hot Plug PCI Core version: 0.5 isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Real Time Clock Driver v1.12 Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected SiS 730 chipset agpgart: Maximum main memory to use for agp memory: 424M agpgart: AGP aperture is 64M @ 0xd0000000 serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 Serial: 8250/16550 driver $Revision: 1.90 $ 76 ports, IRQ sharing enabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A PCI: Found IRQ 5 for device 0000:00:01.6 PCI: Sharing IRQ 5 with 0000:00:01.1 io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize divert: not allocating divert_blk for non-ethernet device lo Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx SIS5513: IDE controller at PCI slot 0000:00:00.1 SIS5513: chipset revision 208 SIS5513: not 100% native mode: will probe irqs later SIS5513: SiS730 ATA 100 (1st gen) controller ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA Probing IDE interface ide0... hda: Maxtor 2F040J0, ATA DISK drive elevator: using anticipatory as default io scheduler ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hdc: OEM CD-ROM 48SSB, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hda: max request size: 128KiB hda: 80293248 sectors (41110 MB) w/2048KiB Cache, CHSe535/16/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 hdc: ATAPI 48X CD-ROM drive, 0kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20 ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core driver mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard on isa0060/serio0 input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1 md: md driver 0.90.1 MAX_MD_DEVS%6, MD_SB_DISKS' NET: Registered protocol family 2 IP: routing cache hash table of 1024 buckets, 32Kbytes TCP: Hash tables configured (established 32768 bind 9362) Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 Freeing unused kernel memory: 160k freed device-mapper: 4.3.0-ioctl (2004-09-30) initialised: dm-devel@redhat.com kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. security: 3 users, 4 roles, 318 types, 20 bools security: 53 classes, 10823 rules SELinux: Completing initialization. SELinux: Setting up existing superblocks. SELinux: initialized (dev dm-0, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts SELinux: initialized (dev mqueue, type mqueue), not configured for labeling SELinux: initialized (dev hugetlbfs, type hugetlbfs), not configured for labeling SELinux: initialized (dev devpts, type devpts), uses transition SIDs SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts SELinux: initialized (dev pipefs, type pipefs), uses task SIDs SELinux: initialized (dev sockfs, type sockfs), uses task SIDs SELinux: initialized (dev proc, type proc), uses genfs_contexts SELinux: initialized (dev bdev, type bdev), uses genfs_contexts SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker PCI: Found IRQ 11 for device 0000:00:09.0 divert: allocating divert_blk for eth0 eth0: VIA Rhine III at 0xcfff6f00, 00:40:f4:86:e1:95, IRQ 11. eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1. sis900.c: v1.08.07 11/02/2003 PCI: Found IRQ 5 for device 0000:00:01.1 PCI: Sharing IRQ 5 with 0000:00:01.6 divert: allocating divert_blk for eth1 eth1: VIA 6103 PHY transceiver found at address 1. eth1: Using transceiver found at address 1 as default eth1: SiS 900 PCI Fast Ethernet at 0xcc00, IRQ 5, 00:0a:e6:25:35:5f. PCI: Found IRQ 11 for device 0000:00:01.4 md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts NET: Registered protocol family 10 Disabled Privacy Extensions on device c03697c0(lo) IPv6 over IPv4 tunneling driver divert: not allocating divert_blk for non-ethernet device sit0 EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on hda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. SELinux: initialized (dev hda1, type ext3), uses xattr SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs Adding 1015800k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) PCI: Found IRQ 3 for device 0000:00:01.2 PCI: Sharing IRQ 3 with 0000:00:01.3 ohci_hcd 0000:00:01.2: OHCI Host Controller ohci_hcd 0000:00:01.2: irq 3, pci mem 0xcfffc000 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 3 for device 0000:00:01.3 PCI: Sharing IRQ 3 with 0000:00:01.2 ohci_hcd 0000:00:01.3: OHCI Host Controller ohci_hcd 0000:00:01.3: irq 3, pci mem 0xcfffd000 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: 3 ports detected usb 2-1: new full speed USB device using ohci_hcd and address 2 ohci_hcd 0000:00:01.2: remove, state 1 usb usb1: USB disconnect, address 1 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 usb 2-1: USB disconnect, address 2 ohci_hcd 0000:00:01.3: USB bus 2 deregistered usbcore: registered new driver usblp drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver parport0: PC-style at 0x378 [PCSPP,TRISTATE] ieee1394: Initialized config rom entry `ip1394' ip_tables: (C) 2000-2002 Netfilter core team ip_conntrack version 2.1 (3967 buckets, 31736 max) - 360 bytes per conntrack eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 eth0: no IPv6 routers present SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts i2c /dev entries driver parport0: PC-style at 0x378 [PCSPP,TRISTATE] lp0: using parport0 (polling). lp0: console ready [drm] Initialized sis 1.1.0 20030826 on minor 0: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V2 device at 0000:00:00.0 into 2x mode agpgart: Putting AGP V2 device at 0000:01:00.0 into 2x mode -- Mark Healey marklist@healeyonline.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (5 preceding siblings ...) 2005-03-11 8:36 ` Mark Healey @ 2005-03-11 15:08 ` David Brownell 2005-03-11 23:00 ` Mark Healey ` (2 subsequent siblings) 9 siblings, 0 replies; 11+ messages in thread From: David Brownell @ 2005-03-11 15:08 UTC (permalink / raw) To: linux-hotplug On Friday 11 March 2005 12:36 am, Mark Healey wrote: > ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) > Driver (PCI) > PCI: Found IRQ 3 for device 0000:00:01.2 > PCI: Sharing IRQ 3 with 0000:00:01.3 > ohci_hcd 0000:00:01.2: OHCI Host Controller > ohci_hcd 0000:00:01.2: irq 3, pci mem 0xcfffc000 > 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 3 for device 0000:00:01.3 > PCI: Sharing IRQ 3 with 0000:00:01.2 > ohci_hcd 0000:00:01.3: OHCI Host Controller > ohci_hcd 0000:00:01.3: irq 3, pci mem 0xcfffd000 > 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: 3 ports detected > usb 2-1: new full speed USB device using ohci_hcd and address 2 > ohci_hcd 0000:00:01.2: remove, state 1 > usb usb1: USB disconnect, address 1 > 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 > usb 2-1: USB disconnect, address 2 > ohci_hcd 0000:00:01.3: USB bus 2 deregistered > So your boot code is first loading the HCDs, then unloading them. The problem is your boot scripts doing something remarkably bogus. - Dave ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (6 preceding siblings ...) 2005-03-11 15:08 ` David Brownell @ 2005-03-11 23:00 ` Mark Healey 2005-03-11 23:17 ` David Brownell 2005-03-12 7:30 ` Mark Healey 9 siblings, 0 replies; 11+ messages in thread From: Mark Healey @ 2005-03-11 23:00 UTC (permalink / raw) To: linux-hotplug David Brownell wrote: > On Friday 11 March 2005 12:36 am, Mark Healey wrote: > > >>ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) >>Driver (PCI) >>PCI: Found IRQ 3 for device 0000:00:01.2 >>PCI: Sharing IRQ 3 with 0000:00:01.3 >>ohci_hcd 0000:00:01.2: OHCI Host Controller >>ohci_hcd 0000:00:01.2: irq 3, pci mem 0xcfffc000 >>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 3 for device 0000:00:01.3 >>PCI: Sharing IRQ 3 with 0000:00:01.2 >>ohci_hcd 0000:00:01.3: OHCI Host Controller >>ohci_hcd 0000:00:01.3: irq 3, pci mem 0xcfffd000 >>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: 3 ports detected >>usb 2-1: new full speed USB device using ohci_hcd and address 2 >>ohci_hcd 0000:00:01.2: remove, state 1 >>usb usb1: USB disconnect, address 1 >>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 >>usb 2-1: USB disconnect, address 2 >>ohci_hcd 0000:00:01.3: USB bus 2 deregistered >> > > > So your boot code is first loading the HCDs, then unloading them. > The problem is your boot scripts doing something remarkably bogus. HCD? How do I determine which script and fix it? This whole situation seems odd. Everything worked on this box when windows was installed and I used the same CDs that I used at home where I have all kinds of USB stuff attached and working (except for my phone but that is a gnome-pilot issue). -- Mark Healey marklist@healeyonline.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (7 preceding siblings ...) 2005-03-11 23:00 ` Mark Healey @ 2005-03-11 23:17 ` David Brownell 2005-03-12 7:30 ` Mark Healey 9 siblings, 0 replies; 11+ messages in thread From: David Brownell @ 2005-03-11 23:17 UTC (permalink / raw) To: linux-hotplug On Friday 11 March 2005 3:00 pm, Mark Healey wrote: > David Brownell wrote: > > On Friday 11 March 2005 12:36 am, Mark Healey wrote: > > > > > >... > >>ohci_hcd 0000:00:01.2: remove, state 1 > >>usb usb1: USB disconnect, address 1 > >>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 > >>usb 2-1: USB disconnect, address 2 > >>ohci_hcd 0000:00:01.3: USB bus 2 deregistered > >> > > > > > > So your boot code is first loading the HCDs, then unloading them. > > The problem is your boot scripts doing something remarkably bogus. > > HCD? As in "ohci_hcd". "Host Controller Driver", as described in the USB spec. > How do I determine which script and fix it? You could replace "rmmod" with a shell script that logged the relevant stuff ... like maybe saving "ps -ax --forest" output when the parameter is an HCD. Then work backwards from there. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: No USB devices are being noticed 2005-03-09 16:01 No USB devices are being noticed Mark Healey ` (8 preceding siblings ...) 2005-03-11 23:17 ` David Brownell @ 2005-03-12 7:30 ` Mark Healey 9 siblings, 0 replies; 11+ messages in thread From: Mark Healey @ 2005-03-12 7:30 UTC (permalink / raw) To: linux-hotplug David Brownell wrote: > On Friday 11 March 2005 3:00 pm, Mark Healey wrote: > >>David Brownell wrote: >> >>>On Friday 11 March 2005 12:36 am, Mark Healey wrote: >>> >>> >>>... >>> >>>>ohci_hcd 0000:00:01.2: remove, state 1 >>>>usb usb1: USB disconnect, address 1 >>>>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 >>>>usb 2-1: USB disconnect, address 2 >>>>ohci_hcd 0000:00:01.3: USB bus 2 deregistered >>>> >>> >>> >>>So your boot code is first loading the HCDs, then unloading them. >>>The problem is your boot scripts doing something remarkably bogus. >> >>HCD? > > > As in "ohci_hcd". "Host Controller Driver", as described > in the USB spec. > > > >>How do I determine which script and fix it? > > > You could replace "rmmod" with a shell script that logged the > relevant stuff ... like maybe saving "ps -ax --forest" output > when the parameter is an HCD. Then work backwards from there. This is beyond me. I've never written a shell script. I wouldn't know how to rewrite rmmod anyway. I was hoping that there was some log file I could look at. What really sucks is that I'm doing this correspondence from home and the machine in question is at work. -- Mark Healey marklist@healeyonline.com ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2005-03-12 7:30 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2005-03-09 16:01 No USB devices are being noticed Mark Healey 2005-03-09 16:10 ` Oliver Neukum 2005-03-10 0:27 ` Mark Healey 2005-03-10 9:21 ` Oliver Neukum 2005-03-10 16:06 ` Mark Healey 2005-03-10 16:57 ` Patrick Mansfield 2005-03-11 8:36 ` Mark Healey 2005-03-11 15:08 ` David Brownell 2005-03-11 23:00 ` Mark Healey 2005-03-11 23:17 ` David Brownell 2005-03-12 7:30 ` Mark Healey
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).