LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-28-2015, 03:01 AM   #31
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761

Quote:
Building only for 3.18.0-kali1-amd64
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Are you using a 32bit or 64bit setup? That message suggests that you have a 32bit setup and the required kernel module did not build as the kernel source is not installed.
 
1 members found this post helpful.
Old 02-28-2015, 03:03 AM   #32
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
I have an idea .. Could I maybe try doing it the method with internet and then it would give me a bunch of errors saying it couldn't retrieve such and such file from www.blahbahblah.com and then I could copy each link and do it manually like that ? That way i'd know what the needed files are and where it goes searching for them.
 
Old 02-28-2015, 03:04 AM   #33
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
Well i'm pretty sure my processor is 64-bit, and I believe I installed a 64-bit version of Linux. Is there a way to double check ?
 
Old 02-28-2015, 03:06 AM   #34
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
The extension on most everything in the Boot folder is .c32
 
Old 02-28-2015, 03:09 AM   #35
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
If you have successfully built the kernel module, then try 'modprobe -v wl'. If there are no errors, check with 'lsmod | grep wl'. If the driver shows, then the kernel module has been loaded and you have been successful!
Hopefully setting up a suitable configuration will get you on-line.
 
1 members found this post helpful.
Old 02-28-2015, 03:16 AM   #36
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
Looks like a no go:

root@kali:~# modprobe -v wl
FATAL: Module wl not found.
root@kali:~# lsmod | grep wl
root@kali:~#
 
Old 02-28-2015, 03:22 AM   #37
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
Btw is this a typo?

Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man* pages or the how-to's this is the place!

man should be main ?
 
Old 02-28-2015, 03:22 AM   #38
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
Please post the output of 'uname -a'. This will show the details of the kernel you are running.
 
Old 02-28-2015, 03:25 AM   #39
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
Quote:
Btw is this a typo?
No, it is not a typo. Try typing 'man man' (use q to quit) and then 'man modprobe'.
 
1 members found this post helpful.
Old 02-28-2015, 03:28 AM   #40
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
Linux kali 3.18.0-kali1-amd64 #1 SMP Debian 3.18.3-1~kali4 (2015-01-22) x86_64 GNU/Linux
 
Old 02-28-2015, 03:31 AM   #41
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
Oh cool !

---------- Post added 02-28-15 at 04:32 AM ----------

So I believe that kernel corresponds to the 64 bit amiri?
 
Old 02-28-2015, 03:44 AM   #42
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
Yes, that confirms you are running a 64bit kernel. Note the architecture of x86_64

What does 'dpkg -s linux-source | grep Status' show?
 
1 members found this post helpful.
Old 02-28-2015, 03:49 AM   #43
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
root@kali:~# dpkg -s linux-source | grep Status
dpkg-query: package 'linux-source' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
 
Old 02-28-2015, 04:07 AM   #44
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,382

Rep: Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761Reputation: 2761
OK - That clarifies the error message in post #30. The wireless kernel module needs access to the kernel source to build successfully. You are going to have to download and install that package.

Now this is getting messier. I can find a linux-source-3.18_3.18.6-1+kali1_all.deb package for kali at http://mirror.internode.on.net/pub/k.../main/l/linux/
but the kernel version is later than yours.
It may install and allow you to build the kernel module.
 
1 members found this post helpful.
Old 02-28-2015, 04:12 AM   #45
agrestical
Member
 
Registered: Feb 2015
Posts: 58

Original Poster
Rep: Reputation: 0
Okay I am downloading it now. What is it exactly ?

I just use the dpkg -i command for it and then do the same for the other two correct ?

Last edited by agrestical; 02-28-2015 at 04:14 AM.
 
  


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
broadcom pci id 14e4:4320 no connection freakman420 Linux - Newbie 5 12-16-2010 08:32 PM
[SOLVED] Having real problems with fedora 14 and broadcom [14e4:4324] wireless card lmcilwain Linux - Wireless Networking 16 11-21-2010 10:33 AM
wifi driver code for pci id 14e4:4315 tkmsr Ubuntu 2 11-12-2010 07:24 AM
Yet another Broadcom (14e4:4311) driver post E-Man Linux - Wireless Networking 5 06-29-2007 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:21 AM.

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