View previous topic :: View next topic |
Author |
Message |
PsykLaw n00b
Joined: 05 Feb 2004 Posts: 54
|
Posted: Wed Jul 27, 2005 5:31 pm Post subject: network kernel compiling issues |
|
|
hi all. i just wanted to list an issue i had while trying to get my wireless card working initially. during the initial kernel compiling i was forced to allow genkernel to do it for me. the problem there is that it doesn't do a great job of it. it never compiles the alsa or the sound drivers for my laptop. i have to go back and recompile manually in order to get sound. however, if i compile manually first and only then for some reason i can't install ndiswrapper (wireless is the only means of networking for this old thinkpad). there is some sort of issue with linking and kernel source if i remember correctly. and i did go in and check the option for wireless lan cards (the only a/b/g card listed since my card is a g). has anyone else come up with this and gotten around by means other than compiling first with genkernel and then manually (to add sound)? at the moment, the end result is i have things working but i shouldn't have to recompile. additionally, i want to install gentoo onto an ibook in the near future so any problems that i can avoid there the better. TIA |
|
Back to top |
|
|
olivierva n00b
Joined: 12 Feb 2003 Posts: 58 Location: London (UK)
|
Posted: Wed Jul 27, 2005 8:24 pm Post subject: |
|
|
Have you tried:
Code: | genkernel --menuconfig all |
It comes up with the kernel config menu and let you select all the drivers nescesary (including alsa/sound)
Cheers,
Olivier |
|
Back to top |
|
|
PsykLaw n00b
Joined: 05 Feb 2004 Posts: 54
|
Posted: Sat Jul 30, 2005 1:02 am Post subject: |
|
|
thank you for the reply.
now would this still automatically load whatever lib that ndiswrapper seems to need that i don't see when i do it manually? (getting ready to install gentoo on an ibook tomorrow--although with airport i won't need ndiswrapper. |
|
Back to top |
|
|
olivierva n00b
Joined: 12 Feb 2003 Posts: 58 Location: London (UK)
|
Posted: Mon Aug 01, 2005 10:16 am Post subject: |
|
|
you have to select the proper drivers in the kernel menu (menu will come up after you issue command genkernel --menuconfig all) |
|
Back to top |
|
|
|