home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Linux and Unix
Ask a Tech Support Question (free)!

ndiswrapper

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1930
Discussions: 204,288, Posts: 2,416,952, Members: 249,711
Old October 13th, 2004, 09:43 PM   Digg it!   #1 (permalink)
Member
 
Join Date: Jan 2004
Posts: 242
ndiswrapper

i am attempting to install ndiswrapper. it seems that it supports my dlink dwl-650 (not plus) card. i understand that i need to link to my kernel...but i dont know where it is. from http://ndiswrapper.sourceforge.net/w...p/Installation, it should be in /usr/src/. i may not have installed it from cd on initial install so i tried to upgrade the install and then installed the development kernel package i think. and there is still no file in /usr/src/ about the kernel. im pretty sure i can do the rest of the install going by the instructions because they are pretty straight forward, but i just cant figure out how to link to the kernel.


edit:: forgot to say im on redhat 9
engineuity is offline   Reply With Quote
Old October 13th, 2004, 10:48 PM     #2 (permalink)
Member
 
Join Date: Jan 2004
Posts: 242
ok i read that i need the rpm. im assuming i would just use an i386 rpm. i have found 2 on the redhat cd 1. they are:
kernel-BOOT-2.4.20-8.i386.rpm
kernel-pcmcia-cs-3.1.31-13.i386.rpm
which one do i use to install the kernel source?
on a sidenote: i am not part of redhat-network and did not dl any updates (not online yet)
please help me get online
engineuity is offline   Reply With Quote
Old October 15th, 2004, 12:15 PM     #3 (permalink)
Leader of the Crab People
 
Redwolf's Avatar
 
Join Date: Oct 2001
Location: NCSU
Posts: 4,381
Send a message via ICQ to Redwolf Send a message via AIM to Redwolf Send a message via Yahoo to Redwolf
I don't think it's either one of those. Do this...go into a command prompt (CLI or whatever you Linux people call it) and type
Code:
uname -r
Tell me what that spits out, should be something like 2.4.26.

I think you also need the source disks for the kernel source. If you don't have them, try http://rpmfind.net
Redwolf is offline   Reply With Quote
Old October 15th, 2004, 07:09 PM     #4 (permalink)
Member
 
Join Date: Jan 2004
Posts: 242
it gives me
2.4.20-8
i also downloaded the latest stable kernel from www.kernel.org. how would i apply this. it seems the newer kernel has better support for my card.
engineuity is offline   Reply With Quote
Old October 15th, 2004, 07:40 PM     #5 (permalink)
Not Really a Member
 
Join Date: Oct 2001
Posts: 26,134
What distro are you using?
You might be able to get it from your provider.

To make a custom kernel while not horribly difficult, does take some patience
Here is a Plain English Tutorial on how to do it.


---- edit ----
Wait
You're currently on 2.4, the current kernel is 2.6.. you may want to do some more reading as that makes it a little more difficult I beleive, upgrading a major version of the kernel.
I'd suggest maybe downloading newer ISO's from your provider and doing a full upgrade of the OS.
__________________
Helicopters don't fly; they vibrate so much and make so much noise that the earth rejects them.
vass0922 is online now   Reply With Quote
Old October 15th, 2004, 08:02 PM     #6 (permalink)
Leader of the Crab People
 
Redwolf's Avatar
 
Join Date: Oct 2001
Location: NCSU
Posts: 4,381
Send a message via ICQ to Redwolf Send a message via AIM to Redwolf Send a message via Yahoo to Redwolf
You got 2.6.8, right? Trust me, you don't want that (has too many problems). Get 2.6.7 instead. You'll need to dig through kernel.org to get it, but it's worth it.

Ok, now for a crash course in recompiling a kernel. I'm far to lazy (and sick) to sit here and write my doctorate thesis on it, so I'll point you so someone who has

http://www.linuxjunior.org/cgi-bin/p...Display&id=110

(Thanks PB/Brak!)

Some More:
http://www.digitalhermit.com/linux/K...ild-HOWTO.html <- This one's pretty good
http://linuxdevices.com/articles/AT3855888078.html
http://www.yoper.com/forum2/index.php?showtopic=880

Compiling the kernel is not an easy thing, and it requires that you think things through (will I need that, do I need this, etc). Fortunately, the help system in the kernel configuration step (the most critical part) is very friendly and nearly complete.

Things to remember when setting up:

1) Linux 2.6.x uses ALSA as it's sound library, not OSS. OSS is still there, but heck, ALSA is about 3 billion times better anyways, might as well switch over. I really reccomend the OSS compatibility (emulation?) setting though. Some apps don't like ALSA too much.

It's generally reccomended that you compile the drivers for the sound card (both the one specific to your card and thwe ALSA driver itself) as a module, but you don't have to. I didn't (just means I have to recompile the kernel if they update ALSA and I want it bad enough)

2) ALWAYS compile the 5 basic filesystems (ext2, ext3 (may be called ext2 + journaling), XFS, JFS, and ReiserFS) into the kernel. If you aren't sure which one you use, compile them into the kernel anyways, it won't hurt anything. I compile all the filesystems I know I'l need (those + vfat (windows), iso9660 and udf (CDs), etc) into the kernel anyways.

3) Compile loopback support in block devices. It's useful.

4) If you have an nVidia card, do NOT compile Riva framebuffer support. It confuses the real nVidia drivers.

Ther are other things I'm sure I'm forgetting, but that and those websties should get you in the right directions. If you have any questions, just ask them here and we'll get back to ya on them (like 'What do I need for USB support?', things like that).

Good luck!

Or, if you want to sidestep all of that, find a new kernel rpm and some sources. Here's one for Redhat 9:

http://rpmfind.net//linux/RPM/redhat...20-8.i686.html <- For Non-Athlon Systems (Intel, K6, etc).
http://rpmfind.net//linux/RPM/redhat...-8.athlon.html <- For Athlon Systems.
http://rpmfind.net//linux/RPM/redhat....20-8.src.html
Redwolf is offline   Reply With Quote
Old October 15th, 2004, 10:11 PM     #7 (permalink)
Member
 
Join Date: Jan 2004
Posts: 242
thanks for the info guys.
vass: im using redhat 9. i guess i could dl a newer version of my distro, but 2 things. 1) i live on campus at college and they limit our dorm bandwith...so i would have to dl and burn all of it in a computer lab. 2) i think recompiling a kernel should be one of those things you just have to know (upgrades and such?).
redwolf: thanks for the tip. ill get the version under. btw, ive been using a usb thumbdrive with no problems at all, so i guess im already usb ready. i just cant wait to be wireless
engineuity is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux - Get away from my NIC! vass0922 Linux and Unix 8 September 30th, 2004 05:30 AM
What Distro Do You Use? willy_ph Linux and Unix 33 September 28th, 2004 09:13 PM
Wireless internet help chevyman270 Networking and Internet 6 August 13th, 2004 02:10 AM
Red Hat Linux Problem JoeC494 Linux and Unix 3 May 24th, 2004 11:29 AM
Loading modules at boot up? washe Linux and Unix 9 December 3rd, 2003 11:48 AM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Broken Hard Drive (6)
Study: Majority Of Americans Out Of.. (5)
Is It Just Me? (893)
What Happens If Everybody Has Insur.. (14)
new case and still a werid buzzing .. (8)
Need help looking for video card (10)
[ F@H Chat] 03/07/10 New Month New.. (46)
Using two fan connectors for one fa.. (9)
RAM not fully used (22)
YOUR BEST TRICK OR TIP FOR YOUR COM.. (12)
Primary Master Drive Fails (9)
The end of XP is Nigh! (13)
Best Graphics Card? (7)
cpu overclock (6)
Recent Discussions
Broken Hard Drive (6)
Java - Need help ASAP (0)
Having trouble remembering a song tit.. (0)
Do I need to buy a Sony Video Link Mo.. (1)
unable to use dvd shrink (3)
[ F@H Chat] 03/07/10 New Month New T.. (46)
Launching certain games crashes my wh.. (1)
Computer won't turn on (2)
is this the correct optical cable? (11)
Looking for a great free Disk Burning.. (6)
new case and still a werid buzzing no.. (8)
WTB/WTF a few things (0)
Hp s3707c just hangs at HP boot scree.. (0)
YOUR BEST TRICK OR TIP FOR YOUR COMPU.. (12)
Best Prevention of Fake AntiVirus Pro.. (13)
Random lag spikes. (0)
Need help looking for video card (10)
Using two fan connectors for one fan (9)
video cards (1)
Microsoft Outlook 2010 and Windows 7 (8)
bad idea to plug 3pin cpu cooler into.. (3)
Burning ISO to DVD? (4)
EMachines w5243 keeps shutting down (11)
VIDEO CARD SUGGESTIONS (0)
Anyone heard of ZT Computers? (31)


All times are GMT -4. The time now is 11:16 AM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28