Search found 539 matches
- Sun Mar 30, 2025 9:57 am
- Forum: Community Fun
- Topic: More Coffee !!!
- Replies: 21
- Views: 848
Re: More Coffee !!!
I get my coffee from a local roaster. She delivers it to my door.-)
- Thu Jan 30, 2025 6:51 pm
- Forum: Software / Configuration
- Topic: Renewing Ethernet Connection After Sleep
- Replies: 3
- Views: 85
Re: Renewing Ethernet Connection After Sleep
I got swap working, but it still won't stay hibernated or hybridized. Sleep is good enough. I still need to figure out how to get the network to restart when it wakes up. System: Kernel: 6.12.8-1-liquorix-amd64 [6.12-10~mx23ahs] arch: x86_64 bits: 64 compiler: gcc v: 12.2.0 parameters: audit=0 intel ...
- Thu Jan 30, 2025 5:47 pm
- Forum: Software / Configuration
- Topic: Renewing Ethernet Connection After Sleep
- Replies: 3
- Views: 85
Re: Renewing Ethernet Connection After Sleep
Hibernation and sleep functions need swap space and you don't have any: Swap: Alert: No swap data was found. These directions will show you how to create and activate a swap file; https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-debian-11 I created a swap partition when I ...
- Thu Jan 30, 2025 1:10 pm
- Forum: Software / Configuration
- Topic: Renewing Ethernet Connection After Sleep
- Replies: 3
- Views: 85
Renewing Ethernet Connection After Sleep
This machine won't hibernate or do hybrid sleep, but it will sleep. Unfortunately I have to renew the network when it wakes up. $ sudo service network-manager restart I'd rather have this happen automatically. What should I do? The active interface is eth1 - the dongle. I bought the dongle because I ...
- Sun Jan 19, 2025 3:57 pm
- Forum: Software / Configuration
- Topic: Kernel won't install [Solved]
- Replies: 24
- Views: 473
Re: Kernel won't install [Solved]
I installed the wifi driver for my dongle on this kernel and it works. Okay, I'm declaring solved.
- Sun Jan 19, 2025 3:08 pm
- Forum: Software / Configuration
- Topic: Kernel won't install [Solved]
- Replies: 24
- Views: 473
Re: Kernel won't install [Solved]
I feel like I should wait for the official seal of approval before marking this solved. But now I have to wait before I can post.-)
- Sun Jan 19, 2025 3:06 pm
- Forum: Software / Configuration
- Topic: Kernel won't install [Solved]
- Replies: 24
- Views: 473
Re: Kernel won't install [Solved]
My /boot now has four kernels. Whoopee!
- Sun Jan 19, 2025 3:05 pm
- Forum: Software / Configuration
- Topic: Kernel won't install [Solved]
- Replies: 24
- Views: 473
Re: Kernel won't install [Solved]
Then I tried to fix the install: $ sudo apt install -f Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 4 not fully installed or removed. After this operation, 0 B of additional disk space ...
- Sun Jan 19, 2025 2:49 pm
- Forum: Software / Configuration
- Topic: Kernel won't install [Solved]
- Replies: 24
- Views: 473
Re: Kernel won't install [Solved]
Can you try sudo dkms remove rtl8812au --all $ sudo dkms remove rtl8812au --all [sudo] password for Jim: /usr/sbin/dkms.mx remove rtl8812au --all Error! Arguments <module> and <module-version> are not specified. Usage: remove <module>/<module-version> or remove -m <module>/<module-version> or ...
- Sun Jan 19, 2025 2:26 pm
- Forum: Software / Configuration
- Topic: Kernel won't install [Solved]
- Replies: 24
- Views: 473
Re: Kernel won't install [Solved]
Thank you. I didn't think it would matter for such small bits.-)Eadwine Rose wrote: ↑Sun Jan 19, 2025 2:25 pm You can post code on the forum like this:
[code]code output here[/code]
:)