LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-21-2010, 04:08 AM   #1
comcastuser
Member
 
Registered: May 2004
Posts: 189

Rep: Reputation: 22
[Fedora 14] Trying to get Wireless working on a Toshiba Satellite L505-ES5010


It's got a "Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN" controller.

I've downloaded the driver at Realtek here
http://218.210.127.131/downloads/dow...#RTL8191SE-VA2

But when I try to install the driver I get this error:

make[3]: *** No rule to make target `missing-syscalls'. Stop.


Does this mean that this Toshiba is unable to connect wirelessly? Is there anyone else out there with this laptop who's been able to get it working?



Edited to add: I'm using Fedora 14. Thanks!

Last edited by comcastuser; 11-21-2010 at 04:10 AM.
 
Old 11-21-2010, 04:47 AM   #2
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
I've also tried to get ndiswrapper installed by following these instructions:

http://fedoramobile.org/fc-wireless/ndis-yum-livna
http://fedorasolved.org/post-install...ns/yum-config/

When I do "rpm -q rpmfusion-free-release rpmfusion-nonfree-release" it tells me I have both repos.

But when I try "su -c 'yum install kmod-ndiswrapper"

It says
"No package kmod-ndiswrapper available."

All my repos are installed perfectly. It all registers as being there. But kmod-ndiswrapper isn't there even though the instructions say it is.
 
Old 11-21-2010, 05:20 AM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Is your network password protected?
When you click network icon do you see your network?
My wireless drivers on my laptop installed automatically.
The only problem I had was that, after clicking on network signal bar to find my network, and putting in password, was, I had to reboot.
 
Old 11-21-2010, 05:50 AM   #4
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
So now I've tried to compile ndiswrapper itself from source.

I have my kernel headers installed perfectly via yum install kernel-headers. No errors there.

But when I try to compile ndiswrapper I get a FLOOD of errors starting with

/ndiswrapper-1.56/driver/wrapndis.c: In function ‘set_multicast_list’:
ndiswrapper-1.56/driver/wrapndis.c:953:13: error: ‘struct net_device’ has no member named ‘mc_count’


Those who are looking at Toshiba Satellite laptops, beware, you might be totally blocked out of wireless access... definitely avoid the L505 series or the Realtek 8191!
 
Old 11-21-2010, 07:02 AM   #5
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by EDDY1 View Post
Is your network password protected?
When you click network icon do you see your network?
My wireless drivers on my laptop installed automatically.
The only problem I had was that, after clicking on network signal bar to find my network, and putting in password, was, I had to reboot.
My network is not password protected yet. I cannot even see the wireless card in ifconfig or iwconfig.

I cannot activate the wireless option I created via system-config-network; the activate and deactivate buttons are grayed out.

Edit:
I tried to install the Realtek drivers from the Realtek website:
rtl8192se_linux_2.6.0015.0127.2010 and rtl8192se_linux_2.6.0018.1025.2010

the command "sudo make all" works fine but the command "sudo make install" stops with the following error:
"make[3]: *** No rule to make target `missing-syscalls'. Stop."

I have kernel 2.6.35.6-48.fc14.i686.PAE with ALL headers via yum install kernel-headers. This is a fresh install of Fedora 14 on a laptop.

Last edited by comcastuser; 11-21-2010 at 07:23 AM.
 
Old 11-24-2010, 05:55 AM   #6
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Hmmmm... so no one has experience compiling those Realtek drivers?
 
Old 11-24-2010, 06:45 AM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you seen this post?

http://www.spinics.net/linux/fedora/.../msg00938.html
 
1 members found this post helpful.
Old 11-24-2010, 07:10 AM   #8
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by EDDY1 View Post
Hmmm... okay, I did not see that in my search. Thanks for the heads-up!

I will reacquire that laptop and try again; I'll then edit this post with a report on the results.
 
Old 11-24-2010, 07:23 AM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Hopefully it helps you out.
 
Old 12-03-2010, 03:32 PM   #10
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by EDDY1 View Post
Hopefully it helps you out.
The source/link that the article refers to doesn't even have a functioning Makefile or a README file that they say look for.

Hooboy.

No wait, edit: I managed to find a copy of "rtl8192e_linux_2.6.0014.0401.2010.tar.gz" online.

In trying to "make install" this as root after following the instructions I still got:

Code:
make[2]: Entering directory `/usr/src/kernels/2.6.35.6-48.fc14.i686.PAE'
  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.35.6-48.fc14.i686.PAE'
make[1]: *** [modules] Error 2
What is this 'missing-syscalls' and why does it keep stopping the make install process?

Last edited by comcastuser; 12-03-2010 at 03:53 PM.
 
Old 12-03-2010, 05:23 PM   #11
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
There's an extra step in there. 2a & 2b
 
Old 12-03-2010, 06:38 PM   #12
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by EDDY1 View Post
There's an extra step in there. 2a & 2b
I have gcc installed as well as the kernel sources. It didn't work, I still got the missing syscalls error.
 
Old 12-03-2010, 07:53 PM   #13
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Did you cd to directory where the drivers were downloaded to?
 
Old 12-03-2010, 08:26 PM   #14
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
1 more you said you did "make install"
Did you do "make"?

I apologize for asking that 1, especially since you're no newbie, but I had to.
I wish 1 of the real techs step-up because I've run out of suggestions.
 
Old 12-03-2010, 10:12 PM   #15
comcastuser
Member
 
Registered: May 2004
Posts: 189

Original Poster
Rep: Reputation: 22
I am currently trying this solution which I was pointed to via IRC:

http://forum.nginx.org/read.php?30,145140
 
  


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
Toshiba Satellite A305 trackpad not working. bartonski Linux - Laptop and Netbook 1 12-14-2009 12:50 PM
Cannot get wireless to work on Toshiba Satellite L350-170 (Wireless card: RTL8187B) anon095 Linux - Laptop and Netbook 5 01-07-2009 06:33 PM
Touchpad Not Working On Toshiba Satellite A135 Slacker_Rex Slackware 18 10-25-2008 07:09 PM
Wireless support on Toshiba Satellite. MaaSTaaR Linux - Hardware 1 08-30-2007 03:22 PM
Suse 10.1 Wireless finally working on my toshiba Laptop Satellite M30-S731 Tje SUSE / openSUSE 0 06-10-2006 12:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:34 PM.

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