View previous topic :: View next topic |
Author |
Message |
SignOfZeta n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Aug 2005 Posts: 63 Location: New England
|
Posted: Fri Aug 12, 2005 4:48 am Post subject: Cannot emerge Intel 536EP drivers |
|
|
I'm trying to set up a home server (NAT, firewall, DHCP, DNS, rsync, distfiles via http-replicator, Web, FTP). Being stuck behind dial-up, I bought a hardware modem. It's based on the Intel 536EP chipset. It didn't have a box, so I can't tell you who the manufacturer is.
Firstly, I don't want module support in this kernel (I'm paranoid), but unless I compile in module support, the drivers won't build. Can the resultant modules be integrated into the kernel somehow?
Secondly, when I do recompile my kernel to load modules, the emerge just stops without throwing an error (to the screen, it displayed an error when I redirected the output to a file):
Code: | Calculating dependencies ...done!
>>> emerge (1 of 1) net-dialup/intel-536ep-4.69-r1 to /
>>> md5 files ;-) intel-536ep-4.69.ebuild
>>> md5 files ;-) intel-536ep-4.69-r1.ebuild
>>> md5 files ;-) files/intel536ep.confd
>>> md5 files ;-) files/intel536ep.initd
>>> md5 files ;-) files/digest-intel-536ep-4.69
>>> md5 files ;-) files/intel-536ep-4.69-kernel-2.6.11-pm.patch
>>> md5 files ;-) files/digest-intel-536ep-4.69-r1
>>> md5 files ;-) files/intel-536ep-4.69-kernel-2.6.10-tty.patch
>>> md5 src_uri ;-) intel-536ep-4.69.tgz
[32;01m*[0m Determining the location of the kernel source code
[32;01m*[0m Found kernel source directory:
[32;01m*[0m /usr/src/linux
[32;01m*[0m Found sources for kernel version:
[32;01m*[0m 2.6.11-hardened-r15
>>> Unpacking source...
>>> Unpacking intel-536ep-4.69.tgz to /var/tmp/portage/portage/intel-536ep-4.69-r1/work
[32;01m*[0m Applying intel-536ep-4.69-kernel-2.6.10-tty.patch ...
[A[121G [34;01m[ [32;01mok[34;01m ][0m
[32;01m*[0m Applying intel-536ep-4.69-kernel-2.6.11-pm.patch ...
[A[121G [34;01m[ [32;01mok[34;01m ][0m
>>> Source unpacked.
[32;01m*[0m Preparing Intel536 module
make -C /lib/modules/2.6.11-hardened-r15/build SUBDIRS=/var/tmp/portage/portage/intel-536ep-4.69-r1/work/intel-536EP-2.56.76.0/coredrv modules
make[1]: Entering directory `/lib/modules/2.6.11-hardened-r15/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.11-hardened-r15/build'
make: *** [536core_26] Error 2
!!! ERROR: net-dialup/intel-536ep-4.69-r1 failed.
!!! Function linux-mod_src_compile, Line 491, Exitcode 2
!!! Unable to make KERNEL_SOURCE_PATH=/usr/src/linux 536core_26.
!!! If you need support, post the topmost build error, NOT this status message.
|
I'm using kernel 2.6.11-hardened-r15, PaX, PIE/SSP should be enabled. CFLAGS/USE flags available upon request.[/code] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SignOfZeta n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Aug 2005 Posts: 63 Location: New England
|
Posted: Wed Aug 17, 2005 11:39 pm Post subject: |
|
|
All right, I've recompiled my kernel to support loading and unloading of modules, but I still get the same error. Here's a cleaner version of last time, as I've finally got SSH up and running:
Code: | CharCustom linux # emerge intel-536ep
Calculating dependencies ...done!
>>> emerge (1 of 1) net-dialup/intel-536ep-4.69-r1 to /
>>> md5 files ;-) intel-536ep-4.69.ebuild
>>> md5 files ;-) intel-536ep-4.69-r1.ebuild
>>> md5 files ;-) files/intel536ep.confd
>>> md5 files ;-) files/intel536ep.initd
>>> md5 files ;-) files/digest-intel-536ep-4.69
>>> md5 files ;-) files/intel-536ep-4.69-kernel-2.6.11-pm.patch
>>> md5 files ;-) files/digest-intel-536ep-4.69-r1
>>> md5 files ;-) files/intel-536ep-4.69-kernel-2.6.10-tty.patch
>>> md5 src_uri ;-) intel-536ep-4.69.tgz
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.11-hardened-r15
>>> Unpacking source...
>>> Unpacking intel-536ep-4.69.tgz to /var/tmp/portage/portage/intel-536ep-4.69-r1/work
* Applying intel-536ep-4.69-kernel-2.6.10-tty.patch ... [ ok ]
* Applying intel-536ep-4.69-kernel-2.6.11-pm.patch ... [ ok ]
>>> Source unpacked.
* Preparing Intel536 module
make -C /lib/modules/2.6.11-hardened-r15/build SUBDIRS=/var/tmp/portage/portage/intel-536ep-4.69-r1/work/intel-536EP-2.56.76.0/coredrv modules
make[1]: Entering directory `/lib/modules/2.6.11-hardened-r15/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/2.6.11-hardened-r15/build'
make: *** [536core_26] Error 2
!!! ERROR: net-dialup/intel-536ep-4.69-r1 failed.
!!! Function linux-mod_src_compile, Line 491, Exitcode 2
!!! Unable to make KERNEL_SOURCE_PATH=/usr/src/linux 536core_26.
!!! If you need support, post the topmost build error, NOT this status message. |
Apparently it needs me to create a make target called "modules." How can I do this? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SignOfZeta n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Aug 2005 Posts: 63 Location: New England
|
Posted: Mon Aug 22, 2005 1:44 am Post subject: Problem Solved |
|
|
As I didn't plan on making modules in the first place, I never ran "make modules" when building my kernel. Just a little tip for anyone who needs it... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|