How to get the needed driver or firmware for your WIFI adapter

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6268
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

How to get the needed driver or firmware for your WIFI adapter

Post by bigpup »

If the Puppy version does not see the network hardware you have.

It is probably missing the needed firmware and or driver to run it.

Here is where people put drivers, they have compiled, for specific hardware, for specific Puppy versions.
Drivers are kernel specific, so they have to be compiled for the specific kernel, in the Puppy version.
viewforum.php?f=97
So look here if you need a driver.
Someone may have already compiled one for your Puppy version and hardware.

Also, there are a few topics on where to get needed firmware.

If driver is not already offered for your hardware.
Here is how to compile one:
viewtopic.php?f=97&t=635

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
mikeslr
Posts: 2791
Joined: Mon Jul 13, 2020 11:08 pm
Has thanked: 173 times
Been thanked: 835 times

Re: How to get the needed driver or firmware for your WIFI adapter

Post by mikeslr »

Thanks, marv for posting the instructions, https://www.forum.puppylinux.com/viewto ... 65#p101965,

Open a terminal and entering the following code:

dmesg | grep -i network

should provide a starting point.

Ozsouth, https://www.forum.puppylinux.com/viewto ... 40#p102040 suggests that the command to determine the missing a wireless driver, for an onboard adaptor (not usb dongle), is:
lspci -nn | grep etwork
(that starts with lowercase L & has a pipe symbol in the middle - usually shift & \ key).

Jafadmin, add this advice, https://www.forum.puppylinux.com/viewto ... 86#p102086

The following console command will display all detected WAP's, bypassing the various connection apps. This will show the raw output of what WIFI linux can see.
Change the 'wlan0' to match your specific wifi adapter.

Code: Select all
iwlist wlan0 scanning | egrep 'Cell |Quality|ESSID'

This is useful to isolate hardware problems from software problems.

Post Reply

Return to “Network/Server”