@fedora

Страница 468 из 2988
Kohane
19.02.2017
14:43:40
Can't you mark your router as "hotspot"? There's a "Use as hotspot" option in the WIFI section, but I don't know how it works I never used it myself.

Gwindor
19.02.2017
14:44:36
Kohane
19.02.2017
14:44:48
Ahhh....!

Gwindor
19.02.2017
14:44:52
I am currently trying to do the same but it doesn't work either

Google
Kohane
19.02.2017
14:45:19
I misunderstood. He said router and I thought it was an actual router.

Gwindor
19.02.2017
14:45:25
Might be that not all wireless cards support that feature?

Kohane
19.02.2017
14:45:31
You know, a thing connected to ADSL

Gwindor
19.02.2017
14:45:38
I know :)

Yota is a 4G/LTE operator in Russia

They don't have landlines

Kohane
19.02.2017
14:46:06
Doh... and we have to guess...

I took it as some kind of Russian brand.

Gwindor
19.02.2017
14:46:56
Russian brand in networking is Eltex :P

So, question is how to make an Access Point mode working :)

Kohane
19.02.2017
14:49:51
Good question.... I'm pretty sure this is possible... I remember I did years ago... but with an OLPC laptop ? Maybe isn't a feature available to everyone? OLPC are intended to be use as hotspot among other things.

Дмитрий
19.02.2017
14:52:02
Access point till yesterday worked without problems. Just yesterday I reinstalled the OS

and now it has stopped working and I can not configure. Technical service operator has appealed. They said that everything is fine.

Google
Kohane
19.02.2017
14:53:16
Just out of curiosity, why did you reinstall Fedora?

Let's start with the basic... If you plug your dongle and you try to connect to internet... can you? Do you get online?

Дмитрий
19.02.2017
14:55:39
And to reinstall fedora 25 was just installed wine and after it was installed many windows programs, began glitches, I got tired and I just reinstalled. And just don't like anything extra.

Kohane
19.02.2017
14:56:00
I see...

Дмитрий
19.02.2017
14:57:59
modem to computer gives good Internet connection, the modem is working fine, the only thing he doesn't do wifi the rest. Through a router it also works fine, but I don't like using the router the Internet speed drops sharply.

Дмитрий
19.02.2017
15:03:01
Thank you

Kohane
19.02.2017
15:07:39
modem to computer gives good Internet connection, the modem is working fine, the only thing he doesn't do wifi the rest. Through a router it also works fine, but I don't like using the router the Internet speed drops sharply.
This can be a hardware issue. I think not all laptops can be turned into hotspots. My suggestion would be searching your laptop model to see if does has this feature/capability or not.

19.02.2017
15:53:10
hello, do you guys know how to increase the /

mine is almost full

Álvaro
19.02.2017
15:53:48
With disks

Or gparted

Can ya?

19.02.2017
15:56:49


Terry
19.02.2017
15:58:04
19.02.2017
15:59:38
Terry
19.02.2017
15:59:44
but what are you doing?

Pedro
19.02.2017
16:00:03
The mint installation takes so long?

Google
Gwindor
19.02.2017
16:00:04
you kindof have to reinstall
Why so? Gparted can change partitions size

Terry
19.02.2017
16:00:26
Why so? Gparted can change partitions size
but it also tends to wipe all that data

力也
19.02.2017
16:00:38
Gwindor
19.02.2017
16:00:43
Idk, Acronis then?

Juan-Luis
19.02.2017
16:02:15
Terry
19.02.2017
16:02:24
No it doesn't
does for me

Juan-Luis
19.02.2017
16:03:23
Run lvs and vgs

on the terminal

show the output

if you're using lvm you probably have enough free space and can be resized

Terry
19.02.2017
16:04:33
well i reinstalled it from scratch a while ago

because i swapped the kernel

Terry
19.02.2017
16:04:58
bad idea

never do that

19.02.2017
16:05:06
show the output
home fedora -wi-ao---- 8.35t root fedora -wi-ao---- 50.00g swap fedora -wi-ao---- 7.87g fedora 4 3 0 wz--n- 8.40t 0

Terry
19.02.2017
16:06:22
wait you have 8.35 terabytes?

Juan-Luis
19.02.2017
16:06:39
because i swapped the kernel
What? Swapping the kernel is something perectly normal, shouldn't cause any trouble unless you mangle grub

19.02.2017
16:06:46
19.02.2017
16:06:59
actually 12.35 T

Google
Juan-Luis
19.02.2017
16:07:01
you have 8 tb for home and 50g for /root

Terry
19.02.2017
16:07:20
What? Swapping the kernel is something perectly normal, shouldn't cause any trouble unless you mangle grub
well see that is the thing i made my own homemade kernel which i swapped like completely

deleted my old kernel

by accident

Juan-Luis
19.02.2017
16:07:55
If it has free space and it's not XFS which cannot be reduced maybe we can do something about it

Admin
ERROR: S client not available

19.02.2017
16:08:15
Ok, do df -h /home
/dev/mapper/fedora-home 8.3T 4.0T 4.0T 50% /home

Juan-Luis
19.02.2017
16:08:18
deleted my old kernel
Next time get a precompiled one

ok

Gwindor
19.02.2017
16:08:33
Next time get a precompiled one
Or at least save a backup one

Terry
19.02.2017
16:09:02
Next time get a precompiled one
i was gonna do this but i had a comp sci assignment due that day

like in 2 hours

Terry
19.02.2017
16:09:15
so i just reinstalled

Juan-Luis
19.02.2017
16:09:28
run mount | grep home

let's see the filesystem you have

19.02.2017
16:09:57
let's see the filesystem you have
/dev/mapper/fedora-home on /home type ext4 (rw,relatime,seclabel,data=ordered)

Juan-Luis
19.02.2017
16:10:01
nice

it's ext4

so it can be reduced

Google
Juan-Luis
19.02.2017
16:10:21
I haven't done this in a very long time so I have to check how to resize it

Juan-Luis
19.02.2017
16:11:01
OK this is good, lvm does this now

first you have to umount the partition running umount /home/

This may not work if the partition is in use

which it's likely to be tryue

Terry
19.02.2017
16:11:32
open VT

and log out of the x server one

19.02.2017
16:11:57
Terry
19.02.2017
16:12:02
yep

Juan-Luis
19.02.2017
16:12:14
Yes that may work

Eduard
19.02.2017
16:12:22
I put /boot in another partition

Juan-Luis
19.02.2017
16:12:29
if it doesn't the simplest is doing this from a live cd

Eduard
19.02.2017
16:12:50
So kernel it's not modified if I repartition /

It's a great practice

19.02.2017
16:13:41
well here is One problem.....how to log out.....

I only see "Lock" button

Страница 468 из 2988