Fedora Linux Support Community & Resources Center
  #1  
Old 30th May 2011, 04:43 PM
WeltEnSTurm Offline
Registered User
 
Join Date: May 2011
Posts: 3
linuxfirefox
Problems While Installing Realtek RTL8192SE Drivers

Soo.. I'm completely new to Fedora 15 and after changing the root UUID of the Live USB I got it to boot from it and install without problems.
Now I got a problem because my RTL8191SvA wireless ethernet network adapter apparently isn't supported.
That wouldn't really be a problem, but installing the drivers from the RealTek site doesn't work. I can compile, but when I run "sudo make install" I get this:
Code:
make[1]: Entering directory `/usr/src/kernels/2.6.38.6-27.fc15.x86_64'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory `/usr/src/kernels/2.6.38.6-27.fc15.x86_64'
make[1]: Entering directory `/home/lordrahl/Desktop/RTL8192SE/HAL/rtl8192'
make -C /lib/modules/2.6.38.6-27.fc15.x86_64/build M= CC=gcc modules
make[2]: Entering directory `/usr/src/kernels/2.6.38.6-27.fc15.x86_64'
  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[3]: *** No rule to make target `missing-syscalls'.  Stop.
make[2]: *** [prepare0] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.38.6-27.fc15.x86_64'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/lordrahl/Desktop/RTL8192SE/HAL/rtl8192'
make: *** [install] Error 2
I searched and found a lot of similar stuff and even a bug report for this, but I can't find an actual solution.
Lots of cookies to the guys who make my notebook connect to a network without cable.
link to the driver
Reply With Quote
  #2  
Old 30th May 2011, 07:35 PM
calanor Offline
Registered User
 
Join Date: Sep 2009
Location: India
Posts: 93
linuxchrome
Re: Problems While Installing Realtek RTL8192SE Drivers

I have rtl8191 wifi chipset and I have successfully installed drivers from realtek website.
Code:
yum groupinstall development-tools
then a simple build and install of driver source. Its working for me.
__________________
Fedora 15 x86_64, thinkpad edge 14

Common sense can not be compiled.
Reply With Quote
  #3  
Old 30th May 2011, 10:48 PM
WeltEnSTurm Offline
Registered User
 
Join Date: May 2011
Posts: 3
windows_7opera
Re: Problems While Installing Realtek RTL8192SE Drivers

I can successfully build the RTL8191SU driver, although I get a lot of pointer-to-int cast warnings (I'm on 64 bit), and nothing changes when I install it.
I need either RTL8191SE-VA2 or RTL8192SE, but for both of them this error occurs when trying to install.
And I already have the development tools.
Reply With Quote
  #4  
Old 30th May 2011, 11:34 PM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
linuxfirefox
Re: Problems While Installing Realtek RTL8192SE Drivers

If you successfully built the drivers you wouldn't get the pointer-in-cast errors.

Change to root permissions with SU - (don't forget the dash)


Then change into the directory that the drivers were extracted to. In my case it is:
~/Downloads/rtl8192se_linux_2.6.0019.1207.2010

Then run "make" then "make install"

Then reboot.

Last edited by Iron_Mike; 30th May 2011 at 11:36 PM.
Reply With Quote
  #5  
Old 31st May 2011, 01:22 AM
WeltEnSTurm Offline
Registered User
 
Join Date: May 2011
Posts: 3
windows_7opera
Re: Problems While Installing Realtek RTL8192SE Drivers

I don't think building with root will solve the pointer-to-int cast warnings, since it's an issue with pointers 64 bit size being cast to 32 bit integers. I don't get these warnings for the 2 8192SE drivers.
For the other two drivers, the error in the first post appears.
And I already tried building as root, all three of them - which didn't really change anything.

---------- Post added at 08:22 PM ---------- Previous post was at 07:07 PM ----------

Seems like "su -" did it, thank you. But why didn't it work with sudo?

Last edited by WeltEnSTurm; 31st May 2011 at 12:21 AM.
Reply With Quote
  #6  
Old 7th June 2011, 05:22 PM
paul8620 Offline
Registered User
 
Join Date: Jun 2011
Posts: 9
linuxfirefox
Re: Problems While Installing Realtek RTL8192SE Drivers

I have the same problem with my wireless card.
Can you help me I can give you more details if you want. thx
When i try to build drivers I get the following error:
[CODE
]make: *** /lib/modules/2.6.38.6-26.rc1.fc15.i686/build: No such file or directory. Stop.
make: *** [all] Error 2
[/CODE]
lspci returns:
Code:
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 VGA compatible controller: ATI Technologies Inc Redwood [Radeon HD 5600 Series]
01:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series]
02:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
Reply With Quote
  #7  
Old 8th June 2011, 02:29 AM
Iron_Mike's Avatar
Iron_Mike Offline
Registered User
 
Join Date: Jul 2005
Location: Ft Huachuca, AZ
Posts: 3,762
linuxfirefox
Re: Problems While Installing Realtek RTL8192SE Drivers

You don't have the kernel headers/compilers present. See post number 3

Open a terminal window and change to root permissions with su - (don't forget the dash) and type:

yum groupinstall development-tools

then change the partition where you extracted the realtek drivers and type:

make

then

make install

then reboot and see if your wireless is detected in network manager
Reply With Quote
  #8  
Old 8th June 2011, 07:00 AM
paul8620 Offline
Registered User
 
Join Date: Jun 2011
Posts: 9
linuxfirefox
Re: Problems While Installing Realtek RTL8192SE Drivers

For some reasons I forgot to give a restart after installing new headers for kernel
worked after reboot. Thx
Reply With Quote
  #9  
Old 11th June 2011, 11:22 AM
rndmusr Offline
Registered User
 
Join Date: Jun 2011
Posts: 5
linuxfirefox
Re: Problems While Installing Realtek RTL8192SE Drivers

Quote:
Originally Posted by WeltEnSTurm View Post
I don't think building with root will solve the pointer-to-int cast warnings, since it's an issue with pointers 64 bit size being cast to 32 bit integers. I don't get these warnings for the 2 8192SE drivers.
For the other two drivers, the error in the first post appears.
And I already tried building as root, all three of them - which didn't really change anything.

---------- Post added at 08:22 PM ---------- Previous post was at 07:07 PM ----------

Seems like "su -" did it, thank you. But why didn't it work with sudo?
The same happened to me: worked with su but not with sudo. No idea why.
Reply With Quote
  #10  
Old 31st October 2012, 06:55 PM
AlanV Offline
Registered User
 
Join Date: Oct 2012
Location: Cheltenham
Posts: 5
windows_7firefox
Re: Problems While Installing Realtek RTL8192SE Drivers

I followed the instructions provided by Iron_Mike and my RTL8192SE wireless is now working
in Fedora.
A big thanks to Iron_Mike
Reply With Quote
Reply

Tags
compile, kernel, network driver

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help installing some software and drivers (Firefox, ATI, Thunderbird, Realtek) silverwolf500 Installation and Live Media 10 5th July 2010 02:01 PM
Problems Installing Realtek HD Audio Driver Iyonesco Hardware & Laptops 0 29th March 2009 11:10 PM


Current GMT-time: 07:18 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat