LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-18-2007, 07:27 AM   #16
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422

Quote:
should I use the i686?
Yeah, that is certainly the one I would go with.

Quote:
I just keep reading about problems between F7 and ndiswrapper, so perhaps the 2.6.23.1 kernel will be better.... Of course what do I know?
One thing to keep in mind is that the wireless infrastructure in the kernel is undergoing some significant changes. The wireless stack is moving from SoftMAC to mac80211, which was contributed by Devicescape. This change doesn't affect ndiswrapper since it doesn't use either Softmac or mac80211, but it does affect native Linux drivers if you ever choose to go that route.

By the way, can I ask why you chose FC7? If wireless is an important issue for you an different distro may serve your needs and be less of a wireless problem. I usually don't suggest people change distros, but Fedora has a long history of wireless support problems.
 
Old 10-18-2007, 08:20 AM   #17
4kfooler
LQ Newbie
 
Registered: Oct 2007
Posts: 3

Rep: Reputation: 0
How Work????????
 
Old 10-18-2007, 11:24 AM   #18
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Originally Posted by 4kfooler View Post
How Work????????
Um, you might want to rephrase your question because I certainly don't understand what you're asking for.
 
Old 10-18-2007, 04:19 PM   #19
red hat flyfisherman
LQ Newbie
 
Registered: Oct 2007
Location: Birmingham, AL
Distribution: Linux Mint 11 LXDE
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
By the way, can I ask why you chose FC7?
Well a friend gave me a copy of Fedoa Core 3 a couple of years ago and I played around with it a bit but never really got into it. More recently, Windows really pissed me off and so I decided to try again. I went and bought a Fedora book that came with a FC1 cd and played around with that and decided to get the latest greatest release...

I guess I just defaulted to the distro that I had a little history with instead of really doing research on which would be the best to start out with...

I do need wireless capability to get my internet access, and there is no getting around that. I think I may have to throw in the towel on this one.... I enjoy fiddling and tinkering with things to see how they work, but at the end of the day I need my computer to be functional, period.
 
Old 10-19-2007, 07:18 AM   #20
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
I do need wireless capability to get my internet access, and there is no getting around that. I think I may have to throw in the towel on this one.... I enjoy fiddling and tinkering with things to see how they work, but at the end of the day I need my computer to be functional, period.
In which case, before you throw in the towel, may I suggest you try one of the *buntus. I've installed them on a few computers for new Linux users and they've had good success with it. As far as wireless goes, they have greatly reduced nonsense compared to FC.
 
Old 10-20-2007, 02:07 PM   #21
red hat flyfisherman
LQ Newbie
 
Registered: Oct 2007
Location: Birmingham, AL
Distribution: Linux Mint 11 LXDE
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
before you throw in the towel
Well, I am not going back to Microsoft, regardless. I should have been more clear because I meant giving up on F7, not linux....

I think I will check into the ubuntu family, from what I have read they are more newbie-friendly and compatible with wireless. Thanks for your help!
 
Old 11-20-2007, 07:54 PM   #22
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I have seen many Broadcomm not work with the old bcm43xx module from the kernel and now have not spent time with b43-fwcutter but check their site for any info.
http://linuxwireless.org/en/users/Drivers/b43

Now the first thing you should do is disable any security on the router. No WEP, WPA, WPA2, Ip and Mac filtering. Then turn on dhcp if not. You want to make the connection as simply as possible. Once you can do that then enable security and rsolve any issues with that. No sense trying to resolve WEP when the connection would never work in the first place.

Now my experience is use ndiswrapper and the windows inf driver. Note: If the system is 64bit you need the 64bit inf driver. If 32bit then 32 bit driver.

Now the new Fedora 8 to use ndiswrapper requires blacklisting a series of modules that b43 loads on boot. Youe need to add these lines to /etc/modprobe.conf to blacklist the old bcm43xx and new b43 stuff.

Actually follow the details in post #64.
http://forums.fedoraforum.org/showth...810#post893810

I would add blacklist bcm43xx to it to make sure the old one is not loaded as well.

Now there are a couple of ways to install ndiswrapper. You can use yum to install and have it install ndiswrapper and the kmod portion that matches the kernel version you are running.
If you do source install then you need kernel-devel rpm installed that matches the kernel you are running. Then follow the install docs for ndiswrapper from their site. One thing that may need to be done is run the command ' depmod -a ' after installing ndiswrapper to update system.map file.

Now ndiswrapper module is built to the kernel you are running. If you change kernels you need to get the matching kmod or recompile the module for the new kernel.

What i found best is install the kernel-devel when you install the new kernel. Then have dkms install. This app recompiles kernels if a new kernel is booted. You need to install the ndiswrapper with dkms. I currently have this rpm installed. dkms-ndiswrapper-1.48-1.el5.rf. There are many for Fedora version distros as well.

Brian
 
  


Reply

Tags
ndiswrapper



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
error when compiling 2.4 version of kernel from 2.6 version in fedora core mshenbagaraj Linux - Kernel 1 04-30-2007 03:31 PM
ndiswrapper, ndiswrapper-utils, and Fedora Core 6 alkaholic Linux - Wireless Networking 1 02-03-2007 07:46 PM
ndiswrapper version wahaha Linux - Wireless Networking 1 08-30-2006 09:12 PM
ndiswrapper version 1.1 and 1.2 irena56 Linux - Wireless Networking 4 10-17-2005 01:34 PM
redhat fedora gcc version (compiled for 2.4.20) doesn't match kernel version 2.4.22 start1000 Linux - Software 0 03-16-2004 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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