Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64304 - ipw2200 - bad install path for kernel modules...
Summary: ipw2200 - bad install path for kernel modules...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-16 12:52 UTC by richard sammet
Modified: 2004-09-19 14:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richard sammet 2004-09-16 12:52:57 UTC
the install path for the kernel modules in the ebuild is:
/lib/modules/${KV}/net

but, normaly wireless drivers are located at:
/lib/modules/${KV}/kernel/drivers/net/wireless/

Reproducible: Always
Steps to Reproduce:





for me, modprobe cant find the modules when they are in /lib/modules/${KV}/net.
after moving them to /lib/modules/${KV}/kernel/drivers/net/wireless/, everything
works nice.
Comment 1 Henrik Brix Andersen 2004-09-17 00:08:27 UTC
External kernel modules should not be installed to /lib/modules/${KV}/kernel/ subdirectories. If they are they will be removed upon every 'make modules_install' in /usr/src/linux'.

The ipw2200-0.7 ebuild runs depmod in pkg_postinst() so the kernel module loader should be able to locate the modules... Could you please try running 'depmod -a' after installing the ipw2200 and tell us if that solves it?
Comment 2 Jeremy Maitin-Shepard 2004-09-19 14:37:08 UTC
Reopen this bug if Henrix's suggestion does not resolve your problem.