The following reply was made to PR usb/185747; it has been noted by GNATS.
From: Patrick Lamaiziere
To: bug-follo...@freebsd.org, oliv...@cochard.me
Cc:
Subject: Re: usb/185747: Patcf that fix support for USB key "Kingston
DT 101 G2"
Date: Wed, 15 Jan 2014 10:04:01 +0100
Hello,
Le Sat, 28 Dec 2013 13:11:19 +0100,
Patrick Lamaiziere a écrit :
> Le Sun, 17 Nov 2013 17:10:01 GMT,
> Stan Gammons a écrit :
>
> > The following reply was made to PR usb/184014; it has been noted by
> > GNATS.
> >
> > From: Stan Gammons
> > To: Hans Pe
Le Sun, 17 Nov 2013 17:10:01 GMT,
Stan Gammons a écrit :
> The following reply was made to PR usb/184014; it has been noted by
> GNATS.
>
> From: Stan Gammons
> To: Hans Petter Selasky ,
> "freebsd-gnats-sub...@freebsd.org"
> Cc: Alexander Motin
> Subject: Re: usb/184014: USB storage device
Hello,
9.2/amd64
I have to add a scsi_da quirk (Q_DA_NO_PREVENT) on a Kinston DT 101 G2
usb stick to make it works.
This quirk is confirmed by a PR on Netbsd but NetBSD adds also few
other Kingston usb keys with this quirk.
http://freshbsd.org/commit/netbsd/6920595603b43ca9e73ca9bcc95e63d9201c9a
The following reply was made to PR conf/120406; it has been noted by GNATS.
From: Patrick Lamaiziere
To: bug-follo...@freebsd.org, ara...@phat.za.net
Cc:
Subject: Re: conf/120406: [devd] [patch] Handle newly attached pcm devices
(eg. via uaudio)
Date: Sun, 4 Nov 2012 00:07:04 +0100
Hello
Le Sat, 29 Oct 2011 21:58:53 +0200,
Jilles Tjoelker a écrit :
> On Sat, Oct 29, 2011 at 04:10:46PM +0200, David Marec wrote:
> > So, what's should be the news group&user's rights required by
> > HPLIP/cups on FreeBSD 9 ?
>
> > And, how to handle them with devd ?
>
> Use devfs rules.
>
> Pastin
Le Sat, 13 Nov 2010 12:41:24 +0100,
Hans Petter Selasky a écrit :
> Please try the attached patch. Others having UPLCOM devices should
> try this patch aswell and see if their device is still working.
Well I feel stupid because the problem was a ucom console enabled in
my loader.conf :
hw.usb.
Le Sat, 13 Nov 2010 12:41:24 +0100,
Hans Petter Selasky a écrit :
> Please try the attached patch. Others having UPLCOM devices should
> try this patch aswell and see if their device is still working.
Well I feel stupid because the problem was a ucom console enabled in
my loader.conf :
hw.usb.uc
(8.1-STABLE/i386)
Hello,
Here, if uplcom is attached to cuaU0, the serial connection does not
work, as far i can see it does not send anything :
kernel: uplcom_pre_param:
kernel: uplcom_cfg_param: sc = 0xc7416200
kernel: uplcom_cfg_param: rate=9600 fmt=0 parity=0 bits=8
kernel: uplcom_pre_param
(8.1-STABLE/i386)
Hello,
I'm playing with the built-in camera of my laptop.
Using usbconfig, if I issue a power_off and then a power_on on the
device, I don't have any ugen device attached.
Is it normal?
# usbconfig -u 6 -a 2 dump_device_desc
ugen6.2: at usbus6, cfg=0 md=HOST spd=HIGH
(480Mbp
Le Sat, 28 Aug 2010 17:10:38 +1200,
Matthew Luckie a écrit :
Hello,
> I've got a 3g usb stick that works fine with 8.0-STABLE from Jan 3rd
> 2010, but does not with 8.1-RELEASE. Its a Vodafone branded stick
> bought in New Zealand.
I was affected by a very similar issue (It worked before ja
Le Thu, 4 Feb 2010 22:24:21 +0100,
Patrick Lamaiziere 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
(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
Unk
Le Sun, 10 Jan 2010 02:39:13 +0100,
Torfinn Ingolfsen a écrit :
> Ok, I recently "upgraded" my main workstation to FreeBSD 8.0-stable
> (clean install on a new slice):
> ti...@kg-v2$ uname -a
> FreeBSD kg-v2.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Jan 6
> 21:21:40 CET 2010 r...@kg-v2.kg
Le Mon, 19 Oct 2009 22:03:34 +0200,
Hans Petter Selasky a écrit :
Hello,
> octave> mod(72*3600*1000,65536)
> ans = 5120 //ms
>
> uint16_t timeout; /* in milliseconds */
>
> I've made the following patch to LibUSB in FreeBSD, which might help.
Oh yes it helps a lot. It l
Le Sun, 18 Oct 2009 19:47:53 +0200,
Hans Petter Selasky a écrit :
Hello,
> Which backend is your printer driver using?
>
> 1) libusb v0.1, v1.0 or v2.0 ?
The documentation of hplip states they use libusb.
The backend is linked with libusb.so.2 but I think (not sure) that
it uses the v0.1 comp
[FreeBSD 8.0/i386]
Hello,
I've got some troubles to print on an "all-in-one" printer HP
Photosmart C4680 which should work with the port printer/hplip3. The
printer prints half of a page, then ejects the page and prints the
rest or, depending of the resolution, repeats some parts.
It looks like
Le Thu, 8 Oct 2009 20:10:34 +0200,
Hans Petter Selasky a écrit :
Hello,
> > hw.usb.ucom.cons_unit=0
> > hw.usb.ucom.cons_baud=9600
> >
> > In /boot/loader.conf
> >
> > NOTE: The patches have not been tested yet, only carefully
> > reviewed. If you experience any problems, please debug and send
>
18 matches
Mail list logo