mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Gregory T. Norris" <haphazard@socket.net>
To: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-usb-users@lists.sourceforge.net
Subject: Re: 2.4.5 keyspan driver
Date: Tue, 3 Jul 2001 17:49:50 -0500	[thread overview]
Message-ID: <20010703174950.A593@glitch.snoozer.net> (raw)
In-Reply-To: <20010630003323.A908@glitch.snoozer.net> <20010703103800.B28180@kroah.com> <20010703171953.A16664@glitch.snoozer.net>
In-Reply-To: <20010703171953.A16664@glitch.snoozer.net>

After adding CONFIG_USB_SERIAL_GENERIC I wasn't able to hang the module
while initializing (I only made three tries, tho), but the driver
didn't seem to work either.


root@glitch[~]# modprobe keyspan debug=1

adric@glitch[~]$ coldsync -v -ms
Please press the HotSync button.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend. 
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
ACK Timeout. Attempting to resend.
Error: Can't get system info.
Error: Lost connection to Palm.

root@glitch[~]# tail -n 28 /var/log/kern.log
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Generic
Jul  3 17:32:18 glitch kernel: usb.c: registered new driver serial
Jul  3 17:32:18 glitch kernel: usbserial.c: v1.0.0 Greg Kroah-Hartman, greg@kroah.com, http://www.kroah.com/linux-usb/
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial Driver
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA18X - (without firmware)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA19 - (without firmware)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA19W - (without firmware)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA28 - (without firmware)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA28X - (without firmware)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA49W - (without firmware)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA18X
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA19
Jul  3 17:32:18 glitch kernel: usbserial.c: Keyspan USA19 converter detected
Jul  3 17:32:18 glitch kernel: usbserial.c: Keyspan USA19 converter now attached to ttyUSB0 (or usb/tts/0 for devfs)
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA19W
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA28
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA28X
Jul  3 17:32:18 glitch kernel: usbserial.c: USB Serial support registered for Keyspan USA49W
Jul  3 17:32:18 glitch kernel: keyspan.c: v1.0.0 Hugh Blemings <hugh@linuxcare.com>
Jul  3 17:32:18 glitch kernel: keyspan.c: Keyspan USB to Serial Converter Driver
Jul  3 17:32:21 glitch kernel: keyspan.c: keyspan_usa19_calc_baud 9600 ff b2.
Jul  3 17:32:21 glitch kernel: keyspan.c: keyspan_usa28_send_setup already writing
Jul  3 17:32:21 glitch kernel: keyspan.c: keyspan_usa28_send_setup already writing
Jul  3 17:32:21 glitch kernel: keyspan.c: usa28_outcont_callback sending setup
Jul  3 17:32:21 glitch kernel: keyspan.c: keyspan_usa19_calc_baud 9600 ff b2.
Jul  3 17:32:28 glitch kernel: keyspan.c: keyspan_usa19_calc_baud 9600 ff b2.
Jul  3 17:32:48 glitch kernel: keyspan.c: usa28_indat_callbacknonzero status: fffffffe on endpoint
Jul  3 17:32:48 glitch kernel: 1.


On Tue, Jul 03, 2001 at 05:19:53PM -0500, Gregory T. Norris wrote:
> I'm pretty sure that I've hit this with CONFIG_USB_SERIAL_GENERIC set. 
> I'll retry it, just to be sure.
> 
> On Tue, Jul 03, 2001 at 10:38:00AM -0700, Greg KH wrote:
> > On Sat, Jun 30, 2001 at 12:33:23AM -0500, Gregory T. Norris wrote:
> > > CONFIG_USB_SERIAL=m
> > > # CONFIG_USB_SERIAL_GENERIC is not set
> > 
> > Can you enable CONFIG_USB_SERIAL_GENERIC and let me know if that fixes
> > the problem?
> > 
> > thanks,
> > 
> > greg k-h

  reply	other threads:[~2001-07-03 22:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-30  5:33 Gregory T. Norris
2001-06-30 18:37 ` Gregory T. Norris
2001-07-01 20:49   ` usbserial/keyspan module load race [was: 2.4.5 keyspan driver] Gregory T. Norris
2001-07-02  2:51     ` Greg KH
2001-07-02 22:26       ` Gregory T. Norris
     [not found]     ` <01070200025204.05063@idun>
2001-07-02 22:22       ` Gregory T. Norris
2001-07-02 22:43         ` Greg KH
2001-07-02 23:33           ` Gregory T. Norris
     [not found]     ` <01070123350102.05063@idun>
2001-07-02 22:23       ` Gregory T. Norris
2001-07-03  0:38     ` Gregory T. Norris
2001-07-03 17:38 ` 2.4.5 keyspan driver Greg KH
2001-07-03 22:19   ` Gregory T. Norris
2001-07-03 22:49     ` Gregory T. Norris [this message]
2001-07-04  0:16       ` Gregory T. Norris
2001-07-04  7:32         ` Greg KH
2001-07-04 17:04           ` Gregory T. Norris
2001-07-04 21:24             ` 2.4.6 " Gregory T. Norris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010703174950.A593@glitch.snoozer.net \
    --to=haphazard@socket.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®