From owner-freebsd-usb@FreeBSD.ORG Mon Oct 23 08:31:00 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A97C16A417 for ; Mon, 23 Oct 2006 08:31:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D7E43D62 for ; Mon, 23 Oct 2006 08:30:59 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9N8UHUV011799 for ; Mon, 23 Oct 2006 08:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9N8UHP2011798; Mon, 23 Oct 2006 08:30:17 GMT (envelope-from gnats) Resent-Date: Mon, 23 Oct 2006 08:30:17 GMT Resent-Message-Id: <200610230830.k9N8UHP2011798@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eygene Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 417ED16A412 for ; Mon, 23 Oct 2006 08:27:06 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FA443D5A for ; Mon, 23 Oct 2006 08:27:05 +0000 (GMT) (envelope-from rea-fbsd@codelabs.ru) Received: from codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1Gbv96-0004V4-Ea for FreeBSD-gnats-submit@freebsd.org; Mon, 23 Oct 2006 12:26:56 +0400 Message-Id: <20061023082651.GG1032@codelabs.ru> Date: Mon, 23 Oct 2006 12:26:52 +0400 From: Eygene Sender: rea@codelabs.ru To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: usb/104704: GNATS report X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eygene List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 08:31:00 -0000 >Number: 104704 >Category: usb >Synopsis: Add Xerox WorkCentre M15 to the list of unidirectional USB printers >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 23 08:30:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Eygene Ryabinkin >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: Code Labs >Environment: System: FreeBSD XXX 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #9: Fri Oct 20 18:56:59 MSD 2006 root@XXX:/usr/src/sys/i386/compile/XXX i386 >Description: USB printer Xerox WorkCentre M15 reports the bidirectional functionality to the USB subsystem, but all read requests are failing. >How-To-Repeat: Compile kernel with the ulpt support, plug in the Xerox WorkCentre M15 printer and try to read something from the device via 'cat < /dev/ulpt0'. It will hang and when ^C will be pressed it will tell that I/O error occured. Xerox support was unable to comment if their printer supports native USB bidirectionality or the bidirectional interface is supported through IEEE 1284.4 layer. Or the device just wrongly specifies its bidirectionality. >Fix: Force unidirectional mode via usb_quirks.c. The patch is attached. The device and vendor IDs are numerical, because there is no Xerox manufacturer ID in the official list of USB vendors. --- /sys/dev/usb/usb_quirks.c.orig Fri Oct 20 18:56:29 2006 +++ /sys/dev/usb/usb_quirks.c Fri Oct 20 18:56:06 2006 @@ -86,6 +86,8 @@ { USB_VENDOR_HP, USB_PRODUCT_HP_810C, ANY, { UQ_BROKEN_BIDIR }}, { USB_VENDOR_HP, USB_PRODUCT_HP_830C, ANY, { UQ_BROKEN_BIDIR }}, { USB_VENDOR_HP, USB_PRODUCT_HP_1220C, ANY, { UQ_BROKEN_BIDIR }}, + /* Xerox WorkCentre M15 */ + { 0x0924, 0xffef, ANY, { UQ_BROKEN_BIDIR }}, /* YAMAHA router's ucdDevice is the version of farmware and often changes. */ { USB_VENDOR_YAMAHA, USB_PRODUCT_YAMAHA_RTA54I, ANY, { UQ_ASSUME_CM_OVER_DATA }}, >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Mon Oct 23 11:08:43 2006 Return-Path: X-Original-To: freebsd-usb@FreeBSD.org Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB90216A403 for ; Mon, 23 Oct 2006 11:08:43 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FD2043D6E for ; Mon, 23 Oct 2006 11:08:41 +0000 (GMT) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9NB8fKO027850 for ; Mon, 23 Oct 2006 11:08:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9NB8d3L027846 for freebsd-usb@FreeBSD.org; Mon, 23 Oct 2006 11:08:39 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 23 Oct 2006 11:08:39 GMT Message-Id: <200610231108.k9NB8d3L027846@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 11:08:44 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa o usb/91629 usb usbd_abort_pipe() may result in infinite loop 2 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/40792 usb signals lead to data loss on device ugen o usb/46176 usb [panic] umass causes kernel panic if device removed be o i386/46371 usb USB controller cannot be initialized on IBM Netfinity f usb/55555 usb [ums] system freezes with access to /dev/ums0 o bin/57255 usb usbd and multi-function devices o usb/62088 usb [usb] Logitech Cordless/Optical Mouse not working o usb/62309 usb [ugen] [panic] panic: ugen(4) driver o usb/63621 usb [usb] USB MemoryStick Reader stalls/crashes system o usb/69006 usb [patch] Apple Cinema Display hangs USB ports o usb/71155 usb [usb] misbehaving usb-printer hangs processes, causes o usb/73307 usb [panic] Kernel panics on USB disconnect o usb/74771 usb [umass] mounting write-protected umass device as read/ o usb/75705 usb [panic] da0 attach / Optio S4 (with backtrace) o usb/75797 usb 5.3-STABLE(2005 1/4) detect USB headset, But can not f f usb/76204 usb panic while using usb attached modem o usb/76395 usb USB printer does not work, usbdevs says "addr 0 should f usb/76684 usb [hang] Toshiba PDR-M4 camera connected via USB hangs s o usb/77184 usb kernel panic on USB device disconnect o usb/77294 usb ucom + ulpcom panic o usb/77940 usb [patch] [panic] insertion of usb keyboard panics syste f i386/78218 usb [kue] kue not detected on Sony PCG-F370 VAIO o usb/78989 usb please add USB keyboard support to install CD's o usb/79140 usb WD Firewire/USB Combo hangs under load on USB interfac o usb/79269 usb USB ohci da0 plug/unplug causes crashes and lockups. o usb/79287 usb UHCI hang after interrupt transfer o usb/79524 usb printing to Minolta PagePro 1[23]xxW via USB fails wit f usb/79656 usb [usb] RHSC interrupts lost o usb/79722 usb [usb] wrong alignments in ehci.h o usb/80040 usb [hang] Use of sound mixer causes system freeze with ua f usb/80260 usb Travan USB tape drive fails to write o usb/80361 usb mounting of usb-stick fails o usb/80373 usb usb keyboard does not respond o usb/80829 usb possible panic when loading USB-modules o usb/80862 usb [patch] USB locking issues: missing some Giant calls o usb/81308 usb [ugen] [patch] polling a ugen(4) control endpoint caus f usb/82198 usb Panic on attaching of ONKI N-338 USB MP3 player f usb/82272 usb Can not recognize Casio camera EX-Z40 as a umass devic o usb/82350 usb [usb] null pointer dereference in USB stack o usb/82520 usb Reboot when USL101 connected o usb/82569 usb [usb] USB mass storage plug/unplug causes system panic o usb/82660 usb EHCI: I/O stuck in state 'physrd'/panic o usb/83504 usb [usb] SpeedTouch USB stop working on recent current (a o usb/83563 usb [panic] Page Fault while detaching Mpman Usb device o usb/83677 usb [usb] usb controller often not detected (Sun W2100z) o usb/83756 usb Microsoft Intellimouse Explorer 4.0A doesn't work. o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US o usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/84936 usb install - usb keyboard not recognized o usb/86031 usb need support usb nic rt2500 in my 5.4 STABLE o usb/86767 usb [usb] bogus "slice starts beyond end of the disk:..." o usb/87099 usb panic: ohci_add_done: addr 0x000d1bf0 not found o usb/87519 usb [kbd] cannot install on USB-only system o usb/87565 usb [PATCH] Support for Vodaphone 3G/UMTS cards o usb/88743 usb [hang] USB makes kernel hang at boot (regression in 6. o usb/88966 usb kldunload ucom.ko returns "Device busy" error. o usb/89003 usb LaCie Firewire drive not properly supported under 6.0 o usb/89218 usb flash disk o usb/89954 usb [usb] USB Disk driver race condition? f usb/89997 usb [umass] [panic] panic on iPod mini detach o usb/90162 usb [usb] [patch] Add support for the MS Wireless USB Mous o usb/90700 usb Kernel panic on connect/mount/use umass device o usb/91238 usb USB tape unit fails to write a second tape file to the o usb/91263 usb [patch] USB quirk needed for Logitec USB Hard disk LHD o usb/91283 usb booting very slow with usb devices connection (regress o usb/91538 usb Unable to print to EPSON CX3500 o usb/91906 usb FreeBSD hangs while booting with USB legacy support on o usb/92052 usb usbd causes defunct process with busy file-handle o usb/92142 usb SET_ADDR_FAILED and SHORT_XFER errors from usb drivers o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/93155 usb /dev/ulpt0: device busy USB printer does not work o usb/93408 usb hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes choppy m f usb/93496 usb USB2.0 umass stalls on VIA o usb/93640 usb device ehci causes interrupt storm on this MSI amd64 m o usb/93828 usb ohci causes panic on boot (HP Pavillion d4100e) o usb/93949 usb ugen(4)-related repeatable kernel panic in 6.1-PRERELE o usb/94166 usb btx halted with a flashcard plugged o usb/94384 usb kernel panic with usb2 hardware o usb/94717 usb Reading from /dev/ulpt can break work of a UHCI hub o usb/94742 usb [umass] [patch] umass driver does not recognise YANO e o usb/94813 usb mounting write-protected umass device freezes computer o usb/94897 usb Kernel Panic when cleanly unmounting USB disk o usb/95131 usb Boot/setup process does not accept key strokes o usb/95348 usb USB keyboard unplug causes noise on screen o usb/95562 usb Write Stress in USB Mass drive cause: [vinvalbuf: dir o usb/95636 usb [boot] 5 minute delay at boot when using VT6205 based o usb/96120 usb USB mouse not always detected o usb/96224 usb [usb] mount_msdosfs cause page fault in syncer process o usb/96457 usb fatback on umass = reboot o usb/97286 usb MS Wireless Intellimouse Explorer 2.0 doesn't work o usb/99431 usb FreeBSD on MSI 6566E (Intel 845E motherboards) doesn't o usb/101096 usb USB WLAN occasionally causes kernel-panics during larg o usb/101752 usb [panic] 6.1-RELEASE kernel panic on usb device inserti o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work o usb/102096 usb /usr/sbin/usbd does not handle multiple devices in one o usb/104292 usb system lockup on forced umount of usb-storage device 96 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem s usb/32653 usb Added patches to improve USB scanner supportOB o usb/40948 usb [usb] USB HP CDW8200 does not work f usb/41415 usb [usb] [patch] Some USB scanners cannot talk to uscanne o usb/48342 usb [PATCH] usbd dynamic device list. o kern/51958 usb [usb] [patch] update for urio driver o kern/52026 usb [usb] feature request: umass driver support for InSyst o usb/53025 usb [ugen] [patch] ugen does not allow O_NONBLOCK for inte o usb/56095 usb [usb] [patch] QUIRK: Apacer Pen Drive fails to work o kern/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio f usb/60248 usb [patch] Problem with USB printer HP LaserJet 1300 o usb/61234 usb [usb] [patch] usbhidaction(1) doesn't support using an o usb/63837 usb [uhid] [patch] USB: hid_is_collection() only looks for o kern/65769 usb [usb] Call to tcflush(x, TCIFLUSH) stops input on usb- o kern/66547 usb [usb] Palm Tungsten T USB does not initialize correctl o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/68412 usb [usb] [patch] QUIRK: Philips KEY013 USB MP3 player o usb/70523 usb [usb] [patch] umct sending/receiving wrong characters o usb/70942 usb [usb] Genius Wireless USB mouse: moused doesn't work c o usb/71416 usb [usb] Cryptoflex e-gate USB token (ugen0) detach is no o usb/71417 usb [usb] Cryptoflex e-gate USB token (ugen0) communicatio o usb/71455 usb [usb] Slow USB umass performance of 5.3 o usb/71605 usb [umass] [patch] umass doesn't recognize multiple slots o usb/72380 usb [usb] USB does not work [dual Celeron Abit] o usb/72732 usb [patch] Kyocera 7135 quirk. o usb/72733 usb Kyocera 7135 Palm OS connection problem. o usb/73056 usb [usb] Sun Microsystems Type 6 USB mouse not working in f usb/73553 usb [usb] Microsoft USB Internet Keyboard not recongized o usb/74211 usb USB flash drive causes CAM status 0x4 on 4.10Release f usb/74358 usb [umass] unplugging at boot time an umass device crashe o usb/74453 usb Q-lity CD-RW USB ECW-043 (ScanLogic SL11R chipset) doe o usb/74557 usb imation 500mb usb key can only be written halfway on f o usb/74609 usb [usb] [patch] allowing cdma modems to work at full spe o usb/74849 usb [usb] [patch] Samsung SPH-i500 does not attach properl o usb/74880 usb [usb] [patch] Samsung N400 cellphone/acm fails to atac o usb/75800 usb ucom1: init failed STALLED error in time of sync with o usb/75928 usb Cytronix SmartMedia card (SMC) reader has problems whe o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/76732 usb Mouse problems with USB KVM Switch f usb/78371 usb Philips Wearable Audio Player (128) fails to attach f usb/78984 usb Creative MUVO umass failure o usb/79723 usb [usb] prepare for high speed isochronous transfers o usb/79725 usb [usb] [patch] USB device speed is not double-checked o usb/79893 usb [umass] [patch] new usbdevs/umass quirks derived from o usb/80010 usb [aue] [patch] add support for the AEI USB to LAN adapt f usb/80420 usb atapicam stops iPod functionality f usb/80773 usb "usbd_get_string()" could have taken a length paramete o usb/80774 usb have "usbd_find_desc" in line with the other "usbd_fin o usb/80776 usb [udav] UDAV device driver shouldn't use usb_add_task o usb/80777 usb usb_rem_task() should wait for callback to complete? o usb/80854 usb suggestion for new iface-no-probe mechanism o usb/80935 usb uvisor.c is not work with CLIE TH55. o usb/81191 usb Support for Curitel HX-550C USB modem to 5.4 RELEASE. f usb/81621 usb external hd hangs under load on ehci o usb/82436 usb [patch] USL101 Host-to-Host bridge support on FreeBSD o usb/83022 usb ALI USB 2.0 EHCI Controller is not detected o usb/83863 usb Communication problem between opensc/openct via USB wi o usb/85067 usb Cannot attach ScanJet 4300C to usb device o usb/85992 usb [uhid] [patch] USB stops working when trying to read f o usb/86195 usb [patch] allow USB Ethernet Adaptor "ELECOM LD-USB20" t o usb/86298 usb Known good USB mouse won't work with correct settings o usb/86438 usb Fix for non-working iPod over USB is in NetBSD CVS o usb/87224 usb Cannot mount USB Zip750 o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o usb/88408 usb axe0 read PHY failed o usb/88939 usb Fix cheapy Myson USB-IDE adapter f usb/89087 usb usb external harddrive hangs with BBB reset failed, TI f usb/91191 usb HP LaserJet 1020 (USB printer) not recognized f usb/91516 usb [umass] umass0 problems, with Freecom Classic SL Hard o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91811 usb Compact Flash in HP Photosmart 2610 return " Medium n o usb/91896 usb Serial Number of USB Memory Sticks is not passed throu o usb/92306 usb [quirk] [patch] Support for iRiver U10 USB media playe o usb/92403 usb [uplcom] uplcom.c needs new entry for 4.00 revision of o usb/92852 usb Vertical scroll not working properly on A4Tech WOP-49 f usb/93011 usb HP ScanJet 6200C & uscanner problem o usb/93389 usb Digital Camera Pentax S60 don't work o usb/93872 usb [patch] SCSI quirk required for ELTA 8061 OL USB memor o usb/94132 usb USB QUIRK for CENTURY EX35QUAT disk enclosure f usb/94147 usb doesn't recognise my USB keyboard o usb/94148 usb Make if_cdce work with ARM linux handhelds o usb/94311 usb [ugen][PATCH] allow interrupt IN transactions to be af o usb/94439 usb [patch] Add support for JNC MP3 Player o usb/94946 usb [uhub][patch] code dynamic status size for status chan o usb/95037 usb USB disk didnt recognized on hot-plug. o usb/95173 usb [usb] cannot mount external usb harddisk VIA Technolog o usb/95241 usb Patch to add USB ID for OEM Pharos 360 GPS o usb/95803 usb Add support for AnyData ADU-E100H o usb/95805 usb Add Support for Siemens ES75 modem o usb/96381 usb [patch] add a quirk table entry for a flash ram usb st o usb/96546 usb [usb] [patch] Add support (quirk) for EasyMP3 EM732X U o usb/96599 usb [usb] [patch] Sony Handycam DCR-HC32E memory stick slo o usb/96714 usb Update uvisor to support the Fossil Abacus Wrist PDA o usb/96901 usb [patch] Add support for X-Micro Flash Disk o usb/97175 usb USB cardreader hangs system o usb/97472 usb [patch] add support for Olympus C150,D390 o usb/98343 usb BBB reset failed errors with Creative Muvo MP3 player; o usb/99419 usb external usb harddrive slow to accept o usb/99538 usb [kbd] while using USB keyboard default params of atkbd o usb/100746 usb [kbd] system does not boot due to USB keyboard problem o usb/101757 usb [patch] uhid.4: correct structure field names to match o usb/101761 usb [patch] usb.h: increase maximal size of report descrip o usb/101775 usb [libusbhid] [patch] possible error in report descripto o usb/102976 usb Casio Exilim Digital Camera cause panic o usb/103046 usb [patch] ulpt event driven I/O with select(2) and nonbl o usb/103289 usb USB 2.0 problems on AMD LX-800 CPU and CS-5536 chipset o usb/103418 usb [usb] [patch] usbhidctl: add ability to write output a o usb/103917 usb USB driver reports "Addr 0 should never happen" o usb/104290 usb QUIRK: TOSHIBA DVD-RAM drive (libretto DVD Dock) o usb/104350 usb ural driver doesnt work o usb/104352 usb [ural] ural driver doesnt work o usb/104645 usb QUIRK: Rave C-201 MP3 player o usb/104704 usb Add Xerox WorkCentre M15 to the list of unidirectional 113 problems total. From owner-freebsd-usb@FreeBSD.ORG Wed Oct 25 19:17:32 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 711A016A47C; Wed, 25 Oct 2006 19:17:32 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0369843D46; Wed, 25 Oct 2006 19:17:31 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9PJHVBW064840; Wed, 25 Oct 2006 19:17:31 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9PJHVtg064836; Wed, 25 Oct 2006 19:17:31 GMT (envelope-from ru) Date: Wed, 25 Oct 2006 19:17:31 GMT From: Ruslan Ermilov Message-Id: <200610251917.k9PJHVtg064836@freefall.freebsd.org> To: bmw@borderware.com, ru@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/87519: [kbd] cannot install on USB-only system X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 19:17:32 -0000 Synopsis: [kbd] cannot install on USB-only system State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Oct 25 19:17:01 UTC 2006 State-Changed-Why: This is no loger an issue with kbdmux(4). http://www.freebsd.org/cgi/query-pr.cgi?pr=87519 From owner-freebsd-usb@FreeBSD.ORG Wed Oct 25 19:53:51 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ED1716A4ED; Wed, 25 Oct 2006 19:53:51 +0000 (UTC) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7461243D70; Wed, 25 Oct 2006 19:53:36 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9PJra2b069044; Wed, 25 Oct 2006 19:53:36 GMT (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9PJraA2069040; Wed, 25 Oct 2006 19:53:36 GMT (envelope-from ru) Date: Wed, 25 Oct 2006 19:53:36 GMT From: Ruslan Ermilov Message-Id: <200610251953.k9PJraA2069040@freefall.freebsd.org> To: kazarov@mcm.ru, ru@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/99538: [kbd] while using USB keyboard default params of atkbd and kbdmux lead to long delays on changes of keyboard state X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 19:53:51 -0000 Synopsis: [kbd] while using USB keyboard default params of atkbd and kbdmux lead to long delays on changes of keyboard state State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Wed Oct 25 19:53:15 UTC 2006 State-Changed-Why: Is this still an issue with recnt RELENG_6? http://www.freebsd.org/cgi/query-pr.cgi?pr=99538 From owner-freebsd-usb@FreeBSD.ORG Wed Oct 25 21:02:02 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 350AC16A415; Wed, 25 Oct 2006 21:02:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB7BF43D5F; Wed, 25 Oct 2006 21:02:01 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9PL215o075285; Wed, 25 Oct 2006 21:02:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9PL21uD075281; Wed, 25 Oct 2006 21:02:01 GMT (envelope-from linimon) Date: Wed, 25 Oct 2006 21:02:01 GMT From: Mark Linimon Message-Id: <200610252102.k9PL21uD075281@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/104810: [usb] panic: ohci_add_done: addr 0x3fef1ba0 not found X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 21:02:02 -0000 Old Synopsis: panic: ohci_add_done: addr 0x3fef1ba0 not found New Synopsis: [usb] panic: ohci_add_done: addr 0x3fef1ba0 not found Responsible-Changed-From-To: freebsd-amd64->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Wed Oct 25 21:01:39 UTC 2006 Responsible-Changed-Why: Sounds like this is happening in the usb subsystem. http://www.freebsd.org/cgi/query-pr.cgi?pr=104810 From owner-freebsd-usb@FreeBSD.ORG Thu Oct 26 14:10:19 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B0BA16A47E for ; Thu, 26 Oct 2006 14:10:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4308243D73 for ; Thu, 26 Oct 2006 14:10:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9QEAHXd078001 for ; Thu, 26 Oct 2006 14:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9QEAHL3077998; Thu, 26 Oct 2006 14:10:17 GMT (envelope-from gnats) Resent-Date: Thu, 26 Oct 2006 14:10:17 GMT Resent-Message-Id: <200610261410.k9QEAHL3077998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, No Name Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D875516A403 for ; Thu, 26 Oct 2006 14:03:39 +0000 (UTC) (envelope-from arundel@h3c.de) Received: from enterprise.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 757EC43D49 for ; Thu, 26 Oct 2006 14:03:32 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 14684 invoked from network); 26 Oct 2006 16:03:26 +0200 Received: from p508ff14c.dip.t-dialin.net (HELO localhost.moshpit) (80.143.241.76) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 26 Oct 2006 16:03:26 +0200 Received: from localhost.moshpit (nobody@localhost.moshpit [127.0.0.1]) by localhost.moshpit (8.13.6/8.13.6) with ESMTP id k9QE3HKe043808 for ; Thu, 26 Oct 2006 16:03:17 +0200 (CEST) (envelope-from arundel@localhost.moshpit) Received: (from arundel@localhost) by localhost.moshpit (8.13.6/8.13.6/Submit) id k9QE3H3C043807; Thu, 26 Oct 2006 16:03:17 +0200 (CEST) (envelope-from arundel) Message-Id: <200610261403.k9QE3H3C043807@localhost.moshpit> Date: Thu, 26 Oct 2006 16:03:17 +0200 (CEST) From: No Name To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: usb/104830: system crashes when copying data to umass devices X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: No Name List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 14:10:19 -0000 >Number: 104830 >Category: usb >Synopsis: system crashes when copying data to umass devices >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 26 14:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: No Name >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD moshpit 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Tue Oct 24 19:36:41 CEST 2006 root@moshpit:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: when i attach my mp3 player everything works fine and i can mount it without any problems: umass0: CREATIVE Zen Nano Plus, rev 2.00/11.23, addr 3 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:4:0:-1: Attached to scbus4 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-4 device da0: 1.000MB/s transfers da0: 489MB (250432 2048 byte sectors: 64H 32S/T 122C) however....when i try to copy files onto the umass device (this also happens not only with my mp3 player but other umass devices) and my system is performing a lot of tasks the data transfer will stall. if apart from `cp` no other I/O intensive apps are running the transfer to umass devices succeedes. so maybe there's a problem with the scheduler (i'm using ULE). this is the error i'm getting: umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED continued by a lot of g_vfs_done():da0s1[WRITE(offset=32768, length=4096)]error = 5 g_vfs_done():da0s1[WRITE(offset=45056, length=4096)]error = 5 g_vfs_done():da0s1[WRITE(offset=98304, length=4096)]error = 5 g_vfs_done():da0s1[WRITE(offset=159744, length=4096)]error = 5 g_vfs_done():da0s1[WRITE(offset=172032, length=4096)]error = 5 g_vfs_done():da0s1[WRITE(offset=225280, length=4096)]error = 5 g_vfs_done():da0s1[WRITE(offset=119721984, length=8192)]error = 5 .... .... etc. eventually the whole sysmtem becomes unstable and most of the apps i'm running don't respond any longer. unmounting the umass device isn't prossible and unplugging the devices crashes the whole system. i've attached my KERNEL CONF file below. cheers. >How-To-Repeat: >Fix: --- ARUNDEL begins here --- machine i386 cpu I686_CPU ident ARUNDEL maxusers 10 #makeoptions DEBUG=-g options CPU_ATHLON_SSE_HACK options CPU_SUSP_HLT options CPU_FASTER_5X86_FPU options CPU_UPGRADE_HW_CACHE options ATA_STATIC_ID options MSDOSFS options CD9660 options USB_DEBUG options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN options IPFIREWALL options IPDIVERT options IPSTEALTH options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=100 options IPFIREWALL_DEFAULT_TO_ACCEPT options DUMMYNET #options DEVICE_POLLING #options PREEMPTION #options SCHED_4BSD #4BSD scheduler options SCHED_ULE options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_AOUT #Enable i386 a.out binary support options SC_HISTORY_SIZE=1000 #number of history buffer lines options KDB #Compile with kernel debugger related code options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV #install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT #Print register bitfields in debug #output. Adds ~128k to driver. options ATKBD_DFLT_KEYMAP #specify the built-in keymap makeoptions ATKBD_DFLT_KEYMAP="german.iso" options PSM_RESETAFTERSUSPEND #reset the device at the resume event options NET_WITH_GIANT #devices device isa device pci device fdc device sio device ata device atadisk device atapicd device atapifd device atapicam device atkbdc device atkbd device vga device sc device npx device apm device ppc device ppbus device lpt device ed device uhci device ehci device usb device ulpt device miibus #pseudo devices device md device loop device ether device pty device bpf #SCSI pseudo stuff (cdrdao) device scbus device da device cd device pass --- ARUNDEL ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Thu Oct 26 17:59:09 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E982B16A412 for ; Thu, 26 Oct 2006 17:59:09 +0000 (UTC) (envelope-from wayne@manor.msen.com) Received: from manor.msen.com (manor.msen.com [148.59.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4540743D62 for ; Thu, 26 Oct 2006 17:59:09 +0000 (GMT) (envelope-from wayne@manor.msen.com) Received: from manor.msen.com (localhost [127.0.0.1]) by manor.msen.com (8.12.11/8.12.11) with ESMTP id k9QHx8jM029100 for ; Thu, 26 Oct 2006 13:59:08 -0400 (EDT) (envelope-from wayne@manor.msen.com) Received: (from wayne@localhost) by manor.msen.com (8.12.11/8.12.11/Submit) id k9QHx8jp029099 for freebsd-usb@freebsd.org; Thu, 26 Oct 2006 13:59:08 -0400 (EDT) (envelope-from wayne) Date: Thu, 26 Oct 2006 13:59:08 -0400 From: "Michael R. Wayne" To: freebsd-usb@freebsd.org Message-ID: <20061026175907.GL88752@manor.msen.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: AMS VENUS T4U runs but only in "slow speed" X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 17:59:10 -0000 I have an external 4 drive enclosure: AMS VENUS T4U (DS-2340U) which usbdevs shows as: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x1166)(0x0000), rev 1.00 port 1 addr 2: full speed, power 2 mA, config 1, 4HDD(0x2106), NOVAC Co., Ltd.(0x09cc), rev 1.02 port 2 powered port 3 powered port 4 powered AMS tech supports says: Venus T4U is USB 2.0 based. High-Speed and Full Speed compatible modes. 6.2-PRERELEASE says: da1 at umass-sim0 bus 0 target 0 lun 0 da1: < Combine Mode 0102> Fixed Direct Access SCSI-2 device da1: 1.000MB/s transfers da1: 1144662MB (2344268304 512 byte sectors: 255H 63S/T 145923C) da2 at umass-sim0 bus 0 target 0 lun 1 da2: Fixed Direct Access SCSI-2 device da2: 1.000MB/s transfers da2: 381554MB (781422768 512 byte sectors: 255H 63S/T 48641C) which is proper detection of the two configured devices but transfers are painfully slow. A quick search of the archives did not yield any ideas of how to proceed from here. Any possibility of getting higher speed out of this thing? /\/\ \/\/ From owner-freebsd-usb@FreeBSD.ORG Thu Oct 26 18:40:20 2006 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35B6416A403; Thu, 26 Oct 2006 18:40:20 +0000 (UTC) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0BBC43D46; Thu, 26 Oct 2006 18:40:19 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9QIeJXU003426; Thu, 26 Oct 2006 18:40:19 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9QIeJIq003408; Thu, 26 Oct 2006 18:40:19 GMT (envelope-from remko) Date: Thu, 26 Oct 2006 18:40:19 GMT From: Remko Lodder Message-Id: <200610261840.k9QIeJIq003408@freefall.freebsd.org> To: remko@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: i386/103025: [USB] the wrong in USB device for freeBSD 6.1 and AMD LX-800 and CS-5536 chipset X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2006 18:40:20 -0000 Old Synopsis: the wrong in USB device for freeBSD 6.1 and AMD LX-800 and CS-5536 chipset New Synopsis: [USB] the wrong in USB device for freeBSD 6.1 and AMD LX-800 and CS-5536 chipset Responsible-Changed-From-To: freebsd-i386->freebsd-usb Responsible-Changed-By: remko Responsible-Changed-When: Thu Oct 26 18:38:44 UTC 2006 Responsible-Changed-Why: Get this more visible, assign to the USB team. http://www.freebsd.org/cgi/query-pr.cgi?pr=103025