is not working if I click on it.
I presume that the part “WebUser:nQJ4P7b” is made each time new if you click on the download http-page, or something like it.
On 03/26/2011 09:06 PM, tdrusk wrote:
>
> I struggled with this for a few today, so I figured I would share. This
> is the wireless card that came with my Toshiba Satellite L655D-S5093.
>
> First check to see if you have the correct driver. Run
>
> Code:
> --------------------
>
> /sbin/lspci
>
> --------------------
>
>
> Toward the bottom you should see
>
> Code:
> --------------------
> 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
>
> --------------------
>
>
> If this is the case then continue.
>
> Download the driver from Realtek
>
> - ‘Link’ (http://tinyurl.com/4rfu5gr)
>
>
> Extract the file to your home folder(it can not be the desktop and I
> have only tested this from the home folder).
>
> Code:
> --------------------
> tar -xvf rtl8192ce_linux_2.6.0005.1116.2010.tar.gz
> --------------------
>
>
> or extract with Ark.
>
> Next, install the prerequisites to compile the driver.
>
> Code:
> --------------------
> zypper install patterns-openSUSE-devel_C_C++ kernel-source
> --------------------
>
>
> Once that is finished go to your extracted
> rtl8192ce_linux_2.6.0005.1116.2010 directory.
>
> Code:
> --------------------
> cd /DIRECTORY LOCATION/rtl8192ce_linux_2.6.0005.1116.2010
> --------------------
>
>
> Be Administrator
>
> Code:
> --------------------
>
> sudo su
>
> --------------------
>
>
> Make the driver
>
> Code:
> --------------------
>
> make
>
> --------------------
>
>
> Install the driver
>
> Code:
> --------------------
>
> make install
>
> --------------------
>
>
> Reboot
>
> Code:
> --------------------
>
> reboot
>
> --------------------
>
>
> After this your wireless card should be working.
>
> TO UNINSTALL
> Go to the directory
>
> Code:
> --------------------
>
> cd /DIRECTORY LOCATION/rtl8192ce_linux_2.6.0005.1116.2010
> --------------------
>
>
> uninstall
>
> Code:
> --------------------
>
> make uninstall
>
> --------------------
If you want a lot of pain, do the above, OR, install the compat-wireless package
and get the driver that is built into kernel 2.6.38!
I am trying to tune wifi adapter rtl8188, but its not working.
Installed packages:
rtl8192se-firmware-0019.1207.2010-1.1.noarch
rtl8192se-kmp-desktop-0019.1207.2010_k2.6.37.1_1.2-1.1.x86_64
rtl8192se-kmp-default-0019.1207.2010_k2.6.37.1_1.2-1.1.x86_64
rtl8192se-kmp-xen-0019.1207.2010_k2.6.37.1_1.2-1.1.x86_64
rtl8192se-0019.1207.2010-1.1.x86_64
linux-jd1t:~ # rpm -qa | grep compat-wireless
compat-wireless-scripts-3.0-1.1.noarch
compat-wireless-kmp-desktop-3.0_k2.6.37.1_1.2-1.1.x86_64
compat-wireless-kmp-default-3.0_k2.6.37.1_1.2-1.1.x86_64
compat-wireless-kmp-xen-3.0_k2.6.37.1_1.2-1.1.x86_64
linux-jd1t:~ # uname -a
Linux linux-jd1t 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
linux-jd1t:~ # dmesg | grep rtl
15.198268] rtl8192ce 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
15.198276] rtl8192ce 0000:03:00.0: setting latency timer to 64
15.257104] rtl8192ce:rtl92c_init_sw_vars():<0-0> Failed to request firmware!
15.257109] rtlwifi:rtl_pci_probe():<0-0> Can’t init_sw_vars.
15.257141] rtl8192ce 0000:03:00.0: PCI INT A disabled
On 09/18/2011 07:16 AM, akovalevs wrote:
>
> I am trying to tune wifi adapter rtl8188, but its not working.
> Installed packages:
> rtl8192se-firmware-0019.1207.2010-1.1.noarch
> rtl8192se-kmp-desktop-0019.1207.2010_k2.6.37.1_1.2-1.1.x86_64
> rtl8192se-kmp-default-0019.1207.2010_k2.6.37.1_1.2-1.1.x86_64
> rtl8192se-kmp-xen-0019.1207.2010_k2.6.37.1_1.2-1.1.x86_64
> rtl8192se-0019.1207.2010-1.1.x86_64
As is shown laster in the posting, the device is an RTL8188CE. Note the CE. That
chip is not an SE. None of the “se” stuff above makes any difference.
On 09/18/2011 10:06 AM, akovalevs wrote:
>
> Can i install from packages?
> Or i must compiling from source
> rtl8192ce_linux_2.6.0005.1116.2010.tar.gz?
No, you need to install the package I told you to. Note, rtl8192ce is NOT in the
name. It is in the last line of my comment!
make -C /lib/modules/2.6.37.1-1.2-default/build M=/home/nolan/rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 modules
make: *** /lib/modules/2.6.37.1-1.2-default/build: No such file or directory. Stop.
make: *** [all] Error 2
On 09/21/2011 06:26 AM, ganser694 wrote:
>
> When I run make I get this error
> Code:
> --------------------
> make -C /lib/modules/2.6.37.1-1.2-default/build M=/home/nolan/rtl_92ce_92se_92de_linux_mac80211_0004.0816.2011 modules
> make: *** /lib/modules/2.6.37.1-1.2-default/build: No such file or directory. Stop.
> make: *** [all] Error 2
> --------------------
You need the kernel headers.
That driver is part of compat-wireless. If you install that package, you will
not need to build any drivers. Do the following:
sudo zypper ar --refresh \
http://download.opensuse.org/repositories/driver:/wireless/openSUSE_11.4 \
Wireless
sudo zypper in compat-wireless-kmp-default kernel-firmware
sudo /sbin/modprobe -v rtl8192ce
After those 3 commands, wireless should be ready for configuration. BTW, please
copy and paste those commands into a terminal.
In openSUSE 12.1, the drivers are included in the kernel and you will not need
to do anything other than installing the firmware package.
On 09/21/2011 05:16 PM, ganser694 wrote:
>
> Code:
> --------------------
> sudo /usr/sbin/iwlis
> --------------------
> t scan result
> Code:
> --------------------
> lo Interface doesn’t support scanning.
>
> eth0 Interface doesn’t support scanning.
> --------------------
>
>
> Code:
> --------------------
>
> rtl8192ce 0000:07:00.0: PCI INT A → GSI 23 (level, low) → IRQ 23
> 8.362829] rtl8192ce 0000:07:00.0: setting latency timer to 64
> 8.478146] rtl8192ce:rtl92c_init_sw_vars():<0-0> Failed to request firmware!
> 8.478154] rtlwifi:rtl_pci_probe():<0-0> Can’t init_sw_vars.
> 8.478273] rtl8192ce 0000:07:00.0: PCI INT A disabled
You have the driver, but the firmware is not installed. Did you add the
kernel-firmware package the way I suggested? Use YaST => Software Management and
search for “firmware” to check.
> --------------------
>
> Rfkill, Not working, no responce.