All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem in FAQ
@ 2012-12-14  8:35 Kevin McCready
  2012-12-14 12:37 ` Hauke Mehrtens
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin McCready @ 2012-12-14  8:35 UTC (permalink / raw)
  To: linux-wireless

--
cheers
kevin1mccready@gmail.com
32 Hawera Rd
Kohimarama 1071
Auckland, New Zealand
+64 (0)9 528 1174 home
+64 (0)226 710 335 cell
http://kmccready.wordpress.com

FAQ says: Forget about XXX, what really matters is PCI or USB
(depending on the bus your device uses) ID pair: VID:PID. So to find
out if your device is supported, use lspci -nn or lsusb to learn the
ID pair.

I have no idea what this means.

I did lspci and got
k@k-Presario-CQ57-Notebook-PC:
~$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200
Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset
Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 1 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 3 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset
Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset
Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series
Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family
SMBus Controller (rev 05)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
802.11b/g/n WiFi Adapter (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd.
RTS5116 PCI Express Card Reader (rev 01)

I did lsusb and got:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 05c8:021e Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 002 Device 003: ID 0458:0037 KYE Systems Corp. (Mouse Systems)

I have no idea whether my wireless problem is a usb or pci problem.
I have no idea what the pair is.

I would be grateful for a better FAQ to help me.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem in FAQ
  2012-12-14  8:35 Problem in FAQ Kevin McCready
@ 2012-12-14 12:37 ` Hauke Mehrtens
       [not found]   ` <CAKoT1EYRi9pCc9A9mGs3OKGhgrNOL6OJFm87qfmp+hSRaNhZjA@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Hauke Mehrtens @ 2012-12-14 12:37 UTC (permalink / raw)
  To: Kevin McCready; +Cc: linux-wireless, Larry Finger

On 12/14/2012 09:35 AM, Kevin McCready wrote:
> 
> FAQ says: Forget about XXX, what really matters is PCI or USB
> (depending on the bus your device uses) ID pair: VID:PID. So to find
> out if your device is supported, use lspci -nn or lsusb to learn the
> ID pair.
> 
> I have no idea what this means.
> 
> I did lspci and got
> k@k-Presario-CQ57-Notebook-PC:
> ~$ lspci
...
> 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
> 802.11b/g/n WiFi Adapter (rev 01)
...

You have a Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi
Adapter and it should be supported by Linux since 2.6.38. If you are
using such a kernel version or a more recent one and this device is
still not recognized by Linux, please run "lspci -nn" like the FAQ says
to get the pci id.

> 
> I have no idea whether my wireless problem is a usb or pci problem.
> I have no idea what the pair is.
> 
> I would be grateful for a better FAQ to help me.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem in FAQ
       [not found]   ` <CAKoT1EYRi9pCc9A9mGs3OKGhgrNOL6OJFm87qfmp+hSRaNhZjA@mail.gmail.com>
@ 2012-12-14 13:57     ` Hauke Mehrtens
  2012-12-14 20:41       ` Kevin McCready
  0 siblings, 1 reply; 6+ messages in thread
From: Hauke Mehrtens @ 2012-12-14 13:57 UTC (permalink / raw)
  To: Kevin McCready; +Cc: linux-wireless, Larry Finger

On 12/14/2012 01:50 PM, Kevin McCready wrote:
> It seems the output of lspci -nn and lspci are the same in this case.
> I don't know how to extract the pci ID from the output.

No lspci -nn has a different output, it also prints the pci id of the
devices.

Please do not remove the mailing list from cc and stop top posting.

Hauke
> 
> On Sat, Dec 15, 2012 at 1:37 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>> On 12/14/2012 09:35 AM, Kevin McCready wrote:
>>>
>>> FAQ says: Forget about XXX, what really matters is PCI or USB
>>> (depending on the bus your device uses) ID pair: VID:PID. So to find
>>> out if your device is supported, use lspci -nn or lsusb to learn the
>>> ID pair.
>>>
>>> I have no idea what this means.
>>>
>>> I did lspci and got
>>> k@k-Presario-CQ57-Notebook-PC:
>>> ~$ lspci
>> ...
>>> 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
>>> 802.11b/g/n WiFi Adapter (rev 01)
>> ...
>>
>> You have a Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi
>> Adapter and it should be supported by Linux since 2.6.38. If you are
>> using such a kernel version or a more recent one and this device is
>> still not recognized by Linux, please run "lspci -nn" like the FAQ says
>> to get the pci id.
>>
>>>
>>> I have no idea whether my wireless problem is a usb or pci problem.
>>> I have no idea what the pair is.
>>>
>>> I would be grateful for a better FAQ to help me.
>>
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem in FAQ
  2012-12-14 13:57     ` Hauke Mehrtens
@ 2012-12-14 20:41       ` Kevin McCready
  2012-12-16 16:09         ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin McCready @ 2012-12-14 20:41 UTC (permalink / raw)
  To: Hauke Mehrtens; +Cc: linux-wireless, Larry Finger

I apologise for top posting and have googled it and now understand (it
took me a while since I've never heard of it before). So after I hit
"reply all", I deleted everything in the email and started again. If
this email is another top post, please excuse me and tell me how not
to do it. I am using gmail on their website.

Here is the output of lspci -nn. There is nowhere where it says PCI
ID= . So if someone could help me extract the information from this
output I would be grateful.

lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core
Processor Family DRAM Controller [8086:0104] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd
Generation Core Processor Family Integrated Graphics Controller
[8086:0106] (rev 09)
00:16.0 Communication controller [0780]: Intel Corporation 6
Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev
04)
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series
Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series
Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series
Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series
Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5)
00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series
Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b5)
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series
Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
00:1f.0 ISA bridge [0601]: Intel Corporation HM65 Express Chipset
Family LPC Controller [8086:1c49] (rev 05)
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series
Chipset Family 6 port SATA AHCI Controller [8086:1c03] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset
Family SMBus Controller [8086:1c22] (rev 05)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136]
(rev 05)
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd.
RTS5116 PCI Express Card Reader [10ec:5209] (rev 01)

On Sat, Dec 15, 2012 at 2:57 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
> On 12/14/2012 01:50 PM, Kevin McCready wrote:
>> It seems the output of lspci -nn and lspci are the same in this case.
>> I don't know how to extract the pci ID from the output.
>
> No lspci -nn has a different output, it also prints the pci id of the
> devices.
>
> Please do not remove the mailing list from cc and stop top posting.
>
> Hauke
>>
>> On Sat, Dec 15, 2012 at 1:37 AM, Hauke Mehrtens <hauke@hauke-m.de> wrote:
>>> On 12/14/2012 09:35 AM, Kevin McCready wrote:
>>>>
>>>> FAQ says: Forget about XXX, what really matters is PCI or USB
>>>> (depending on the bus your device uses) ID pair: VID:PID. So to find
>>>> out if your device is supported, use lspci -nn or lsusb to learn the
>>>> ID pair.
>>>>
>>>> I have no idea what this means.
>>>>
>>>> I did lspci and got
>>>> k@k-Presario-CQ57-Notebook-PC:
>>>> ~$ lspci
>>> ...
>>>> 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
>>>> 802.11b/g/n WiFi Adapter (rev 01)
>>> ...
>>>
>>> You have a Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi
>>> Adapter and it should be supported by Linux since 2.6.38. If you are
>>> using such a kernel version or a more recent one and this device is
>>> still not recognized by Linux, please run "lspci -nn" like the FAQ says
>>> to get the pci id.
>>>
>>>>
>>>> I have no idea whether my wireless problem is a usb or pci problem.
>>>> I have no idea what the pair is.
>>>>
>>>> I would be grateful for a better FAQ to help me.
>>>
>>
>>
>>
>



-- 
cheers
kevin1mccready@gmail.com
32 Hawera Rd
Kohimarama 1071
Auckland, New Zealand
+64 (0)9 528 1174 home
+64 (0)226 710 335 cell
http://kmccready.wordpress.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem in FAQ
  2012-12-14 20:41       ` Kevin McCready
@ 2012-12-16 16:09         ` Kalle Valo
  2012-12-16 19:33           ` Kevin McCready
  0 siblings, 1 reply; 6+ messages in thread
From: Kalle Valo @ 2012-12-16 16:09 UTC (permalink / raw)
  To: Kevin McCready; +Cc: Hauke Mehrtens, linux-wireless, Larry Finger

Kevin McCready <kevin1mccready@gmail.com> writes:

> I apologise for top posting and have googled it and now understand (it
> took me a while since I've never heard of it before). So after I hit
> "reply all", I deleted everything in the email and started again. If
> this email is another top post, please excuse me and tell me how not
> to do it. I am using gmail on their website.

You are still top-posting. This seems to a pretty decent description
what's top-posting and why you should not use it on mailing lists:

http://www.idallen.com/topposting.html

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem in FAQ
  2012-12-16 16:09         ` Kalle Valo
@ 2012-12-16 19:33           ` Kevin McCready
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin McCready @ 2012-12-16 19:33 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Hauke Mehrtens, linux-wireless, Larry Finger

If I am toppsoting, and you say "seem". I apologise. I did my best to
avoid it. Perhaps someone can help. Alternatively, it might be a
problem in vger.kernel.org mail system because when his message leaves
my desktop, and as with the last one, I deleted ALL content except my
new message.

Anyway back to the FAQ, can anyone help me with the original problem.
I did lspci -nn and couldn't find the data I seem to need.

Meanwhile I also did a temporary boot of tinycore linux:
CorePlus-4.7.1.iso
which had a neat app which recognised 10 wirelesses in my
neighbourhood, let me choose mine, and let me put in my password and
connect.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-16 19:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-14  8:35 Problem in FAQ Kevin McCready
2012-12-14 12:37 ` Hauke Mehrtens
     [not found]   ` <CAKoT1EYRi9pCc9A9mGs3OKGhgrNOL6OJFm87qfmp+hSRaNhZjA@mail.gmail.com>
2012-12-14 13:57     ` Hauke Mehrtens
2012-12-14 20:41       ` Kevin McCready
2012-12-16 16:09         ` Kalle Valo
2012-12-16 19:33           ` Kevin McCready

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.