From owner-freebsd-usb@FreeBSD.ORG Sun Sep 28 01:59:36 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 988BE1065687 for ; Sun, 28 Sep 2008 01:59:36 +0000 (UTC) (envelope-from tutatnhamon@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4F38FC08 for ; Sun, 28 Sep 2008 01:59:36 +0000 (UTC) (envelope-from tutatnhamon@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1421584rvf.43 for ; Sat, 27 Sep 2008 18:59:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=aL3UFbK/rZNoSf1SCUsJDSuYB7UUb1hjpAQTcwnGc8o=; b=MHCeHybm7STT6I3QnfqyhJ/Sb0mvKT+qRasp5vvOmGaSfadSP+IASPLcCTayTH+G+g QEykW169vHvaQQg7wfx7054ASk9kmy37Mwu08YCMS6cPfF6mqAuSlOuxJ2poxPP2n+C5 zGCNVw3N1XDLLK8V9n3nipFn1QRgaQnqNpZFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=FCJ4TQKTMSFxEeoDyxQYue112ltfzD+GdRRP/A+7Rf+FDnx69cFk5EFXy85n/xDEoc DXxV9ZM2aEx0CNu0LJgT9/QO6rPluvU1ecVfURq9EJ3EegVsyJI41TLQVCHLhYgknvPO WQlXy/hmHaqQv5hUe8VkRgnt7b7GgQfGRmVfc= Received: by 10.142.48.14 with SMTP id v14mr1438285wfv.121.1222565707104; Sat, 27 Sep 2008 18:35:07 -0700 (PDT) Received: by 10.143.18.8 with HTTP; Sat, 27 Sep 2008 18:35:07 -0700 (PDT) Message-ID: <65dfa4fc0809271835w2c1b8af9rbc2408b32ec0dd99@mail.gmail.com> Date: Sun, 28 Sep 2008 04:35:07 +0300 From: "Artem Naluzhnyy" Sender: tutatnhamon@gmail.com To: freebsd-usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 5ddf0bb7e1d51128 Subject: [umass] Need help with quirks for SD-card reader 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: Sun, 28 Sep 2008 01:59:36 -0000 Hi, I have following xD/SDMMC/MS/Pro card reader: port 5 addr 2: high speed, power 500 mA, config 1, USB2.0-CRW(0x0116), Generic(0x0bda), rev 16.10 Which quirk(s) should I configure for it to use cards without umass module reload? I tried 'camcontrol rescan 0' without success. ----------------------------------------------------------------------------- SD card had been inserted before 'kldload umass' - card works just fine: kernel: umass0 on uhub1 kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 kernel: umass0:0:0:-1: Attached to scbus0 kernel: pass0 at umass-sim0 bus 0 target 0 lun 0 kernel: pass0: Removable Direct Access SCSI-0 device kernel: pass0: 40.000MB/s transfers kernel: GEOM: new disk da0 kernel: da0 at umass-sim0 bus 0 target 0 lun 0 kernel: da0: Removable Direct Access SCSI-0 device kernel: da0: 40.000MB/s transfers kernel: da0: 972MB (1990656 512 byte sectors: 64H 32S/T 972C) ----------------------------------------------------------------------------- umass was loaded without SD card inserted: kernel: umass0 on uhub1 kernel: umass0: SCSI over Bulk-Only; quirks = 0x0000 kernel: umass0:0:0:-1: Attached to scbus0 kernel: pass0 at umass-sim0 bus 0 target 0 lun 0 kernel: pass0: Removable Direct Access SCSI-0 device kernel: pass0: 40.000MB/s transfers kernel: GEOM: new disk da0 kernel: (da0:umass-sim0:0:0:0): error 6 kernel: (da0:umass-sim0:0:0:0): Unretryable Error kernel: da0 at umass-sim0 bus 0 target 0 lun 0 kernel: da0: Removable Direct Access SCSI-0 device kernel: da0: 40.000MB/s transfers kernel: da0: Attempt to query device size failed: NOT READY, Medium not present kernel: (da0:umass-sim0:0:0:0): error 6 kernel: (da0:umass-sim0:0:0:0): Unretryable Error kernel: Opened disk da0 -> 6 kernel: (da0:umass-sim0:0:0:0): error 6 kernel: (da0:umass-sim0:0:0:0): Unretryable Error kernel: Opened disk da0 -> 6 kernel: (da0:umass-sim0:0:0:0): error 6 kernel: (da0:umass-sim0:0:0:0): Unretryable Error kernel: Opened disk da0 -> 6 kernel: (da0:umass-sim0:0:0:0): error 6 kernel: (da0:umass-sim0:0:0:0): Unretryable Error kernel: Opened disk da0 -> 6 ----------------------------------------------------------------------------- Following 'camcontrol rescan 0' result: kernel: (probe0:umass-sim0:0:0:0): error 6 kernel: (probe0:umass-sim0:0:0:0): Unretryable Error kernel: cam_periph_alloc: attempt to re-allocate valid device da0 rejected kernel: daasync: Unable to attach to new device due to status 0x6 kernel: cam_periph_alloc: attempt to re-allocate valid device pass0 rejected kernel: passasync: Unable to attach new device due to status 0x6: CCB request was invalid ----------------------------------------------------------------------------- -- Artem Naluzhnyy From owner-freebsd-usb@FreeBSD.ORG Mon Sep 29 11:06:59 2008 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFD8C1065691 for ; Mon, 29 Sep 2008 11:06:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6C58FC17 for ; Mon, 29 Sep 2008 11:06:59 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8TB6xbt040977 for ; Mon, 29 Sep 2008 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8TB6x5T040973 for freebsd-usb@FreeBSD.org; Mon, 29 Sep 2008 11:06:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Sep 2008 11:06:59 GMT Message-Id: <200809291106.m8TB6x5T040973@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org 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, 29 Sep 2008 11:06:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/127549 usb Meizu MiniPlayer M6 (SL) requires some quirks o usb/127543 usb [patch] [ubsa] Support Option Globetrotter HSDPA modem o usb/127516 usb after csup src-all RELENG_7 s usb/127453 usb [request] ubsa, uark, ubser, uftdi, and friends should o usb/127423 usb [boot] BTX halted on Gigabyte GA-MA69VM-S2 / AMD Sempr o usb/127342 usb [boot] cannot enable usb keyboard and mouse support in o kern/127222 usb [ohci]: Regression in 7.0 usb storage generic driver o usb/126884 usb [patch] Bug in buffer handling in ugen.c f kern/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126776 usb [umass/geom] confusing mixed output (but no panic!) af o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o usb/125736 usb [ukbd] [hang] system hangs after AT keyboard detect if o usb/125631 usb [usb][ums] kernel panic during bootup while 'Logitech o usb/125510 usb repeated plug and unplug of USB mass storage devices l o usb/125450 usb [panic] Removing USB flash card while being accessed c o usb/125264 usb [patch] sysctl for set usb mouse rate (very useful for o usb/125238 usb Habu Mouse turns off in X o usb/125088 usb Touchpad not detected on Adesso AKB-430UG USB kbd/pad o usb/125072 usb [uplcom] [patch] add Mobile Action MA-620 Infrared Ada o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/124758 usb rum panics SMP kernel o usb/124708 usb [panic] Kernel panic on USB KVM reattach o usb/124604 usb Wireless Mouse doesn't work o usb/123969 usb Supermicro H8SMi-2 usb problem o usb/123714 usb Panic when hald-storage-probe runs with umass device i o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb Panic on USB device insertion when usb loaded as a mod o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/123509 usb [umass] continuous reset Samsung SGH-G600 phone o usb/123352 usb Add Option GTMAX3.6/7.2 and Quallcomm MMC module devic o usb/123351 usb Add Reiner SCT cyberJack, Omnikey [26]020, Fujitsu Sie p usb/123211 usb [udav] if_udav driver doesn't support Davicom 9601 USB p usb/123148 usb [uscanner] [patch] Epson DX8400/50 needs uscanner to s o usb/122992 usb MotoROKR Z6 Phone not recognised by umass as USB disk. o usb/122956 usb Support for Novatel Wireless XU870 3G Card o usb/122936 usb [ucom][ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o usb/122819 usb Patch to provide dynamic additions to the usb quirks t o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o usb/122712 usb [usbdevs] [patch] Sony Vaio RF keyboard/mouse receiver o usb/122621 usb [patch] [request] New driver for Sierra Wireless 3G US p usb/122610 usb Add Verizon v740 support to ubsa(4) o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/122025 usb [patch] uscanner does not attach to Epson RX620 printe o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C o usb/121275 usb [boot] FreeBSD fails to boot with usb legacy support e o usb/121232 usb USB CardBus card removal causes reboot sometimes o usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o usb/120786 usb Kernel panic when forced umount of a dettached USB Har o usb/120729 usb [panic] fault while in kernel mode with connecting USB o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o usb/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/119509 usb USB flaky on Dell Optiplex 755 o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o usb/119150 usb [usbdevs] [patch] new usbdevs for CDMA 1xEVDO devices o usb/118686 usb [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni o usb/117546 usb [uftdi] [patch] Add MaxStream ZigBee product ID to uft o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117205 usb [uscanner] [patch] uscanner support for HP ScanJet 447 o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117185 usb [umodem] [patch] Add support for UNION interface descr o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/117075 usb [scsi_da] [patch] quirk: USB Samsung YP-U3 MP3 o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o usb/116699 usb [usbhid] USB HID devices do not initialize at system b o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o usb/114068 usb [umass] [patch] Problems with connection of the umass o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff s usb/113977 usb [request] Need a way to set mode of USB disk's write c o usb/113672 usb [ehci] [panic] Kernel panic with AEWIN CB6971 s usb/113629 usb [ukbd] Dropped USB keyboard events on Dell Latitude D6 o usb/113432 usb [ucom] WARNING: attempt to net_add_domain(netgraph) af o usb/113060 usb [usbdevs] [patch] Samsung printer not working in bidir o usb/112944 usb [ulpt] [patch] Bi-directional access to HP LaserJet 10 o usb/112640 usb [usb] [hang] Kernel freezes when writing a file to an o usb/112631 usb [panic] Problem with SONY DSC-S80 camera on umount s usb/112568 usb [umass] [request] USB mode may wrong when mounting Pla o usb/112463 usb [umass] problem with Samsung USB DVD writer, libscg an o usb/112461 usb [ehci] [request] ehci USB 2.0 doesn't work on nforce4 o usb/111753 usb [uhid] [panic] Replicable system panic involving UHID s usb/110991 usb [usbdevs] [patch] QUIRK: Super Top IDE DEVICE (depends o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC o usb/109397 usb [panic] on boot from USB flash o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE [regr s usb/108344 usb [panic] kernel with atausb panics when unplugging USB o usb/108056 usb [ohci] Mouse gets powered off during device probe when o usb/107935 usb [uplcom] [panic] panic while accessing /dev/cuaU0 o usb/107924 usb [patch] usbd(8) does not call detach o usb/107848 usb [umass] [request] cannot access Samsung flash disk o usb/107827 usb [ohci] [panic] ohci_add_done addr not found o usb/107496 usb [uhub] USB device problem on RELENG_6_2 (SHORT_XFER) [ o usb/107446 usb [umass] umass problems (usb and fw disks) o usb/107388 usb [patch] [request] new driver: add utoppy device from N o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP o usb/107243 usb [cam] [patch] Apacer USB Flash Drive quirk o usb/106861 usb [usbdevs] [patch]: usbdevs update: Add product ACER Ze s usb/106832 usb USB HP printer is not detected by kernel when ACPI ena o usb/106648 usb [umass] [hang] USB Floppy on D1950 10 min Hang on Inse o usb/106621 usb [axe] [patch] DLINK DUB-E100 support broken o usb/106615 usb [uftdi] uftdi module does not automatically load with o usb/106041 usb [usb] [request] FreeBSD does not recognise Mustek Bear o usb/105361 usb [panic] Kernel panic during unmounting mass storage (C o usb/105186 usb [ehci] [panic] USB 2.0/ehci on FreeBSD 6.2-PRE/AMD64 c o usb/105065 usb [ata] SATA - USB Bridge o usb/104830 usb [umass] system crashes when copying data to umass devi o usb/104645 usb [umass] [request] Rave C-201 MP3 player does not commu o usb/104352 usb [ural] [patch] ural driver doesnt work o usb/104292 usb [umass] [hang] system lockup on forced umount of usb-s o usb/104290 usb [umass] [patch] quirk: TOSHIBA DVD-RAM drive (libretto o usb/103917 usb [uhub] USB driver reports "Addr 0 should never happen" o usb/103418 usb usbhidctl(1): [patch] [request] usbhidctl: add ability o usb/103289 usb [request] USB 2.0 problems on AMD LX-800 CPU and CS-55 o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an o usb/103025 usb [uhub] [panic] wrong detection of USB device for FreeB o usb/102976 usb [panic] Casio Exilim Digital Camera causes panic on in o usb/102678 usb [keyboard] Dell PowerEdge DRAC5 USB Keyboard does not f usb/102096 usb [patch] usbd(8) does not handle multiple devices in on o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work o usb/101775 usb [libusbhid] [patch] possible error in report descripto o usb/101761 usb [usb] [patch] [request] usb.h: increase maximal size o o usb/101752 usb [umass] [panic] 6.1-RELEASE kernel panic on usb device o usb/101448 usb [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/O o usb/101096 usb [ural] [panic] USB WLAN occasionally causes kernel-pan o usb/100746 usb [keyboard] system does not boot due to USB keyboard pr o usb/99538 usb [keyboard] while using USB keyboard default params of o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync s usb/96120 usb [ums] [request] USB mouse not always detected s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb s usb/95348 usb [keyboard] USB keyboard unplug causes noise on screen o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/93408 usb [mouse] hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91629 usb usbd_abort_pipe() may result in infinite loop o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? s usb/89003 usb [request] LaCie Firewire drive not properly supported o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o usb/87224 usb Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device f usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe f usb/83677 usb [usb] [request] usb controller often not detected (Sun o usb/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82660 usb [ehci] [panic] EHCI: I/O stuck in state 'physrd'/panic s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. o usb/80862 usb [patch] USB locking issues: missing some Giant calls o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me o usb/80829 usb [modules] [panic] possible panic when loading USB-modu s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails o usb/80040 usb [hang] Use of sound mixer causes system freeze with ua o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/79722 usb [ehci] wrong alignments in ehci.h a usb/79656 usb [ehci] RHSC interrupts lost o usb/79524 usb [ulpt] printing to Minolta PagePro 1[23]xxW via USB fa o usb/79287 usb [uhci] [hang] UHCI hang after interrupt transfer o usb/79269 usb [ohci] USB ohci da0 plug/unplug causes crashes and loc o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, o usb/76732 usb Mouse problems with USB KVM Switch o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75797 usb [sound] 5.3-STABLE(2005 1/4) detect USB headset, But c o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o usb/74771 usb [umass] [hang] mounting write-protected umass device a a usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/73307 usb [panic] Kernel panics on USB disconnect s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o usb/71455 usb [umass] Slow USB umass performance of 5.3 o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans o bin/57255 usb usbd(8) and multi-function devices s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s usb/51958 usb [urio] [patch] update for urio driver o i386/46371 usb USB controller cannot be initialized on IBM Netfinity o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 282 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Sep 29 15:37:00 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F8B106568E for ; Mon, 29 Sep 2008 15:37:00 +0000 (UTC) (envelope-from likemandrake@o2.pl) Received: from poczta.o2.pl (mx12.go2.pl [193.17.41.142]) by mx1.freebsd.org (Postfix) with ESMTP id 10DAD8FC19 for ; Mon, 29 Sep 2008 15:36:59 +0000 (UTC) (envelope-from likemandrake@o2.pl) Received: from poczta.o2.pl (mx12 [127.0.0.1]) by poczta.o2.pl (Postfix) with ESMTP id E21D510411F for ; Mon, 29 Sep 2008 17:36:57 +0200 (CEST) Received: from [192.168.0.2] (77-253-182-30.adsl.inetia.pl [77.253.182.30]) by poczta.o2.pl (Postfix) with ESMTP for ; Mon, 29 Sep 2008 17:36:56 +0200 (CEST) Message-ID: <48E0F613.70502@o2.pl> Date: Mon, 29 Sep 2008 17:36:51 +0200 From: Piotr Minkina User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Problem with installing FreeBSD 7.0 Stable 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, 29 Sep 2008 15:37:00 -0000 Hello I couldn't install FreeBSD 7.0 stable on my Compaq Evo N800c laptop. Install CD booting process freeze in the same place every time. When I choose option 1 (default) on boot menu, I see messages like http://link.imgshare.us/9sjMxr. When I choose option 2 (Without ACPI) or 3 (Safe Mode), I see messages like http://link.imgshare.us/9sjM70. I shoot all fotos on my camera, when boot process is freezing. So, I have problem with USB controller, I think. I try some booting kernel options, like usb_load="no", hint.acpi.0.disabled="1", hint.ehci.0.disabled="1" and some one, but I don't see any effects. Best regards! PS: I'm really sorry for my English... PS2: 'lspci -v -nn' in linux Ubuntu shows: 00:00.0 Host bridge [0600]: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge [8086:1a30] (rev 04) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, fast devsel, latency 0 Memory at a0000000 (32-bit, prefetchable) [size=256M] Capabilities: [e4] Vendor Specific Information Capabilities: [a0] AGP version 2.0 00:01.0 PCI bridge [0604]: Intel Corporation 82845 845 [Brookdale] Chipset AGP B ridge [8086:1a31] (rev 04) (prog-if 00 [Normal decode]) Flags: bus master, 66MHz, fast devsel, latency 64 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: 80300000-803fffff Prefetchable memory behind bridge: 88000000-900fffff 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 42) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=06, sec-latency=32 I/O behind bridge: 00002000-00002fff 00:1f.0 ISA bridge [0601]: Intel Corporation 82801CAM ISA Bridge (LPC) [8086:248 c] (rev 02) Flags: bus master, medium devsel, latency 0 00:1f.1 IDE interface [0101]: Intel Corporation 82801CAM IDE U100 Controller [80 86:248a] (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 0, IRQ 11 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 4440 [size=16] Memory at 90100000 (32-bit, non-prefetchable) [size=1K] 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801CA/CAM AC'97 Audio Controller [8086:2485] (rev 02) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 0, IRQ 5 I/O ports at 4000 [size=256] I/O ports at 4400 [size=64] 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon Mobility M 7 LW [Radeon Mobility 7500] [1002:4c57] (prog-if 00 [VGA controller]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, stepping, 66MHz, medium devsel, latency 66, IRQ 11 Memory at 88000000 (32-bit, prefetchable) [size=128M] I/O ports at 3000 [size=256] Memory at 80380000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at 90000000 [disabled] [size=128K] Capabilities: [58] AGP version 2.0 Capabilities: [50] Power Management version 2 02:04.0 Communication controller [0780]: Agere Systems LT WinModem [11c1:0450] ( rev 02) Subsystem: AMBIT Microsystem Corp. Evo N600c [1468:0450] Flags: bus master, medium devsel, latency 66, IRQ 5 Memory at 80280000 (32-bit, non-prefetchable) [size=256] I/O ports at 2440 [size=8] I/O ports at 2000 [size=256] Capabilities: [f8] Power Management version 2 02:06.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Control ler [104c:ac50] (rev 02) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 168, IRQ 11 Memory at 80080000 (32-bit, non-prefetchable) [size=4K] Bus: primary=02, secondary=03, subordinate=06, sec-latency=176 Memory window 0: 94000000-97fff000 (prefetchable) Memory window 1: 98000000-9bfff000 I/O window 0: 00002800-000028ff I/O window 1: 00002c00-00002cff 16-bit legacy interface ports at 0001 02:08.0 Ethernet controller [0200]: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller [8086:1031] (rev 42) Subsystem: Compaq Computer Corporation Unknown device [0e11:0093] Flags: bus master, medium devsel, latency 66, IRQ 10 Memory at 80100000 (32-bit, non-prefetchable) [size=4K] I/O ports at 2400 [size=64] Capabilities: [dc] Power Management version 2 02:0e.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 41) (prog-if 10 [OHCI]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at 80180000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 02:0e.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 41) (prog-if 10 [OHCI]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at 80200000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 02:0e.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 02) (pro g-if 20 [EHCI]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at 90100400 (32-bit, non-prefetchable) [size=256] Capabilities: [40] Power Management version 2 root@piotrek-laptop:~# lspci -v -nn 00:00.0 Host bridge [0600]: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge [8086:1a30] (rev 04) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, fast devsel, latency 0 Memory at a0000000 (32-bit, prefetchable) [size=256M] Capabilities: [e4] Vendor Specific Information Capabilities: [a0] AGP version 2.0 00:01.0 PCI bridge [0604]: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge [8086:1a31] (rev 04) (prog-if 00 [Normal decode]) Flags: bus master, 66MHz, fast devsel, latency 64 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: 00003000-00003fff Memory behind bridge: 80300000-803fffff Prefetchable memory behind bridge: 88000000-900fffff 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 42) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=06, sec-latency=32 I/O behind bridge: 00002000-00002fff 00:1f.0 ISA bridge [0601]: Intel Corporation 82801CAM ISA Bridge (LPC) [8086:248c] (rev 02) Flags: bus master, medium devsel, latency 0 00:1f.1 IDE interface [0101]: Intel Corporation 82801CAM IDE U100 Controller [8086:248a] (rev 02) (prog-if 8a [Master SecP PriP]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 0, IRQ 11 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 4440 [size=16] Memory at 90100000 (32-bit, non-prefetchable) [size=1K] 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801CA/CAM AC'97 Audio Controller [8086:2485] (rev 02) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 0, IRQ 5 I/O ports at 4000 [size=256] I/O ports at 4400 [size=64] 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] [1002:4c57] (prog-if 00 [VGA controller]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, stepping, 66MHz, medium devsel, latency 66, IRQ 11 Memory at 88000000 (32-bit, prefetchable) [size=128M] I/O ports at 3000 [size=256] Memory at 80380000 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at 90000000 [disabled] [size=128K] Capabilities: [58] AGP version 2.0 Capabilities: [50] Power Management version 2 02:04.0 Communication controller [0780]: Agere Systems LT WinModem [11c1:0450] (rev 02) Subsystem: AMBIT Microsystem Corp. Evo N600c [1468:0450] Flags: bus master, medium devsel, latency 66, IRQ 5 Memory at 80280000 (32-bit, non-prefetchable) [size=256] I/O ports at 2440 [size=8] I/O ports at 2000 [size=256] Capabilities: [f8] Power Management version 2 02:06.0 CardBus bridge [0607]: Texas Instruments PCI1410 PC card Cardbus Controller [104c:ac50] (rev 02) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 168, IRQ 11 Memory at 80080000 (32-bit, non-prefetchable) [size=4K] Bus: primary=02, secondary=03, subordinate=06, sec-latency=176 Memory window 0: 94000000-97fff000 (prefetchable) Memory window 1: 98000000-9bfff000 I/O window 0: 00002800-000028ff I/O window 1: 00002c00-00002cff 16-bit legacy interface ports at 0001 02:08.0 Ethernet controller [0200]: Intel Corporation 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller [8086:1031] (rev 42) Subsystem: Compaq Computer Corporation Unknown device [0e11:0093] Flags: bus master, medium devsel, latency 66, IRQ 10 Memory at 80100000 (32-bit, non-prefetchable) [size=4K] I/O ports at 2400 [size=64] Capabilities: [dc] Power Management version 2 02:0e.0 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 41) (prog-if 10 [OHCI]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at 80180000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 02:0e.1 USB Controller [0c03]: NEC Corporation USB [1033:0035] (rev 41) (prog-if 10 [OHCI]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at 80200000 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 02:0e.2 USB Controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 02) (prog-if 20 [EHCI]) Subsystem: Compaq Computer Corporation Unknown device [0e11:004a] Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at 90100400 (32-bit, non-prefetchable) [size=256] Capabilities: [40] Power Management version 2 From owner-freebsd-usb@FreeBSD.ORG Wed Oct 1 21:50:53 2008 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A64921065687; Wed, 1 Oct 2008 21:50:53 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 96FFA8FC15; Wed, 1 Oct 2008 21:50:53 +0000 (UTC) (envelope-from vwe@FreeBSD.org) Received: from freefall.freebsd.org (vwe@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m91Lords011970; Wed, 1 Oct 2008 21:50:53 GMT (envelope-from vwe@freefall.freebsd.org) Received: (from vwe@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m91LoqME011966; Wed, 1 Oct 2008 21:50:52 GMT (envelope-from vwe) Date: Wed, 1 Oct 2008 21:50:52 GMT Message-Id: <200810012150.m91LoqME011966@freefall.freebsd.org> To: u2227@academ.org, vwe@FreeBSD.org, freebsd-usb@FreeBSD.org From: vwe@FreeBSD.org Cc: Subject: Re: usb/127516: after csup src-all RELENG_7 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, 01 Oct 2008 21:50:53 -0000 Synopsis: after csup src-all RELENG_7 State-Changed-From-To: open->feedback State-Changed-By: vwe State-Changed-When: Wed Oct 1 21:45:01 UTC 2008 State-Changed-Why: Yakov, pretty less information in your report. > sorry can't provude uname -a, not without mouse.. hmm, that sounds strange, really. Anyway, what I'm asking you for is to give us some more information. The best thing you can do is to compile your moused binary with debug information (cc switch: -g), recreate the problem and get a backtrace from gdb: ``gdb /usr/sbin/moused /path/to/anywhere/moused.core'' with ``bt CR'' and ``list CR''. Also please don't hesitate to attach a dmesg (with device attach information for your mouse) and output of ``usbdevs -dv'' to your report (in addition to the debug information, of course). Thank you for your report. http://www.freebsd.org/cgi/query-pr.cgi?pr=127516 From owner-freebsd-usb@FreeBSD.ORG Thu Oct 2 10:16:56 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79911065689 for ; Thu, 2 Oct 2008 10:16:56 +0000 (UTC) (envelope-from mpoupe@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 4548C8FC12 for ; Thu, 2 Oct 2008 10:16:56 +0000 (UTC) (envelope-from mpoupe@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so671989fgb.35 for ; Thu, 02 Oct 2008 03:16:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=yduBOcwXcTE90/knBE3GJqXjqTX8lmzOzr/pNGSKyfs=; b=u67oFEUpuZMyX7KzRxcUzpodxjH/7/h+P2k+UgTB/Ip35KcQcZXiHAz/GdsqJk57jO oowdj2kK4qHEwEHa7MSdIZK6J0zsNRRnKkN1gCb72Y9ww19NwIha2tMk/hmS5jryCG10 YZDgeFo0W95kypR8LSDoIyPoNHo9zZRHVoLHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=SpvLUQ4tEWv62/7AOfBPmON44jdVzTLt+4yamV6Oy/gGfInY6pgH1+40GMafGhCF1N HhgPYF23G+Yk8+5fJMMRnxMo9FEhRMTFUleJEFkjWAxawldVWpD/qk9H2G+3EYPMb/f/ TkAv8LtTV2ak4i4uPuUFCWvGpfaOcb4DH40ho= Received: by 10.86.80.17 with SMTP id d17mr8431897fgb.47.1222941253464; Thu, 02 Oct 2008 02:54:13 -0700 (PDT) Received: from ?10.11.1.103? ([193.85.150.3]) by mx.google.com with ESMTPS id 12sm1455036fgg.0.2008.10.02.02.54.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Oct 2008 02:54:12 -0700 (PDT) Message-ID: <48E49A6B.6090302@gmail.com> Date: Thu, 02 Oct 2008 11:54:51 +0200 From: Martin Poupe User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD: Asynchronous USB read in usermode 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, 02 Oct 2008 10:16:56 -0000 Hello, I am porting linux application which does both synchronous and asynchronously read from USB device. Synchronous transfer is not a problem - libusb was used and it is working fine on FreeBSD too. Problem is the asynchronous reading, I cannot find any kernel call similar to linux submit urb. I tried the aio_read() but it seems it is not supported on file which is actually USB device. Function usbd_bulk_transfer() (usbdi_util.h) seems interesting, but I am afraid it is only for kernel usage. Is there some method how to read from the USB device asynchronously in usermode ? Thanks, Martin From owner-freebsd-usb@FreeBSD.ORG Thu Oct 2 20:32:34 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B1D21065686 for ; Thu, 2 Oct 2008 20:32:34 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id 57F9C8FC0A for ; Thu, 2 Oct 2008 20:32:34 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0K8400LI2P1Z50E0@osl1smout1.broadpark.no> for freebsd-usb@freebsd.org; Thu, 02 Oct 2008 22:32:23 +0200 (CEST) Received: from kg-work2.kg4.no ([80.202.72.201]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0K84005TTP1Y9V60@osl1sminn1.broadpark.no> for freebsd-usb@freebsd.org; Thu, 02 Oct 2008 22:32:23 +0200 (CEST) Date: Thu, 02 Oct 2008 22:32:22 +0200 From: Torfinn Ingolfsen To: freebsd-usb@freebsd.org Message-id: <20081002223222.337889eb.torfinn.ingolfsen@broadpark.no> In-reply-to: <20080923014214.72569a64.torfinn.ingolfsen@broadpark.no> References: <20080923014214.72569a64.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: HPLIP and usb printers again 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, 02 Oct 2008 20:32:34 -0000 On Tue, 23 Sep 2008 01:42:14 +0200 Torfinn Ingolfsen wrote: > I will not be able to follow up on this for the next two weeks. I am back, in case anybody have anything to say on the subject. -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-usb@FreeBSD.ORG Fri Oct 3 08:10:14 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2FB6106569F for ; Fri, 3 Oct 2008 08:10:14 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.freebsd.org (Postfix) with ESMTP id ADF958FC14 for ; Fri, 3 Oct 2008 08:10:14 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with ESMTP id <0K850073LLCPU470@osl1smout1.broadpark.no> for freebsd-usb@freebsd.org; Fri, 03 Oct 2008 10:10:01 +0200 (CEST) Received: from kg-work2.kg4.no ([80.202.72.201]) by osl1sminn1.broadpark.no (Sun Java(tm) System Messaging Server 6.3-3.01 (built Jul 12 2007; 32bit)) with SMTP id <0K85009H1LCOJT82@osl1sminn1.broadpark.no> for freebsd-usb@freebsd.org; Fri, 03 Oct 2008 10:10:01 +0200 (CEST) Date: Fri, 03 Oct 2008 10:10:00 +0200 From: Torfinn Ingolfsen To: freebsd-usb@freebsd.org Message-id: <20081003101000.8462c213.torfinn.ingolfsen@broadpark.no> In-reply-to: <20080923014214.72569a64.torfinn.ingolfsen@broadpark.no> References: <20080923014214.72569a64.torfinn.ingolfsen@broadpark.no> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH Subject: Re: HPLIP and usb printers again 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: Fri, 03 Oct 2008 08:10:15 -0000 On Tue, 23 Sep 2008 01:42:14 +0200 Torfinn Ingolfsen wrote: > Then I found this thread[1], and this patch[2]. > When I checked the port after 'make patch', the patch was laready in > the musb.c file, so I took my chancesd and reversed (-R) the patch. I contacted the author of the patch, he confirmed that it is reversed. This issuse is now reported as PR ports/127810. http://www.freebsd.org/cgi/query-pr.cgi?pr=127810 -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-usb@FreeBSD.ORG Fri Oct 3 21:17:34 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 024EC1065688 for ; Fri, 3 Oct 2008 21:17:34 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 32E388FC12 for ; Fri, 3 Oct 2008 21:17:32 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([77.232.23.6]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id m93KsItk016675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Oct 2008 00:54:20 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KlrfG-0000jG-AN; Sat, 04 Oct 2008 00:54:18 +0400 From: Vladimir Grebenschikov To: Maksim Yevmenkin In-Reply-To: References: <3a386af20809261420j535680e8pf44453dbf6f84b20@mail.gmail.com> <1223034512.1842.111.camel@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: SWsoft Date: Sat, 04 Oct 2008 00:54:17 +0400 Message-Id: <1223067257.2362.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-bluetooth@freebsd.org, usb@freebsd.org, Federico Lorenzi Subject: Re: Bluetooth audio - crash on USB bluetooth dongle disconnect X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 21:17:34 -0000 On Fri, 2008-10-03 at 09:45 -0700, Maksim Yevmenkin wrote: > now you can connect your bluetooth device. kick tires and make sure > you can do inquiry etc. then simply pull the device out _without_ > stopping the stack first. at least on my system it often leads to > panic after a few seconds. First of all it crashes on disconnect with big probability even without btsock_sco. For me it crashes in uhci interrupt handler on NULL de-reference trace shows something like: usb_transfer_complete uhci_transfer_complete ... digging a bit shows that it crashes in uhci.c:2575 usbd_status uhci_device_isoc_start(usbd_xfer_handle xfer) { struct uhci_pipe *upipe = (struct uhci_pipe *)xfer->pipe; uhci_softc_t *sc = (uhci_softc_t *)upipe->pipe.device->bus; with upipe = NULL on interrupt Looks like it is result of locking changes in usb stack or like. Usb folks, can anybody give a hint what is the reason of such crash ? PS: I have SMP system. > thanks, > max -- Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-usb@FreeBSD.ORG Fri Oct 3 21:47:35 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0C7B1065686 for ; Fri, 3 Oct 2008 21:47:35 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 2CE068FC15 for ; Fri, 3 Oct 2008 21:47:34 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so746878nfh.33 for ; Fri, 03 Oct 2008 14:47:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/6x2r+sCwqZPvBzccd/CqFJck+ZtF/7FwupKS60LBvI=; b=MWVUIjvFea3TaasNCshvI9irFjEDLse/6ItC8gm8e9JfcJYQQdmZmybFKjcZirp+cX l2P1JtqTGckFZTX/p4YAKJGTmIiQMiSsteuM9D5GeHQFUArLBoeCPzna/cc6CYUvGBmN KyuRfnb8hBbIdA5lwN3Ac1eKLfrL93Chf1J9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Nh004ieSDEuS7XKylM/Scv1OwgNXIxR1+Sr4TGuxDh53Loo+0OvD5CD6AFBPrgo+Zw EXgy7qE1aO5otmqXWexTcFqtiTcuCHOMD7vIAQq+PC9V3qCI3dsoeerhkO33bG3pijMf w+dXuq5XWnHoJMwE0JJ1rhb8+Bhur5zMUeJF4= Received: by 10.86.62.3 with SMTP id k3mr1739424fga.1.1223068706237; Fri, 03 Oct 2008 14:18:26 -0700 (PDT) Received: by 10.86.62.1 with HTTP; Fri, 3 Oct 2008 14:18:26 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 14:18:26 -0700 From: "Maksim Yevmenkin" To: vova@fbsd.ru In-Reply-To: <1223067257.2362.6.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3a386af20809261420j535680e8pf44453dbf6f84b20@mail.gmail.com> <1223034512.1842.111.camel@localhost> <1223067257.2362.6.camel@localhost> Cc: freebsd-bluetooth@freebsd.org, usb@freebsd.org, Federico Lorenzi Subject: Re: Bluetooth audio - crash on USB bluetooth dongle disconnect 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: Fri, 03 Oct 2008 21:47:35 -0000 On 10/3/08, Vladimir Grebenschikov wrote: > On Fri, 2008-10-03 at 09:45 -0700, Maksim Yevmenkin wrote: > > > now you can connect your bluetooth device. kick tires and make sure > > you can do inquiry etc. then simply pull the device out _without_ > > stopping the stack first. at least on my system it often leads to > > panic after a few seconds. > > First of all it crashes on disconnect with big probability even without > btsock_sco. yes, i know. isoc transfers seems to be triggering it > For me it crashes in uhci interrupt handler on NULL de-reference > > trace shows something like: > usb_transfer_complete > uhci_transfer_complete > ... > > digging a bit shows that it crashes in uhci.c:2575 > > usbd_status > uhci_device_isoc_start(usbd_xfer_handle xfer) > { > struct uhci_pipe *upipe = (struct uhci_pipe *)xfer->pipe; > uhci_softc_t *sc = (uhci_softc_t *)upipe->pipe.device->bus; > > with upipe = NULL on interrupt > > Looks like it is result of locking changes in usb stack or like. > > Usb folks, can anybody give a hint what is the reason of such crash ? > > PS: I have SMP system. one thing that is different from interrupt and bulk transfers is that ng_ubt(4) always has multiple outstanding incoming isoc transfers. when device is simply pulled out, there is not much driver can do. if i enable debugging i can see my transfer completion routine called with ioerror status or something like that. so, i suspect this is a cleanup issue. i'm not sure who supposed to do the cleanup in this case driver or stack. in any case, can you verify that ubt_reset() is called when device is pulled out? (it should be called as part of hook disconnect). if not - then please try to call ubt_reset() from ubt_detach() just before closing all the pipes. thanks, max From owner-freebsd-usb@FreeBSD.ORG Fri Oct 3 22:21:09 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB9D106568A; Fri, 3 Oct 2008 22:21:09 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 696458FC1A; Fri, 3 Oct 2008 22:21:08 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([77.232.23.6]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id m93ML5xM015743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Oct 2008 02:21:06 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Klt1E-0001N2-BI; Sat, 04 Oct 2008 02:21:04 +0400 From: Vladimir Grebenschikov To: Maksim Yevmenkin In-Reply-To: References: <3a386af20809261420j535680e8pf44453dbf6f84b20@mail.gmail.com> <1223034512.1842.111.camel@localhost> <1223067257.2362.6.camel@localhost> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Sat, 04 Oct 2008 02:21:04 +0400 Message-Id: <1223072464.4832.2.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-bluetooth@freebsd.org, usb@freebsd.org, Federico Lorenzi Subject: Re: Bluetooth audio - crash on USB bluetooth dongle disconnect - solved X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2008 22:21:09 -0000 =F7 Fri, 03/10/2008 =D7 14:18 -0700, Maksim Yevmenkin =D0=C9=DB=C5=D4: > one thing that is different from interrupt and bulk transfers is that > ng_ubt(4) always has multiple outstanding incoming isoc transfers. > when device is simply pulled out, there is not much driver can do. if > i enable debugging i can see my transfer completion routine called > with ioerror status or something like that. so, i suspect this is a > cleanup issue. i'm not sure who supposed to do the cleanup in this > case driver or stack. >=20 > in any case, can you verify that ubt_reset() is called when device is > pulled out? (it should be called as part of hook disconnect).=20 Right guess, it does not called. > if not - then please try to call ubt_reset() from ubt_detach() just befor= e > closing all the pipes. Yes, it fixes crash, patch below. Index: netgraph/bluetooth/drivers/ubt/ng_ubt.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/ncvs/src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c,v retrieving revision 1.35 diff -u -r1.35 ng_ubt.c --- netgraph/bluetooth/drivers/ubt/ng_ubt.c 29 Jul 2008 00:17:53 -0000 1.35 +++ netgraph/bluetooth/drivers/ubt/ng_ubt.c 3 Oct 2008 22:13:46 -0000 @@ -803,6 +803,9 @@ struct ubt_softc *sc =3D device_get_softc(self); int i; =20 + /* Reset queues and pipes */ + ubt_reset(sc); +=09 /* Destroy Netgraph node */ if (sc->sc_node !=3D NULL) { NG_NODE_SET_PRIVATE(sc->sc_node, NULL); > thanks, > max --=20 Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-usb@FreeBSD.ORG Fri Oct 3 22:42:30 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABAB9106568C for ; Fri, 3 Oct 2008 22:42:30 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 369078FC0A for ; Fri, 3 Oct 2008 22:42:29 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1159007fgb.35 for ; Fri, 03 Oct 2008 15:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dqalAnqmRjae5jxe2VMtI3huJefnLQXFtP2FkWTVukQ=; b=iOVZ3O4NpzjqoTh7IIHu3P4CT5w1BDpmm5ZB2x2cHXtee/s5bnI2ac/a8iaEZCT/94 tiD23U+iitK0WL1UPJBKcXvJyx8bxIbdXfLl9NZloUo4t4EWtmEYLEHL04YTYW1tDDai ytssOvyHcqk3TGewch+Cbr6yasYgn364bDa/Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NGbIjvHlqo3Mr4usRpjvAemQnVSmmRU35SiBTEfmrDeYUmA4sedIk4qNQCR7bPrG9p Rd2x9JWFPf/GFf2eFHDHosn6E6TOSj6dbj1a5su+L8sjfDkeSRzoL+le5dji6f7XzWrd NBq1SbD6lQhwNEmCuQdeLRJoLMc1yB3Y0RdFI= Received: by 10.86.97.7 with SMTP id u7mr1733524fgb.51.1223073748437; Fri, 03 Oct 2008 15:42:28 -0700 (PDT) Received: by 10.86.62.1 with HTTP; Fri, 3 Oct 2008 15:42:28 -0700 (PDT) Message-ID: Date: Fri, 3 Oct 2008 15:42:28 -0700 From: "Maksim Yevmenkin" To: vova@fbsd.ru In-Reply-To: <1223072464.4832.2.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: base64 Content-Disposition: inline References: <3a386af20809261420j535680e8pf44453dbf6f84b20@mail.gmail.com> <1223034512.1842.111.camel@localhost> <1223067257.2362.6.camel@localhost> <1223072464.4832.2.camel@localhost> Cc: freebsd-bluetooth@freebsd.org, usb@freebsd.org, Federico Lorenzi Subject: Re: Bluetooth audio - crash on USB bluetooth dongle disconnect - solved 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: Fri, 03 Oct 2008 22:42:30 -0000 MjAwOC8xMC8zIFZsYWRpbWlyIEdyZWJlbnNjaGlrb3YgPHZvdmFAZmJzZC5ydT46Cj4g9yBGcmks IDAzLzEwLzIwMDgg1yAxNDoxOCAtMDcwMCwgTWFrc2ltIFlldm1lbmtpbiDQydvF1DoKPgo+PiBv bmUgdGhpbmcgdGhhdCBpcyBkaWZmZXJlbnQgZnJvbSBpbnRlcnJ1cHQgYW5kIGJ1bGsgdHJhbnNm ZXJzIGlzIHRoYXQKPj4gbmdfdWJ0KDQpIGFsd2F5cyBoYXMgbXVsdGlwbGUgb3V0c3RhbmRpbmcg aW5jb21pbmcgaXNvYyB0cmFuc2ZlcnMuCj4+IHdoZW4gZGV2aWNlIGlzIHNpbXBseSBwdWxsZWQg b3V0LCB0aGVyZSBpcyBub3QgbXVjaCBkcml2ZXIgY2FuIGRvLiBpZgo+PiBpIGVuYWJsZSBkZWJ1 Z2dpbmcgaSBjYW4gc2VlIG15IHRyYW5zZmVyIGNvbXBsZXRpb24gcm91dGluZSBjYWxsZWQKPj4g d2l0aCBpb2Vycm9yIHN0YXR1cyBvciBzb21ldGhpbmcgbGlrZSB0aGF0LiBzbywgaSBzdXNwZWN0 IHRoaXMgaXMgYQo+PiBjbGVhbnVwIGlzc3VlLiBpJ20gbm90IHN1cmUgd2hvIHN1cHBvc2VkIHRv IGRvIHRoZSBjbGVhbnVwIGluIHRoaXMKPj4gY2FzZSBkcml2ZXIgb3Igc3RhY2suCj4+Cj4+IGlu IGFueSBjYXNlLCAgY2FuIHlvdSB2ZXJpZnkgdGhhdCB1YnRfcmVzZXQoKSBpcyBjYWxsZWQgd2hl biBkZXZpY2UgaXMKPj4gcHVsbGVkIG91dD8gKGl0IHNob3VsZCBiZSBjYWxsZWQgYXMgcGFydCBv ZiBob29rIGRpc2Nvbm5lY3QpLgo+Cj4gUmlnaHQgZ3Vlc3MsIGl0IGRvZXMgbm90IGNhbGxlZC4K Pgo+PiBpZiBub3QgLSB0aGVuIHBsZWFzZSB0cnkgdG8gY2FsbCB1YnRfcmVzZXQoKSBmcm9tIHVi dF9kZXRhY2goKSBqdXN0IGJlZm9yZQo+PiBjbG9zaW5nIGFsbCB0aGUgcGlwZXMuCj4KPiBZZXMs IGl0IGZpeGVzIGNyYXNoLCBwYXRjaCBiZWxvdy4KCnRoYW5rcyBmb3IgdGVzdGluZyBpdCEgaSBo YXZlIGNvbW1pdHRlZCBzbGlnaHRseSBkaWZmZXJlbnQgZml4IHRvIGhlYWQKCj09PQoKQXV0aG9y OiBlbWF4CkRhdGU6IEZyaSBPY3QgIDMgMjI6NDA6NDIgMjAwOApOZXcgUmV2aXNpb246IDE4MzU3 NgpVUkw6IGh0dHA6Ly9zdm4uZnJlZWJzZC5vcmcvY2hhbmdlc2V0L2Jhc2UvMTgzNTc2CgpMb2c6 CiBBYm9ydCB0cmFuc2ZlcnMgb24gYWxsIHBpcGVzIGJlZm9yZSBjbG9zaW5nIHRoZW0uIFRoaXMg Zml4ZXMgdGhlIGNyYXNoCiB3aGVuIEJsdWV0b290aCBVU0IgZGV2aWNlIGlzIHB1bGxlZCBvdXQg d2l0aG91dCBzdG9wcGluZyB0aGUgc3RhY2sgZmlyc3QuCgogU3VibWl0dGVkIGJ5OiBWbGFkaW1p ciBHcmViZW5zY2hpa292IHZvdmEgYXQgZmJzZCBkb3QgcnUKIE1GQyBhZnRlcjogICAgMSB3ZWVr CgpNb2RpZmllZDoKIGhlYWQvc3lzL25ldGdyYXBoL2JsdWV0b290aC9kcml2ZXJzL3VidC9uZ191 YnQuYwoKPT09Cgp0aGFua3MsCm1heAo= From owner-freebsd-usb@FreeBSD.ORG Sat Oct 4 21:30:56 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 930411065693; Sat, 4 Oct 2008 21:30:56 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id DECEE8FC17; Sat, 4 Oct 2008 21:30:55 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m94LUnS90782; Sat, 4 Oct 2008 14:30:49 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id VAA24823; Sat, 4 Oct 2008 21:29:08 GMT Message-Id: <200810042129.VAA24823@sopwith.solgatos.com> To: freebsd-usb@freebsd.org, freebsd-alpha@freebsd.org, freebsd-hardware@freebsd.org In-reply-to: Your message of "Thu, 25 Sep 2008 21:00:22 +0200." <20080925190022.GB93308@cicely7.cicely.de> Date: Sat, 04 Oct 2008 14:29:08 +0100 From: Dieter Cc: Subject: Re: alpha/127248: System crashes when many (7) serial port terminals (vt320-vt510) connected to the server via com to usb adapter and 2-usb hubs. 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: Sat, 04 Oct 2008 21:30:56 -0000 > > Surely a "good" USB to RS-232 bridge (if one exists?) or a RS-232 > > filter/isolator (assuming they exist?) would be *far* less expensive > > than the server class alpha you suggest below. > > It depend on how much RS232 you need and how many slots the OP has free. > Nevertheless a "good" RS232 bridge if needed in number are not cheap > either - ntoe that you can get affordable PCI extenders as well. The PCI expanders I've seen cost almost as much as getting an entire additional machine. > > > > The problem with PCI is the limited number of slots. :-( > > > > > > Well - not realy with server class alphas... > > > > In my world, a "server" means 1-4 full height 19" racks with quite large > > price tags and power&cooling requirements. Some people think a server > > is a pee-cee. So I'm not sure what you mean by "server class alphas". > > Server doesn't mean rack, but beside from a few OEM boards and small > 19" system all alphas have lots of free slots available. > > > I have what I would call a "workstation" class alpha, which cost an > > obscene amount to get 6 PCI slots instead of 4, and at times they are > > all full. So I can't use up a slot just to get a couple more RS-232 > > ports. How many PCI slots does a server class alpha have? > > Well the AS4100 I have already has 8 slots which is not that uncommon > for alpha servers. I'd call an alpha with only 8 slots a workstation class machine. It wouldn't take much to fill up 8 slots. > The real big ones can even have a few hundred slots. A few hundred slots would be server class. And I'm sure a price tag to match, along with floor space, power, and cooling requirements. > > USB to RS-232 bridge could be a good solution, if I knew which > > make&model of bridge worked well with *BSD. Poking around on the web > > I can't even find what chip they have inside. > > Really forget about USB to RS232. > It is not the chip which is the problem it is the principal. > You really need galvanic isolation, because USB can't handle ground > loops, which no cheap device has. > You can use any kind of chip with propper isolation, but then it > is likely more expensive than any other kind of solution. I assume this is marketing driven. Adding a few optos can't increase the manufacturing cost *that* much. Sounds like a market opportunity for someone. > > Do these bridges actually work properly, or do they have gotchas > > like the USB to SATA/PATA bridges? > > The prolific bridges work well enough if you don't have a ground > loop and FTDI chips are better IMHO. Thanks.