Hi Guys... I have a very frustrating problem
I have been trying to get to work the wireless card on a Toshiba A505D-S6598 with no success...
I tried Fedora 15, 16 and 17 all x86_64, tried different drivers, including the one I downloaded from realtek.
I even tried it on CentOS 6.2 and still nothing...
The frustrating part is that I installed Ubuntu 12.04 64 bit, and it worked from the get go.... I am going nuts since I don't want to use Ubuntu and wan't to stick with Fedora...
I would appreciate any help you can give me...
Code:
[root@jc-lnx src]# lspci -m | grep Realtek
02:00.0 "Network controller" "Realtek Semiconductor Co., Ltd." "RTL8192E/RTL8192SE Wireless LAN Controller" -r01 "Realtek Semiconductor Co., Ltd." "Device 8181"
03:00.0 "Ethernet controller" "Realtek Semiconductor Co., Ltd." "RTL8101E/RTL8102E PCI Express Fast Ethernet controller" -r02 "Toshiba America Info Systems" "Device ff1e"
[root@jc-lnx src]#
Code:
[root@jc-lnx src]# uname -a
Linux jc-lnx 3.3.7-1.fc16.x86_64 #1 SMP Tue May 22 13:59:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[root@jc-lnx src]#
Code:
[root@jc-lnx src]# lshw -c network
*-network UNCLAIMED
description: Network controller
product: RTL8192E/RTL8192SE Wireless LAN Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:6000(size=256) memory:e7200000-e7203fff
*-network
description: Ethernet interface
product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: p5p1
version: 02
serial: 00:1e:33:cb:48:d4
size: 100Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.1.102 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:45 ioport:4000(size=256) memory:e1010000-e1010fff memory:e1000000-e100ffff memory:e1020000-e103ffff
[root@jc-lnx src]#
Code:
[root@jc-lnx src]# dmesg | grep 8192
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011fc00000 s82688 r8192 d23808 u524288
[ 0.000000] pcpu-alloc: s82688 r8192 d23808 u524288 alloc=1*2097152
[ 0.523193] pci 0000:02:00.0: [10ec:8192] type 0 class 0x000280
[root@jc-lnx src]#