On Mon, Aug 18, 2014 at 04:21:10PM +, David Laight wrote:
> > > > Do you know what the three interfaces are used for by the way? And do
> > > > you
> > > > have any idea about whether the other products using the same PID also
> > > > have six bulk endpoints (three tty interfaces)?
>
> Intere
> > > Do you know what the three interfaces are used for by the way? And do you
> > > have any idea about whether the other products using the same PID also
> > > have six bulk endpoints (three tty interfaces)?
Interestingly I've a modern Asmedia motherboard for the haswell cpu that
has 5 RS232 po
> > Do you know what the three interfaces are used for by the way? And do you
> > have any idea about whether the other products using the same PID also
> > have six bulk endpoints (three tty interfaces)?
>
> Yes. There are three [mostly] independent terminals. The older
> devices were normally
[ Please try to avoid top-posting. ]
On Wed, Aug 13, 2014 at 09:59:35AM -0600, Kirk Madsen wrote:
> I can try a patch, but the testing will have to fit in between the
> primary uses of the machine (we have entirely too few Linux boxes at
> work, and far too many Windows ones), so there might be a
13, 2014 01:16
To: Kirk Madsen
Cc: linux-usb@vger.kernel.org
Subject: Re: usbserial_generic
On Tue, Aug 12, 2014 at 09:53:41AM -0600, Kirk Madsen wrote:
> After a great deal of searching, I discovered that instead of doing a
> simple "/sbin/modprobe usbserial vendor=0x09d7 product=0
1.478127] usb 1-1.1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=3
> [ 1.478130] usb 1-1.1: Product: Novatel GPS Receiver
> [ 1.478133] usb 1-1.1: Manufacturer: Novatel Inc.
> [ 1.478135] usb 1-1.1: SerialNumber: BFN14190250
> [ 1.479205] usbserial_gene
usb 1-1.1: Product: Novatel GPS Receiver
[ 1.478133] usb 1-1.1: Manufacturer: Novatel Inc.
[ 1.478135] usb 1-1.1: SerialNumber: BFN14190250
[ 1.479205] usbserial_generic 1-1.1:1.0: The "generic" usb-serial driver is
only for testing and one-off prototypes.
[ 1.479209] usbseri
On Mon, Aug 04, 2014 at 10:00:50AM +, Kowalski Marcin wrote:
> Emanuel Koczwara writes:
>
> >
> > Hi,
> >
> > I have a device (thermal printer) which communicates through rs232. It
> > has also usb adapter/converter build-in.
> >
> (...)
> >
> > and this "1`" inside is strange, so I inve
Emanuel Koczwara writes:
>
> Hi,
>
> I have a device (thermal printer) which communicates through rs232. It
> has also usb adapter/converter build-in.
>
(...)
>
> and this "1`" inside is strange, so I investigated further:
>
> emanuel emanuel-laptop:~$ cat /dev/ttyUSB0
>
1`1`1`1`1`1`1`1 (.
On Wed, Mar 12, 2014 at 10:35:25PM +0100, Emanuel Koczwara wrote:
> Yes, it works. The device is recognized. I'm waiting for detailed
> informations and logs, I'll post them here (I don't have the device
> anymore). Thank you for your interest.
That sounds promising. It would be interesting to s
Hi,
Dnia 2014-03-12, śro o godzinie 19:50 +0100, Johan Hovold pisze:
> On Mon, Feb 24, 2014 at 11:43:35AM +0100, Emanuel Koczwara wrote:
> > W dniu 24.02.2014 11:25, Johan Hovold pisze:
> >
> > > This is likely an ftdi-device. Care to try the patch below?
> >
> >Thanks, I'll try.
>
> Have y
On Mon, Feb 24, 2014 at 11:43:35AM +0100, Emanuel Koczwara wrote:
> W dniu 24.02.2014 11:25, Johan Hovold pisze:
>
> > This is likely an ftdi-device. Care to try the patch below?
>
>Thanks, I'll try.
Have you tested the patch I sent? How did it go?
As a quick test (which does not require re
Hi,
W dniu 24.02.2014 11:25, Johan Hovold pisze:
> On Mon, Feb 24, 2014 at 10:28:05AM +0100, Emanuel Koczwara wrote:
>> Hi,
>>
>> W dniu 24.02.2014 09:30, Johan Hovold pisze:
>> > On Mon, Feb 24, 2014 at 01:46:59AM +0100, Emanuel Koczwara wrote:
>> >> Hi,
>> >>
>> >> W dniu 23.02.2014 21:21,
On Mon, Feb 24, 2014 at 10:28:05AM +0100, Emanuel Koczwara wrote:
> Hi,
>
> W dniu 24.02.2014 09:30, Johan Hovold pisze:
> > On Mon, Feb 24, 2014 at 01:46:59AM +0100, Emanuel Koczwara wrote:
> >> Hi,
> >>
> >> W dniu 23.02.2014 21:21, Johan Hovold pisze:
> >>> You might need to mount debugfs:
Hi,
W dniu 24.02.2014 09:30, Johan Hovold pisze:
> On Mon, Feb 24, 2014 at 01:46:59AM +0100, Emanuel Koczwara wrote:
>> Hi,
>>
>> W dniu 23.02.2014 21:21, Johan Hovold pisze:
>>> You might need to mount debugfs: mount -t debugfs none
>>> /sys/kernel/debug and make sure your kernel is compiled wit
On Mon, Feb 24, 2014 at 01:46:59AM +0100, Emanuel Koczwara wrote:
> Hi,
>
> W dniu 23.02.2014 21:21, Johan Hovold pisze:
> > You might need to mount debugfs: mount -t debugfs none
> > /sys/kernel/debug and make sure your kernel is compiled with
> > CONFIG_DYNAMIC_DEBUG (and CONFIG_DEBUG_FS) enab
Hi,
W dniu 23.02.2014 21:21, Johan Hovold pisze:
You might need to mount debugfs: mount -t debugfs none
/sys/kernel/debug and make sure your kernel is compiled with
CONFIG_DYNAMIC_DEBUG (and CONFIG_DEBUG_FS) enabled. Johan -- To
unsubscribe from this list: send the line "unsubscribe linux-usb"
On Sun, Feb 23, 2014 at 09:09:53PM +0100, Emanuel Koczwara wrote:
> Hi,
>
> W dniu 23.02.2014 18:58, Johan Hovold pisze:
> > Perhaps the printer is sending some status bytes that we shouldn't
> > pass to user space. Could you provide a log from when you send a
> > command and get a response whil
Hi,
W dniu 23.02.2014 21:10, Emanuel Koczwara pisze:
Hi,
W dniu 23.02.2014 18:58, Johan Hovold pisze:
Perhaps the printer is sending some status bytes that we shouldn't
pass to user space. Could you provide a log from when you send a
command and get a response while running with debugging ena
Hi,
W dniu 23.02.2014 18:58, Johan Hovold pisze:
Perhaps the printer is sending some status bytes that we shouldn't
pass to user space. Could you provide a log from when you send a
command and get a response while running with debugging enabled? You
can enable debugging with echo "module usbse
On Sun, Feb 23, 2014 at 03:40:58PM +0100, Emanuel Koczwara wrote:
> W dniu 18.02.2014 10:36, Johan Hovold pisze:
> > On Sun, Feb 16, 2014 at 12:35:06PM +0100, Emanuel Koczwara wrote:
> >> I have just one problem with that device. This is typical response from
> >> the printer:
> >>
> >> 1#X0;0;0;1
08] usb 4-1.3: string descriptor 0 read error: -32
[34450.029521] usb 4-1.3: New USB device found, idVendor=1a28,
idProduct=6010
[34450.029526] usb 4-1.3: New USB device strings: Mfr=4, Product=14,
SerialNumber=0
[34450.029927] usbserial_generic 4-1.3:1.0: The "generic" usb-serial
driver
gt;Self Powered
>
> After 'modprobe usbserial vendor=0x1a28 product=0x6010' the device is
> working, /dev/ttyUSB0 pops out. I can read and write to /dev/ttyUSB0 and
> it responds.
>
> [34449.932999] usb 4-1.3: new full-speed USB device number 8 using ehci-pci
> [34450.029508
trings: Mfr=4, Product=14,
SerialNumber=0
[34450.029927] usbserial_generic 4-1.3:1.0: The "generic" usb-serial
driver is only for testing and one-off prototypes.
[34450.029932] usbserial_generic 4-1.3:1.0: Tell
linux-usb@vger.kernel.orgto add your device to a proper driver.
[34450.029936]
On Thu, Oct 03, 2013 at 11:13:16AM +0400, Pavel Parkhomenko wrote:
> Hello world!
>
> Greg Kroah-Hartman asked me to post this to linux-usb mailing list.
>
> Inovia SEW858 (or TE W120) 3G modem is a device with three virtual
> serial ports, it has VID=0x20a6 and PID=0x1105. To make use of this
>
Hello world!
Greg Kroah-Hartman asked me to post this to linux-usb mailing list.
Inovia SEW858 (or TE W120) 3G modem is a device with three virtual
serial ports, it has VID=0x20a6 and PID=0x1105. To make use of this
modem one have to issue
$ sudo modprobe -v usbserial vendor=0x20a6 product=0x110
26 matches
Mail list logo