Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Hans Petter Selasky
On Sunday 02 August 2009 22:18:16 Marc Fonvieille wrote: On Sun, Aug 02, 2009 at 10:15:23PM +0200, Marc Fonvieille wrote: Attach for real the patch Sorry, I dunno why attachement is not working today, here's the patch: Hi, Can you verify that the driver works with 1024 byte buffers

Re: usb/137341: driver if_rum doesn't work at all and throws panics

2009-08-03 Thread Hans Petter Selasky
On Sunday 02 August 2009 00:29:30 Oliver Herold wrote: Number: 137341 Category: usb Synopsis: driver if_rum doesn't work at all and throws panics Confidential: no Severity: serious Priority: high Responsible:freebsd-usb State: open Quarter:

Re: usb/137341: driver if_rum doesn't work at all and throws panics

2009-08-03 Thread Hans Petter Selasky
The following reply was made to PR usb/137341; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Oliver Herold oli...@akephalos.de, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/137341: driver if_rum doesn't work at all and throws panics

Re: kernel debugger and usb keyboard

2009-08-03 Thread Hans Petter Selasky
On Sunday 02 August 2009 23:46:29 Alexander Best wrote: i've seen that there have been some recent changed which deal with this issue. is usb support in the debugger possible with these changes? Yes, UMASS and UKBD should work from the debugger. --HPS

usb/137377: Support for Huawei E180

2009-08-03 Thread c-s
Number: 137377 Category: usb Synopsis: Support for Huawei E180 Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter: Keywords: Date-Required: Class: change-request Submitter-Id:

APC UPS fails to attach

2009-08-03 Thread c-s
I have an APC Back-UPS RS 800 which fails to attach to FreeBSD Current with the following dmesg attached. Just as a side note, this device used to work under FreeBSD 7.2 but unfortunately I don't have any dmesg from that time anymore. Any help is appreciated.Copyright (c) 1992-2009 The FreeBSD

Re: APC UPS fails to attach

2009-08-03 Thread Hans Petter Selasky
On Monday 03 August 2009 08:24:32 c...@c-s.li wrote: I have an APC Back-UPS RS 800 which fails to attach to FreeBSD Current with the following dmesg attached. Just as a side note, this device used to work under FreeBSD 7.2 but unfortunately I don't have any dmesg from that time anymore. Any

Re: Modem 3G ZTE 626

2009-08-03 Thread Matthias Apitz
El día Sunday, August 02, 2009 a las 09:04:36PM -0300, Wesley Miranda escribió: ... Jan 12 01:55:33 idxbox ppp[1349]: Phase: Using interface: tun0 Jan 12 01:55:33 idxbox ppp[1349]: Phase: deflink: Created in closed state Jan 12 01:55:33 idxbox ppp[1349]: tun0: Command: default: set

Re: kernel debugger and usb keyboard

2009-08-03 Thread Alexander Best
hmm...is it necessary to add any extra options to the kernelconf? because when i hit the panic key-combo under r196037 i'm still not able to use my usb keyboard. i have the following debug related options in my kernelconf: options KDB options BREAK_TO_DEBUGGER options DDB

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Marc Fonvieille
On Mon, Aug 03, 2009 at 08:33:49AM +0200, Hans Petter Selasky wrote: On Sunday 02 August 2009 22:18:16 Marc Fonvieille wrote: On Sun, Aug 02, 2009 at 10:15:23PM +0200, Marc Fonvieille wrote: Attach for real the patch Sorry, I dunno why attachement is not working today, here's the patch:

Re: APC UPS fails to attach

2009-08-03 Thread c-s
Great idea! I attached it to an internal USB Hub of my motherboard and it gives me the following message: Aug 3 11:42:27 c-s kernel: usb_alloc_device:1588: set address 2 failed (USB_ERR_TIMEOUT, ignored) Aug 3 11:42:27 c-s kernel: usb_alloc_device:1626: getting device descriptor at addr 2

Re: kernel debugger and usb keyboard

2009-08-03 Thread Hans Petter Selasky
On Monday 03 August 2009 10:08:56 Alexander Best wrote: hmm...is it necessary to add any extra options to the kernelconf? because when i hit the panic key-combo under r196037 i'm still not able to use my usb keyboard. i have the following debug related options in my kernelconf: options

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Hans Petter Selasky
Hi, Can you try: #define UVISORIBUFSIZE 1024 #define UVISOROBUFSIZE 32 I will patch this shortly. --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Marc Fonvieille
On Mon, Aug 03, 2009 at 11:38:44AM +0200, Hans Petter Selasky wrote: Hi, Can you try: #define UVISORIBUFSIZE 1024 #define UVISOROBUFSIZE 32 install OK listOK backup fails when it tries to get large files (45308 bytes in my case). -- Marc

Current problem reports assigned to freebsd-usb@FreeBSD.org

2009-08-03 Thread FreeBSD bugmaster
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

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Hans Petter Selasky
Hi, I've tried to optimise the device upload path to 1.0 MByte/second. Download path is limited to wMaxPacketSize*1000 byte/second, due to the device not short terminating its data. Would require a special driver, maybe via libusb. Could you check upload and download speed? --HPS --- uvisor.c

Re: usb/137377: Support for Huawei E180

2009-08-03 Thread Hans Petter Selasky
On Monday 03 August 2009 08:41:17 c-s wrote: Number: 137377 Category: usb Synopsis: Support for Huawei E180 Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter: Keywords: Date-Required: Class:

Re: usb/137377: Support for Huawei E180

2009-08-03 Thread Hans Petter Selasky
The following reply was made to PR usb/137377; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: c-s c...@c-s.li, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/137377: Support for Huawei E180 Date: Mon, 3 Aug 2009 13:38:56 +0200 On

Re: About the USB Cache and busdma usage in USB thread

2009-08-03 Thread Rafal Jaworowski
On 2009-07-25, at 05:34, M. Warner Losh wrote: In message: 200907232209.47729.hsela...@c2i.net Hans Petter Selasky hsela...@c2i.net writes: : On Thursday 23 July 2009 20:53:06 Marcel Moolenaar wrote: : All, : : I went over the thread and this is what I have to say about it: : :

Re: About the USB Cache and busdma usage in USB thread

2009-08-03 Thread Hans Petter Selasky
On Monday 03 August 2009 17:01:37 Rafal Jaworowski wrote: Hans, So how do you want to proceed with these cache sync issues? We need to fix this before 8.0. Hi, CC'ed current: We have a case on ARM where bus_dmamap_sync() is not suffient to update the CPU cache. One reason for this is that

Re: About the USB Cache and busdma usage in USB thread

2009-08-03 Thread Rafal Jaworowski
On 2009-08-03, at 17:59, Hans Petter Selasky wrote: On Monday 03 August 2009 17:01:37 Rafal Jaworowski wrote: Hans, So how do you want to proceed with these cache sync issues? We need to fix this before 8.0. Hi, CC'ed current: We have a case on ARM where bus_dmamap_sync() is not

Re: kernel debugger and usb keyboard

2009-08-03 Thread Alexander Best
to be sure i just updated my sources and rebuild/reinstalled the kernel. i'm now running FreeBSD otaku 8.0-BETA2 FreeBSD 8.0-BETA2 #2 r196050: Mon Aug 3 18:54:46 CEST 2009 r...@otaku:/usr/obj/usr/src/sys/ARUNDEL i386 still when i hit the panic key combo i'm unable to use my usb keyboard in

Re: kernel debugger and usb keyboard

2009-08-03 Thread Hans Petter Selasky
On Monday 03 August 2009 20:28:56 Alexander Best wrote: to be sure i just updated my sources and rebuild/reinstalled the kernel. i'm now running FreeBSD otaku 8.0-BETA2 FreeBSD 8.0-BETA2 #2 r196050: Mon Aug 3 18:54:46 CEST 2009 r...@otaku:/usr/obj/usr/src/sys/ARUNDEL i386 still when i

Re: kernel debugger and usb keyboard

2009-08-03 Thread Alexander Best
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, but without the keyboard working. i don't know how to produce backtraces since the

Re: usb/137377: Support for Huawei E180

2009-08-03 Thread c-s
The following reply was made to PR usb/137377; it has been noted by GNATS. From: c...@c-s.li To: Hans Petter Selasky hsela...@c2i.net Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/137377: Support for Huawei E180 Date: Mon, 03 Aug 2009 21:37:50 +0200 Sorry,

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Marc Fonvieille
On Mon, Aug 03, 2009 at 01:32:36PM +0200, Hans Petter Selasky wrote: Hi, I've tried to optimise the device upload path to 1.0 MByte/second. Download path is limited to wMaxPacketSize*1000 byte/second, due to the device not short terminating its data. Would require a special driver, maybe

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: kernel debugger and usb keyboard

2009-08-03 Thread Alexander Best
thanks a bunch for the info. although usb keyboard support isn't as mature as at keyboard support in the kernel debugger it's good to have some basic support now. cheers. alex Hans Petter Selasky schrieb am 2009-08-03: On Monday 03 August 2009 20:55:16 Alexander Best wrote: just tried