Quote:
Originally Posted by TBotNik
He he!
What part of "not connected" didn't you understand? Therefore install impossible, but remembered I had installed this before and good install would have wpa.conf in either the
Code:
~/user/.wpa
Or
~/user
directories, but I only find a wpa_suuplicant.config file and not where it should be!
|
each distro is different ot can be in where files go.
Quote:
|
How do I download the code to another machine so I can copy to flash then install?
|
hahahahhaha and HA HA!
I'd back them up by using mv to get them out of the way, and still have them if you need them.
got a different PC Library with a USB Port and usb stick?
the house next to yours -- start knocking on doors.
Quote:
Will I need to purge all old copies first?
Cheers!
TBNK
|
I've been here before too. stuck with having to figure out how to download wifi packages I need without wifi.
can you give just give that other then wap stuff a try -- normally that too is install default on a good distro
Code:
#!/bin/bash
#device name
sudo ifconfig wlo1 up
#list providers
#sudo iwlist wlan0 scan
#set a provider to the device
sudo iwconfig wlo1 essid "Google Starbucks" key "off"
that is what I use when I needed it without any kind of network manager.
run
Code:
#list providers
sudo iwlist wlan0 scan
to get your provicer and key if you do not already know it, then replace yours with what I have for mine.
Code:
sudo iwconfig wlo1 essid "Google Starbucks" key "off"
then just run them two commands.
Code:
#YOUR device name
sudo ifconfig wlo1 up
sudo iwconfig wlo1 essid "Your Service Provider" key "There key if it has one, or off as it will say off it off"
I'd try and say more but my brain is on a different issue at the moment.