* [gentoo-user-br] Fwd: RTL8187/8189
[not found] ` <AANLkTikeau91Ey3bOH2fUMYLv35pf=JaxG2YMwwJNywJ@mail.gmail.com>
@ 2010-11-09 18:01 ` yermandu
2010-11-09 20:43 ` Thiago Nunes
0 siblings, 1 reply; 6+ messages in thread
From: yermandu @ 2010-11-09 18:01 UTC (permalink / raw
To: gentoo-user-br, wireless-br-oficial
[-- Attachment #1: Type: text/plain, Size: 4086 bytes --]
Pessoal não consigo fazer minha placa wireless funcionar, estou bem
desconfiado que ela não autentica com o roteador. Retirei a senha do
roteador e ele da time out na conexão.
No windows 7 x64 funciona normalmente.
Meu se alguem tiver alguma sugestão ou souber como posso acolher mais
informações sobre se ele está realmente autenticando e o que acontece quando
não há senhas.
Minha placa esta no whitelist do AP.
Att.
---------- Forwarded message ----------
From: Yermandu Patapitafious <yermandu.dev@gmail.com>
Date: 2010/11/9
Subject: Fwd: RTL8187/8189
To: yermandu@gmail.com
---------- Forwarded message ----------
From: Larry Finger <Larry.Finger@lwfinger.net>
Date: 2010/11/9
Subject: Re: RTL8187/8189
To: Yermandu Patapitafious <yermandu.dev@gmail.com>
Cc: linux-wireless@vger.kernel.org
On 11/08/2010 09:25 PM, Yermandu Patapitafious wrote:
> Hellow people, i buy an notebooks with the rtl8187b card.
> I have heavyly test several ways to connect but the connection can not
> be stabilize a connection.
> I try with wep, wap, without pass. Nothing works with this card.
>
> Identify card
>
> # lsusb
>
> ```
> Bus 002 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B
> Wireless 802.11g 54Mbps Network Adapter
> ```
>
> I wanna give the atention for ID Card: 0bda:**8189**
>
> This is not 0bda:8187 or 0bda:8197. Why i saying this? Because i
> research in the web and discover some people can get work with
> 0bda:8187 using linux kernel native module driver. But i can not
> really make connection i think something wrong with this card or
> module or maybe not, i dont know.
Driver rtl8187 should work for this device.
> When i set the AP with pass i got this error:
>
> # iwconfig wlan0 essid "MyEssid" key s:asciikey
>
> Error for wireless request "Set Encode" (8B2A) :
> SET failed on device wlan0 ; Invalid argument.
>
> Using wep, wap or nopass.
AFAIK, that has never worked.
> I subscribe the ht tps: //qa. mandriva .com/ show_bug.cgi?id= 39334
> a bug open related with this problem. Recently we have a notice in
> comment #11 to try use with ndiswrapper
>
> ```
>
> ndiswrapper -a 0bda:8197 net8187b
>
> ```
> But i can not force to use 0bda:8197 instead 0bda:8189:
Your device has the USB ID 0bda:8189. That is built into the device. You
cannot
force it to be anything else.
> ```
> # ndiswrapper -a 0bda:8197 net8187b
> Driver 'net8187b' is already used for '0BDA:8197'
>
> # ndiswrapper -l
> net8187b : driver installed
> device (0BDA:8189) present (alternate driver: rtl8187)
> ```
>
> But this can not be donned, it persist to use 8189 and not 8197 as
related.
>
> I don't know anyone else with this same model of card, and how we can
> do more tests. I hope someone can help us.
>
> Im using
>
> Linux 2.6.33.7-rt29 #7 SMP PREEMPT RT Tue Nov 2 23:41:52 BRST 2010
> x86_64 Pentium(R) Dual-Core CPU T4200 @ 2.00GHz GenuineIntel GNU/Linux
>
> I test in the Ubuntu, Mandriva and Arch and no lucky. I try in Gentoo
> too with kernel 2.6.36-wl+ (git version), same issues.
It appears that you are not using NetworkManager. If that is true, then I
think
you should be preparing the correct ifcfg file for whatever distro you are
using. The hexadecimal key for WEP should be there. A passphrase almost
never
works there. If you want to use WPA or WPA2, then you can use a phrase;
however,
you will need to install wpa_supplicant and the appropriate configuration
file.
To test is your device is working, get rid of ndiswrapper, allow rtl8187 to
load, and (as root) run the command 'iwlist scan'. If you can see your AP,
then
the device is likely OK.
You should pick one of the distros you mention, and post a request for
wireless
configuration on their help forum. I do not use any of them, and I'm not
familiar with their specific configuration.
I also recommend using NetworkManager. It makes wireless setup much easier.
Larry
--
yermandu
--
yermandu [at] useplanta dot com dot br
[-- Attachment #2: Type: text/html, Size: 5245 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user-br] Fwd: RTL8187/8189
2010-11-09 18:01 ` [gentoo-user-br] Fwd: RTL8187/8189 yermandu
@ 2010-11-09 20:43 ` Thiago Nunes
2010-11-09 22:51 ` yermandu
0 siblings, 1 reply; 6+ messages in thread
From: Thiago Nunes @ 2010-11-09 20:43 UTC (permalink / raw
To: gentoo-user-br
Posta teu lspci -k aqui.
2010/11/9 yermandu <yermandu@gmail.com>:
> Pessoal não consigo fazer minha placa wireless funcionar, estou bem
> desconfiado que ela não autentica com o roteador. Retirei a senha do
> roteador e ele da time out na conexão.
> No windows 7 x64 funciona normalmente.
> Meu se alguem tiver alguma sugestão ou souber como posso acolher mais
> informações sobre se ele está realmente autenticando e o que acontece quando
> não há senhas.
> Minha placa esta no whitelist do AP.
>
>
> Att.
>
> ---------- Forwarded message ----------
> From: Yermandu Patapitafious <yermandu.dev@gmail.com>
> Date: 2010/11/9
> Subject: Fwd: RTL8187/8189
> To: yermandu@gmail.com
>
>
> ---------- Forwarded message ----------
> From: Larry Finger <Larry.Finger@lwfinger.net>
> Date: 2010/11/9
> Subject: Re: RTL8187/8189
> To: Yermandu Patapitafious <yermandu.dev@gmail.com>
> Cc: linux-wireless@vger.kernel.org
>
>
> On 11/08/2010 09:25 PM, Yermandu Patapitafious wrote:
>> Hellow people, i buy an notebooks with the rtl8187b card.
>> I have heavyly test several ways to connect but the connection can not
>> be stabilize a connection.
>> I try with wep, wap, without pass. Nothing works with this card.
>>
>> Identify card
>>
>> # lsusb
>>
>> ```
>> Bus 002 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B
>> Wireless 802.11g 54Mbps Network Adapter
>> ```
>>
>> I wanna give the atention for ID Card: 0bda:**8189**
>>
>> This is not 0bda:8187 or 0bda:8197. Why i saying this? Because i
>> research in the web and discover some people can get work with
>> 0bda:8187 using linux kernel native module driver. But i can not
>> really make connection i think something wrong with this card or
>> module or maybe not, i dont know.
>
> Driver rtl8187 should work for this device.
>
>> When i set the AP with pass i got this error:
>>
>> # iwconfig wlan0 essid "MyEssid" key s:asciikey
>>
>> Error for wireless request "Set Encode" (8B2A) :
>> SET failed on device wlan0 ; Invalid argument.
>>
>> Using wep, wap or nopass.
>
> AFAIK, that has never worked.
>
>> I subscribe the ht tps: //qa. mandriva .com/ show_bug.cgi?id= 39334
>> a bug open related with this problem. Recently we have a notice in
>> comment #11 to try use with ndiswrapper
>>
>> ```
>>
>> ndiswrapper -a 0bda:8197 net8187b
>>
>> ```
>> But i can not force to use 0bda:8197 instead 0bda:8189:
>
> Your device has the USB ID 0bda:8189. That is built into the device. You
> cannot
> force it to be anything else.
>
>> ```
>> # ndiswrapper -a 0bda:8197 net8187b
>> Driver 'net8187b' is already used for '0BDA:8197'
>>
>> # ndiswrapper -l
>> net8187b : driver installed
>> device (0BDA:8189) present (alternate driver: rtl8187)
>> ```
>>
>> But this can not be donned, it persist to use 8189 and not 8197 as
>> related.
>>
>> I don't know anyone else with this same model of card, and how we can
>> do more tests. I hope someone can help us.
>>
>> Im using
>>
>> Linux 2.6.33.7-rt29 #7 SMP PREEMPT RT Tue Nov 2 23:41:52 BRST 2010
>> x86_64 Pentium(R) Dual-Core CPU T4200 @ 2.00GHz GenuineIntel GNU/Linux
>>
>> I test in the Ubuntu, Mandriva and Arch and no lucky. I try in Gentoo
>> too with kernel 2.6.36-wl+ (git version), same issues.
>
> It appears that you are not using NetworkManager. If that is true, then I
> think
> you should be preparing the correct ifcfg file for whatever distro you are
> using. The hexadecimal key for WEP should be there. A passphrase almost
> never
> works there. If you want to use WPA or WPA2, then you can use a phrase;
> however,
> you will need to install wpa_supplicant and the appropriate configuration
> file.
>
> To test is your device is working, get rid of ndiswrapper, allow rtl8187 to
> load, and (as root) run the command 'iwlist scan'. If you can see your AP,
> then
> the device is likely OK.
>
> You should pick one of the distros you mention, and post a request for
> wireless
> configuration on their help forum. I do not use any of them, and I'm not
> familiar with their specific configuration.
>
> I also recommend using NetworkManager. It makes wireless setup much easier.
>
> Larry
>
>
>
> --
> yermandu
>
>
>
> --
> yermandu [at] useplanta dot com dot br
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user-br] Fwd: RTL8187/8189
2010-11-09 20:43 ` Thiago Nunes
@ 2010-11-09 22:51 ` yermandu
2010-11-10 17:55 ` Fernando Boaglio
0 siblings, 1 reply; 6+ messages in thread
From: yermandu @ 2010-11-09 22:51 UTC (permalink / raw
To: gentoo-user-br; +Cc: wireless-br-oficial
[-- Attachment #1: Type: text/plain, Size: 11323 bytes --]
On Nov 9, 2010 6:43pm, Thiago Nunes <thiagonunesrs@gmail.com> wrote:
> Posta teu lspci -k aqui.
>
>
veja só minha placa é usb:
kariri yermandu # lsusb -d 0bda:8189 -vvv
Bus 002 Device 003: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B
Wireless 802.11g 54Mbps Network Adapter
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0bda Realtek Semiconductor Corp.
idProduct 0x8189 RTL8187B Wireless 802.11g 54Mbps Network Adapter
bcdDevice 2.00
iManufacturer 1 Manufacturer_Realtek
iProduct 2 RTL8187B_WLAN_Adapter
iSerial 3 00e04c000001
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 81
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 4 Wireless Network Card
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 9
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2 RTL8187B_WLAN_Adapter
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x05 EP 5 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x06 EP 6 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x07 EP 7 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x89 EP 9 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x0a EP 10 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x0b EP 11 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x0c EP 12 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
kariri yermandu #
kariri yermandu # lspci -k
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory
Controller Hub (rev 09)
Subsystem: Elitegroup Computer Systems Device 995b
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset
Integrated Graphics Controller (rev 09)
Subsystem: Elitegroup Computer Systems Device 995b
Kernel driver in use: i915
Kernel modules: i915
00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset
Integrated Graphics Controller (rev 09)
Subsystem: Elitegroup Computer Systems Device 995b
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
Controller #4 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
Controller #5 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
Controller #6 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI
Controller #2 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
Controller (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port
1 (rev 03)
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port
2 (rev 03)
Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port
3 (rev 03)
Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port
6 (rev 03)
Kernel driver in use: pcieport
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
Controller #1 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
Controller #2 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI
Controller #3 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI
Controller #1 (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev
03)
Subsystem: Elitegroup Computer Systems Device 90b7
00:1f.2 IDE interface: Intel Corporation ICH9M/M-E 2 port SATA IDE
Controller (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev
03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel modules: i2c-i801
00:1f.5 IDE interface: Intel Corporation ICH9M/M-E 2 port SATA IDE
Controller (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: ata_piix
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B
PCI Express Gigabit Ethernet controller (rev 03)
Subsystem: Elitegroup Computer Systems Device 90b7
Kernel driver in use: r8169
Kernel modules: r8169
o driver do kernel é
kariri yermandu # modinfo rtl8187
filename:
/lib/modules/2.6.33.7-rt29/kernel/drivers/net/wireless/rtl818x/rtl8187.ko
license: GPL
description: RTL8187/RTL8187B USB wireless driver
author: Larry Finger <Larry.Finger@lwfinger.net>
author: Hin-Tak Leung <htl10@users.sourceforge.net>
author: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
author: Andrea Merello <andreamrl@tiscali.it>
author: Michael Wu <flamingice@sourmilk.net>
alias: usb:v1737p0073d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1B75p8187d*dc*dsc*dp*ic*isc*ip*
alias: usb:v18E8p6232d*dc*dsc*dp*ic*isc*ip*
alias: usb:v13D1pABE6d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1371p9401d*dc*dsc*dp*ic*isc*ip*
alias: usb:v114Bp0150d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p0029d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p0028d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p000Dd*dc*dsc*dp*ic*isc*ip*
alias: usb:v03F0pCA02d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0846p4260d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0846p6A00d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0846p6100d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0789p010Cd*dc*dsc*dp*ic*isc*ip*
alias: usb:v0769p11F2d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0BDAp8198d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0BDAp8197d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0BDAp8189d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0BDAp8187d*dc*dsc*dp*ic*isc*ip*
alias: usb:v050Dp705Ed*dc*dsc*dp*ic*isc*ip*
alias: usb:v0B05p171Dd*dc*dsc*dp*ic*isc*ip*
depends: mac80211,eeprom_93cx6,led-class,cfg80211,usbcore
vermagic: 2.6.33.7-rt29 SMP preempt mod_unload modversions
[-- Attachment #2: Type: text/html, Size: 12207 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user-br] Fwd: RTL8187/8189
2010-11-09 22:51 ` yermandu
@ 2010-11-10 17:55 ` Fernando Boaglio
2010-11-10 18:33 ` yermandu
0 siblings, 1 reply; 6+ messages in thread
From: Fernando Boaglio @ 2010-11-10 17:55 UTC (permalink / raw
To: gentoo-user-br
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
Acho q essa placa é parecida com a do meu laptop da LG, se não me engano...
Se for, vc precisa baixar os drivers do fabricante, no Kernel ainda não
tem...
Outro teste q vc pode fazer é pegar um CD live do Ubuntu e ver se ele
detecta e como configura a sua placa.
--
[]'s
Fernando Boaglio
[-- Attachment #2: Type: text/html, Size: 335 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user-br] Fwd: RTL8187/8189
2010-11-10 17:55 ` Fernando Boaglio
@ 2010-11-10 18:33 ` yermandu
2010-11-10 23:56 ` Fernando Boaglio
0 siblings, 1 reply; 6+ messages in thread
From: yermandu @ 2010-11-10 18:33 UTC (permalink / raw
To: gentoo-user-br
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
Em 10 de novembro de 2010 15:55, Fernando Boaglio <boaglio@gmail.com>escreveu:
>
> Acho q essa placa é parecida com a do meu laptop da LG, se não me engano...
>
> Se for, vc precisa baixar os drivers do fabricante, no Kernel ainda não
> tem...
>
> Outro teste q vc pode fazer é pegar um CD live do Ubuntu e ver se ele
> detecta e como configura a sua placa.
> --
> []'s
> Fernando Boaglio
>
Hmm vejamos eu to com um LiveCD do ubuntu em casa, qdo voltar p lá eu testo.
Poste a saida lsusb e lsusb -vv da placa do seu laptop lg, estou coletando
informações desses modelos.
--
yermandu
[-- Attachment #2: Type: text/html, Size: 926 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user-br] Fwd: RTL8187/8189
2010-11-10 18:33 ` yermandu
@ 2010-11-10 23:56 ` Fernando Boaglio
0 siblings, 0 replies; 6+ messages in thread
From: Fernando Boaglio @ 2010-11-10 23:56 UTC (permalink / raw
To: gentoo-user-br
[-- Attachment #1: Type: text/plain, Size: 3955 bytes --]
A minha placa é PCI, e é um modelo parecido com o seu:
*
02:00.0 Network controller: Realtek Semiconductor *Co., Ltd. Device 8172
(rev 10)
Subsystem: Device 1a32:0308
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: I/O ports at 3000 [size=256]
Region 1: Memory at d8100000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
PME(D0+,D1+,D2+,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v1) Legacy Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
<512ns, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr-
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
Latency L0 <512ns, L1 <64us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain-
CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+
DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt-
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout-
NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout-
NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+
ChkEn-
Capabilities: [140 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128-
WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [160 v1]
* Kernel driver in use: rtl819xSE
Kernel modules: r8192se_pci*
--
[]'s
Fernando Boaglio
2010/11/10 yermandu <yermandu@gmail.com>
>
>
> Em 10 de novembro de 2010 15:55, Fernando Boaglio <boaglio@gmail.com>escreveu:
>
>
>> Acho q essa placa é parecida com a do meu laptop da LG, se não me
>> engano...
>>
>> Se for, vc precisa baixar os drivers do fabricante, no Kernel ainda não
>> tem...
>>
>> Outro teste q vc pode fazer é pegar um CD live do Ubuntu e ver se ele
>> detecta e como configura a sua placa.
>> --
>> []'s
>> Fernando Boaglio
>>
>
> Hmm vejamos eu to com um LiveCD do ubuntu em casa, qdo voltar p lá eu
> testo.
> Poste a saida lsusb e lsusb -vv da placa do seu laptop lg, estou coletando
> informações desses modelos.
>
> --
> yermandu
>
[-- Attachment #2: Type: text/html, Size: 5358 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-11-10 23:57 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <AANLkTim5a_oFXqjMrcbcUipG5FijbUoFkYF6ri6zO7wg@mail.gmail.com>
[not found] ` <4CD9474C.5010003@lwfinger.net>
[not found] ` <AANLkTikeau91Ey3bOH2fUMYLv35pf=JaxG2YMwwJNywJ@mail.gmail.com>
2010-11-09 18:01 ` [gentoo-user-br] Fwd: RTL8187/8189 yermandu
2010-11-09 20:43 ` Thiago Nunes
2010-11-09 22:51 ` yermandu
2010-11-10 17:55 ` Fernando Boaglio
2010-11-10 18:33 ` yermandu
2010-11-10 23:56 ` Fernando Boaglio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox