View previous topic :: View next topic |
Author |
Message |
Simba7 l33t
Joined: 22 Jan 2007 Posts: 708 Location: Billings, MT, USA
|
Posted: Sat Jan 26, 2008 6:06 pm Post subject: I need to update my packages/modules for upgrade to .24 krnl |
|
|
I want to upgrade all my systems to the .24 kernel, but what do I need to do about the modules/packages that depend on the kernel?
I know I need to re-emerge them, but how do I find out which ones I need to? |
|
Back to top |
|
|
aTan Tux's lil' helper
Joined: 06 Jan 2007 Posts: 134 Location: Czech Republic (Ukraine)
|
Posted: Sat Jan 26, 2008 6:23 pm Post subject: |
|
|
Code: | dep -L virtual/linux-sources |
|
|
Back to top |
|
|
psomas Retired Dev
Joined: 23 Sep 2006 Posts: 212 Location: Greece
|
Posted: Sat Jan 26, 2008 6:28 pm Post subject: |
|
|
or you could emerge module-rebuild...
however, some modules may not compile with2.6.24 kernel...
_________________ myblog
FOSS NTUA Community |
|
Back to top |
|
|
aTan Tux's lil' helper
Joined: 06 Jan 2007 Posts: 134 Location: Czech Republic (Ukraine)
|
Posted: Sat Jan 26, 2008 6:42 pm Post subject: |
|
|
Module-rebuild won't rebuild packages. For example such as hal, hplip, iptables, lm_sensor, etc.
btw similar to dep is to use:
Code: | equery d linux-sources |
|
|
Back to top |
|
|
Simba7 l33t
Joined: 22 Jan 2007 Posts: 708 Location: Billings, MT, USA
|
Posted: Sat Jan 26, 2008 7:18 pm Post subject: |
|
|
Thanks for the quick reply.
The only modules I use is ndiswrapper for one system (darn Inprocomm PITA) and rt2x00 on another as an AP.
At least the Inprocomm is client only. It connects via a Cantenna to my access point (parents..)
I did find when I emerged the latest kernel that NOTHING is set up, so I ended up using my old .config file from .23-r6 and tweaking it up a little. |
|
Back to top |
|
|
|