MX will not continue is wifi card is defunked

Report Bugs, Issues and non- package Requests
Post Reply
Message
Author
User avatar
galen
Posts: 270
Joined: Thu Dec 15, 2016 1:37 pm

MX will not continue is wifi card is defunked

#1 Post by galen »

seems like my internal wifi card has flaked out RTL8168/9,
this caused the system to stall after loading kernel during init.
never even makes it to terminal

/var/log/messages contains ... platform regulatory.0: Direct firmware load for regulatory.db failed ....
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

User avatar
Stevo
Developer
Posts: 12774
Joined: Fri Dec 15, 2006 8:07 pm

Re: MX will not continue is wifi card is defunked

#2 Post by Stevo »

I'm pretty sure the 8168/8169 is your wired Ethernet card--what do you get for

Code: Select all

inxi -N
?

User avatar
BitJam
Developer
Posts: 2283
Joined: Sat Aug 22, 2009 11:36 pm

Re: MX will not continue is wifi card is defunked

#3 Post by BitJam »

galen wrote: Tue Jun 11, 2019 9:53 pm seems like my internal wifi card has flaked out RTL8168/9,
this caused the system to stall after loading kernel during init.
You could try adding the boot parameter "blacklist=r8169" by using 'e' to edit the grub entry. If you installed the r8168 module then you may need to blacklist that too "blacklist=r8168,r8169". If this works then the simplest thing may be to update grub to contain that blacklist cheat.

You could also create a file to blacklist the module(s) but I *think* it may need to go in /lib/modprobe.d/ and you may need to rebuild your initrd/initramfs.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

User avatar
galen
Posts: 270
Joined: Thu Dec 15, 2016 1:37 pm

Re: MX will not continue if wifi card is defunked

#4 Post by galen »

the system will not boot past init
so no terminal / console
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

User avatar
BitJam
Developer
Posts: 2283
Joined: Sat Aug 22, 2009 11:36 pm

Re: MX will not continue if wifi card is defunked

#5 Post by BitJam »

galen wrote: Tue Jun 11, 2019 10:59 pm the system will not boot past init
so no terminal / console
This is why I suggested you make a change in the bootloader before you boot. If you press 'e' you will be able to edit the boot entry. Add the cheat I suggested and see it if now boots. You need to add it to the line that starts with "linux" and usually contains "quiet".

If you system auto-boots too fast to be able to press 'e' to edit the entry then try doing the same trick on the live-media. It's even possible the live media will boot without the blacklist cheat but I doubt it.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

User avatar
asqwerth
Developer
Posts: 7211
Joined: Sun May 27, 2007 5:37 am

Re: MX will not continue is wifi card is defunked

#6 Post by asqwerth »

Is this the same installation on which you had the gthumb issue in the other thread? I asked for output of

inxi -r

and Stevo has asked for

inxi -N

here.

So you're saying it's no longer possible to boot into the system at all? I wonder if there is hardware problem.
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
galen
Posts: 270
Joined: Thu Dec 15, 2016 1:37 pm

Re: MX will not continue is wifi card is defunked

#7 Post by galen »

I wonder if it is related to the failed nvidia driver install.

Right now on this machine at issue, nvidia has finally worked & I'm using a backup pci-e wifi card
I have switched repos to

Code: Select all

inxi -r
Repos:     Active apt repos in: /etc/apt/sources.list.d/antix.list 
           1: deb http://mirror.its.dal.ca/mxlinux/antix/stretch/ stretch main
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://ftp.ca.debian.org/debian/ stretch-updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/debian.list 
           1: deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/megasync.list 
           1: deb https://mega.nz/linux/MEGAsync/Debian_9.0/ ./
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb http://mirror.its.dal.ca/mxlinux/mx/repo/ stretch main non-free
           Active apt repos in: /etc/apt/sources.list.d/skype-stable.list 
           1: deb [arch=amd64] https://repo.skype.com/deb stable main
           No active apt repos in: /etc/apt/sources.list.d/various.list 
current pci-e card is working barely

Code: Select all

$ inxi -N
Network:   Device-1: Ralink RT5392 PCIe Wireless Network Adapter driver: rt2800pci 
           Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 
I must have post the wrong network card listed earlier, r8169 is internal.
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

Post Reply

Return to “Bugs and Non-Package Requests Forum”