Results 1 to 1 of 1
I have been trying to install a Netgear PA301 HPNA 2.0 card under Mandrake 8.1. I went to homepna.org and got their instructions for installing the HPNA drivers under Linux ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-25-2003 #1Just Joined!
- Join Date
- Jul 2003
- Posts
- 1
HPNA Network Card Install Trouble Under Mandrake 8.1
I have been trying to install a Netgear PA301 HPNA 2.0 card under Mandrake 8.1. I went to homepna.org and got their instructions for installing the HPNA drivers under Linux using the Linksys beta drivers. I installed the source (version 2.4.
under /usr/src/linux-2.4.8, as instructed by the site's installation procedure. I am doing all of this as root. I follow all the site's instructions verbatim, but their procedure does not include instructions on whether to go to the iL_hybrid or iL_hybrid_dbg directory once the Linksys drivers have been extracted. Regardless, I have tried executing "gmake LINUXVER=2.4.8" under both directories, to no avail. Each time I get an error that says something like "Never use kernel system headers, rather the specific kernel headers." I have no clue how to use Linux commands, my search for help with the HPNA install procedure has been fruitless, and I am just installing it to learn a few things about it, but I would like to have access to the internet from my Linux OS, so that every time I have a problem I won't have to reboot to my Windows OS. Here is the exact wording:
Code:[root@localhost root]# cd /root/Desktop/linux/iL_hybrid [root@localhost iL_hybrid]# uname -a Linux localhost.localdomain 2.4.8-26mdk #1 Sun Sep 23 17:06:39 CEST 2001 i686 un known [root@localhost iL_hybrid]# lspci 00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (rev 03 ) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev 03) 00:07.0 ISA bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02) 00:07.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01) 00:07.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 02) 00:0e.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fe) 00:10.0 Ethernet controller: Epigram Inc: Unknown device a0fa (rev 01) 01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 5446 [root@localhost iL_hybrid]# gmake LINUXVER=2.4.8 cc -O2 -DMODULE -DMODVERSIONS -D__KERNEL__ -DLINUX -I. -Iinclude -I/usr/src/linu x-2.4.8/include -Wall -Wcast-align -Wstrict-prototypes -Wpointer-arith -DIL_CERT -DDMA -DBINOSL -DIL_PROTOS -c -o il_linux.o il_linux.c In file included from include/linuxver.h:51, from il_linux.c:46: /usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-hea ders system headers, /usr/include/linux/modversions.h:2:2: #error but headers from an appropriate ker nel-source gmake: *** [il_linux.o] Error 1 [root@localhost iL_hybrid]# gmake LINUXVER=2.4.8-26mdk cc -O2 -DMODULE -DMODVERSIONS -D__KERNEL__ -DLINUX -I. -Iinclude -I/usr/src/linu x-2.4.8-26mdk/include -Wall -Wcast-align -Wstrict-prototypes -Wpointer-arith -DI L_CERT -DDMA -DBINOSL -DIL_PROTOS -c -o il_linux.o il_linux.c In file included from include/linuxver.h:51, from il_linux.c:46: /usr/include/linux/modversions.h:1:2: #error Modules should never use kernel-hea ders system headers, /usr/include/linux/modversions.h:2:2: #error but headers from an appropriate ker nel-source gmake: *** [il_linux.o] Error 1 [root@localhost iL_hybrid]#


Reply With Quote
