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

 

 

 

Internet issues

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
dawizr
Posts: 1
Joined: 2018-05-22 04:04

Internet issues

#1 Post by dawizr »

Hi to everyone!

Yesterday I installed Debian 9 in my computer. After fixing the error that can't connect to the wifi red, it was downloading with this speed

Image

That's on Debian, and now in Windows 10

Image

How can I fix this issue?

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Internet issues

#2 Post by debiman »

what's the problem?

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: Internet issues

#3 Post by None1975 »

debiman wrote:what's the problem?
Hello. Maybe ts have speed issue?
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Internet issues

#4 Post by shep »

One likely possibility is that your Debian Configuration is using 2.4GHz single band while Windows is using 5GHZ multiband.

For anyone to help you further we need to see how your wireless network is configured. Not the wpa-keys, just the channels, signal strength etc. Debian 9 uses the new commands described here:
https://dougvitale.wordpress.com/2011/1 ... /#ifconfig


Start with

Code: Select all

ip a
to list all network interfaces
The wireless interface usually starts with "wl"
Debian 9 uses the same iw commands to display wireless status as Arch Linux.
https://wiki.archlinux.org/index.php/Wi ... figuration
To get the status of the interface with

Code: Select all

iw dev wl*** link
. You can save the status details into a text file, to post here, with

Code: Select all

iw dev wl*** link >> text.file
Last edited by shep on 2018-05-26 19:47, edited 1 time in total.

Bulkley
Posts: 6383
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Internet issues

#5 Post by Bulkley »

shep, thanks for the link. I never knew the tried and true commands were deprecated.

Post Reply