Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED]Wifi !?

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#31 Post by creachei »

OK I've got everything working fine, with everything I have done I can't really tell what solution made it work, but it is working ! :)

Thanks again for your time everyone, we can put this post in "solved", or can I ? I don't know it was my first post on a forum ^^

(this post is send with my laptop, on wifi)

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Wifi !?

#32 Post by Head_on_a_Stick »

creachei wrote:we can put this post in "solved", or can I ?
You can add [SOLVED] to the thread title yourself by editing your first post in this thread ;)

@v&n: great to see you back and sorry for muddying the waters, I get carried away trying to be a smartass sometimes :oops:
deadbang

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: [SOLVED]Wifi !?

#33 Post by Head_on_a_Stick »

Just out of curiosity, looking at the output quoted by v&n, it does look very strange.

Is the current output of `ip r` the same as in the script output?

If you run

Code: Select all

# ifdown wlo1
# ifup wlo1
Is the `ip r` output still the same?
deadbang

v&n
Posts: 624
Joined: 2015-02-04 02:57

Re: Wifi !?

#34 Post by v&n »

Head_on_a_Stick wrote:@v&n: great to see you back and sorry for muddying the waters, I get carried away trying to be a smartass sometimes :oops:
Great to see you too. :)
I never understood why you would ever need to be sorry for anything that you do here. :? The worst I've ever seen you doing is offering a well-intended advice based on an 'educated guess'. That's the best most of us can do.
(I'm actually feeling awkward while typing this, as if I'm somebody able to 'teach' you something about knowledge or etiquettes. :lol: )

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: [SOLVED]Wifi !?

#35 Post by creachei »

Head_on_a_Stick wrote: Is the current output of `ip r` the same as in the script output?
The script output is now :

Code: Select all

##### route #############################

default via 192.168.1.1 dev wlo1 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.17 
and, the output of your requests, weirdly gives :

Code: Select all

root@pc-141:~# ifdown wlo1
ifdown: unknown interface wlo1
root@pc-141:~# ifup wlo1
ifup: unknown interface wlo1

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: [SOLVED]Wifi !?

#36 Post by Head_on_a_Stick »

creachei wrote:The script output is now :

Code: Select all

##### route #############################

default via 192.168.1.1 dev wlo1 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.17 
OK, good, that looks much more sane.
creachei wrote:and, the output of your requests, weirdly gives
Yes, that's fine, I was getting all confused, you're not using ifupdown at all; not sure why I thought you were, tbh :?

@v&n: I learn from you each time you post, no need to feel awkward :)
deadbang

Post Reply