You are not logged in.
Pages: 1
I cloned Linux 4.1-rc1 from the man himself and decided to shave a few seconds off of my boot time by disabling everything I know I will never use and/or don't have. I'm on a laptop so I doubt my hardware will change. I can configure the kernel, build it, add it to GRUB, and everything works but wireless. It's the not-so-great WiMax 6150.
Does anyone know what I'm doing wrong here? I cut my boot time in half, but wireless is a bit of a deal-breaker.
Offline
Does anyone know what I'm doing wrong here?
I'm guessing you disabled something that hardware needs to work..... Give us some actual information, we're not psychics: http://www.catb.org/esr/faqs/smart-questions.html
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I guess I could import my config from the 4.0 kernel, and just not touch anything related to networking.
Offline
Look at streamline_config.pl (kernel script) or modprobed-db (AUR).
Offline
Look at streamline_config.pl (kernel script) or modprobed-db (AUR).
YOU ARE A GOD
Offline
jasonwryan wrote:Look at streamline_config.pl (kernel script) or modprobed-db (AUR).
YOU ARE A GOD
Forum & Wiki Admin, so yeah, a lesser god ;P
Offline
I guess this perl script should be used with all the USB devices plugged in and all the non-frequent modules should be loaded if possible to make the config solid?
Personal spot :: https://www.smirky.net/ :: Try not to get lost!
Offline
Yes, you need to make sure all the modules that you may require are loaded when the script runs.
It is rather disappointing to discover you missed one after you have compiled and booted into your new kernel... ![]()
Offline
Pages: 1