I am very new to this, just enough to be dangerous.
I have a newer 64bit Toshiba with a built-in wireless card. I have the “Linux” driver for it downloaded as a tarball from the Realtek website. I don’t know how to compile tarballs. Maybe compiling the venders tarball WIFI driver isn’t going to fix my issue. I’m not sure.
I’ve been going through the preliminary wifi stickies and this is what I’ve found so
far:
II. What device do you have? YaST => Hardware => Hardware Information. In the resulting display, check for an entry named “Wireless LAN”. Report its presence/absence in your report.
No wireless device reported.
If the “Wireless LAN” entry is not found, you then need to open either the PCI or USB items to find your wireless device…Scroll through the entries to find the one that starts with “UDI:” and post it. This line contains the PCI or USB ID that determines which driver is needed for the device.
No reference to UDI or a wiireless card, only my ethernet controller.
(2) Determine what device you have.
I ran:
/sbin/lspci
06:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
802.11b/g/n WiFi Adapter (rev 01)
I also ran:
/sbin/lspci -n
00:00.0 0600: 8086:0044 (rev 02)
00:02.0 0300: 8086:0046 (rev 02)
00:16.0 0780: 8086:3b64 (rev 06)
00:1a.0 0c03: 8086:3b3c (rev 05)
00:1b.0 0403: 8086:3b56 (rev 05)
00:1c.0 0604: 8086:3b42 (rev 05)
00:1c.1 0604: 8086:3b44 (rev 05)
00:1d.0 0c03: 8086:3b34 (rev 05)
00:1e.0 0604: 8086:2448 (rev a5)
00:1f.0 0601: 8086:3b09 (rev 05)
00:1f.2 0106: 8086:3b29 (rev 05)
00:1f.3 0c05: 8086:3b30 (rev 05)
00:1f.6 1180: 8086:3b32 (rev 05)
01:00.0 0200: 10ec:8136 (rev 05)
06:00.0 0280: 10ec:8176 (rev 01)ff:00.0 0600: 8086:2c62 (rev 05)
ff:00.1 0600: 8086:2d01 (rev 05)
ff:02.0 0600: 8086:2d10 (rev 05)
ff:02.1 0600: 8086:2d11 (rev 05)
ff:02.2 0600: 8086:2d12 (rev 05)
ff:02.3 0600: 8086:2d13 (rev 05)
I assume the entry I’ve marked in red is my adapter because I believe it references Bus 6 and rev 01.
dmesg | less
I’ve ran this command thrice and went through all 867 lines. I could not find any reference to a WIFI card. I found a few entries to the 10ec vendor code but not the 8176 product ID code.
I’m not sure how to proceed, any help is appreciated.