LinuxQuestions.org
Visit Jeremy's Blog.
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-29-2016, 06:00 AM   #1
lkomarci
LQ Newbie
 
Registered: Feb 2016
Posts: 7

Rep: Reputation: Disabled
Kali booting issue - brcmsmac error messages


Hiya all,
I just installed the Kali rolling edition 2016.1.
Quote:
uname -a
Linux kali2 4.3.0-kali1-686-pae #1 SMP Debian 4.3.3-5kali4 (2016-01-13) i686 GNU/Linux
I've installed it on Acer Aspire One D270 (Intel based) and I keep getting error messages while attempting to boot the system. It goes something like this
Quote:
brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 0 addresses (implement)
brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: disassociated
brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
Supposedly it's a broadcom driver problem so I downloaded the Broadcom STA driver but I can't install it. After extracting the files I can't run the "make clean" command because it results in an error:
Quote:
#make clean
KBUILD_NOPEDANTIC=1 make -C /lib/modules/'uname -r'/build M='pwd' clean
make[1]: *** /lib/modules/4.3.0-kali1-686-pae/build: No such file or directory. Stop.
Makefile:165: recipe for target 'clean' failed
make: *** [clean] Error 2
Readme file for the driver installation says:
Quote:
If you try to build this module but get an error message that looks like
this:

make: *** /lib/modules/"release"/build: No such file or directory. Stop.

Then you do not have the proper packages installed, since installing the
proper packages will create /lib/modules/"release"/build on your system.
So I'm quite stuck now, don't know what to do or what to google for any more. Any ideas?

Last edited by lkomarci; 02-29-2016 at 06:02 AM.
 
Old 02-29-2016, 06:05 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Entering "pae/build: No such file or directory" into Google leads you to various solutions, including the installation of kernel-devel.

Let us know how you get on.

Last edited by hydrurga; 02-29-2016 at 06:27 AM.
 
Old 02-29-2016, 06:24 AM   #3
lkomarci
LQ Newbie
 
Registered: Feb 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
I googled it and most of the answers are supposed to lie within the "sudo apt-get update" which won't work for me. This is the result:
Quote:
Reading package lists... Done
E: Malformed line 5 in source list /etc/apt/sources.list (type)
E: The list of sources could not be read.
I also tried with
Quote:
apt-get install linux-headers-$(uname -r)
but it all it does is this:
Quote:
Reading package lists... Done
E: Malformed line 5 in source list /etc/apt/sources.list (type)
E: The list of sources could not be read.
I opened the sources.list file but it's completely empty. So I don't really know what I'm looking for here, lost in the woods. I'm not sure if somehow I messed up the sources.list file because I've tried so many things already. I tried fixing the 'apt-get update' error in so many ways that I googled up but zilch.
 
Old 02-29-2016, 06:32 AM   #4
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you please post the output from

Code:
inxi -r
 
Old 02-29-2016, 09:16 AM   #5
lkomarci
LQ Newbie
 
Registered: Feb 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
OK I'm getting worried now, less and less commands are working lol
Quote:
inxi -r
bash: inxi: command not found
 
Old 02-29-2016, 09:58 AM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by lkomarci View Post
OK I'm getting worried now, less and less commands are working lol
Did you install the full, light or mini version of Kali?
 
Old 02-29-2016, 01:41 PM   #7
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by lkomarci View Post
OK I'm getting worried now, less and less commands are working lol
Hi...

Another way of supplying the information hydrurga asked for is to navigate to "/etc/apt/sources.list" and open this file with a text editor. Please copy and paste all of the information found in that file and post it with your next reply.

Regards...
 
Old 02-29-2016, 01:55 PM   #8
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by ardvark71 View Post
Hi...

Another way of supplying the information hydrurga asked for is to navigate to "/etc/apt/sources.list" and open this file with a text editor. Please copy and paste all of the information found in that file and post it with your next reply.

Regards...
Thanks Ardvark. Sometimes the info is kept in the individual .list files within the /etc/apt/sources.list.d directory (as it is, for example on my Mint 17.3 system), and I assumed that perhaps something like that was at play when OP said that his sources.list file was empty (although "empty" may not actually be empty ).

So, if OP reads this and could cut and paste the contents of those .list files, ensuring the names of the files themselves are included, then that would be a great help.
 
Old 02-29-2016, 02:01 PM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by hydrurga View Post
Thanks Ardvark. Sometimes the info is kept in the individual .list files within the /etc/apt/sources.list.d directory (as it is, for example on my Mint 17.3 system), and I assumed that perhaps something like that was at play when OP said that his sources.list file was empty (although "empty" may not actually be empty ).
You're welcome and you may be right, too. We'll see what the OP posts back with.

Regards...
 
Old 02-29-2016, 06:01 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
one of the issues for the op might be that this is a laptop and Kali disables the network for security reasons

as for "broadcom" this IS A KNOWN issue

please search the kali forum for "broadcom"
https://forums.kali.org/forum.php

Last edited by John VV; 02-29-2016 at 06:07 PM.
 
Old 02-29-2016, 09:23 PM   #11
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by John VV View Post
one of the issues for the op might be that this is a laptop and Kali disables the network for security reasons
Hi John VV...

That's a good point, one that I assumed the OP took care of, perhaps wrongly.

@lkomarci: If that is the case, please see this page to enable it.

Regards...
 
Old 03-03-2016, 05:14 AM   #12
lkomarci
LQ Newbie
 
Registered: Feb 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
Problem solved guys.

Kali not wanting to boot doesn't actually have anything to do with the brcmsmac-related error messages, it's the gdm3 that's obviously faulty. A friend of mine solved the problem. So this is what he tells me he did:

He turned off gdm3 with system ctl (although not necessary). The most important thing was running Kali in runlevel 3. He did that by editing /boot/grub/grub.cfg and added "3" to the proper spot (beat's me where that is). Then he installed the packet containing the startx command and with apt-get installed xinit so now I start the GUI with startx. Also the the ~/xinitrc file he added a command that starts gnome-session.


That's it folks
 
1 members found this post helpful.
Old 03-03-2016, 06:13 AM   #13
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Great to hear, lkomarci. Thanks for letting us know what you did to resolve the problem.

Can you please mark this thread as "Solved"? Many thanks.
 
Old 03-03-2016, 06:39 AM   #14
lkomarci
LQ Newbie
 
Registered: Feb 2016
Posts: 7

Original Poster
Rep: Reputation: Disabled
My pleasure. Btw, I've just installed the Kali light version, no error messages whatsoever and no need to tamper with gdm3. Perhaps they messed something up
 
Old 03-03-2016, 03:21 PM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by lkomarci View Post
My pleasure. Btw, I've just installed the Kali light version, no error messages whatsoever and no need to tamper with gdm3. Perhaps they messed something up
Hi...

Glad you got it worked out.

Regards...
 
  


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
Help Dual Booting win7 and Kali DustinC86 Linux - Newbie 7 01-11-2017 06:00 PM
Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg aymeric75 Linux - General 2 07-11-2015 05:10 AM
Error messages when booting into Ubuntu... hikerguy Linux - Software 5 06-24-2011 11:29 AM
Error messages when booting Fedora Core 3 tmick Linux - Newbie 6 06-30-2005 06:05 PM
booting issue...error 15 (grub). please help if you can =( bjozsa Linux - General 1 02-17-2004 02:58 PM

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

All times are GMT -5. The time now is 04:21 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