To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
or, via email, send a message with subject or body 'help' to
freebsd-u...@freebsd.org
You can reach the person managing the list at
freebsd-...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-usb digest..."
Today's Topics:
1. Re: usb/143294: copying process stops at some time (10 - 50
seconds) from usb disk only nForce motherboards in
8.0-RELEASE/STABLE (Hans Petter Selasky)
2. Re: usb/143284: copying process stops at some time (10 - 50
seconds) from usb disk only nForce motherboards in
8.0-RELEASE/STABLE (ga...@FreeBSD.org)
3. PS3's Joystick on FreeBSD (can be possible?) (Vinicius Abrahao)
4. Re: PS3's Joystick on FreeBSD (can be possible?) (Ed Schouten)
5. Re: PS3's Joystick on FreeBSD (can be possible?)
(Vinicius Abrahao)
6. Re: PS3's Joystick on FreeBSD (can be possible?)
(Dmitry Marakasov)
7. Current problem reports assigned to freeb...@FreeBSD.org
(FreeBSD bugmaster)
8. Re: usb/143448: [usbdevs] [patch] QUIRK: JMicron JM20336
USB/SATA bridge controller (lin...@FreeBSD.org)
9. ukbd probe order regression (Peter Jeremy)
10. Re: ukbd probe order regression (Hans Petter Selasky)
11. audio/libmtp problems with 8.x libusb (Peter Jeremy)
12. Re: ukbd probe order regression (Bernd Walter)
13. system freeze with hub (Alexander Best)
14. problem with lastest u3g in RELENG_8 (Patrick Lamaiziere)
15. Re: SANE vs USB scanner on 8.0 (Daniel O'Connor)
16. Re: problem with lastest u3g in RELENG_8 (Patrick Lamaiziere)
17. Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing
(Tom Evans)
18. Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing
(Tom Evans)
----------------------------------------------------------------------
Message: 1
Date: Fri, 29 Jan 2010 18:00:34 +0100
From: Hans Petter Selasky <hsel...@c2i.net>
Subject: Re: usb/143294: copying process stops at some time (10 - 50
seconds) from usb disk only nForce motherboards in 8.0-RELEASE/STABLE
To: freeb...@freebsd.org, Crazy Alex <crazy...@inbox.ru>
Message-ID: <201001291800....@c2i.net>
Content-Type: Text/Plain; charset="iso-8859-15"
On Friday 29 January 2010 17:50:06 Crazy Alex wrote:
> The following reply was made to PR usb/143294; it has been noted by GNATS.
>
> From: Crazy Alex <crazy...@inbox.ru>
> To: bug-fo...@FreeBSD.org, crazy...@inbox.ru
> Cc:
> Subject: Re: usb/143294: copying process stops at some time (10 - 50
> seconds) from usb disk only nForce motherboards in 8.0-RELEASE/STABLE
> Date: Fri, 29 Jan 2010 21:54:15 +0500
>
> Hi,
>
> This patch only adds the output message?
> Please advice, what do I do next?
Edit: src/sys/dev/usb/storage/umass.c and make the modification shown below
[UMASS_T_BBB_COMMAND] = {
.type = UE_BULK,
.endpoint = UE_ADDR_ANY,
.direction = UE_DIR_OUT,
.bufsize = sizeof(umass_bbb_cbw_t),
.callback = &umass_t_bbb_command_callback,
.timeout = 5000, /* 5 seconds */
+ .interval = 1, /* ms */
},
1) Apply the patch above by hand and rebuild the kernel.
2) Test your USB device.
--HPS
------------------------------
Message: 2
Date: Sat, 30 Jan 2010 12:20:07 GMT
From: ga...@FreeBSD.org
Subject: Re: usb/143284: copying process stops at some time (10 - 50
seconds) from usb disk only nForce motherboards in 8.0-RELEASE/STABLE
To: crazy...@inbox.ru, ga...@FreeBSD.org, freeb...@FreeBSD.org
Message-ID: <201001301220....@freefall.freebsd.org>
Synopsis: copying process stops at some time (10 - 50 seconds) from usb disk only nForce motherboards in 8.0-RELEASE/STABLE
State-Changed-From-To: open->closed
State-Changed-By: gavin
State-Changed-When: Sat Jan 30 12:19:46 UTC 2010
State-Changed-Why:
Duplicate of 143294, latter has much more detail
http://www.freebsd.org/cgi/query-pr.cgi?pr=143284
------------------------------
Message: 3
Date: Sat, 30 Jan 2010 18:12:30 -0200
From: Vinicius Abrahao <vinni...@gmail.com>
Subject: PS3's Joystick on FreeBSD (can be possible?)
To: freebsd-m...@freebsd.org, freebsd...@freebsd.org,
freeb...@freebsd.org, x...@freebsd.org
Cc: amd...@freebsd.org, daim...@gmail.com
Message-ID:
<1e31c7981001301212w4b7...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Greetings Guys,
I'm finally having some time to have fun with my FreeBSD. :-)
Do you know about any progress with joystick supports?
Here I have a PS3 controller, and have some time to help with tests
and little coding.
ugen1.5: <Sony> at usbus1
uhid0: <Sony PLAYSTATION(R)3 Controller, class 0/0, rev 2.00/1.00,
addr 5> on usbus1
Is somebody working with it?
http://wiki.freebsd.org/DmitryMarakasov
.................................................. (Dmitry, do you
need any help?)
http://lists.freebsd.org/pipermail/freebsd-usb/2009-May/006812.html
..... ( Deniz, have you experiment any change with 8.0 ?)
http://www.freshports.org/devel/linux-js/
................................................... (I'll learn more
about this driver)
http://www.freshports.org/x11-drivers/xf86-input-joystick/
........................ ( can this driver work with uhid devices? )
http://wiki.freebsd.org/uhidd
......................................................................
(I'll studying more about uhidd!)
Best regards,
Sorry for this mega-cross-post, but I think we all have interests with
this working.
[]s
Vinnix
------------------------------
Message: 4
Date: Sat, 30 Jan 2010 21:29:47 +0100
From: Ed Schouten <e...@80386.nl>
Subject: Re: PS3's Joystick on FreeBSD (can be possible?)
To: Vinicius Abrahao <vinni...@gmail.com>
Cc: daim...@gmail.com, freebsd-m...@freebsd.org,
freebsd...@freebsd.org, amd...@freebsd.org,
freeb...@freebsd.org, x...@freebsd.org
Message-ID: <20100130202...@hoeg.nl>
Content-Type: text/plain; charset="us-ascii"
* Vinicius Abrahao <vinni...@gmail.com> wrote:
> I'm finally having some time to have fun with my FreeBSD. :-)
> Do you know about any progress with joystick supports?
>
> Here I have a PS3 controller, and have some time to help with tests
> and little coding.
> ugen1.5: <Sony> at usbus1
> uhid0: <Sony PLAYSTATION(R)3 Controller, class 0/0, rev 2.00/1.00,
> addr 5> on usbus1
>
> Is somebody working with it?
So those are the wireless controllers, but connected using the USB cable
that you normally use to charge it?
--
Ed Schouten <e...@80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-usb/attachments/20100130/4fefe5b8/attachment-0001.pgp
------------------------------
Message: 5
Date: Sat, 30 Jan 2010 19:53:55 -0200
From: Vinicius Abrahao <vinni...@gmail.com>
Subject: Re: PS3's Joystick on FreeBSD (can be possible?)
To: Ed Schouten <e...@80386.nl>
Cc: daim...@gmail.com, freebsd-m...@freebsd.org,
freebsd...@freebsd.org, amd...@freebsd.org,
freeb...@freebsd.org, x...@freebsd.org
Message-ID:
<1e31c7981001301353w7e4...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
> So those are the wireless controllers, but connected using the USB cable
> that you normally use to charge it?
>
Yes, I forgot mention this.
This joystick connects with PS3 by bluetooth. It has the "SIXAXIS" too
that permit nice things like this:
http://www.pabr.org/sixlinux/sixlinux.en.html
Imagine one BSD-Mini-Chopper? ;-)
------------------------------
Message: 6
Date: Sun, 31 Jan 2010 01:40:12 +0300
From: Dmitry Marakasov <amd...@amdmi3.ru>
Subject: Re: PS3's Joystick on FreeBSD (can be possible?)
To: Vinicius Abrahao <vinni...@gmail.com>
Cc: freebsd-m...@freebsd.org, freebsd...@freebsd.org,
x...@freebsd.org, daim...@gmail.com, freeb...@freebsd.org
Message-ID: <2010013022...@hades.panopticon>
Content-Type: text/plain; charset=utf-8
* Vinicius Abrahao (vinni...@gmail.com) wrote:
> I'm finally having some time to have fun with my FreeBSD. :-)
> Do you know about any progress with joystick supports?
>
> Here I have a PS3 controller, and have some time to help with tests
> and little coding.
> ugen1.5: <Sony> at usbus1
> uhid0: <Sony PLAYSTATION(R)3 Controller, class 0/0, rev 2.00/1.00,
> addr 5> on usbus1
>
> Is somebody working with it?
>
> http://wiki.freebsd.org/DmitryMarakasov
> .................................................. (Dmitry, do you
> need any help?)
No, I just need more free time to finally get to it. Actually, if
it's attached as uhid, it may already work in e.g. SDL games.
If it doesn't, it
- Uses some non-standart report (i.e. reporting buttons/axes as
'vendor-specific' values, which software doesn't know how to deal
with). In this case the report should be analyzed and a simple
wrapper driver may be written)
- Is the same case as with my M$ joystick, which uses standart, but a
just a bit unusual report, which e.g. SDL is unable to parse. This
should be fixed by my long-planned rewrite of HID parser for SDL,
which will also be useable in OIS and possibly other libs.
Let's start with
usbhidctl -f /dev/uhid0 -r
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru ..: jabber: amd...@jabber.ru http://www.amdmi3.ru
------------------------------
Message: 7
Date: Mon, 1 Feb 2010 11:07:08 GMT
From: FreeBSD bugmaster <bugm...@FreeBSD.org>
Subject: Current problem reports assigned to freeb...@FreeBSD.org
To: freeb...@FreeBSD.org
Message-ID: <201002011107....@freefall.freebsd.org>
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/143294 usb copying process stops at some time (10 - 50 seconds) f
o usb/143286 usb boot failures on RELENG_8 system with USB keyboard
o usb/143186 usb add USB device IDs for Google Nexus One and for RealTe
o usb/143139 usb Quirk for Century EX35SW4_SB4 JBOD
o usb/143045 usb [umass] [patch] mounting Fujitsu 2600Z camera doesn't
o usb/142991 usb Patch to add Crystalfontz 533 USB LCD
o usb/142989 usb canon eos 50D attaches but detaches after few seconds
o usb/142957 usb patch for USB disk SYNCHRONIZE CACHE problem
o usb/142876 usb sysinstall abort:: usb stick as source media & usb sti
o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa
o usb/142713 usb [panic] Kernel Panik when connecting an IPhone 3GS.
o usb/142427 usb EDIMAX EW7318USG should be added to usbdevs
o usb/142387 usb Netgear WPN111 not recognised by uath(4) after uathloa
o usb/142276 usb Cache Synchronization Error with Olympus FE210 Camera
o usb/142229 usb [ums] [hang] connecting a USB mouse to a Dell PE750 lo
o usb/141936 usb [usbdevs] [patch] add support for Advanced W-ZERO3[ES]
o usb/141918 usb ehci_interrupt: unrecoverable error, controller halted
o usb/141680 usb [uath] Netgear WG111T not working with uath driver
o usb/141664 usb [pcm] Logitech USB microphone failure [regression]
o usb/141474 usb [boot] FreeBSD 8.0 can not install from USB CDROM driv
o usb/141467 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter
o usb/141327 usb [ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM
o usb/141313 usb [usb8] nvidia USB 2.0 controller - stops copying on US
o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER
o kern/141011 usb [usb] Encrypted root, geli password at boot; enter key
o usb/140928 usb [u3g] [usb8] [patch] ZTE CDMA2000 1X EV-DO (MG478/AC87
o usb/140920 usb [install] USB based install fails on 8.0-RELEASE [regr
o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b
f usb/140883 usb [axe] [usb8] USB gigabit ethernet hangs after short pe
o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0-
a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl
f usb/140714 usb [hang] [usb8] system freeze when disconect my flash us
o kern/140614 usb [uplcom] [patch] adding support for Radio Shack Gigwar
o usb/140590 usb [bluetooth] [usb8] ng_ubt(4) ng_l2cap_process_cmd_rej
o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d
o usb/140259 usb [libusb] [patch] [usb8] libusb-1.0 portability/compati
o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US
o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A
a usb/139990 usb [panic] [patch] [usb67] Kernel frequently panics after
a usb/139598 usb [umass] [usb8] CAM reports "xptioctl: put "device pass
o usb/139243 usb [uhci] [usb67] unplug prolific USB serial -> uhci_abor
o usb/139142 usb [ehci] [usb8] [patch] ehci drivers (NVIDIA nForce4 USB
o usb/138915 usb [patch] [usb8] [usb67] add support for SheevaPlug seri
a usb/138904 usb [rum] [panic] [usb67] unpluging USB wifi card panics s
f usb/138882 usb [ohci] [panic] [usb67] Can't install FreeBSD 7.2 due t
a usb/138879 usb [uftdi] [patch] Patch to add support for CTI USB-Mini
o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv
o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT
o usb/138570 usb [usb] [panic] USB mass device panics current 7.2-STABL
o usb/138175 usb [usb67] [boot] System cannot boot, when USB reader wit
o usb/138172 usb [u3g] [patch] [usb67] Additional dev id for u3g (Optio
o usb/138138 usb [u3g] [patch] [usb67] Novatel U760 for u3g (Verizon an
o usb/138124 usb [usbaudio] [usb8] Axed uaudio functionality in the usb
o usb/138119 usb [usb67] [usb8] MultiBay CDROM (probably on USB bus) is
o usb/137872 usb [usb67] [boot] slow booting on usb flash drive
f usb/137848 usb [panic] [usb67] Page fault when using an USB bluetooth
o usb/137806 usb [ukbd] [usb67] USB keyboard doesn't work until it's un
o usb/137763 usb [usb67][ukbd] Logitech wireless keyboard media keys no
o usb/137616 usb [usb67][usb8][usbdevs] [patch]: usbdevs update: Please
o usb/137377 usb [usb8] Support for Huawei E180
o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro
p usb/137226 usb [usb67][patch] quirk for Philips extern USB disk
o usb/137190 usb [usb8][patch] inhibit spurious button releases for som
o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo
p usb/137188 usb [usb8][patch] correctly handle USB report descriptors
f bin/137180 usb [build] [patch] building world for 8.0-BETA2 fails on
o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att
p usb/136761 usb [usbdevs][usb67][patch] Teach usbdevs / u3g(4) about H
o usb/135938 usb [aue] [usb67] aue driver only passes traffic in promis
f usb/135857 usb [urtw] [usb67] RTL8187 Wireless Adapter
o usb/135575 usb [usbdevs] [patch] [usb67] Add HTC Wizard phone vid/pid
o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa
p usb/135372 usb [usb67][umass] Quirk report for Teclast TL-C300 usb me
o usb/135348 usb [umass] USB Drive Hangs with ZFS (JMicron USB2/eSata)
o usb/135206 usb machine reboots when inserted USB device
o usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu
o usb/135182 usb UMASS quirk - Olympus FE20 camera
o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible
o usb/134633 usb Add support for WILLCOM03(SHARP smart phone)
o usb/134631 usb [usbdevs] [patch] WiSPY DBx support requires usb tweak
o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g
o usb/134193 usb System freeze on usb MP3 player insertion
o usb/134117 usb [Patch] Add support for 'Option GlobeTrotter HSDPA Mod
o usb/134085 usb [umass] Adding usb quirk for Sony USB flash drive
o usb/133989 usb [newusb] [ukbd] USB keyboard dead at mountroot> prompt
o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa
o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache
o usb/133296 usb [rum] driver not working properly in hostap mode
p usb/132799 usb [usb][patch]GENESYS USB2IDE requires NO_SYNCHRONIZE_CA
o usb/132785 usb [usb] [patch] Gemtech remote powersocket is classed as
o usb/132594 usb USB subsystem causes page fault and crashes
o usb/132312 usb Xorg 7.4 halts USB controller
o usb/132080 usb [patch] [usb] [rum] Kernel panic after NOMEM caused by
o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760
o usb/132036 usb [panic] page fault when connecting Olympus C740 camera
o usb/131912 usb [uslcom] [patch] New devices using Silicon Labs chips
o usb/131900 usb [usbdevs] [patch] Additional product identification co
o usb/131583 usb [umass] Failure when detaching umass Device
o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data
o usb/131521 usb Registering Belkin UPS to usb_quirks.c
o usb/131123 usb [patch] re-add UQ_ASSUME_CM_OVER_DATA USB quirk
o usb/131074 usb no run-time detection of usb devices plugged into exte
o usb/130736 usb Page fault unplugging USB stick
o usb/130230 usb Samsung Electronics YP-U3 does not attach in 7.1-RELEA
o usb/130208 usb Boot process severely hampered by umass0 error
o usb/130122 usb [newusb] DVD drive detects as 'da' device
o usb/129945 usb [usbdevs] [patch] add u3g support for Longcheer WM66 U
o usb/129766 usb [usb] plugging in usb modem HUAWEI E226 panics system
o usb/129758 usb [uftdi] [patch] add Pyramid LCD usb support
o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan
o usb/129522 usb [ubsa] [patch] add support for ZTE AC8700 modem
o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis
o usb/129311 usb [usb] [panic] Instant crash with an USB card reader
o usb/129251 usb [usbdevs] [patch] Liebert UPS being assigned uhid and
o usb/129173 usb [uplcom] [patch] Add support for Corega CG-USBRS232R a
s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa
o usb/128977 usb [usb] [patch] uaudio is not full duplex
o usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2
o usb/128485 usb [umodem] [patch] Nokia N80 modem support
o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive
o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like
o usb/128324 usb [uplcom] [patch] remove baud rate restriction for PL23
o usb/127980 usb [umass] [patch] Fix Samsung YP U2 MP3 player on 7.x an
o usb/127926 usb [boot] USB Timeout during bootup
p usb/127549 usb [umass] [usb67] [patch] Meizu MiniPlayer M6 (SL) requi
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] [panic] enabling usb keyboard and mouse support
o usb/127248 usb [ucom] panic while uplcom devices attaach and detach
o usb/127222 usb [ohci] Regression in 7.0 usb storage generic driver
o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c
o usb/126848 usb [usb]: USB Keyboard hangs during Installation
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 [ums] [panic] kernel panic during bootup while 'Logite
o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d
o usb/125450 usb [panic] Removing USB flash card while being accessed c
o usb/125238 usb [ums] Habu Mouse turns off in X
o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U
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] [panic] rum panics SMP kernel
o usb/124708 usb [panic] Kernel panic on USB KVM reattach
o usb/124604 usb [ums] Microsoft combo wireless mouse doesn't work
o kern/124130 usb [usb] gmirror fails to start usb devices that were pre
o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile
o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with
o usb/123691 usb usbd(8): usbd hangs
o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l
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 [usbdevs] [patch] Add Option GTMAX3.6/7.2 and Quallcom
o usb/123351 usb [usbdevs] [patch] Add Reiner SCT cyberJack, Omnikey [2
o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um
o usb/122956 usb [ubsa] [patch] add support for Novatel Wireless XU870
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 [usb] [patch] Patch to provide dynamic additions to th
o usb/122813 usb [udbp] [request] udbp driver should be removed in favo
o usb/122621 usb [new driver] [patch] New driver for Sierra Wireless 3G
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 [uscanner] [patch] uscanner does not attach to Epson R
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] [panic] FreeBSD fails to boot with usb legacy s
o usb/121232 usb [usb] [panic] USB CardBus card removal causes reboot s
p 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 [usb] [panic] Kernel panic when forced umount of a det
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/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] 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/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/117313 usb [umass] [panic] panic on usb camera insertion
o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach
o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a
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 [usb67] [usb8] [umass] [patch] Problem with connection
o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff
o usb/113060 usb [usb67] [ulpt] [patch] Samsung printer not working in
o usb/110856 usb [usb67] [ugen] [patch] interrupt in msgs are truncated
s usb/108344 usb [usb67] [atausb] [panic] kernel with atausb panics whe
o usb/107827 usb [usb67] [ohci] [panic] ohci_add_done addr not found
o usb/107388 usb [usb67] [usb8] [new driver] [patch] add utoppy device
o usb/107243 usb [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive q
o usb/106041 usb [usb67] [usb8] [request] FreeBSD does not recognise Mu
o usb/105361 usb [usb67] [panic] Kernel panic during unmounting mass st
s usb/103917 usb [usb67] [uhub] USB driver reports "Addr 0 should never
o usb/103418 usb [usb67] [usb8] [patch] [request] usbhidctl(8) add abil
o usb/103046 usb [usb67] [ulpt] [patch] ulpt event driven I/O with sele
o usb/101775 usb [usb67] [usb8] [libusbhid] [patch] possible error in r
o usb/101761 usb [usb67] [patch] [request] usb.h: increase maximal size
o usb/100746 usb [usb67] [ukbd] system does not boot due to USB keyboar
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 kern/99200 usb [bluetooth] SMP-Kernel crashes reliably when Bluetooth
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/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 [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 [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/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
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 [sound] [hang] Use of sound mixer causes system freeze
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 [ums] 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] [regression] 5.3-STABLE(2005 1/4) detect USB h
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
s 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
s bin/57255 usb [patch] 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 usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem
345 problems total.
------------------------------
Message: 8
Date: Tue, 2 Feb 2010 00:06:28 GMT
From: lin...@FreeBSD.org
Subject: Re: usb/143448: [usbdevs] [patch] QUIRK: JMicron JM20336
USB/SATA bridge controller
To: lin...@FreeBSD.org, freebs...@FreeBSD.org,
freeb...@FreeBSD.org
Message-ID: <201002020006....@freefall.freebsd.org>
Old Synopsis: QUIRK: JMicron JM20336 USB/SATA bridge controller
New Synopsis: [usbdevs] [patch] QUIRK: JMicron JM20336 USB/SATA bridge controller
Responsible-Changed-From-To: freebsd-bugs->freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Feb 2 00:05:46 UTC 2010
Responsible-Changed-Why:
Over to maintainer(s).
http://www.freebsd.org/cgi/query-pr.cgi?pr=143448
------------------------------
Message: 9
Date: Wed, 3 Feb 2010 20:47:56 +1100
From: Peter Jeremy <peter...@acm.org>
Subject: ukbd probe order regression
To: freeb...@freebsd.org
Message-ID: <20100203094...@server.vk2pj.dyndns.org>
Content-Type: text/plain; charset="us-ascii"
[Based on a thread in -stable]
I am trying to upgrade a Dell GX620 from FreeBSD 7.1 to a recent
FreeBSD 8-stable and have run into a regression in the ukbd probe
order. This box has no PS/2 ports and therefore I use a USB
keyboard (and have removed atkbdc, atkbd and kbdmux from my kernel).
All relevant USB devices are compiled in.
In 7.x, ukbd probes before the kernel mounts root. In 8.x, ukbd
probes after the kernel mounts root (it actually probes asynchronously
after the "Enter full pathname of shell..." prompt). (This bit me
badly because I managed to screw up my root disk name and got
prompted with 'mountroot>' but had no keyboard).
The GX620 is a P4 system with an ICH7 chipse. The keyboard is a Dell
SK-8115 connected directly to a motherboard port (I've tried several
different USB ports without improvement). I've also tried a Dell
SK-8135 (which is the "multimedia" variant and has a builtin hub)
which behaves the same.
I've uploaded full details as follows:
FreeBSD 7.x verbose dmesg: http://pastebin.ca/1776339
FreeBSD 8.x verbose dmesg: http://pastebin.ca/1776359
"pciconf -lv" (same in 7 & 8): http://pastebin.ca/1776363
The output from 'usbdevs -v' on FreeBSD 7 is:
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00
--
Peter Jeremy
port 1 powered
port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00
port 1 powered
port 2 powered
Controller /dev/usb2:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00
port 1 powered
port 2 addr 2: low speed, power 70 mA, config 1, Dell USB Keyboard(0x2003), Dell(0x413c), rev 2.00
Controller /dev/usb3:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00
port 1 powered
port 2 powered
Controller /dev/usb4:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), Intel(0x0000), rev 1.00
port 1 powered
port 2 powered
port 3 powered
port 4 powered
port 5 powered
port 6 powered
port 7 powered
port 8 powered
And the output from "usbconfig list" on FreeBSD 8 is:
ugen0.1: <UHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen1.1: <UHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen2.1: <UHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen3.1: <UHCI root HUB Intel> at usbus3, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen4.1: <EHCI root HUB Intel> at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen2.2: <Dell USB Keyboard Dell> at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
The alternate keyboard shows up as:
port 2 addr 2: full speed, power 100 mA, config 1, Dell USB Keyboard Hub(0x1003), Dell(0x413c), rev 2.00
port 1 addr 3: full speed, power 50 mA, config 1, Dell USB Keyboard(0x2010), Dell(0x413c), rev 2.00
port 2 addr 4: low speed, power 100 mA, config 1, product 0x3010(0x3010), vendor 0x413c(0x413c), rev 2.30
port 3 powered
--
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-usb/attachments/20100203/c9a64994/attachment-0001.pgp
------------------------------
Message: 10
Date: Wed, 3 Feb 2010 10:56:46 +0100
From: Hans Petter Selasky <hsel...@c2i.net>
Subject: Re: ukbd probe order regression
To: freeb...@freebsd.org
Message-ID: <201002031056....@c2i.net>
Content-Type: Text/Plain; charset="iso-8859-15"
On Wednesday 03 February 2010 10:47:56 Peter Jeremy wrote:
> [Based on a thread in -stable]
>
> I am trying to upgrade a Dell GX620 from FreeBSD 7.1 to a recent
> FreeBSD 8-stable and have run into a regression in the ukbd probe
> order. This box has no PS/2 ports and therefore I use a USB
> keyboard (and have removed atkbdc, atkbd and kbdmux from my kernel).
> All relevant USB devices are compiled in.
>
> In 7.x, ukbd probes before the kernel mounts root. In 8.x, ukbd
> probes after the kernel mounts root (it actually probes asynchronously
> after the "Enter full pathname of shell..." prompt). (This bit me
> badly because I managed to screw up my root disk name and got
> prompted with 'mountroot>' but had no keyboard).
>
> The GX620 is a P4 system with an ICH7 chipse. The keyboard is a Dell
> SK-8115 connected directly to a motherboard port (I've tried several
> different USB ports without improvement). I've also tried a Dell
> SK-8135 (which is the "multimedia" variant and has a builtin hub)
> which behaves the same.
>
> I've uploaded full details as follows:
> FreeBSD 7.x verbose dmesg: http://pastebin.ca/1776339
> FreeBSD 8.x verbose dmesg: http://pastebin.ca/1776359
> "pciconf -lv" (same in 7 & 8): http://pastebin.ca/1776363
>
> The output from 'usbdevs -v' on FreeBSD 7 is:
> Controller /dev/usb0:
> addr 1: full speed, self powered, config 1, UHCI root hub(0x0000),
> Intel(0x0000), rev 1.00
>
There has been some patches to ukbd.c recently. Try to apply those first:
fetch -o /usr/src/sys/dev/usb/input/ukbd.c
"http://p4db.freebsd.org/fileDownLoad.cgi?FSPC=//depot/projects/usb/src/sys/dev/usb/input/ukbd.c&REV=43"
--HPS
------------------------------
Message: 11
Date: Wed, 3 Feb 2010 21:16:38 +1100
From: Peter Jeremy <peter...@acm.org>
Subject: audio/libmtp problems with 8.x libusb
To: FreeB...@freebsd.org
Message-ID: <20100203101...@server.vk2pj.dyndns.org>
Content-Type: text/plain; charset="us-ascii"
I have a MTP-only MP3 player (Samsung YP-T10) which works happily with
FreeBSD 7.x but chokes on FreeBSD 8.x.
As an example, after connecting the MP3 player, running 'mtp-files'
the first time works successfully. Repeating the command fails (see
below). I've tried building libmtp-1.0.1 to no avail.
aspire% mtp-files
libmtp version: 0.3.1
PTP: Opening session
PTP_ERROR_IO: Trying again after re-initializing USB interface
PTP: Opening session
LIBMTP PANIC: Could not open session! (Return code 767)
Try to reset the device.
mtp-files: There has been an error connecting. Exit
aspire%
'kdump -R' from the relevant parts of the first failed session:
2744 mtp-files 0.000269 CALL open(0x281b7b50,O_RDONLY,<unused>0x124)
2744 mtp-files 0.000032 NAMI "/dev/usbctl"
2744 mtp-files 0.000055 RET open 3
2744 mtp-files 0.000021 CALL ioctl(0x3,USB_READ_DIR,0xbfbfe494)
2744 mtp-files 0.000040 RET ioctl 0
2744 mtp-files 0.000083 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000017 NAMI "/dev/ugen0.1"
2744 mtp-files 0.000043 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000035 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000018 NAMI "/dev/ugen1.1"
2744 mtp-files 0.000044 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000023 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000014 NAMI "/dev/ugen2.1"
2744 mtp-files 0.000038 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000021 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000014 NAMI "/dev/ugen4.1"
2744 mtp-files 0.000041 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000025 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000017 NAMI "/dev/ugen3.1"
2744 mtp-files 0.000039 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000023 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000016 NAMI "/dev/ugen2.2"
2744 mtp-files 0.000046 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000023 CALL open(0xbfbfe5b8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000017 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000063 RET open 4
2744 mtp-files 0.000016 CALL ioctl(0x4,USB_GET_PLUGTIME,0xbfbfe31c)
2744 mtp-files 0.000021 RET ioctl 0
2744 mtp-files 0.000013 CALL ioctl(0x4,USB_GET_DEVICE_DESC,0xbfbfe30a)
2744 mtp-files 0.000017 RET ioctl 0
2744 mtp-files 0.000025 CALL ioctl(0x4,USB_GET_DEVICEINFO,0xbfbfe324)
2744 mtp-files 0.000030 RET ioctl 0
2744 mtp-files 0.000031 CALL close(0x4)
2744 mtp-files 0.000034 RET close 0
2744 mtp-files 0.000021 CALL ioctl(0x3,USB_READ_DIR,0xbfbfe494)
2744 mtp-files 0.000020 RET ioctl 0
2744 mtp-files 0.000014 CALL close(0x3)
2744 mtp-files 0.000018 RET close 0
2744 mtp-files 0.000072 CALL open(0xbfbfe5c8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000019 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000109 RET open 3
2744 mtp-files 0.000015 CALL open(0xbfbfe5c8,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000012 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000046 RET open 4
2744 mtp-files 0.000014 CALL ioctl(0x4,USB_GET_PLUGTIME,0xbfbfe5c4)
2744 mtp-files 0.000018 RET ioctl 0
2744 mtp-files 0.000026 CALL ioctl(0x3,USB_GET_FULL_DESC,0xbfbfe5dc)
2744 mtp-files 0.000020 RET ioctl 0
2744 mtp-files 0.000014 CALL ioctl(0x3,USB_GET_FULL_DESC,0xbfbfe5dc)
2744 mtp-files 0.000017 RET ioctl 0
2744 mtp-files 0.000068 CALL close(0x4)
2744 mtp-files 0.000028 RET close 0
2744 mtp-files 0.000013 CALL close(0x3)
2744 mtp-files 0.000023 RET close 0
2744 mtp-files 0.000081 CALL open(0x281b7b50,O_RDONLY,<unused>0x124)
2744 mtp-files 0.000017 NAMI "/dev/usbctl"
2744 mtp-files 0.000039 RET open 3
2744 mtp-files 0.000013 CALL ioctl(0x3,USB_READ_DIR,0xbfbfe3e4)
2744 mtp-files 0.000018 RET ioctl 0
2744 mtp-files 0.000022 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000015 NAMI "/dev/ugen0.1"
2744 mtp-files 0.000047 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000023 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000015 NAMI "/dev/ugen1.1"
2744 mtp-files 0.000042 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000023 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000016 NAMI "/dev/ugen2.1"
2744 mtp-files 0.000038 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000018 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000014 NAMI "/dev/ugen4.1"
2744 mtp-files 0.000042 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000022 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000015 NAMI "/dev/ugen3.1"
2744 mtp-files 0.000042 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000022 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000015 NAMI "/dev/ugen2.2"
2744 mtp-files 0.000065 RET open -1 errno 13 Permission denied
2744 mtp-files 0.000022 CALL open(0xbfbfe508,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000016 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000052 RET open 4
2744 mtp-files 0.000013 CALL ioctl(0x4,USB_GET_PLUGTIME,0xbfbfe26c)
2744 mtp-files 0.000019 RET ioctl 0
2744 mtp-files 0.000013 CALL ioctl(0x4,USB_GET_DEVICE_DESC,0xbfbfe25a)
2744 mtp-files 0.000017 RET ioctl 0
2744 mtp-files 0.000015 CALL ioctl(0x4,USB_GET_DEVICEINFO,0xbfbfe274)
2744 mtp-files 0.000024 RET ioctl 0
2744 mtp-files 0.000021 CALL close(0x4)
2744 mtp-files 0.000026 RET close 0
2744 mtp-files 0.000014 CALL ioctl(0x3,USB_READ_DIR,0xbfbfe3e4)
2744 mtp-files 0.000016 RET ioctl 0
2744 mtp-files 0.000013 CALL close(0x3)
2744 mtp-files 0.000018 RET close 0
2744 mtp-files 0.000025 CALL open(0xbfbfe518,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000016 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000050 RET open 3
2744 mtp-files 0.000013 CALL open(0xbfbfe518,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000016 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000048 RET open 4
2744 mtp-files 0.000014 CALL ioctl(0x4,USB_GET_PLUGTIME,0xbfbfe514)
2744 mtp-files 0.000017 RET ioctl 0
2744 mtp-files 0.000016 CALL ioctl(0x3,USB_GET_FULL_DESC,0xbfbfe52c)
2744 mtp-files 0.000017 RET ioctl 0
2744 mtp-files 0.000013 CALL ioctl(0x3,USB_GET_FULL_DESC,0xbfbfe52c)
2744 mtp-files 0.000018 RET ioctl 0
2744 mtp-files 0.000023 CALL close(0x4)
2744 mtp-files 0.000024 RET close 0
2744 mtp-files 0.000014 CALL close(0x3)
2744 mtp-files 0.000022 RET close 0
2744 mtp-files 0.000053 CALL open(0xbfbfe518,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000017 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000054 RET open 3
2744 mtp-files 0.000014 CALL open(0xbfbfe518,O_RDWR,<unused>0x281b7782)
2744 mtp-files 0.000032 NAMI "/dev/ugen4.2"
2744 mtp-files 0.000050 RET open 4
2744 mtp-files 0.000013 CALL ioctl(0x4,USB_GET_PLUGTIME,0xbfbfe514)
2744 mtp-files 0.000019 RET ioctl 0
2744 mtp-files 0.000032 CALL ioctl(0x4,USB_FS_INIT,0xbfbfe4d4)
2744 mtp-files 0.000024 RET ioctl 0
2744 mtp-files 0.000033 CALL write(0x2,0xbfbfe040,0x14)
2744 mtp-files 0.000028 GIO fd 2 wrote 20 bytes
"PTP: Opening session"
2744 mtp-files 0.000013 RET write 20/0x14
2744 mtp-files 0.000023 CALL write(0x2,0x282aa433,0x1)
2744 mtp-files 0.000020 GIO fd 2 wrote 1 byte
"
"
2744 mtp-files 0.000012 RET write 1
2744 mtp-files 0.000074 CALL ioctl(0x4,USB_FS_OPEN,0xbfbfe1ec)
2744 mtp-files 0.000093 RET ioctl 0
2744 mtp-files 0.000039 CALL ioctl(0x4,USB_FS_START,0xbfbfe20b)
2744 mtp-files 0.000054 RET ioctl 0
2744 mtp-files 0.000020 CALL ioctl(0x4,USB_FS_COMPLETE,0xbfbfe24b)
2744 mtp-files 0.000018 RET ioctl -1 errno 16 Device busy
2744 mtp-files 0.000055 CALL poll(0xbfbfe25c,0x1,0xffffffff)
2744 mtp-files 0.000081 RET poll 1
2744 mtp-files 0.000013 CALL ioctl(0x4,USB_FS_COMPLETE,0xbfbfe24b)
2744 mtp-files 0.000014 RET ioctl 0
2744 mtp-files 0.000009 CALL ioctl(0x4,USB_FS_COMPLETE,0xbfbfe24b)
2744 mtp-files 0.000011 RET ioctl -1 errno 16 Device busy
2744 mtp-files 0.000034 CALL ioctl(0x4,USB_FS_OPEN,0xbfbfe1ac)
2744 mtp-files 0.000077 RET ioctl 0
2744 mtp-files 0.000014 CALL ioctl(0x4,USB_FS_START,0xbfbfe1cb)
2744 mtp-files 0.000018 RET ioctl 0
2744 mtp-files 0.000013 CALL ioctl(0x4,USB_FS_COMPLETE,0xbfbfe20b)
2744 mtp-files 0.000026 RET ioctl -1 errno 16 Device busy
2744 mtp-files 0.000012 CALL poll(0xbfbfe21c,0x1,0xffffffff)
2744 mtp-files 9.793643 RET poll 1
2744 mtp-files 0.000035 CALL ioctl(0x4,USB_FS_COMPLETE,0xbfbfe20b)
2744 mtp-files 0.000015 RET ioctl 0
2744 mtp-files 0.000010 CALL ioctl(0x4,USB_FS_COMPLETE,0xbfbfe20b)
2744 mtp-files 0.000032 RET ioctl -1 errno 16 Device busy
2744 mtp-files 0.000032 CALL write(0x2,0x280af33c,0x3f)
2744 mtp-files 0.000025 GIO fd 2 wrote 63 bytes
"PTP_ERROR_IO: Trying again after re-initializing USB interface
"
2744 mtp-files 0.000014 RET write 63/0x3f
2744 mtp-files 0.000027 CALL ioctl(0x3,USB_DO_REQUEST,0xbfbfe4f8)
2744 mtp-files 0.000194 RET ioctl 0
2744 mtp-files 0.000024 CALL ioctl(0x3,USB_DO_REQUEST,0xbfbfe4f8)
2744 mtp-files 0.000224 RET ioctl 0
2744 mtp-files 0.000040 CALL ioctl(0x4,USB_FS_CLEAR_STALL_SYNC,0xbfbfe583)
2744 mtp-files 0.000201 RET ioctl 0
2744 mtp-files 0.000015 CALL ioctl(0x4,USB_FS_CLEAR_STALL_SYNC,0xbfbfe583)
2744 mtp-files 0.000106 RET ioctl 0
2744 mtp-files 0.000017 CALL ioctl(0x4,USB_FS_OPEN,0xbfbfe51c)
2744 mtp-files 0.000095 RET ioctl 0
2744 mtp-files 0.000016 CALL ioctl(0x4,USB_FS_CLEAR_STALL_SYNC,0xbfbfe583)
2744 mtp-files 0.000127 RET ioctl 0
2744 mtp-files 0.000029 CALL ioctl(0x4,USB_FS_CLEAR_STALL_SYNC,0xbfbfe563)
2744 mtp-files 0.000091 RET ioctl 0
2744 mtp-files 0.000026 CALL ioctl(0x4,USB_FS_UNINIT,0xbfbfe543)
2744 mtp-files 0.088636 RET ioctl 0
2744 mtp-files 0.000045 CALL ioctl(0x3,USB_DEVICEENUMERATE,0xbfbfe56c)
2744 mtp-files 0.000024 RET ioctl -1 errno 1 Operation not permitted
2744 mtp-files 0.000045 CALL ioctl(0x4,USB_FS_UNINIT,0xbfbfe55f)
2744 mtp-files 0.000017 RET ioctl -1 errno 22 Invalid argument
2744 mtp-files 0.000014 CALL close(0x4)
2744 mtp-files 0.000032 RET close 0
2744 mtp-files 0.000012 CALL close(0x3)
2744 mtp-files 0.000021 RET close 0
--
Peter Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-usb/attachments/20100203/071f37ee/attachment-0001.pgp
------------------------------
Message: 12
Date: Wed, 3 Feb 2010 13:54:12 +0100
From: Bernd Walter <ti...@cicely7.cicely.de>
Subject: Re: ukbd probe order regression
To: Peter Jeremy <peter...@acm.org>
Cc: freeb...@freebsd.org
Message-ID: <20100203125...@cicely7.cicely.de>
Content-Type: text/plain; charset=us-ascii
On Wed, Feb 03, 2010 at 08:47:56PM +1100, Peter Jeremy wrote:
> [Based on a thread in -stable]
>
> I am trying to upgrade a Dell GX620 from FreeBSD 7.1 to a recent
> FreeBSD 8-stable and have run into a regression in the ukbd probe
> order. This box has no PS/2 ports and therefore I use a USB
> keyboard (and have removed atkbdc, atkbd and kbdmux from my kernel).
> All relevant USB devices are compiled in.
>
> In 7.x, ukbd probes before the kernel mounts root. In 8.x, ukbd
> probes after the kernel mounts root (it actually probes asynchronously
> after the "Enter full pathname of shell..." prompt). (This bit me
> badly because I managed to screw up my root disk name and got
> prompted with 'mountroot>' but had no keyboard).
As workaround to get your system up without bootcd can also declare
the rootdev on loader prompt.
--
B.Walter <be...@bwct.de> http://www.bwct.de
Modbus/TCP Ethernet I/O Baugruppen, ARM basierte FreeBSD Rechner uvm.
------------------------------
Message: 13
Date: Wed, 03 Feb 2010 18:43:23 +0100 (CET)
From: Alexander Best <alexb...@wwu.de>
Subject: system freeze with hub
To: <freeb...@freebsd.org>
Message-ID:
<permail-20100203174323f...@message-id.uni-muenster.de>
Content-Type: text/plain; charset="us-ascii"
hi there. sometimes my complete system freezes when attaching a certain umass
device over the hub integrated in my tft. the only option left is to do a hard
reset. no core dump is being produced.
this is what gets printed out before the reset:
Feb 3 18:12:13 otaku root: Unknown USB device: vendor 0x0492 product 0x0140
bus uhub8
Feb 3 18:12:13 otaku kernel: ugen3.3: <Meizu Electronics> at usbus3
Feb 3 18:12:13 otaku kernel: umass0: <Meizu Electronics MiniPlayer, class
0/0, rev 2.00/1.00, addr 3> on usbus3
Feb 3 18:12:13 otaku kernel: umass0: SCSI over Bulk-Only; quirks = 0x4400
Feb 3 18:12:19 otaku kernel: umass0: Get Max Lun not supported
(USB_ERR_TIMEOUT)
Feb 3 18:12:20 otaku kernel: umass0:9:0:-1: Attached to scbus9
Feb 3 18:12:20 otaku kernel: ugen3.3: <Meizu Electronics> at usbus3
(disconnected)
Feb 3 18:12:20 otaku kernel: umass0: at uhub8, port 3, addr 3 (disconnected)
Feb 3 18:12:20 otaku kernel: (probe0:umass-sim0:0:0:0): AutoSense failed
Feb 3 18:12:20 otaku kernel: (da0:umass-sim0:0:0:0): lost device
Feb 3 18:12:20 otaku kernel: (da0:umass-sim0:0:0:0): got CAM status 0xa
Feb 3 18:12:20 otaku kernel: (da0:umass-sim0:0:0:0): fatal error, failed to
attach to device
Feb 3 18:12:20 otaku kernel: (da0:umass-sim0:0:0:0): removing device entry
Feb 3 18:12:22 otaku kernel: uhub_reattach_port: giving up port reset -
device vanished
Feb 3 18:12:24 otaku last message repeated 2 times
Feb 3 18:12:25 otaku root: Unknown USB device: vendor 0x0492 product 0x0140
bus uhub8
Feb 3 18:12:25 otaku kernel: ugen3.3: <Meizu Electronics> at usbus3
Feb 3 18:12:25 otaku kernel: umass0: <Meizu Electronics MiniPlayer, class
0/0, rev 2.00/1.00, addr 3> on usbus3
Feb 3 18:12:25 otaku kernel: umass0: SCSI over Bulk-Only; quirks = 0x4400
Feb 3 18:12:30 otaku kernel: umass0: Get Max Lun not supported
(USB_ERR_TIMEOUT)
funny thing is that the device should be known since the vendor and device id
are in sys/dev/usb/usbdevs.
i'm running CURRENT/amd64 (r203410).
after a hard reset i tried reattaching the device to the hub and got no system
freeze, but the device didn't attach properly. this is what gets printed:
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
ugen3.3: <Meizu Electronics> at usbus3
umass0: <Meizu Electronics MiniPlayer, class 0/0, rev 2.00/1.00, addr 3> on
usbus3
umass0: SCSI over Bulk-Only; quirks = 0x4400
umass0: Get Max Lun not supported (USB_ERR_TIMEOUT)
umass0:9:0:-1: Attached to scbus9
ugen3.3: <Meizu Electronics> at usbus3 (disconnected)
umass0: at uhub8, port 3, addr 3 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
(da0:umass-sim0:0:0:0): lost device
(da0:umass-sim0:0:0:0): got CAM status 0xa
(da0:umass-sim0:0:0:0): fatal error, failed to attach to device
(da0:umass-sim0:0:0:0): removing device entry
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
ugen3.3: <Meizu Electronics> at usbus3
umass0: <Meizu Electronics MiniPlayer, class 0/0, rev 2.00/1.00, addr 3> on
usbus3
umass0: SCSI over Bulk-Only; quirks = 0x4400
umass0: Get Max Lun not supported (USB_ERR_TIMEOUT)
umass0:9:0:-1: Attached to scbus9
ugen3.3: <Meizu Electronics> at usbus3 (disconnected)
umass0: at uhub8, port 3, addr 3 (disconnected)
(probe0:umass-sim0:0:0:0): AutoSense failed
(da0:umass-sim0:0:0:0): lost device
(da0:umass-sim0:0:0:0): got CAM status 0xa
(da0:umass-sim0:0:0:0): fatal error, failed to attach to device
(da0:umass-sim0:0:0:0): removing device entry
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
uhub_reattach_port: giving up port reset - device vanished
i guess this would have continued forever if i hadn't removed the device.
attaching the device to a usb port directly causes no problem at all:
ugen3.3: <Meizu Electronics> at usbus3
umass0: <Meizu Electronics MiniPlayer, class 0/0, rev 2.00/1.00, addr 3> on
usbus3
umass0: SCSI over Bulk-Only; quirks = 0x4400
umass0:9:0:-1: Attached to scbus9
da0 at umass-sim0 bus 0 scbus9 target 0 lun 0
da0: < > Removable Direct Access SCSI-2 device
da0: 40.000MB/s transfers
da0: 3864MB (7913472 512 byte sectors: 255H 63S/T 492C)
mounting the device and doing i/o works great:
mount /mnt/umass
dd if=/dev/zero of=/mnt/umass/test bs=1m count=100
100+0 records in
100+0 records out
104857600 bytes transferred in 15.036132 secs (6973708 bytes/sec)
umount /mnt/umass && mount /mnt/umass
dd if=/mnt/umass/test of=/dev/null bs=1m
100+0 records in
100+0 records out
104857600 bytes transferred in 15.910895 secs (6590302 bytes/sec)
since i have dpms enabled for my tft it enters various standby stages to save
energy. maybe this is affecting the integrated hub?
attached you'll find the output of `usbconfig dump_all_config_desc`.
cheers.
alex
-------------- next part --------------
ugen0.1: <UHCI root HUB Intel> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen1.1: <UHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen2.1: <UHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen3.1: <EHCI root HUB Intel> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen4.1: <UHCI root HUB Intel> at usbus4, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen5.1: <UHCI root HUB Intel> at usbus5, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen6.1: <UHCI root HUB Intel> at usbus6, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen7.1: <EHCI root HUB Intel> at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0019
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0040
bMaxPower = 0x0000
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0000
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x00ff
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen3.2: <product 0x2514 vendor 0x0424> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0029
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x00e0
bMaxPower = 0x0001
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0001
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0001
bInterval = 0x000c
bRefresh = 0x0000
bSynchAddress = 0x0000
Interface 0 Alt 1
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0001
bNumEndpoints = 0x0001
bInterfaceClass = 0x0009
bInterfaceSubClass = 0x0000
bInterfaceProtocol = 0x0002
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0001
bInterval = 0x000c
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen0.2: <Razer 1600dpi Mouse Razer> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0022
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0003 <HID-compliant mouse>
bmAttributes = 0x00a0
bMaxPower = 0x0032
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0003
bInterfaceSubClass = 0x0001
bInterfaceProtocol = 0x0002
iInterface = 0x0000 <no string>
Additional Descriptor
bLength = 0x09
bDescriptorType = 0x21
bDescriptorSubType = 0x10
RAW dump:
0x00 | 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, 0x4f,
0x08 | 0x00
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x000a
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen0.3: <Dell USB Keyboard Dell> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0022
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x00a0
bMaxPower = 0x0023
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0001
bInterfaceClass = 0x0003
bInterfaceSubClass = 0x0001
bInterfaceProtocol = 0x0001
iInterface = 0x0000 <no string>
Additional Descriptor
bLength = 0x09
bDescriptorType = 0x21
bDescriptorSubType = 0x10
RAW dump:
0x00 | 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, 0x41,
0x08 | 0x00
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0003 <INTERRUPT>
wMaxPacketSize = 0x0008
bInterval = 0x0018
bRefresh = 0x0000
bSynchAddress = 0x0000
ugen3.3: <MiniPlayer Meizu Electronics> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
Configuration index 0
bLength = 0x0009
bDescriptorType = 0x0002
wTotalLength = 0x0020
bNumInterfaces = 0x0001
bConfigurationValue = 0x0001
iConfiguration = 0x0000 <no string>
bmAttributes = 0x0080
bMaxPower = 0x0032
Interface 0
bLength = 0x0009
bDescriptorType = 0x0004
bInterfaceNumber = 0x0000
bAlternateSetting = 0x0000
bNumEndpoints = 0x0002
bInterfaceClass = 0x0008
bInterfaceSubClass = 0x0006
bInterfaceProtocol = 0x0050
iInterface = 0x0000 <no string>
Endpoint 0
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0081 <IN>
bmAttributes = 0x0002 <BULK>
wMaxPacketSize = 0x0200
bInterval = 0x0000
bRefresh = 0x0000
bSynchAddress = 0x0000
Endpoint 1
bLength = 0x0007
bDescriptorType = 0x0005
bEndpointAddress = 0x0002 <OUT>
bmAttributes = 0x0002 <BULK>
wMaxPacketSize = 0x0200
bInterval = 0x0000
bRefresh = 0x0000
bSynchAddress = 0x0000
------------------------------
Message: 14
Date: Thu, 4 Feb 2010 22:24:21 +0100
From: Patrick Lamaiziere <pat...@davenulle.org>
Subject: problem with lastest u3g in RELENG_8
To: freeb...@freebsd.org
Cc: tho...@freebsd.org
Message-ID: <20100204222...@davenulle.org>
Content-Type: text/plain; charset=US-ASCII
(CC: thompsa)
Hi,
I've got some troubles with the lastest revision of u3g in 8-STABLE.
Looks like it does not eject the fake cd device anymore :
That works fine with a kernel from 01/15/2010 (so i guess the culprit
is the latest version of u3g in stable : 01/17/2010)
The key is a ZTE MF633R
Unknown USB device: vendor 0x19d2 product 0x0053 bus uhub7
ugen6.4: <ZTE,Incorporated> at usbus6
umass0: <ZTE,Incorporated ZTE WCDMA Technologies MSM, class 0/0, rev
2.00/0.00, addr 4> on usbus6
kernel: umass0:SCSI over Bulk-Only; quirks = 0x0000
umass0:3:0:-1: Attached to scbus3
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0
(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition
(probe0:umass-sim0:0:0:0): NOT READY asc:3a,0
(probe0:umass-sim0:0:0:0): Medium not present
(probe0:umass-sim0:0:0:0): Unretryable error
cd1 at umass-sim0 bus 0 scbus3 target 0 lun 0
cd1: <ZTE USB SCSI CD-ROM 2.31> Removable CD-ROM SCSI-2 device
cd1: 40.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
before :
ugen6.3: <vendor 0x058f> at usbus6
uhub7: <vendor 0x058f product 0x6254, class 9/0, rev 2.00/1.00, addr 3>
on usbus6
uhub7: 4 ports with 4 removable, self powered
usb_test_autoinstall: Eject CD command status:USB_ERR_NORMAL_COMPLETION
ugen6.4: <ZTE,Incorporated> at usbus6
ugen6.4: <ZTE,Incorporated> at usbus6 (disconnected)
ugen6.4: <ZTE,Incorporated> at usbus6 Feb 4 21:41:33
u3g0: <ZTE,Incorporated ZTE WCDMA Technologies MSM, class 0/0, rev
2.00/0.00, addr 4> on usbus6
u3g0: Found 3 ports.
umass0: <ZTE,Incorporated ZTE WCDMA Technologies MSM, class 0/0, rev
2.00/0.00, addr 4> on usbus6
umass0: SCSI over Bulk-Only; quirks = 0x0000
umass0:3:0:-1: Attached to scbus3
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0
(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition
(probe0:umass-sim0:0:0:0): NOT READY asc:3a,0
(probe0:umass-sim0:0:0:0): Medium not present
(probe0:umass-sim0:0:0:0): Unretryable error
da0 at umass-sim0 bus 0 scbus3 target 0 lun 0
da0: <ZTE MMC Storage 2.31> Removable Direct Access SCSI-2 device
da0: 40.000MB/s transfers
Thanks in advance.
Best regards.
------------------------------
Message: 15
Date: Fri, 5 Feb 2010 14:47:40 +1030
From: "Daniel O'Connor" <doco...@gsoft.com.au>
Subject: Re: SANE vs USB scanner on 8.0
To: Hans Petter Selasky <hsel...@c2i.net>
Cc: freeb...@freebsd.org
Message-ID: <201002051447....@gsoft.com.au>
Content-Type: text/plain; charset="iso-8859-15"
On Thu, 29 Oct 2009, Hans Petter Selasky wrote:
> The libUSB device pointer usage in sane needs to be audited. Probably
> it is best to figure out where the following functions are called:
>
> �usb_find_busses() usb_find_devices() usb_device()
> � � �usb_get_busses()
>
> And carefully check how the libusb device handle pointers are
> updated.
I wasn't really up to that unfortunately :(
I had a look and I couldn't see it free anything, but I am not 100% sure
how the libusb stuff works internally. I note that the pdev does not
appear free'd but uninitialised.
However I did notice that SANE has 1.0 API support and using that does
not trigger this problem.
Now to convince configure to pick it up by default :)
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
-- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: This is a digitally signed message part.
Url : http://lists.freebsd.org/pipermail/freebsd-usb/attachments/20100205/ca9c8212/attachment-0001.pgp
------------------------------
Message: 16
Date: Sat, 6 Feb 2010 13:30:09 +0100
From: Patrick Lamaiziere <pat...@davenulle.org>
Subject: Re: problem with lastest u3g in RELENG_8
To: freeb...@freebsd.org
Message-ID: <20100206133...@davenulle.org>
Content-Type: text/plain; charset=ISO-8859-1
Le Thu, 4 Feb 2010 22:24:21 +0100,
Patrick Lamaiziere <pat...@davenulle.org> a �crit :
> I've got some troubles with the lastest revision of u3g in 8-STABLE.
> Looks like it does not eject the fake cd device anymore :
> That works fine with a kernel from 01/15/2010 (so i guess the culprit
> is the latest version of u3g in stable : 01/17/2010)
>
> The key is a ZTE MF633R
For the record Andrew sent me a pach that solve this issue:
http://people.freebsd.org/~thompsa/zte.diff
Thanks.
------------------------------
Message: 17
Date: Sat, 6 Feb 2010 13:27:11 +0000
From: Tom Evans <teva...@googlemail.com>
Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing
To: Hans Petter Selasky <hsel...@c2i.net>,
freebsd-m...@freebsd.org, freeb...@freebsd.org
Message-ID:
<2e027be01002060527n69e...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Tue, Jan 26, 2010 at 9:46 PM, Hans Petter Selasky <hsel...@c2i.net> wrote:
> BTW: I've added all DVB USB dongles to the current build! If anyone has such a
> device, please test!
>
> Also list the version of the software you are using.
>
> --HPS
Hi Hans
I'm trying to test the dvb usb support you've added, but I'm getting a
compilation error when building ulinux.
I'm using 8-STABLE, r203423. I'm also using the svn version of
video4bsd and webcamd/ulinux (r1424). I've got the following ports
installed:
> # pkg_info | grep 'v4l\|pwc'
libv4l-0.6.4 Video4Linux library
pwcview-1.4.1_2 The Video4Linux PWC webcam viewer
v4l_compat-1.0.20100113 Video4Linux IOCTL header files
The error is:
cc -O2 -pipe -DBITS_PER_LONG=64 -I/root/v4b/video4bsd/ulinux/dummy
-I/root/v4b/video4bsd/ulinux/headers
-I/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca
-I/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/common/tuners
-I/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/dvb/dvb-core
-I/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/dvb/frontends
-I/root/v4b/video4bsd/ulinux/v4l-dvb/linux/include
-I/root/v4b/video4bsd/ulinux/v4l-dvb/linux
-I/root/v4b/video4bsd/ulinux -DCONFIG_VIDEO_V4L1_COMPAT
-DCONFIG_DVB_DIB3000MC -DCONFIG_VIDEO_PVRUSB2_DVB -DCONFIG_I2C
-DHAVE_WEBCAMD -include webcamd_global.h -O2 -Wall -Wno-pointer-sign
-fvisibility=hidden -std=gnu99 -fstack-protector -c
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:60:1:
warning: "DRIVER_VERSION_NUMBER" redefined
In file included from ./webcamd_global.h:100,
from <command-line>:0:
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/uvc/uvcvideo.h:144:1:
warning: this is the location of the previous definition
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:
In function 'get_ep':
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:694:
warning: statement with no effect
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:
In function 'create_urbs':
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:748:
warning: passing argument 4 of 'usb_buffer_alloc' from incompatible
pointer type
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:
In function 'gspca_stream_off':
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:907:
warning: statement with no effect
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:
In function 'gspca_disconnect':
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:2365:
error: 'struct gspca_dev' has no member named 'input_dev'
/root/v4b/video4bsd/ulinux/v4l-dvb/linux/drivers/media/video/gspca/gspca.c:2367:
error: 'struct gspca_dev' has no member named 'input_dev'
*** Error code 1
Thanks for any pointers you can give.
Cheers
Tom
------------------------------
Message: 18
Date: Sat, 6 Feb 2010 13:30:39 +0000
From: Tom Evans <teva...@googlemail.com>
Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing
To: Hans Petter Selasky <hsel...@c2i.net>,
freebsd-m...@freebsd.org, freeb...@freebsd.org
Message-ID:
<2e027be01002060530i281...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Sat, Feb 6, 2010 at 1:27 PM, Tom Evans <teva...@googlemail.com> wrote:
> On Tue, Jan 26, 2010 at 9:46 PM, Hans Petter Selasky <hsel...@c2i.net> wrote:
>> BTW: I've added all DVB USB dongles to the current build! If anyone has such a
>> device, please test!
>>
>> Also list the version of the software you are using.
>>
>> --HPS
>
> Hi Hans
>
> I'm trying to test the dvb usb support you've added, but I'm getting a
> compilation error when building ulinux.
>
> I'm using 8-STABLE, r203423. I'm also using the svn version of
> video4bsd and webcamd/ulinux (r1424). I've got the following ports
> installed:
> ....
I should have just pasted entire uname -a: It is amd64 system:
FreeBSD ethan.nubtek.com 8.0-STABLE FreeBSD 8.0-STABLE #4 r203423: Wed
Feb 3 13:15:48 GMT 2010
ro...@ethan.nubtek.com:/usr/obj/usr/freebsd-svn/8-STABLE/sys/LOST
amd64
LOST kernel configuration is just
include GENERIC
ident LOST
Cheers
Tom
------------------------------
End of freebsd-usb Digest, Vol 274, Issue 1
*******************************************