From: Anders Larsen <al@alarsen.net>
To: Chris Ward <tjcw@cantab.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux device driver for USB WIFI needs integrating
Date: Mon, 27 Apr 2015 14:51:42 +0200 [thread overview]
Message-ID: <1430139102.5462.0@alarsen-lx> (raw)
In-Reply-To: <cbc69ceb4f2fcc85c6452449adc1df44.squirrel@wm.sdf.org> (from tjcw@cantab.net on Mon Apr 27 10:38:49 2015)
On 2015-04-27 10:38, Chris Ward wrote:
> I have put the requested files in http://tjcw.freeshell.org/usbn10/ .
> The
> ones with 'after' in the name are with the device plugged in at boot.
well, .config contains
> CONFIG_RTL8192CU=m
so the driver is built.
and dmesg contains
> usb 3-2: new high-speed USB device number 2 using xhci_hcd
> usb 3-2: New USB device found, idVendor=0b05, idProduct=17ba
> usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> usb 3-2: Product: 802.11n WLAN Adapter
> usb 3-2: Manufacturer: Realtek
> usb 3-2: SerialNumber: 00e04c000001
so the device is recognised (at USB level).
The module 'rtl8192cu.ko' isn't loaded as expected, however.
Perhaps it wasn't installed correctly - the USB id should have an entry
in /lib/modules/3.16.7-21/modules.alias of the form 'alias
usb:v0B05p17BAd*dc*dsc*dp*ic*isc*ip*in* rtl8192cu'
('grep usb:v0B05p17BA /lib/modules/*/modules.alias' should show it)
If the entry is missing, it must appear after the alias file is
regenerated (with 'depmod -a').
If it's there, but the module is still not loaded when you plug the
device, please try to load it manually (with 'modprobe -v rtl8192cu
debug=5') and check dmesg again.
Cheers
Anders
next prev parent reply other threads:[~2015-04-27 12:51 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-24 10:37 Linux device driver for USB WIFI needs integrating Chris Ward
2015-04-24 11:14 ` Anders Larsen
2015-04-24 11:42 ` Chris Ward
2015-04-24 11:44 ` Chris Ward
2015-04-24 11:59 ` Chris Ward
2015-04-24 12:25 ` Anders Larsen
2015-04-24 14:01 ` Anders Larsen
2015-04-24 17:31 ` Chris Ward
2015-04-26 14:04 ` Anders Larsen
2015-04-27 8:38 ` Chris Ward
2015-04-27 12:51 ` Anders Larsen [this message]
2015-04-27 13:52 ` Chris Ward
2015-04-27 13:58 ` Chris Ward
2015-04-27 14:04 ` Chris Ward
2015-04-27 14:23 ` Chris Ward
2015-04-27 14:49 ` Anders Larsen
2015-04-27 16:19 ` Marek Vasut
2015-04-28 13:56 ` Stable request 9374e7d2 "rtlwifi: rtl8192cu: Add new device ID" Anders Larsen
2015-04-28 14:10 ` Marek Vasut
2015-04-28 14:22 ` Anders Larsen
2015-04-28 14:33 ` Marek Vasut
2015-04-28 14:33 ` Marek Vasut
2015-04-28 15:23 ` Larry Finger
2015-05-04 9:19 ` Luis Henriques
2015-05-04 9:19 ` Luis Henriques
2015-05-04 9:19 ` Luis Henriques
2015-05-03 19:40 ` Linux device driver for USB WIFI needs integrating Anders Larsen
-- strict thread matches above, loose matches on Subject: below --
2015-04-24 11:01 Chris Ward
[not found] <CAC=wTOgLstw60bq5xiXCw4PKzqDxxPNvdTUUsvHbsQJdSOy+kg@mail.gmail.com>
2015-04-24 11:49 ` Anders Larsen
2015-04-27 15:11 Anders Larsen
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=1430139102.5462.0@alarsen-lx \
--to=al@alarsen.net \
--cc=linux-kernel@vger.kernel.org \
--cc=tjcw@cantab.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 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.