Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-28 Thread Eugene Grosbein
The following reply was made to PR usb/91546; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], M. Warner Losh [EMAIL PROTECTED] Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work Date: Fri, 28 Sep 2007

Re: usb/114938: can't attach eli-devices on external hd

2007-09-28 Thread pjd
Synopsis: can't attach eli-devices on external hd State-Changed-From-To: open-feedback State-Changed-By: pjd State-Changed-When: Fri Sep 28 15:40:23 UTC 2007 State-Changed-Why: Can you send me the following? - diskinfo -v /dev/da0 /dev/da0s1f - geli dump /dev/ad0s1f - last sector of /dev/da0s1f

Re: uscanner: HP ScanJet 4300C

2007-09-28 Thread Oliver Fromme
Oliver Fromme wrote: I have bought a HP ScanJet 4300C, specifically because this very scanner is listed in FreeBSD's uscanner(4) manpage and in SANE's list of supported USB scanners. However, this is all I get: uscanner0: vendor 0x03f0 product 0x0305, class 0/0, rev 1.00/0.00, addr

USB2.0 card recommendation

2007-09-28 Thread Oliver Fromme
Hi, I have an old Pentium-II mainboard with a Celeron processor, and I would like to backup the machine onto external HD. However, the old mainboard only supports USB1.0 which is too slow for that purpose. Therefore I'm looking for a PCI card to teach the machine how to speak USB2.0. Are there

snd_uaudio with libusb ?

2007-09-28 Thread Chuck T .
I have a Linux application that talks to an USB audio dongle that I'm trying to port to FreeBSD. I have no problem with the audio portion, but I'm also trying to use libusb to access the GPIO bits on the chip. If I don't load snd_uaudio /dev/ugen shows up and libusb works fine and I can

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-28 Thread Eugene Grosbein
Hi! Here is the patch allowing to work with Nokia E50 (and hopefully others) as USB modem through device /dev/cuaU0 or like. This is basically the same code from NetBSD with one addition. The code from NetBSD allows to use UNION interface descriptor instead of CM descriptor but takes the first

Re: snd_uaudio with libusb ?

2007-09-28 Thread Xiaofan Chen
On 9/29/07, Chuck T. [EMAIL PROTECTED] wrote: I have a Linux application that talks to an USB audio dongle that I'm trying to port to FreeBSD. I have no problem with the audio portion, but I'm also trying to use libusb to access the GPIO bits on the chip. What is the Linux application? How

RE: snd_uaudio with libusb ?

2007-09-28 Thread Chuck T .
On 9/29/07, Chuck T. [EMAIL PROTECTED] wrote: I have a Linux application that talks to an USB audio dongle that I'm trying to port to FreeBSD. I have no problem with the audio portion, but I'm also trying to use libusb to access the GPIO bits on the chip. What is the Linux application?