Results 21 to 29 of 29
yeah when i tried to install the nsidwrapper, it gave me some error in the terminal when i did the "make, make file" part it said something about KBUILD like ...
- 01-31-2008 #21Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
yeah when i tried to install the nsidwrapper, it gave me some error in the terminal when i did the "make, make file" part it said something about KBUILD like i had to set the kernel source in KBUILD or something like that.
- 02-01-2008 #22
I'm not exactly sure, but I think that error is referring to the programs needed to compile a kernel module. NDISwrapper (and most Linux drivers) are kernel modules.
The NDISwrapper installation wiki that I linked to before, has the prerequisites listed that are needed to compile it. I understand that the kernel source is no longer included with Fedora 8. You may be able to just install the kernel headers to compile NDISwrapper. You may be able to get YUM to install them using this command (as root).
If that gives you too many files (there should be only one), you will have to specify your kernel version. To find the kernel version, enter this.Code:# yum install kernel-devel
Use that information to install the headers with yum.Code:uname -rm
I found a Fedora 8 guide that may help you with some things.
Personal Fedora 8 Installation GuidePaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-01-2008 #23Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
so, would i need to download Yums also and for the kernel version, what would i type if the kernel gives me too many files for: # yum install kernel-devel ? like if my kernel was 4 would i type # yum install kernel-devel4 or # yum install kernel-devel 4 ?
- 02-01-2008 #24
There is another package that you may need to install, kernel-headers. Install that the same way you installed the kernel-devel package.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-01-2008 #25Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
just to make sure, i would do # yum install kernel-devel (by going to link you gave me) then i would do # yum install kernel-header (by going to link you gave me) ? edit: for the devel one, there is i586 and i686...
- 02-01-2008 #26
I was just checking my Fedora 8 file server. I think that I updated it, so my kernel is 2.6.23.14-107.fc8.i686. So, when I use YUM, I only needed to enter this.
It takes care of the version. If I needed to specify the version, I would enter this.Code:# yum install kernel-devel
Code:# yum install kernel-devel-2.6.23.14-107.fc8.i686
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-02-2008 #27Just Joined!
- Join Date
- Jan 2008
- Posts
- 12
Ok, i will have to try that.
- 02-03-2008 #28
I thought that I should try out some of my own advice. So, I installed Fedora 8 on a partition on my laptop.
I am writing this using Fedora 8 and the wireless in my laptop.
My laptop uses a Broadcom wireless, so I am currently using the Linux native b43 driver module. I tried to use NDISwrapper, but the module wouldn't load properly. There may be another module besides b43 that is interfering, I'll try again someday.
I did compile NDISwrapper from source, with no problems. When I installed Fedora 8, I selected most of the programs in the Development section. Upon the initial boot, I upgraded the system with yum.
I still had a lot of trouble setting up the wireless. Then I found a very helpful guide for Fedora 8.Code:yum -y upgrade
Fedora8 - Fedora Guide
The section on wireless is mostly for Broadcom wireless, but I think that it will be helpful for any wireless on Fedora 8. Here is the section on NDISwrapper. I haven't tried it yet.
Fedora8 - Fedora Guide
It says to download NDISwrapper binary from a repository. Maybe you should try that method, it just may work ok. It will be a bit easier too.Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-04-2008 #29Just Joined!
- Join Date
- Jan 2008
- Posts
- 22


Reply With Quote

