LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-15-2011, 10:45 PM   #1
rusty2
Member
 
Registered: Aug 2005
Posts: 65

Rep: Reputation: 15
opensuse 11.4 cannot use the tar.gz file from Realtek rtl8192se


Not too many entries for this Realtek product in the forum, but it appears that the commands MAKE and MAKE INSTALL do not work in opensuse 11.4 for the above Realtek NIC. I suspect that it is Realtek's driver which is a tar.gz file and the problem. They do not provide either an rpm or deb file.

Is there anyone out there who has had success with this driver in opensuse 11.4, or for that matter, opensuse 11.3?

Thanks
 
Old 05-15-2011, 10:50 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hello,

Can you explain more what does not work with make and make install? Could you post us some output of the errors/warnings you are getting? Maybe I/we can help troubleshoot further with your problem.

Cheers,

Josh
 
Old 05-15-2011, 11:02 PM   #3
rusty2
Member
 
Registered: Aug 2005
Posts: 65

Original Poster
Rep: Reputation: 15
Hi Josh;

Yeah....I'll go back on the laptop..that's where the problem is...a Toshiba. And the only wireless onboard is the Realtek.

For right now, without having the display at hand and by memory...basically in a terminal, attempting to compile their driver which is known as
rtl8192se_linux_2.6.0017.0705,2010.tar.gz, after I "decompose it" by using tar -xzvf..etc to get the file ready to compile, "make", I get an error in the terminal to the effect that "make" is not a valid command.

Now, this procedure works fine in say, Debian 6, or Kubuntu, etc. Also, it works in PCLinux 2010. But for some reason, in my netinstall version of opensuse 11.4, it has a heart attack.

I'll have to shut down now but tomorrow I'll post the exact words of the hiccup in the terminal.

Thanks
 
Old 05-16-2011, 03:19 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,512

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
There is no package 'make' provided by a "live cd Suse 11.4" install.
All development tools must be installed afterwards :


# zypper in make automake autoconf libtool gcc-c++


..

Last edited by knudfl; 05-16-2011 at 03:21 AM.
 
Old 05-16-2011, 09:18 PM   #5
rusty2
Member
 
Registered: Aug 2005
Posts: 65

Original Poster
Rep: Reputation: 15
I just posted a reply but it seems to have been directed to Mars so I'll do this again:

Laptop is a Toshiba Satellite L650 series.

I did have make which I installed with zypper. Then I installed those files suggested by knudfi above.

These did not make the problem go away.

The error msg is:

make: *** /lib/modules/2.6.37.1-1.2.desktop/build: no such file or directory. Stop.
make: *** [all] error 2

This Realtek file has been used on the same laptop successfuly for a few deb O/Ss including Debian 6 and Kubuntu 11.04 and with PCLinux 2010.
The actual nomenclature for the device is the rtl8191se.

Thanks for your time.
 
Old 05-17-2011, 02:53 AM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,512

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 5 : Install the "kernel development files".

The command : 'uname -a' will reply with the installed version.

Example 'uname -a' = 2.6.37.1-1.2-desktop : Then you must do :

# zypper in kernel-desktop-devel
 
Old 05-17-2011, 02:44 PM   #7
rusty2
Member
 
Registered: Aug 2005
Posts: 65

Original Poster
Rep: Reputation: 15
Knudfl;

I had zipper install the files that you recommended above and still have the very same scenario and error msg after attempting to execute make.

Here is the output of uname -a:

Linux linux-jadp.site 2.6.37.1-1.2desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 athlon i386 GNU/Linux

There are a whole slew of updates for this install which I think I shall install before I try anything else. Perhaps an upgrade/update will kill this problem, but it seems that installing a wireless device should be close to elementary action...I've done this so many times before.

Any further ideas would be appreciated.

Thanks
 
Old 05-17-2011, 02:53 PM   #8
SL00b
Member
 
Registered: Feb 2011
Location: LA, US
Distribution: SLES
Posts: 375

Rep: Reputation: 112Reputation: 112
Sounds like you're using the wrong binaries for your distro. SuSE is an RPM-based distro, so download the RPM version and install with zypper or Yast.

http://194.116.73.74/distribution/di...l8192se.source
 
Old 05-17-2011, 03:43 PM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,512

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
There are a whole slew of updates for this install ..
When you do # zypper in kernel-desktop-devel
.. then you will get the latest update = 2.6.37.6-0.5.1 .

So the only required update is 'kernel-desktop' : # zypper in kernel-desktop
... Which will provide "kernel-desktop-2.6.37.6-0.5.1 :
And you now have a match with kernel-desktop-devel, and can build a 3rd party
module / driver. You will have to reboot to use these new files.
 
Old 05-17-2011, 06:14 PM   #10
rusty2
Member
 
Registered: Aug 2005
Posts: 65

Original Poster
Rep: Reputation: 15
Hi Knudfl;

Finally. Downloading with zypper kernel-desktop did the trick. Now running 2.6.37.6-0.5.1 and it merely needed the new desktop to install. A contribution above from SL00b to a site with the rpm didn't work...it left an error message about a repository.

So this is being typed on the Toshiba laptop and the RTL device running smoothly.

I hate laptop keyboards. They ought to make the touchpads much smaller because of big hands.

Thanks again for your help.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
Script to find tar archives, read tar file contents, output content to an index file. bluesword1969 Linux - General 4 02-07-2011 12:15 PM
[SOLVED] Having real battle, Slack64 13.0, realtek rtl8192se wireless. mrclisdue Slackware 9 03-10-2010 11:43 AM
gave wrong syntax for tar as tar -cvzf file file.tgz how to recover the file gautham Linux - General 4 04-13-2005 03:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration