LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-27-2016, 08:43 AM   #1
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Rep: Reputation: Disabled
Unhappy Help with Solus os and wifi driver problem URGENT NEED OF HELP


So I have recently installed solus os on my laptop. All good until I tried to install the wifi derives. Basically I installed them then restarted my pc for the changes to take effect but it wouldn't boot anymore.

Id warn me that it could not boot and that /dev/disk/by-uuid/lots of numbers and letters. Doesn not exist.

Them it should put me in emergency mode.

After that I tried reinstalling solus which went well. I restarted the os a couple times to check if it works , even powerd it off and turned on. Everything was fine. Then I installed the brodcom (might be wrong on the name) driver and restarted the os. This time it did the same thing as first time. What should I do ?
 
Old 11-27-2016, 08:52 AM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
What broadcom chip do you use?
 
Old 11-27-2016, 09:06 AM   #3
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Keruskerfuerst View Post
What broadcom chip do you use?
I'm not sure. For some reason it seems to boot when I have the original instalation media usb in. When I check the driver page there is a driver called " broadcoms IEEE 802.11a/b/g/n hybrid linux device driver"
How do I check what chip I have ?
 
Old 11-27-2016, 09:18 AM   #4
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
lspci -v | grep broadcom

on console

or check the doc of your computer or mainboard.
 
Old 11-27-2016, 09:19 AM   #5
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,003
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Copy output from
Code:
lspci -nnk
and post here, that will have the information in it.
 
Old 11-27-2016, 09:44 AM   #6
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
Hi...

Or you can use this command, which will shorten the list...

Code:
lspci -nnk | grep -i net -A2
Regards...
 
Old 11-27-2016, 09:52 AM   #7
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ardvark71 View Post
Hi...

Or you can use this command, which will shorten the list...

Code:
lspci -nnk | grep -i net -A2
Regards...
For network controller I got " Network Controller [0280]: Broadcom Corporation Device [14e4:4365] (rev01)
 
Old 11-27-2016, 10:02 AM   #8
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Any reason that you're trying to use the broadcom supplied drivers? Which likely only works with ubuntu LTS kernels (14.04). Instead of the b43 driver (although firmware can be tricky / b43-fwcutter).

$ dmesg | grep -i b43
 
Old 11-27-2016, 10:04 AM   #9
grail
LQ Guru
 
Registered: Sep 2009
Location: Perth
Distribution: Manjaro
Posts: 10,006

Rep: Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191Reputation: 3191
If the controller is working from the live-cd version, run the lspci command from there and it should also tell you the "kernel driver in use".
 
Old 11-27-2016, 10:07 AM   #10
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by grail View Post
If the controller is working from the live-cd version, run the lspci command from there and it should also tell you the "kernel driver in use".

Its not working FROM the liveusb but WHEN the liveusb is plugged in I'm pretty sure. I'm very confused ...
 
Old 11-27-2016, 10:08 AM   #11
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Also no apps seem to be launching apart from the terminal
 
Old 11-27-2016, 12:56 PM   #12
Dragos-popa
LQ Newbie
 
Registered: Nov 2016
Distribution: Lintx mint cinnamon
Posts: 13

Original Poster
Rep: Reputation: Disabled
Thanks for the help guys but I'm installing linux mint cinnamon now. Everything seems to work now, even wifi and all that .
 
Old 11-27-2016, 05:25 PM   #13
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 Dragos-popa View Post
Thanks for the help guys but I'm installing linux mint cinnamon now. Everything seems to work now, even wifi and all that .
Hi...

Glad you got it working.

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
RHEL5 wifi driver problem kamil_amin Linux - Laptop and Netbook 2 09-06-2008 03:15 PM
usb wifi driver problem arielsegal Linux - Wireless Networking 1 07-29-2007 12:48 PM
URGENT!!! sound driver problem..... sulinux Fedora 4 05-31-2006 01:24 AM
URGENT VGA Driver Problem syedusman Linux - Software 1 05-25-2003 10:41 AM

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

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