All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: AirPrime 5220 1xEVDO PC Card
Date: Wed, 27 Apr 2005 18:00:24 +0000	[thread overview]
Message-ID: <20050427180024.GA3946@kroah.com> (raw)
In-Reply-To: <d4oi56$mvf$1@sea.gmane.org>

On Wed, Apr 27, 2005 at 12:34:36PM -0500, Ian Pilcher wrote:
> I have an AirPrime 5220 EVDO card from Verizon Wireless.  The good news
> is that I basically works under Linux (http://www.ka9q.net/5220.html).
> The bad news is that it's necessary to manually load the usbserial
> module and create the device node.

You mean the generic usb-serial drivr works for this device?  Nice.

Short answer, you can't automatically load the generic usb-serial driver
for any devices.  Use the modules /etc/ files to do it for you at boot
time.

Long answer, write a very tiny usb-serial driver that uses these
vendor/product device ids.  Then it will be automatically loaded
properly.  Someone has done this for another type of device in the
latest -mm kernel if you want an example of this.

> I've also turned udev logging on, and the following entries appear in
> the syslog:
> 
> udev[3626]: creating device node '/dev/<NULL>1'
> udev[3624]: creating device node '/dev/<NULL>0'
> 
> Sure enough, my /dev directory now has:
> 
> crw-------  1 root root 0, 0 Apr 27 12:17 /dev/<NULL>0
> crw-------  1 root root 0, 1 Apr 27 12:17 /dev/<NULL>1

Yeah, that's a kernel bug, sorry, haven't gotten around to fixing it
yet...  Nothing udev can do there to help you :(

thanks,

greg k-h


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id\x105hix
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  reply	other threads:[~2005-04-27 18:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-27 17:34 AirPrime 5220 1xEVDO PC Card Ian Pilcher
2005-04-27 18:00 ` Greg KH [this message]
2005-04-27 18:17 ` Greg KH
2005-04-28  0:57 ` Ian Pilcher
2005-04-28  2:47 ` David Brownell
2005-04-28  3:00 ` Matthew Dharm
2005-04-28  5:12 ` Greg KH
2005-04-28 12:26 ` Ian Pilcher
2005-04-28 20:47 ` Linas Vepstas
2005-04-28 21:33 ` Ian Pilcher

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=20050427180024.GA3946@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-hotplug@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.