Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok... when I boot pclos and open network centre, my wlan network is already highlighted, however when I try to connect I get a connection failure. Now if I run the rmmod -f b43 in the terminal window and re-open network centre, my network is not highlighted, and when I select it and connect, it is successful... every time.
Is there a reason for this, or can I enter some script that will run every-time before I open NC, ensuring a connection, I realize this would be a workaround and not ideal, but I can't find what's wrong.
... it didn't like that, lost my wlan access (only Ethernet, good ol ethernet ) came back when I # the statement. Where does the mod b43 live, or get installed to?, I am downloading the command line book, but what does the '-f' do?
... it didn't like that, lost my wlan access (only Ethernet, good ol ethernet ) came back when I # the statement. Where does the mod b43 live, or get installed to?, I am downloading the command line book, but what does the '-f' do?
That's weird. Removing the module during its operation fixes the connection but not loading it at all breaks wlan. Ok, I guess you run rmmod -f b43 everytime you want to connect to wifi then.
b43 is a kernel module. If you are running a generic kernel, b43 will probably be part of a kernel-modules package and b43 is loaded at boot.
To know more about the command (or any other command), the man pages are usually a great place to start:
... that's how one uses 'man' thanks aragorn. I will learn more about the kernels and see if I can find the problem. The OS (PcLos 2016)is operating under 32 bit, so there might be some incompatibilities there... plod on McDuff
Oh, does the kernel get automatically updated each time I use Synaptic Package manager, or is this a separate update?
Oh, does the kernel get automatically updated each time I use Synaptic Package manager, or is this a separate update?
No, not each time. But if you have set automatic updates on your system, then once in a while when there is an updated version of your kernel, the system will either update the kernel during regular system upgrade or it will ask you if you wish to update the kernel, depending on how you set up things.
I guess you can also look for updates once you are in Synaptic and decide if you wish to update or not.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.