Custom Query (93 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 93)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#18 fixed Regression - with v10.182 USB worked - with v10.183 USB do not work somebody Robert Blair
Description

With v10.183 USB devices plugged in at boot work will work. If USB devices were not plugged in at boot and later plugged in they do not work. If USB devices are plugged in at boot and are later unplugged and then plugged back in they do not work.

#19 wontfix Placing USBEHCD after USBUHCD in CONFIG.SYS hangs at boot somebody Lewis Rosenthal
Description

Hardware:

ThinkPad? T43
USB drivers & PC Card drivers installed
SNAP Pro
APM (no ACPI)

USB lines in CONFIG.SYS (normally):

BASEDEV=USBEHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBHID.SYS
BASEDEV=USBD.SYS
BASEDEV=USBMSD.ADD /FIXED_DISKS:2 /FLOPPIES:1 /DEVICES:2
DEVICE=C:\OS2\BOOT\USBPRT.SYS $USBPRT
DEVICE=C:\OS2\BOOT\USBKBD.SYS
DEVICE=C:\OS2\BOOT\USBMOUSE.SYS
DEVICE=C:\ecs\boot\USBRESMG.SYS

The README from 1.8.3 says:

Important note: make sure that in config.sys USBEHCD.SYS is placed AFTER USBUHCD.SYS/USBOHCD.SYS !

However, changing the above to the following order:

BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBHID.SYS
BASEDEV=USBD.SYS
BASEDEV=USBMSD.ADD /FIXED_DISKS:2 /FLOPPIES:1 /DEVICES:2
DEVICE=C:\OS2\BOOT\USBPRT.SYS $USBPRT
DEVICE=C:\OS2\BOOT\USBKBD.SYS
DEVICE=C:\OS2\BOOT\USBMOUSE.SYS
DEVICE=C:\ecs\boot\USBRESMG.SYS

results in a boot hang right after loading:

DEVICE=C:\THINKPAD\$ICPMOS2.SYS /G

which is the *last* device to load.

No C-A-D response. No NumLock?. Possibly related to http://trac.netlabs.org/usb/ticket/4 (could just be a long delay before RUN & CALL statements are processed, but I waited 15 minutes and nothing happened after the above statement was printed).

(On an identical machine, I previously worked around the issue by disabling *all* PC Card drivers. IOW, loading EHCD after UHCD and *no* PC Card drivers present, that system boots. I have not tried moving EHCD above UHCD on that one and re-enabling PC Card support.)

Also, with EHCD loaded BEFORE UHCD, I see no problems on this hardware, so I'm not sure why the warning is in the README. I seem to have full functionality.

#20 wontfix System has only USB 2.0, but USB keyboard, mouse have problems somebody BlondeGuy
Description

This is an ASRock H55M-LE, and has USB 2.0 only. There are two instances of USBEHCD.SYS in config.sys, and USB thumb drive works normally. Keyboard and mouse work (legacy mode).

The output of PCI -D is attached.

I use a KVM. If I switch away from the machine, it will never detect switching back. All other machines attached to the KVM work normally.

Using 10.183 drivers, but 10.162 also work.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.