linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Scott James Remnant <scott@ubuntu.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Auto-loading of usbserial in 2.6 kernel?
Date: Wed, 17 May 2006 21:10:18 +0000	[thread overview]
Message-ID: <1147900218.9119.2.camel@quest.netsplit.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0605171641030.7204-100000@rimavpc1.dnrc.bell-labs.com>

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

On Wed, 2006-05-17 at 16:55 -0400, LEE, Yui-wah (Clement) wrote:

> I have a usbserial device (Novatel V620 EVDO modem)
> that worked when I manually loaded the kernel module by
> the command:
> 
>   modprobe usbserial vendor=0x1410 product=0x1110
> 
Add an /etc/modprobe.d/* file that contains the following:

	options usbserial vendor=0x1410 product=0x1110

	alias usb:v1410p1110d*dc*dsc*dp*ic*isc*ip* usbserial


The first line provides the necessary options when the usbserial driver
is loaded, the second line actually associates the driver with the
device so that it is loaded.

Note that on 2.6.15 (at least, in Ubuntu) this device is associated with
the "airprime" driver already -- which depends on usbserial.

Scott
-- 
Scott James Remnant
scott@ubuntu.com

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

  reply	other threads:[~2006-05-17 21:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-17 20:55 Auto-loading of usbserial in 2.6 kernel? LEE, Yui-wah (Clement)
2006-05-17 21:10 ` Scott James Remnant [this message]
2006-05-18 14:55 ` LEE, Yui-wah (Clement)
2006-05-18 15:32 ` Greg KH
2006-05-18 15:51 ` LEE, Yui-wah (Clement)
2006-05-18 16:51 ` Greg KH
2006-05-19  5:33 ` Alexander E. Patrakov
2006-05-19 20:37 ` LEE, Yui-wah (Clement)

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=1147900218.9119.2.camel@quest.netsplit.com \
    --to=scott@ubuntu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).