Cannot Connect Wireless: Realtek RTL8187SE Transaction error

Issues related to configuring your network
Post Reply
StrandThatRISP
Posts: 1
Joined: 2015/08/10 22:06:36

Cannot Connect Wireless: Realtek RTL8187SE Transaction error

Post by StrandThatRISP » 2015/08/10 22:45:17

Hi Everyone,

I'm having a very frustrating problem connecting my wireless, I hope somebody can help me. I'm running an old-ish MSI Wind netbook (U100) with CentOS 6.7, which I'm new to (never used any RedHat OSs before).

Here's my lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 02)
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB controller: Intel Corporation NM10/ICH7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode] (rev 02)
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 02)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller (rev 22)
So I found the driver on ELRepo but when I attempted to install it, I got a transaction error
An unspecified transaction error has occurred. More information is available in the detailed report.

kmod-rtl8187se-0.0-2.el6.elrepo.i686 requires kernel(wireless_send_event) = 0xbab2c360
So then I installed a kernel debug patch, also from ELRepo, rebooted and tried to install the wireless driver again, to no avail.
yum install kmod-rtl8187se
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirror.symnds.com
* elrepo: mirror.symnds.com
* epel: mirror.nexcess.net
* extras: mirror.umd.edu
* remi-safe: mirrors.mediatemple.net
* rpmforge: mirror.nexcess.net
* updates: mirror.symnds.com
* webtatic: us-east.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package kmod-rtl8187se.i686 0:0.0-2.el6.elrepo will be installed
--> Processing Dependency: kernel(wireless_send_event) = 0xbab2c360 for package: kmod-rtl8187se-0.0-2.el6.elrepo.i686
--> Finished Dependency Resolution
Error: Package: kmod-rtl8187se-0.0-2.el6.elrepo.i686 (elrepo)
Requires: kernel(wireless_send_event) = 0xbab2c360
Installed: kernel-2.6.32-573.el6.i686 (@anaconda-CentOS-201508042139.i386/6.7)
kernel(wireless_send_event) = 0x97fa8c5f
Installed: kernel-2.6.32-573.1.1.el6.i686 (@updates)
kernel(wireless_send_event) = 0x97fa8c5f
Installed: kernel-debug-2.6.32-573.el6.i686 (@/kernel-debug-2.6.32-573.el6.i686)
kernel(wireless_send_event) = 0xcc1df92f
Installed: kernel-debug-2.6.32-573.1.1.el6.i686 (@/kernel-debug-2.6.32-573.1.1.el6.i686)
kernel(wireless_send_event) = 0xcc1df92f
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
It keeps throwing this error, Requires: kernel(wireless_send_event) = 0xbab2c360 and disallows me to install the driver. I have to admit, that I don't know what this is. I looked at the .config files, I added repositories and updated the system, rebooted, and tried to install the driver again, and no dice. Does anyone have any advice? This is incredibly frustrating, but I do really like the OS and would like to keep using it, but I NEED wireless and soon. Thanks in advance, everybody.
-cc

chemal
Posts: 776
Joined: 2013/12/08 19:44:49

Re: Cannot Connect Wireless: Realtek RTL8187SE Transaction e

Post by chemal » 2015/08/14 00:04:46

It means that kmod-rtl8187se in its current form is incompatible with the 6.7 kernel. File a bug report here:

http://elrepo.org/bugs/main_page.php

User avatar
ChubaDuba
Posts: 45
Joined: 2015/08/16 06:06:41
Location: Rostov-on-Don
Contact:

Re: Cannot Connect Wireless: Realtek RTL8187SE Transaction e

Post by ChubaDuba » 2015/09/04 23:27:30

Try to manually install this driver

Post Reply