Installing random software/firmware to your machine that does not match the kernel/libs is not a good idea. Where did you get those files? Are they made for the version of linux that you are using? Do they contain all of the needed dependencies? Do they conflict with what's already on your box? There is no support in your distros repo for your hardware? Debian has huge repositories. Is it brand new hardware? That's what package manager are for. So that you don't break things.
Start with the hardware.
Code:
lspci -k
lsusb
dmesg -w
Then when you know what hardware that you have, see if there is already support in your repo for it.
Quote:
I installed debian to my PC but it did not install the WiFi or Nic firmware so USB modem won`t connect.
|
How do you know that bad/missing firmware is the reason? What network manager does debian use, or which one are you using? apt? Do you have the network managers configuration file configured? Is there something that tells you that the firmware is missing?
Also what it the ouput of