Re: Byte-banging a USB device attached on ugen

2016-04-26 Thread Julian Elischer
On 27/04/2016 4:06 AM, Karl Denninger wrote: So I've got one of these ugen0.5: at usbus0 Which is a CM15. It does not appear to attach as an HID or expose a serial-like interface (on a tty or cua device node.) I have documentation of two end-points that this device uses, one for

Re: Test Results

2014-05-26 Thread Julian Elischer
On 5/26/14, 2:16 PM, Hans Petter Selasky wrote: On 05/26/14 05:16, Ronald F. Guilmette wrote: 2) As can be seen in the desktop2-varlogmessages.txt' log file, on that one system there were also a number of additional errors logged after the Hitachi Touro Mobile drive was plugged in:

Re: hot usb sticks

2013-10-07 Thread Julian Elischer
On 10/5/13 11:46 PM, Miroslav Lachman wrote: Julian H. Stacey wrote: Has anyone else noticed how hot USB sticks can get when used for backup ? also that IO errors occur after a while, which go away after a cold reboot. Not the whole stick, but the metal connector gets hot, so chip is

Re: usb/181425: USB keyboard with full N-key rollover not working

2013-08-21 Thread Julian Elischer
On 8/20/13 8:02 PM, Mark Felder wrote: I have an opposite problem on my Dell workstation: my keyboard with N-key rollover doesn't work in BIOS or FreeBSD boot menu, but does work after the kernel is loaded... I didn't know keyboards could be problematic.

Re: USB driver locking

2011-05-25 Thread Julian Elischer
On 5/25/11 12:54 AM, Daniel O'Connor wrote: On 25/05/2011, at 9:51, Hans Petter Selasky wrote: current. There is also a new utility called usbdump, which can be used to figure out what is going on. I am running 9-current (in production for my sins..) usbdump is useful but consumes too much

Re: mount and umount large capacity external USB HDD (fstab)

2011-02-07 Thread Julian Elischer
I believe there are 2 limits you may be encountering. The disk is larger than 2TiB and is low-level formatted with 4096 bytes sectors. The 2TiB limit results from clculations with 32 bit integers and 512 byte sectors. The large sector size is almost certainly the problem with dd...you can read

Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Julian Elischer
On 10/5/10 2:58 PM, Mark Atkinson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/2010 11:39, Mark Atkinson wrote: On 10/05/2010 10:09, Mark Atkinson wrote: Root mount waiting for: usbus3 usbus0 [hang, waits forever...] Well reverting to r213377 exhibits similar behavior, so

Re: ...but this USB device is more than a printer!

2010-10-03 Thread Julian Elischer
On 10/3/10 1:19 AM, Hans Petter Selasky wrote: On Sunday 03 October 2010 01:19:18 dan wrote: Hi all, I'll go straight to the point. Here's the output from usbconfig dump_device_desc #* ugen0.3:Samsung SCX-4100 Series Samsung at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength =

Re: ...but this USB device is more than a printer!

2010-10-03 Thread Julian Elischer
On 10/3/10 3:34 AM, dan wrote: On 03.10.2010 10:19, Hans Petter Selasky wrote: On Sunday 03 October 2010 01:19:18 dan wrote: Hi all, I'll go straight to the point. Here's the output from usbconfig dump_device_desc #* ugen0.3:Samsung SCX-4100 Series Samsung at usbus0, cfg=0 md=HOST

Re: Network TX/RX fairness is not honored by USB stack

2010-10-03 Thread Julian Elischer
On 10/3/10 4:54 PM, Pyun YongHyeon wrote: On Sat, Oct 02, 2010 at 08:41:57AM +0200, Hans Petter Selasky wrote: On Saturday 02 October 2010 02:11:00 Pyun YongHyeon wrote: Hi, I don't know how long it had been there but it seems current USB stack does not honor fairness of TX/RX on USB

Re: kernel debugger and usb keyboard

2009-08-03 Thread Julian Elischer
Hans Petter Selasky wrote: On Monday 03 August 2009 20:55:16 Alexander Best wrote: just tried settings `sysctl debug.kdb.panic = 1`. if i use this way to enter the kernel debugger my usb keyboard works. if i type continue however the kernel panics and the kernel debugger gets yet entered again,

Re: Panic in netgraph with VIMAGE

2009-05-25 Thread Julian Elischer
Marko Zec wrote: On Monday 25 May 2009 15:06:27 Milan Obuch wrote: Hi, there is some bug in (most probably) netgraph code. I did fresh csup and rebuild today. Whenever I try to turn bluetooth on (equivalent to plugging in the dongle), panic occurs: ubt0: Micro Star International product

Re: recently happend kernel panics regarding usb

2009-01-26 Thread Julian Elischer
Oliver Lehmann wrote: Markus Hitter wrote: If you throw the EHCI driver out of the kernel your drive will use either OHCI or UHCI (both are slow). This seems to help, at least for the limited things I use this pen drive now. I'm not sure, that this g_vfs_done is related to the panic. I've

Re: bin/129963: [newusb] usbconfig(8) fails with misleading error when run as a normal user

2009-01-06 Thread Julian Elischer
Hans Petter Selasky wrote: On Tuesday 06 January 2009, M. Warner Losh wrote: In message: 200901062024.31100.hsela...@c2i.net Hans Petter Selasky hsela...@c2i.net writes: : On Tuesday 06 January 2009, M. Warner Losh wrote: : In message: :

Re: legacy usb stack fixes

2008-09-12 Thread Julian Elischer
Scott Long wrote: On Fri, 12 Sep 2008, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Scott Long [EMAIL PROTECTED] writes: : Scott Long wrote: : This is close to How Things Should Be. Each umass target having its own : SIM and bus is indeed wrong, but I'm not sure if it's

Re: legacy usb stack fixes

2008-09-11 Thread Julian Elischer
Rink Springer wrote: On Thu, Sep 11, 2008 at 10:13:22AM +0200, Hans Petter Selasky wrote: I also see crashes with my new stuff and the umass driver when the USB device is un-plugged too early. The backtraces I've got so far does not indicate a USB problem, though That is correct, this

Re: legacy usb stack fixes

2008-09-11 Thread Julian Elischer
Volker wrote: On 09/11/08 10:13, Hans Petter Selasky wrote: On Monday 25 August 2008, Volker wrote: Anyway, I've already had those crashes even with the new usb stack (but it doesn't happen everytime - YMMV). Hi, I also see crashes with my new stuff and the umass driver when the USB device

Re: New USB stack - some updates

2007-09-04 Thread Julian Elischer
Hans Petter Selasky wrote: Hi, There hasn't been some many changes during the last month to my SVN repository nor P4 tree. Actually that is because my cable provider in Norway has been terribly slow providing me decent internet access. So there will be a big commit soon with lots of

Re: USB2 device won't attach to ehci

2007-07-24 Thread Julian Elischer
Peter Jeremy wrote: On 2007-Jul-23 00:01:47 +0200, Raaf [EMAIL PROTECTED] wrote: Looking at the specifications page of the Olympus FE-210 i see USB 2.0 compatible Yes. http://www.olympus.co.uk/consumer/29_FE-210_Specifications.htm That usually means that it's really a USB1.x device, but

Re: Wireless USB

2007-07-12 Thread Julian Elischer
M. Warner Losh wrote: In message: [EMAIL PROTECTED] Hans Petter Selasky [EMAIL PROTECTED] writes: : I'm looking at adding support for Wireless USB to FreeBSD. : : Anyone which wants to say anything? Given all the wireless devices for USB, I'm not sure what you are talking about

reminder

2007-06-15 Thread Julian Elischer
The ball is in your court with respect to code cleanup before review.. Just a reminder in case you are waiting for us to review. Warner is doing a lot of cleaning in the existing code I notice... ___ freebsd-usb@freebsd.org mailing list

Re: 31st address line sometimes not used on EHCI/UHCI/OHCI

2007-06-12 Thread Julian Elischer
Hans Petter Selasky wrote: On Monday 28 May 2007 09:59, Julian Elischer wrote: I'd rather it were a screwed up MB than a screwed up chip :-) Ok. Here are the PCI ID's: [EMAIL PROTECTED]:11:0:class=0x0c0310 card=0x818a1043 chip=0x003b10de rev=0xa1 hdr=0x00 vendor

Re: ucom0: could not set data multiplex mode

2007-06-06 Thread Julian Elischer
Nikolay Pavlov wrote: On Wednesday, 6 June 2007 at 17:51:34 +0300, Alexander Motin wrote: Ok. The last one person i know how can throw the light upon this is Julian. If he doesn't know anything regarding this i will submit a PR for future investigations. I haven't been following.. can

Re: 31st address line sometimes not used on EHCI/UHCI/OHCI

2007-05-28 Thread Julian Elischer
Hans Petter Selasky wrote: On Sunday 27 May 2007 23:53, John-Mark Gurney wrote: Hans Petter Selasky wrote this message on Sun, May 27, 2007 at 22:35 +0200: I've got some reports back that some USB host controllers do not support transferring memory from a location higher than 2GB. What should

Re: 31st address line sometimes not used on EHCI/UHCI/OHCI

2007-05-28 Thread Julian Elischer
John-Mark Gurney wrote: Hans Petter Selasky wrote this message on Mon, May 28, 2007 at 08:53 +0200: On Sunday 27 May 2007 23:53, John-Mark Gurney wrote: Hans Petter Selasky wrote this message on Sun, May 27, 2007 at 22:35 +0200: I've got some reports back that some USB host controllers do not

Re: RE : UMASS pbm at startup

2007-05-28 Thread Julian Elischer
Alexandre DELAY wrote: But why does it work with an other motherboard and not with an other one? It is the same usb mass storage and the same system. Is it possible that it is due to IRQ interruptions? Maybe that the first motherboard doesn't have IRQ on USB port!? try a different USB port..

Re: ETA on HPS USB stack into CURRENT?

2007-05-28 Thread Julian Elischer
Anish Mistry wrote: What requirements still need to be met before the HPS USB stack is committed to CURRENT? I understand that introducing a major sub-system change so close the start of a release cycle can be very disruptive. My main concern is that the RELENG_7 branch will be arriving in

Re: New USB driver API, now on NetBSD 3.0

2006-02-28 Thread Julian Elischer
Hans Petter Selasky wrote: Hi, I just want to let you know that my new USB driver is now compiling and working on NetBSD 3.0. The first goal of my driver is to get the USB drivers out of Giant/spl. Another goal is that NetBSD and FreeBSD should share some device drivers line by line,

Re: [PATCH] FreeBSD USB redirector for qemu completed

2006-02-28 Thread Julian Elischer
Lonnie Mendez wrote: Hello list. This is heads up on the status of the backend. I have tested it with a mass storage device, a keypad, and a hid gps unit successfully on FreeBSD 6.1 beta 2. Please find the patch linked. http://gnome.dnsalias.net/patches/patch-bsdusb.patch AWEsome!

Re: My USB controller driver

2005-12-30 Thread Julian Elischer
Anish Mistry wrote: On Friday 30 December 2005 04:35 pm, Hans Petter Selasky wrote: Hi, I just want to remind you of my USB controller driver for FreeBSD. I have now created a new homepage for it: http://www.turbocat.net/~hselasky/usb4bsd The sources are currently part of my ISDN4BSD