Re: Accessing I2C-Bus via ELV USB-I2C

2022-10-06 Thread Hans Petter Selasky
On 10/5/22 18:31, Axel Rau wrote: Am 05.10.2022 um 16:46 schrieb Hans Petter Selasky : On 10/5/22 13:55, Axel Rau wrote: If I do not want to touch th USB stuff, can I get the same effect by close/open of the serial device? The uslcom driver only does this right after attach, in 13-stable

Re: Accessing I2C-Bus via ELV USB-I2C

2022-10-05 Thread Hans Petter Selasky
c59ecc6c361f48f08b70d4fed905667b62e21ed6 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Wed, 5 Oct 2022 16:45:21 +0200 Subject: [PATCH] uslcom(4): Clear stall at every open. To avoid data loss, make sure both the receive and transmit data toggles get reset, before trying to read or write any data

Re: Accessing I2C-Bus via ELV USB-I2C

2022-10-04 Thread Hans Petter Selasky
On 10/4/22 12:03, Axel Rau wrote: Am 04.10.2022 um 10:39 schrieb Hans Petter Selasky : That looks normal. The DONE transaction transferred the SETUP packet, but still lists frame [0], but is not dumping the data, because it has already been sent. frame [0] is always the SETUP packet

Re: Accessing I2C-Bus via ELV USB-I2C

2022-10-04 Thread Hans Petter Selasky
On 10/4/22 01:35, Axel Rau wrote: Am 03.10.2022 um 17:57 schrieb Hans Petter Selasky : Can you show the full sequence from the SUBM-CTRL-EP ? - - - 15:46:38.538480 usbus1.3 SUBM-CTRL-EP=,SPD=FULL,NFR=1,SLEN=8,IVAL=0 frame[0] WRITE 8 bytes 41 07 01 01 00 00 00 00

Re: Accessing I2C-Bus via ELV USB-I2C

2022-10-03 Thread Hans Petter Selasky
On 10/3/22 17:50, Axel Rau wrote: 15:46:38.539679 usbus1.3 DONE-CTRL-EP=,SPD=FULL,NFR=1,SLEN=0,IVAL=0,ERR=0 frame[0] WRITE 8 bytes Hi, For USB control transfers frame[0] contains a copy of the SETUP packet. Maybe the total length exceeds the internal buffer, so that the USB

Re: Accessing I2C-Bus via ELV USB-I2C

2022-10-03 Thread Hans Petter Selasky
On 10/3/22 17:26, Axel Rau wrote: Questions: 1. On usbdump, why is the hexdump mssing on some lines like frame[0] WRITE bytes ? The -s arguments tells to only grab the first 1024 bytes. Maybe it is truncated. Try setting -s to 65536 --HPS

Re: timeouts on USB ISP programmer

2022-04-07 Thread Hans Petter Selasky
On 4/7/22 15:46, Axel Rau wrote: Am 07.04.2022 um 15:26 schrieb Hans Petter Selasky : On 4/7/22 14:12, Hans Petter Selasky wrote: On 4/7/22 13:33, Axel Rau wrote: Hi all, my DIAMEX-AVR-USB gets timeouts while talking to the target: - - - root@home2l:/ #avrdude -c stk500v2 -p t85 -P

Re: timeouts on USB ISP programmer

2022-04-07 Thread Hans Petter Selasky
On 4/7/22 15:46, Axel Rau wrote: Hmm. What mewans ’serial’ in this case? Serial is this: iSerialNumber = 0x0003 <19331-49101-552> usb:19331-49101-552 --HPS

Re: timeouts on USB ISP programmer

2022-04-07 Thread Hans Petter Selasky
On 4/7/22 14:12, Hans Petter Selasky wrote: On 4/7/22 13:33, Axel Rau wrote: Hi all, my DIAMEX-AVR-USB gets timeouts while talking to the target: - - - root@home2l:/ #    avrdude -c stk500v2 -p t85 -P /dev/cuau1 -t -v -i 10 avrdude: Version 6.4   Copyright (c) Brian Dean, http

Re: timeouts on USB ISP programmer

2022-04-07 Thread Hans Petter Selasky
On 4/7/22 13:33, Axel Rau wrote: Hi all, my DIAMEX-AVR-USB gets timeouts while talking to the target: - - - root@home2l:/ # avrdude -c stk500v2 -p t85 -P /dev/cuau1 -t -v -i 10 avrdude: Version 6.4 Copyright (c) Brian Dean, http://www.bdmicro.com/ Copyright (c) Joerg Wunsch

Re: kernel: uhub_reattach_port: giving up port reset - device vanished

2018-11-24 Thread Hans Petter Selasky
On 11/24/18 9:42 AM, Hans Petter Selasky wrote: On 11/23/18 6:51 PM, tech-lists wrote: Hi, On a 12.0-BETA2 system, am seeing lots of this in /var/log/messages: uhub_reattach_port: giving up port reset - device vanished uhub_reattach_port: giving up port reset - device vanished

Re: kernel: uhub_reattach_port: giving up port reset - device vanished

2018-11-24 Thread Hans Petter Selasky
On 11/23/18 6:51 PM, tech-lists wrote: Hi, On a 12.0-BETA2 system, am seeing lots of this in /var/log/messages: 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 last

Re: USB sound DAC

2018-07-24 Thread Hans Petter Selasky
On 07/24/18 11:54, Axel Rau wrote: Hi all, I’m looking for recommendations for a USB sound D/A device for a gstreamer application. The motherboard in use is http://www.supermicro.com/products/motherboard/atom/x10/a1sri-2758f.cfm I have no experience with FreeBSD sound at all. Any hints

Re: Dell R630 unable to detect USB, can't boot

2018-02-15 Thread Hans Petter Selasky
On 02/15/18 06:24, Lee Brown wrote: I do find it curious that the loader is able to work the USB hardware but not the kernel. The loader is using the BIOS's USB code. Usually there is a handover from BIOS to OS, maybe that's where it's broken. --HPS

Re: Dell R630 unable to detect USB, can't boot

2018-02-14 Thread Hans Petter Selasky
On 02/13/18 23:00, Lee Brown wrote: On Tue, Feb 13, 2018 at 12:56 PM, Hans Petter Selasky <h...@selasky.org> wrote: On 02/13/18 19:52, Lee Brown wrote: On Tue, Feb 13, 2018 at 6:00 AM, Hans Petter Selasky <h...@selasky.org> wrote: On 02/13/18 14:45, Hans Petter Selasky wrote:

Re: Dell R630 unable to detect USB, can't boot

2018-02-13 Thread Hans Petter Selasky
On 02/13/18 19:52, Lee Brown wrote: On Tue, Feb 13, 2018 at 6:00 AM, Hans Petter Selasky <h...@selasky.org> wrote: On 02/13/18 14:45, Hans Petter Selasky wrote: On 02/04/18 23:47, Lee Brown wrote: Booting FreeBSD11.1-RELENG from a USB stick, loader works fine keyboard allows sel

Re: Dell R630 unable to detect USB, can't boot

2018-02-13 Thread Hans Petter Selasky
On 02/13/18 14:45, Hans Petter Selasky wrote: On 02/04/18 23:47, Lee Brown wrote: Booting FreeBSD11.1-RELENG from a USB stick, loader works fine keyboard allows selection, kernel loads and starts OK, gets as far as detecting USB devices and stops there.  imgur <https://imgur.com/a/ps

Re: Dell R630 unable to detect USB, can't boot

2018-02-13 Thread Hans Petter Selasky
On 02/04/18 23:47, Lee Brown wrote: Booting FreeBSD11.1-RELENG from a USB stick, loader works fine keyboard allows selection, kernel loads and starts OK, gets as far as detecting USB devices and stops there. imgur for a screenshot. Tried safe mode same occurrence.

Re: USB Attached SCSI (UAS/UASP) support and fallback to BOT

2017-11-22 Thread Hans Petter Selasky
On 11/22/17 09:22, r...@brazilmail.com wrote: Has support for UAS/UASP (ASMedia 115x chipsets etc.) been added to FreeBSD (following Lev Serebryakov's post in Nov 2016)? Can someone with a UAS/UASP HDD enclosure (docking station) report on what happens when it's connected... does it fall back

Re: Intel's Skylake and Kaby Lake CPUs have nasty microcode bug

2017-06-26 Thread Hans Petter Selasky
On 06/26/17 18:55, Julian H. Stacey wrote: FYI: https://www.theregister.co.uk/2017/06/25/intel_skylake_kaby_lake_microcode_bug/ By Richard Chirgwin 25 Jun 2017 at 23:22 Intel's Skylake and Kaby Lake CPUs have nasty microcode bug ... "users need to disable hyper-threading "immediately"" For

Re: Is here any work on USB Attached SCSI (UAS/UASP) support?

2016-11-25 Thread Hans Petter Selasky
On 11/25/16 21:30, Lev Serebryakov wrote: Intel's ones? ASMedia's ones? Anyway, UASP is new protocol, but it is SCSI at its core, so sit should be new transport layer for CAM? Yes, UASP is using SCSI. I think INTELs XHCIs support it, but others may not. The whole concept about USB streams

Re: Is here any work on USB Attached SCSI (UAS/UASP) support?

2016-11-25 Thread Hans Petter Selasky
On 11/25/16 14:46, Lev Serebryakov wrote: $subj. Don't mix it with UMASS, which is, obviously, supported for many years. I've tried to find mentions of UASP in sources (CURRENT) and find nothing, but maybe it is well-hidden? I'm asking because now I see very interesting products on market,

Re: PCIe to USB to PCIe

2015-09-04 Thread Hans Petter Selasky
On 09/04/15 19:01, Michael Fuckner wrote: Hi, I don't see any active components, so I believe it is still PCIe (just via an USB Connector) Regards, Michael! Hi, Maybe it is running the VESA BIOS code on the cards, making them usable. Is this device supporting the USB video class

Re: Bluetooth USB Host Controller Atheros Communications

2015-05-26 Thread Hans Petter Selasky
On 05/26/15 08:44, Hans Petter Selasky wrote: On 05/26/15 00:24, Alberto Mijares wrote: Should be: kldload ng_ubt Any difference? Since this is the first instruction in section 31.5.1 from the handbook, this was the first command I typed. The module is already loaded. However # ls /dev

Re: Bluetooth USB Host Controller Atheros Communications

2015-05-26 Thread Hans Petter Selasky
On 05/26/15 00:24, Alberto Mijares wrote: Should be: kldload ng_ubt Any difference? Since this is the first instruction in section 31.5.1 from the handbook, this was the first command I typed. The module is already loaded. However # ls /dev/ubt* ls: No match. Should the device be

Re: Bluetooth USB Host Controller Atheros Communications

2015-05-25 Thread Hans Petter Selasky
On 05/25/15 03:06, Alberto Mijares wrote: Hi guys, I've been looking for a while how to enable my bluetooth adapter with no success. Hardware info is attached, I hope you can help me or I can help you to find a solution. Hi, Have you tried : kldload ubt ? --HPS

Re: Bluetooth USB Host Controller Atheros Communications

2015-05-25 Thread Hans Petter Selasky
On 05/25/15 16:42, Alberto Mijares wrote: On Mon, May 25, 2015 at 7:09 AM, Hans Petter Selasky h...@selasky.org wrote: On 05/25/15 03:06, Alberto Mijares wrote: Hi guys, I've been looking for a while how to enable my bluetooth adapter with no success. Hardware info is attached, I hope you

Re: Real vs available memory

2014-12-09 Thread Hans Petter Selasky
On 12/09/14 17:24, pat...@patpro.net wrote: hmm my bad. strange indeed to read hw.machine i386 when it's 64 bit capable. Maybe you can build and install a 64-bit kernel only, and the re-boot, but userspace will still be 64-bit :-) --HPS ___

Re: Real vs available memory

2014-12-09 Thread Hans Petter Selasky
On 12/09/14 17:28, Hans Petter Selasky wrote: Maybe you can build and install a 64-bit kernel only, and the re-boot, but userspace will still be 64-bit :-) ... userspace will still be 32-bit ... --HPS ___ freebsd-hardware@freebsd.org mailing list

Re: webcamd for integrated ricoh webcam on sony vaio VGN-SZ4XN/C laptop (linux driver r5u870)

2014-11-26 Thread Hans Petter Selasky
On 11/26/14 15:08, Giuseppe Pagnoni wrote: Dear all, I apologize for reposting this here, by I am trying with no success to make the camera on my laptop work under FreeBSD 10.1 i386. The laptop is a Vaio VGN-SZ4XN/C, and the integrated webcam is a Ricoh-made one. Under Linux, it is recognized

Re: webcamd for integrated ricoh webcam on sony vaio VGN-SZ4XN/C laptop (linux driver r5u870)

2014-11-26 Thread Hans Petter Selasky
On 11/26/14 16:39, Giuseppe Pagnoni wrote: Here's a link to the source code, just in case (but it's for Linux): http://avilella.googlepages.com/r5u870_patched.tar.bz2 Hi, I'm a bit short on time now. I think if you google the freebsd-multimedia list there was posted a howto you can add new

Re: USB ethernet adapter support

2014-09-19 Thread Hans Petter Selasky
On 09/17/14 19:58, Ross Penner wrote: The following is a discussion I had on the freebsd-questions list. I've decided to take the route of buying an adapter that works on FreeBSD 10 Release but, on suggestion, I thought I would ask on these lists if there was anywhere I could mail my useless (to

Re: USB ethernet adapter support

2014-09-19 Thread Hans Petter Selasky
On 09/19/14 18:18, Ross Penner wrote: On Fri, 19 Sep 2014, at 09:01 AM, Hans Petter Selasky wrote: On 09/17/14 19:58, Ross Penner wrote: The following is a discussion I had on the freebsd-questions list. I've decided to take the route of buying an adapter that works on FreeBSD 10 Release

Re: USB storage device not recognized

2014-08-31 Thread Hans Petter Selasky
On 08/30/14 20:42, grarpamp wrote: The GENERIC 8 STABLE r269631 i386 kernel on a Pentium 4 Prescott ICH4 era motherboard does nothing when a Sony ICD-PX333 is plugged in. I believe it should present as mass storage. Other mass storage devices such as cameras etc work ok in the same USB port. How

Re: USB audio devices and FreeBSD

2013-12-16 Thread Hans Petter Selasky
On 12/17/13 00:25, grarpamp wrote: Seems there's a lot of traditionally analog audio stuff (turntables, cassettes, radio, receivers, etc) on the market that can output the audio over USB in 16bit/44.1kHz (or 16bit/48kHz 'selectable'). Presumably this is for easy playback / ripping on a Windows

FreeBSD hardware support database?

2013-07-16 Thread Hans Petter Selasky
Hi, Does anyone know what happened to http://freebsd.0fees.net Is this perhaps related to the recent dyndns's nuke everyone that doesn't pay operation or whoever is behind that? I think this kind of database is useful when looking for supported hardware, although it dumps quite a lot of

Re: VIA VL8xx USB 3.0 controller supported?

2012-12-04 Thread Hans Petter Selasky
On Tuesday 04 December 2012 20:00:20 Ronald F. Guilmette wrote: I just recently purchased one of these: http://www.ianker.com/anker-uspeed-use-3.0-pci-express-card/product/68UPPC IE-2S20PU Given that the ads for it say that it is 100% compatible with the Intel xHCI specification, I

Re: JMS539 SuperSpeed - SATA II bridge, Q77 chipset XHCI on 9-Stable

2012-05-23 Thread Hans Petter Selasky
On Thursday 24 May 2012 00:24:53 Daniel Mayfield wrote: I have a new Q77 chipset Core i5 machine with a J-Micron JMS539 based 4 disk JBOD (Sans Digital TRU+4B) attached to the USB3 ports on the machine. The device only shows up as HiSpeed (USB2.0) rather than SuperSpeed (USB3.0). I've

Re: 9.0 on ProLiant G5

2012-03-16 Thread Hans Petter Selasky
On Friday 16 March 2012 06:51:33 Alex Keda wrote: On 15.03.2012 21:26, John Baldwin wrote: On Tuesday, March 13, 2012 5:59:57 am Alex Keda wrote: How I can do it? And, I have only USB keyboard If your system is setup correctly, you should be able to press CTRL+ALT+ESC and end up in the

Re: 9.0 on ProLiant G5

2012-03-12 Thread Hans Petter Selasky
On Sunday 11 March 2012 17:40:42 Jim Pazarena wrote: Alex Keda wrote, On 2011-12-04 10:46 AM: 03.12.2011 03:20, Jim Pazarena пишет: I am very unsure 'where' to post these observations. I have both an HP ProLiant DL380 G7 and an HP DL185 G5 while 9.0B2 installs fine on the G7, On

Re: 9.0 on ProLiant G5

2012-03-12 Thread Hans Petter Selasky
On Monday 12 March 2012 19:20:40 Alex Keda wrote: On 12.03.2012 11:52, Hans Petter Selasky wrote: On Sunday 11 March 2012 17:40:42 Jim Pazarena wrote: Alex Keda wrote, On 2011-12-04 10:46 AM: 03.12.2011 03:20, Jim Pazarena пишет: I am very unsure 'where' to post these observations. I

Re: How to debug USB hardware issues

2011-11-16 Thread Hans Petter Selasky
On Wednesday 16 November 2011 01:52:18 Alberto Mijares wrote: USB_ERR Look for: USB_ERR_STALLED USB_ERR_TIMEOUT --HPS ___ freebsd-hardware@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any

Re: How to debug USB hardware issues

2011-11-05 Thread Hans Petter Selasky
On Saturday 05 November 2011 15:19:14 Alberto Mijares wrote: What does dmesg say when this failure occurs? Do you see the following sysctl: sysctl hw.usb.no_cs_fail I would start turn on debugging in the modem driver, compile kernel with options USB_DEBUG, and then see what is

Re: How to debug USB hardware issues

2011-11-04 Thread Hans Petter Selasky
On Friday 04 November 2011 02:01:45 Alberto Mijares wrote: Hi, I have a SMS gateway with FreeBSD 8.2 RELEASE on old hardware (Pentium4). It has plugged a modem Enfora SA-EL, GSM-GPRS, via USB. The modem has been working fine for years. However, since it's plugged to this server, the

Re: linux' cdc-acm equivalent for Benq-Siemens E61 modem driver

2011-06-25 Thread Hans Petter Selasky
On Saturday 25 June 2011 05:27:35 Benediktus Anindito wrote: i want to use an old Benq-Siemens E61 for sms gateway purpose. in linux, the phone can be detected properly and i can send sms with gammu. but in FreeBSD, it doesn't load a driver. dmesg says: ugen0.2: BenQ-Siemens at usbus0 Try

Re: SES/SAF-TE + SATA == SEMB!

2011-05-27 Thread Hans Petter Selasky
On Friday 27 May 2011 09:00:51 Alexander Motin wrote: YAY! So now three questions: 1. Does anybody else have alike hardware and wish to test it? 2. Patch reviews are welcome. 3. Is there any software except share/examples/ses working with ses(4) and/or some good use practices? Does it

Re: Keyboard repeat issues with Dell Optiplex 980s

2011-01-19 Thread Hans Petter Selasky
On Wednesday 19 January 2011 15:51:41 Steve Polyack wrote: On 01/19/11 08:48, Steve Polyack wrote: On 1/18/2011 5:56 PM, Jeremy Chadwick wrote: On Tue, Jan 18, 2011 at 04:40:13PM -0500, Steve Polyack wrote: We've recently upgraded a few desktop workstations from Dell Optiplex 960s to

Re: does a delock 61609 USB + Gigabit pcmcia card work with freebsd?

2011-01-10 Thread Hans Petter Selasky
On Monday 10 January 2011 19:58:06 Christof Schulze wrote: Hello, does anyone have experience with this piece of equipment on freebsd? http://www.delock.de/produkte/gruppen/PCMCIA/Delock_USB20_CardBus_Karte_mit _Gigabit_LAN_Port_61609.html?setLanguage=EN Description This USB2.0 CardBus

Re: USB SD, MMC, MS, CF card reader?

2009-11-13 Thread Hans Petter Selasky
On Friday 13 November 2009 08:19:11 Krassimir Slavchev wrote: Hans Petter Selasky wrote: On Wednesday 11 November 2009 16:37:45 Krassimir Slavchev wrote: Hi All, I have an old USB card reader which is not recognized by 8.0. The reader is based on a C-Media CM320L chip. Does

[WAS: Spam from Lawrence Auster]

2009-02-05 Thread Hans Petter Selasky
Hi, Has someone tried calling this guy? I think his Microsoft Server might be hacked or someone has put freebsd lists up there for fun? Am I right that this is the originating IP: telnet ip72-196-247-230.dc.dc.cox.net 23 +Phone: 1 212 865 1284 seems valid. Maybe some new-yorkers should call

Re: [WAS: Spam from Lawrence Auster]

2009-02-05 Thread Hans Petter Selasky
Sorry about the previous e-mail. --HPS ___ freebsd-hardware@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to freebsd-hardware-unsubscr...@freebsd.org

Re: Patch for correct determine work uplcom R232-USB Profilic chips PL2303HX

2008-10-15 Thread Hans Petter Selasky
Hi Borodin, Please make a PR, attach your patch and assign it to USB so that it does not get lost. --HPS On Wednesday 15 October 2008, Borodin Oleg wrote: Patch for correct determine work uplcom with R232-USB Profilic PL2303HX chips Borodin Oleg Kaliningrad, Russia ---

Re: IP35-E USB problems

2008-07-16 Thread Hans Petter Selasky
On Wednesday 16 July 2008, Justin Hall wrote: Hello All, I am having troubles with getting a machine with an ABIT IP35-E (ICH9 chipset) board to boot fully. It hangs after probing uhub1. I have updated the BIOS and rebuilt from the latest STABLE sources in the CVS repository to no avail. The

Thinking about buying a new computer - attack code for Intel chips

2008-07-15 Thread Hans Petter Selasky
Hi, According to the latest news on Slashdot there are now exploits going around attacking INTEL CPU bugs. Does anyone have a clue about what architectures and CPUs are safe? My computer is getting old and I might buy a new one. Any recommendations for a safe choice? --HPS

Re: Recommendation for wireless network card (PCI/USB)

2008-01-15 Thread Hans Petter Selasky
On Tuesday 15 January 2008, Nate Eldredge wrote: Hi folks, I am looking to get a wireless Ethernet card (802.11g) for my desktop FreeBSD box. I would appreciate hearing from anyone who has found a card that works well. It should be PCI or USB. Ideally, I'd prefer one with a fully

Re: ZTE MG478 usbmodem

2008-01-07 Thread Hans Petter Selasky
On Monday 07 January 2008, Eimar Koort wrote: On Jan 7, 2008 2:08 AM, Jeff Palmer [EMAIL PROTECTED] wrote: This may be an obvious question to some, and not so obvious to others. Did you load the ucomm and umodem kernel modules? kldload umodem (which may load ucomm, not sure) kldload

Re: ZTE MG478 usbmodem

2008-01-06 Thread Hans Petter Selasky
On Sunday 06 January 2008, Eimar Koort wrote: Hi all. Recently i bought ZTE CDMA2000 1X EV-DO Wireless Data Terminal (model MG478). So far i have no luck to get it work under FreeBSD (6.2). When i connect this device i get: Dec 27 16:22:06 laptop kernel: uhub4: device problem

Re: how to setup internet access via GPRS/EDGE network using Nokia 6230 mobile phone

2007-10-10 Thread Hans Petter Selasky
Hi, On Wednesday 10 October 2007, williamkow wrote: Could anybody advise me on how to enable internet access (GPRS/EDGE) in GSM network, using Nokia mobile phone (USB cable connect to computer). Please provide me the exact PORT name to install to FreeBSD 6.2 system, also please assist me on

Re: Slimtype DVDRW SOSw-833S/VRS2 ATA/ATAPI

2006-11-13 Thread Hans Petter Selasky
On Sunday 12 November 2006 15:58, ANdrei wrote: i thought you have an issue with _all_ types of CDs, hence my suggestion. I am pretty sure that if you just can't listen to audio CDs (but data CDs work) it's not a _hardware_ issue, and this would not be the proper list for it (but I might be

Re: USB wireless sticks

2006-09-29 Thread Hans Petter Selasky
On Friday 29 September 2006 14:38, Allix Davis wrote: Ive had a look in the hardware list for the i386 and cannot see a list of USB wireless sticks, does anyone know which ones work out-the-box ? More wireless USB sticks will be supported in not too long. Currently there is only if_ural. See

Callout for USB device driver testers

2006-08-29 Thread Hans Petter Selasky
Hi, I need testers for the following USB device drivers: if_aue, if_axe, if_cdce, if_cue, if_kue # # How to install the new USB driver: # # # First get all the sources: # svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b # # The following commands will #

Re: nforce4 USB 2.0 problem

2006-08-26 Thread Hans Petter Selasky
On Saturday 26 August 2006 02:28, Bruce Burden wrote: Hi folks, Any suggestion on this issue: I'm not sure if it helps, but could you have tried to install my new USB driver, and see if the problem is the same: # # SVN is available from /usr/ports/devel/subversion # svn --username