LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 07-11-2006, 05:44 PM   #1
joetheprogrammer
LQ Newbie
 
Registered: Jul 2006
Location: Canada
Distribution: Slackware
Posts: 7

Rep: Reputation: 0
Question Need help getting modules for Slackware


Hello, I just *managed* to install Vector Linux onto my Apple MacBook. It works, but a lot of hardware is not detected. I found a site that describes which modules are needed to detect the hardware. However, when I modprobe them, it usually says that the module cannot be found. Is this because Slackware's a bit out of date?

I've downloaded the latest kernel source (2.6.17.4), and am about to compile it. Will compiling the kernel also build the modules I am missing? Here are the modules that I need:

- sky2
- new_wlan_scan_sta

Thanks for any help
 
Old 07-12-2006, 01:54 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by joetheprogrammer
However, when I modprobe them, it usually says that the module cannot be found. Is this because Slackware's a bit out of date?
It might just be that the support for said hardware hasn't been included in the kernel, either in the kernel itself or as modules. I don't know how Pat decides which hardware to include support for, possibly the most popular things.

Quote:
I've downloaded the latest kernel source (2.6.17.4), and am about to compile it. Will compiling the kernel also build the modules I am missing? Here are the modules that I need:

- sky2
- new_wlan_scan_sta
You'll need to choose to build the support into the kernel (or as modules) and this is done when you run "make menuconfig", "make xconfig", etc.
 
Old 07-12-2006, 11:15 AM   #3
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Quote:
Originally Posted by joetheprogrammer
Hello, I just *managed* to install Vector Linux onto my Apple MacBook. It works, but a lot of hardware is not detected. I found a site that describes which modules are needed to detect the hardware. However, when I modprobe them, it usually says that the module cannot be found. Is this because Slackware's a bit out of date?

I've downloaded the latest kernel source (2.6.17.4), and am about to compile it. Will compiling the kernel also build the modules I am missing? Here are the modules that I need:

- sky2
- new_wlan_scan_sta

Thanks for any help
Hi,

When you downloaded the kernel source, did you download the headers, modules?
 
Old 07-12-2006, 09:28 PM   #4
joetheprogrammer
LQ Newbie
 
Registered: Jul 2006
Location: Canada
Distribution: Slackware
Posts: 7

Original Poster
Rep: Reputation: 0
>When you downloaded the kernel source, did you download the headers, modules?
Well, I don't know. Is it included in the linux-2.6.7.14.tar.bz2 package?

I've tried building my kernel, but I've run into a lot of problems. I suck at configuring the kernel; I always manage to mess something up. My kernel image basically loads to the point where it tries to load the root filesystem, and then it panics because it says that "I have not specified a root" in the kernel parameters. The old kernel still loaded fine, so I'm guessing that I didn't configure SATA support right.

And after all the work of configuring the kernel with menuconfig, I still didn't get the sky2 and new_wlan modules I needed. I did everything exactly according to the Slack Book's instructions for compiling a new kernel. I have no idea which options add the sky2 and new_wlan modules, and poking around in menuconfig is so much work!
 
Old 07-12-2006, 09:52 PM   #5
bsdunix
Senior Member
 
Registered: May 2006
Distribution: BeOS, BSD, Caldera, CTOS, Debian, LFS, Mac, Mandrake, Red Hat, Slackware, Solaris, SuSE
Posts: 1,761

Rep: Reputation: 80
Hey, I found this for where the sky2 module is in the kernel config menu:

Device Drivers --->
Network device support --->
Ethernet (1000 Mbit) --->
<Y> SysKonnect Yukon2 support (EXPERIMENTAL) (SKY2)

I haven't found where the new_wlan_scan_sta module is yet.

Last edited by bsdunix; 07-12-2006 at 10:02 PM.
 
Old 07-12-2006, 10:02 PM   #6
bsdunix
Senior Member
 
Registered: May 2006
Distribution: BeOS, BSD, Caldera, CTOS, Debian, LFS, Mac, Mandrake, Red Hat, Slackware, Solaris, SuSE
Posts: 1,761

Rep: Reputation: 80
I found a refence to the wlan_scan_sta module here.

"MadWifi 'First Time User' HOWTO"

http://madwifi.org/wiki/UserDocs/FirstTimeHowTo

Some additional info:

"FAQs on loading MADWiFi modules"

http://madwifi.org/wiki/FAQ/ModuleLoadProblems

and "Kernel Configuration, The following options should be included in your kernel for the best MADWifi experience:"

http://madwifi.org/wiki/UserDocs/KernelConfig

Last edited by bsdunix; 07-12-2006 at 10:35 PM.
 
Old 07-15-2006, 12:59 PM   #7
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Yes, when you compile the kernel all modules you selected during the menuconfig will be built along with the headers and the kernel itself.

make menuconfig

make && make modules_install && make install

Be sure to edit your lilo.conf and run lilo or you'll have a headache.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware modules jac0b Slackware 2 10-10-2005 08:56 PM
Slackware 10.0 modules frado Slackware 7 05-04-2005 02:26 PM
tutorial - modules - slackware 9.1 xviddivxoggmp3 Slackware 3 02-24-2004 07:39 PM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - General 1 01-24-2002 01:50 AM
Re: modprobe: Note: /etc/modules.conf is more recent than lib/modules/2.4.9/modules.d Andy.M Linux - Newbie 2 01-24-2002 01:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 12:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration