#[ SOPVED ] wifi adaptor not detecting
296 messages Β· Page 1 of 1 (latest)
Have you finished the installation or are you trying to get internet to work in the terminal?
installed arch Linux
ok so you are on a desktop right now right?
currently on phone
No I mean in your arch installation
did you get a desktop environment installed
or did you stop at the terminal
what do u mean?, i used my physical adaptor for internet to install arch
π€₯
but my laptop have also a inbuilt adaptor, that is not detecting by arch
I am trying to understand if you just installed arch and are sitting on a terminal trying to install a desktop environment package, or if you have gotten a desktop installed and can't see your dongle in the wifi settings
last line
so you have a desktop setup right?
yes
alright
I assume you were able to install arch linux with wifi from the command line so you'll most likely have to go back to the installer to install any required packages for your wifi dongle
Did you do a manual install or did you use archinstall
arch install
ok
are you able to get on your laptop right now? I need you to type this command pacman -Qi linux-firmware
yes i can go
it's a package that contains drivers for a lot of devices
Qi , i tried Q by morning ππ
there is a chance archinstall did not install it by default
?
ok this means it is installed
btw i haved plugined my physical adaptor
you said neither the internal wifi nor the adaptor works right?
type pacman -Qi networkmanager
btw you don't need sudo for pacman -Q commands. -Q just reads information, it does not need permission to write stuff to the root
ok
systemctl status NetworkManager.service?
ok
see without physical adaptor
yup I see it
if you are able to plug in an ethernet cable, does the internet seem to work?
check that out after doing this command
ok that seems to be working fine as well then
not cable
Yeah I mean do you have any ethernet cables you can plug in or no?
Because that would help us round down the problem to wifi issues and not a network setup issue in general
no i haven't any cable
should i plugin the dongle?
shouldn't need it right now
Give me a minute. I am looking up stuff to find the problem
not sure but I am pretty sure all arch devices have it. Shouldn't cause any issues
ok
yup I have it as well
ohk
wait I may have found the issue
one second
try sudo systemctl enable dhcpcd@eno1.service
what is that?
when you typed ip addr you can see all your network interfaces including your wifi interface
it says that it is disabled for some reason
this command should enable it on startup
failed to enable unit
hm
try pacman -Qi dhcpcd
not found
ok this means you need to install it which needs internet which needs you to go back to the installer usb and enable it from there
but before that
you may be able to enable your wifi adaptor without having to install dhcpcd
if you type ifconfig does anything show up?
no
ok then I think you need to go into the usb sadly
can't install now? From terminal
no because you don't have internet access
you need internet to install stuff
ihave
huh?
i said i have physical wifi adaptor
does it work?
.
you said it didn't work previously if I am not mistaken
i installed arch install through this , bcoz my laptop inbuilt adaptor not showing
no my physical adaptor works , in built adaptor is not detecting by arch
oh
ok plug the adaptor in
connect to the wifi
and type ping www.google.com to make sure internet is working
working
yeah i did this while installing arch π
ok
the first command will update your entire system
You should never do pacman -Sy if you haven't heard this already before
it can lead to your system breaking
always pacman -Syu for updating
the second command will hopefully install dhcpcd
i did this by Morningπ
which is a program that takes care of ip management
yeah most times it won't break anything but it will eventually
type ip addr again
with the systemctl command I sent you before?
yes
ok π
I don't have too much experience with wifi, I use a desktop PC so not sure what else could be the issue otherwise sorry
i have pc also π
that's my pc's adaptor
still not showing
ok
I have one last idea
give me a second
Can you tell me if this command outputs anything lspci | grep "Broadcom"
If your laptop has a broadcom network card you need to install a seperate package for it to work apparently
try this command as well lspci -vnn -d 14e4:
plug in your wifi adaptor and install the broadcom-wl package using sudo pacman -S broadcom-wl
unplug the adaptor and reboot
it worked?
working
nice!
again thx π
The Bubble Package Manager received a thank you cookie!
#9742 π£ If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you
?
did you replace ubuntu with arch or install alongside it?
ok
gdisk /dev/sdb
which option is your arch installation?
hard drive
UEFI: Hard Drive? alright one sec let me look this up
yes
this can be pretty different depending on your UEFI firmware
try booting into the UEFI settings
or just select BIOS settings at the screen you are looking at
and send a screenshot
ok
one more help , can it will become, after starting laptop it will show which you want to open arch or windows
bcoz every time i need to use f12
you can set this up inside arch. I can show you after getting rid of the ubuntu option
I assume you use grub on arch right?
yup
alright then it should be pretty easy to make it show windows as well
let's get rid of the broken ubuntu option first though
in UEFI there is ubuntu only
that is a pretty weird uefi firmware not gonna lie
Wait arch is not uefi?
not showing in bios settings π€₯
Do you use Interal HDD or UEFI: Hard Drive to boot into arch
uefi hard drive
ok
if it doesn't let you boot you can just come back and re enable it
if you reboot does it load into arch?
i mean in UEFI
try launching arch
hm
ok
now let's get windows showing up
you need to install the os-prober package so type pacman -S os-prober
done
ok now do nano /etc/default/grub
done
You need to find a line like this #GRUB_DISABLE_OS_PROBER=false
you just need to remove the hashtag and save the file
so in the end it should look like this GRUB_DISABLE_OS_PROBER=false
if you press ctrl+w you can search for text btw
hot it
alright
ctrl+x to save and exit
when you are out type sudo grub-mkconfig -o /boot/grub/grub.cfg
and that should be it
you can reboot and see if windows shows up
permission denied π€₯
oh right
sudo
yup
exit without saving
and do the nano command again with sudo
change the same line and save
probably gonna need sudo for this as well
reboot?
yup
windows is not listed there
i didn't tried yet, but it's working
you should try it again because you may have accidentally uninstalled windows
btw windows is installed in ssd
as far as I know os-prober should detect windows automatically
wtf
maybe you accidentally chose the wrong partition in archinstall?
I do not know
try launching it
working windows
that shouldn't matter
opened
try installing the ntfs-3g
yeah pacman -S
done
even if this doesn't work this gives you the ability to write in ntfs drives so you can move stuff from arch into windows if you ever need to do this
reboot
if windows doesn't show up just go straight into arch
ok
reboot?
you did run mkconfig right?
no
yeah
should i?
yes
ok
done
now restart
noq reboot?
yep
hmm
idk
you can change this post's title and make it into grub os-prober not working or something
maybe someone more experienced can help you out
np
πππππ
... solved
#9742 π£ If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you