LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-20-2010, 02:25 AM   #1
rybnik
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Rep: Reputation: 0
installing ndiswrapper without pre-existing wired connection


Hi there! Thanks for your help in advance.

I'm a complete newbie. Started using Fedora 13 from a liveUSB w/ persistent overlay. My netgear wg511 wireless card is not recognized, so I want to install ndiswrapper. Any tips for doing this, given my situation (liveUSB, no wired connection)? Or is there a work-around that doesn't involve ndiswrapper?

Thank you!
 
Old 08-20-2010, 06:34 AM   #2
zrdc28
Member
 
Registered: Dec 2007
Location: Alabama USA
Distribution: Slackware current
Posts: 309

Rep: Reputation: 55
The only way I know to do it is get a friend to download the ndiswrapper tar ball and put it to cd, move it to your machine and do a "tar xvzf ndiswrapper".
 
Old 08-20-2010, 06:00 PM   #3
rybnik
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by zrdc28
The only way I know to do it is get a friend to download the ndiswrapper tar ball and put it to cd, move it to your machine and do a "tar xvzf ndiswrapper".
Thanks for the reply!

Yeah, I have no issue transporting files and I've got the tarball. (This machine is windows, and I get wireless from Windows no problem; I'm just running fedora from liveusb.)

Anyway, there seems to be an issue with the "make" command. Does this mean that I don't have the "development packages" installed? The following is what the terminal spat out, when I tried to run "make" and then "make install." Any help would be appreciated. Is this a simple matter of getting the development packages?--if so, how can I do that?

[liveuser@localhost ndiswrapper-1.56]$ make
make -C driver make[1]: Entering directory `/home/liveuser/Desktop/ndiswrapper-1.56/driver' Makefile:34: *** Cannot find kernel version in /usr/src/kernels/2.6.33.3-85.fc13.i686, is it configured?. Stop. make[1]: Leaving directory `/home/liveuser/Desktop/ndiswrapper-1.56/driver' make: *** [all] Error 2

[liveuser@localhost ndiswrapper-1.56]$ make install
make -C driver install make[1]: Entering directory `/home/liveuser/Desktop/ndiswrapper-1.56/driver' Makefile:34: *** Cannot find kernel version in /usr/src/kernels/2.6.33.3-85.fc13.i686, is it configured?. Stop. make[1]: Leaving directory `/home/liveuser/Desktop/ndiswrapper-1.56/driver' make: *** [install] Error 2 [liveuser@localhost ndiswrapper-1.56]$ ^C [liveuser@localhost ndiswrapper-1.56]$
 
Old 08-20-2010, 07:57 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,965

Rep: Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622
May be in your distro already. What is it?
 
Old 08-20-2010, 08:07 PM   #5
rybnik
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro
May be in your distro already. What is it?
Fedora 13 on a liveUSB. Would this perhaps be easier if I used an older fedora release?
 
Old 08-22-2010, 05:55 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,965

Rep: Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622Reputation: 3622
Gee, sorry. I guess I can't read.

I might be tempted to boot to some wired computer with that flash drive and get it that way.


Otherwise most rpms can usually be installed locally if you download them. Be sure you get all the ones you'd need or you'll be back and forth.
 
Old 08-22-2010, 07:36 PM   #7
xtacease
LQ Newbie
 
Registered: Oct 2007
Location: Austin/Warsaw
Distribution: oSuse 11.1
Posts: 12

Rep: Reputation: 1
Quote:
Originally Posted by rybnik View Post
Fedora 13 on a liveUSB. Would this perhaps be easier if I used an older fedora release?
I don't think so. It looks like when you installed to the liveUSB you didn't include the binaries for ndiswrapper, or they're not part of your distro period.

What rpm is looking for to install ndiswrapper is the kernel source (at first glance) so it can configure itself accordingly. You can manually search redhat.com and grab the relevant kernel-source rpm to install this automatically. Then run the install again to see if you're missing any other dependencies. Or, possibly
Code:
rpm -R /path/to/file.rpm
 
Old 08-22-2010, 08:33 PM   #8
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
I would also suggest going onto Pbone and getting a precompiled RPM and installing (plus dependencies):

http://rpm.pbone.net/
 
Old 08-28-2010, 09:08 PM   #9
rybnik
LQ Newbie
 
Registered: Aug 2010
Posts: 8

Original Poster
Rep: Reputation: 0
I appreciate all the help, folks!

So I did some experimentation. Apparently it's just that fedora liveUSBs are shotty--it didn't have the development packages thrown in, and it didn't even allow me to switch to root.

However, I made a liveUSB of ubuntu--and on that I was able to run the make/make install perfectly and I installed ndiswrapper from source code. I was subsequently able to install the appropriate driver; however the wireless card still didn't work. If I recall correctly, I was able to run the install and the modprobe, but as for configuring wlan0--the system got stubborn.

Anyway, it seems I made a lot more progress on this with ubuntu than with fedora. And as it turns out, I stumbled across a different thread that stated that even on a liveUSB with a persistent overlay (which I have on both USBs), you still can't install drivers--for whatever reason.

But it's not really an issue anyway, since in two weeks (after my current school term), I'm going to do a clean install of fedora on my hard drive. (currently running only windows xp)

So, here's a toast--another guy just made plans to switch over from windows to linux.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installing Debian on Laptop - No Wired Connection Available Diomedes Debian 9 11-08-2009 10:09 AM
installing linux on pre-existing vista machine cmik Linux - General 8 05-29-2007 07:23 PM
Installing Fedora on a pre-existing XP PC drizkol General 14 02-07-2006 04:53 PM
Installing Windows along with Pre-Existing Linux steyr Linux - Newbie 3 02-10-2004 06:49 AM
Installing Win98 on slave drive to pre-existing linux install on primary eliszka Linux - Software 8 11-07-2001 10:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:09 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