LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ndiswrapper 1.12 for 2.6.11-1.1369_FC4 - Install issues (https://www.linuxquestions.org/questions/linux-software-2/ndiswrapper-1-12-for-2-6-11-1-1369_fc4-install-issues-432124/)

Robeasts 04-05-2006 07:33 PM

ndiswrapper 1.12 for 2.6.11-1.1369_FC4 - Install issues
 
I am have trouble installing ndiswrapper 1.12. I am using distro FC4 and my kernel is 2.6.11-1.1369. I read an article stating to have the "appropiate kernel sources installed", although I am unsure what that is.

When I type in make here is what I get:

[root@localhost ndiswrapper-1.12]# make
make -C driver
make[1]: Entering directory `/apps/ndiswrapper-1.12/driver'
make -C /lib/modules/2.6.11-1.1369_FC4/build SUBDIRS=/apps/ndiswrapper-1.12/driver \
DRIVER_VERSION=1.12
make[2]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
CC [M] /apps/ndiswrapper-1.12/driver/pnp.o
/apps/ndiswrapper-1.12/driver/pnp.c: In function ‘start_pdo’:
/apps/ndiswrapper-1.12/driver/pnp.c:321: warning: ignoring return value of ‘pci_set_power_state’, declared with attribute warn_unused_result
/apps/ndiswrapper-1.12/driver/pnp.c: In function ‘wrap_pnp_suspend_usb_device’:
/apps/ndiswrapper-1.12/driver/pnp.c:804: error: request for member ‘event’ in something not a structure or union
/apps/ndiswrapper-1.12/driver/pnp.c:804: error: request for member ‘event’ in something not a structure or union
/apps/ndiswrapper-1.12/driver/pnp.c: In function ‘wrap_pnp_resume_usb_device’:
/apps/ndiswrapper-1.12/driver/pnp.c:818: error: request for member ‘event’ in something not a structure or union
/apps/ndiswrapper-1.12/driver/pnp.c:818: error: ‘PM_EVENT_ON’ undeclared (first use in this function)
/apps/ndiswrapper-1.12/driver/pnp.c:818: error: (Each undeclared identifier is reported only once
/apps/ndiswrapper-1.12/driver/pnp.c:818: error: for each function it appears in.)
make[3]: *** [/apps/ndiswrapper-1.12/driver/pnp.o] Error 1
make[2]: *** [_module_/apps/ndiswrapper-1.12/driver] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/apps/ndiswrapper-1.12/driver'
make: *** [all] Error 2


Thanks -- any help would be greatly appreciated.

Brian1 04-05-2006 07:53 PM

You mentioned it as your issue. Does this directory exist usr/src/kernels/2.6.11-1.1369_FC4-i686?
If not you need to install the kernel-devel-2.6.11-1.1369_FC4-i686.rpm. Should be where you got the kernel-2.6.11-1.1369_FC4-i686.rpm

Brian1

Robeasts 04-05-2006 09:59 PM

Yea that directory exists. Could I have the kernel installed but not the kernel-devel part? Thanks.

Brian1 04-08-2006 09:45 AM

Thats got me confused. Is the ndiswrapper extracted on a linux type formatted partition?
I would contact the ndiswrapper team on this they should be able to help. Just make sure you tell them everthing about your system and hardware for faster help.

Brian1


All times are GMT -5. The time now is 03:28 PM.